2012-01-11 04:06:59 +04:00
< ? php $TRANSLATIONS = array (
2012-06-06 02:29:28 +04:00
" There is no error, the file uploaded with success " => " エラーはありません。ファイルのアップロードは成功しました " ,
2012-01-11 04:06:59 +04:00
" The uploaded file exceeds the upload_max_filesize directive in php.ini " => " アップロードされたファイルはphp.iniのupload_max_filesizeに設定されたサイズを超えています " ,
" The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form " => " アップロードされたファイルはHTMLのフォームに設定されたMAX_FILE_SIZEに設定されたサイズを超えています " ,
" The uploaded file was only partially uploaded " => " ファイルは一部分しかアップロードされませんでした " ,
" No file was uploaded " => " ファイルはアップロードされませんでした " ,
" Missing a temporary folder " => " テンポラリフォルダが見つかりません " ,
2012-06-06 02:29:28 +04:00
" Failed to write to disk " => " ディスクへの書き込みに失敗しました " ,
2012-01-11 04:06:59 +04:00
" Files " => " ファイル " ,
2012-07-30 04:05:41 +04:00
" Delete " => " 削除 " ,
2012-08-21 04:09:12 +04:00
" already exists " => " 既に存在します " ,
" replace " => " 置き換え " ,
" cancel " => " キャンセル " ,
" replaced " => " 置換: " ,
" with " => " ← " ,
" undo " => " 元に戻す " ,
" deleted " => " 削除 " ,
2012-07-30 04:05:41 +04:00
" generating ZIP-file, it may take some time. " => " ZIPファイルを生成中です、しばらくお待ちください。 " ,
" Unable to upload your file as it is a directory or has 0 bytes " => " アップロード使用としているファイルがディレクトリ、もしくはサイズが0バイトのため、アップロードできません。 " ,
" Upload Error " => " アップロードエラー " ,
" Pending " => " 保留 " ,
" Upload cancelled. " => " アップロードはキャンセルされました。 " ,
2012-09-01 04:04:00 +04:00
" File upload is in progress. Leaving the page now will cancel the upload. " => " ファイル転送を実行中です。今このページから移動するとアップロードが中止されます。 " ,
2012-07-30 04:05:41 +04:00
" Invalid name, '/' is not allowed. " => " 無効な名前、'/' は使用できません。 " ,
2012-06-06 02:29:28 +04:00
" Size " => " サイズ " ,
" Modified " => " 更新日時 " ,
2012-07-30 04:05:41 +04:00
" folder " => " フォルダ " ,
" folders " => " フォルダ " ,
" file " => " ファイル " ,
" files " => " ファイル " ,
2012-06-06 02:29:28 +04:00
" File handling " => " ファイル操作 " ,
2012-01-11 04:06:59 +04:00
" Maximum upload size " => " 最大アップロードサイズ " ,
2012-06-06 02:29:28 +04:00
" max. possible: " => " 最大容量: " ,
" Needed for multi-file and folder downloads. " => " 複数ファイルおよびフォルダのダウンロードに必要 " ,
" Enable ZIP-download " => " ZIP形式のダウンロードを有効にする " ,
" 0 is unlimited " => " 0を指定した場合は無制限 " ,
" Maximum input size for ZIP files " => " ZIPファイルへの最大入力サイズ " ,
" New " => " 新規 " ,
2012-01-27 03:59:24 +04:00
" Text file " => " テキストファイル " ,
" Folder " => " フォルダ " ,
2012-06-06 02:29:28 +04:00
" From url " => " URL " ,
2012-01-11 04:06:59 +04:00
" Upload " => " アップロード " ,
2012-06-06 02:29:28 +04:00
" Cancel upload " => " アップロードをキャンセル " ,
2012-01-11 04:06:59 +04:00
" Nothing in here. Upload something! " => " ここには何もありません。何かアップロードしてください。 " ,
" Name " => " 名前 " ,
2012-06-06 02:29:28 +04:00
" Share " => " 共有 " ,
2012-01-11 04:06:59 +04:00
" Download " => " ダウンロード " ,
" Upload too large " => " ファイルサイズが大きすぎます " ,
2012-06-06 02:29:28 +04:00
" The files you are trying to upload exceed the maximum size for file uploads on this server. " => " アップロードしようとしているファイルは、サーバで規定された最大サイズを超えています。 " ,
" Files are being scanned, please wait. " => " ファイルをスキャンしています、しばらくお待ちください。 " ,
" Current scanning " => " スキャン中 "
2012-01-11 04:06:59 +04:00
);