~ubuntu-branches/ubuntu/utopic/php-horde/utopic-proposed

« back to all changes in this revision

Viewing changes to horde-5.2.1/js/plupload/i18n/ja.js

  • Committer: Package Import Robot
  • Author(s): Mathieu Parent
  • Date: 2014-08-05 11:53:04 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20140805115304-3jndo2sgnwsz2g7r
Tags: 5.2.1+debian0-1
* New upstream version 5.2.1
* Update patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// Japanese
 
2
plupload.addI18n({
 
3
   'Select files' : 'ファイル選択',
 
4
   'Add files to the upload queue and click the start button.' : 'ファイルをアップロードキューに追加してスタートボタンをクリックしてください',
 
5
   'Filename' : 'ファイル名',
 
6
   'Status' : 'ステータス',
 
7
   'Size' : 'サイズ',
 
8
   'Add Files' : 'ファイルを追加',
 
9
   'Stop Upload' : 'アップロード停止',
 
10
   'Start Upload' : 'アップロード',
 
11
   'Add files' : 'ファイルを追加',
 
12
   'Add files.' : 'ファイルを追加',
 
13
   'Stop current upload' : '現在のアップロードを停止',
 
14
   'Start uploading queue' : 'アップロード',
 
15
   'Stop upload' : 'アップロード停止',
 
16
   'Start upload' : 'アップロード',
 
17
   'Uploaded %d/%d files': 'アップロード中 %d/%d ファイル',
 
18
   'N/A' : 'N/A',
 
19
   'Drag files here.' : 'ここにファイルをドラッグ',
 
20
   'File extension error.': 'ファイル拡張子エラー',
 
21
   'File size error.': 'ファイルサイズエラー',
 
22
   'File count error.': 'ファイル数エラー',
 
23
   'Init error.': 'イニシャライズエラー',
 
24
   'HTTP Error.': 'HTTP エラー',
 
25
   'Security error.': 'セキュリティエラー',
 
26
   'Generic error.': 'エラー',
 
27
   'IO error.': 'IO エラー',
 
28
   'File: %s': 'ファイル: %s',
 
29
   'Close': '閉じる',
 
30
   '%d files queued': '%d ファイルが追加されました',
 
31
   'Using runtime: ': 'モード: ',
 
32
   'File: %f, size: %s, max file size: %m': 'ファイル: %f, サイズ: %s, 最大ファイルサイズ: %m',
 
33
   'Upload element accepts only %d file(s) at a time. Extra files were stripped.': 'アップロード可能なファイル数は %d です。余分なファイルは削除されました',
 
34
   'Upload URL might be wrong or doesn\'t exist': 'アップロード先の URL が存在しません',
 
35
   'Error: File too large: ': 'エラー: サイズが大きすぎます: ',
 
36
   'Error: Invalid file extension: ': 'エラー: 拡張子が許可されていません: '
 
37
});