2013-08-09 16:06:31 +04:00
< ? php
$TRANSLATIONS = array (
2013-02-10 03:10:29 +04:00
" Could not move %s - File with this name already exists " => " %s を移動できませんでした ― この名前のファイルはすでに存在します " ,
" Could not move %s " => " %s を移動できませんでした " ,
2013-10-27 15:27:22 +04:00
" File name cannot be empty. " => " ファイル名を空にすることはできません。 " ,
2014-03-12 09:57:17 +04:00
" \" %s \" is an invalid file name. " => " \" %s \" は無効なファイル名です。 " ,
2014-03-11 09:59:39 +04:00
" Invalid name, ' \\ ', '/', '<', '>', ':', ' \" ', '|', '?' and '*' are not allowed. " => " 無効な名前、' \\ ', '/', '<', '>', ':', ' \" ', '|', '?', '*' は使用できません。 " ,
2014-03-12 09:57:17 +04:00
" The target folder has been moved or deleted. " => " 目標のフォルダは移動されたか、削除されました。 " ,
2014-03-11 09:59:39 +04:00
" The name %s is already used in the folder %s. Please choose a different name. " => " %s はフォルダー %s ですでに使われています。別の名前を選択してください。 " ,
2013-10-29 15:31:51 +04:00
" Not a valid source " => " 有効なソースではありません " ,
2014-01-04 10:55:57 +04:00
" Server is not allowed to open URLs, please check the server configuration " => " サーバーは、URLを開くことは許されません。サーバーの設定をチェックしてください。 " ,
2013-10-29 15:31:51 +04:00
" Error while downloading %s to %s " => " %s から %s へのダウンロードエラー " ,
" Error when creating the file " => " ファイルの生成エラー " ,
2014-03-11 09:59:39 +04:00
" Folder name cannot be empty. " => " フォルダー名は空にできません " ,
" Error when creating the folder " => " フォルダーの生成エラー " ,
" Unable to set upload directory. " => " アップロードディレクトリを設定できません。 " ,
2013-07-02 17:35:55 +04:00
" Invalid Token " => " 無効なトークン " ,
2013-01-05 03:03:58 +04:00
" No file was uploaded. Unknown error " => " ファイルは何もアップロードされていません。不明なエラー " ,
2012-06-06 02:29:28 +04:00
" There is no error, the file uploaded with success " => " エラーはありません。ファイルのアップロードは成功しました " ,
2012-12-04 03:07:11 +04:00
" The uploaded file exceeds the upload_max_filesize directive in php.ini: " => " アップロードされたファイルはphp.ini の upload_max_filesize に設定されたサイズを超えています: " ,
2013-04-27 04:24:29 +04:00
" 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 " => " アップロードファイルは一部分だけアップロードされました " ,
2012-01-11 04:06:59 +04:00
" No file was uploaded " => " ファイルはアップロードされませんでした " ,
2014-03-11 09:59:39 +04:00
" Missing a temporary folder " => " 一時保存フォルダーが見つかりません " ,
2012-06-06 02:29:28 +04:00
" Failed to write to disk " => " ディスクへの書き込みに失敗しました " ,
2013-02-10 03:10:29 +04:00
" Not enough storage available " => " ストレージに十分な空き容量がありません " ,
2013-09-30 18:19:22 +04:00
" Upload failed. Could not find uploaded file " => " アップロードに失敗。アップロード済みのファイルを見つけることができませんでした。 " ,
2014-03-11 09:59:39 +04:00
" Upload failed. Could not get file info. " => " アップロードに失敗。ファイル情報を取得できませんでした。 " ,
2013-01-07 03:06:32 +04:00
" Invalid directory. " => " 無効なディレクトリです。 " ,
2012-01-11 04:06:59 +04:00
" Files " => " ファイル " ,
2013-09-30 18:19:22 +04:00
" Unable to upload { filename} as it is a directory or has 0 bytes " => " ディレクトリもしくは0バイトのため { filename} をアップロードできません " ,
2014-03-12 09:57:17 +04:00
" Total file size { size1} exceeds upload limit { size2} " => " 合計ファイルサイズ { size1} はアップロード制限 { size2} を超過しています。 " ,
" Not enough free space, you are uploading { size1} but only { size2} is left " => " 空き容量が十分でなく、 { size1} をアップロードしていますが、 { size2} しか残っていません。 " ,
2013-06-29 04:09:10 +04:00
" Upload cancelled. " => " アップロードはキャンセルされました。 " ,
2014-03-11 09:59:39 +04:00
" Could not get result from server. " => " サーバーから結果を取得できませんでした。 " ,
2013-06-29 04:09:10 +04:00
" File upload is in progress. Leaving the page now will cancel the upload. " => " ファイル転送を実行中です。今このページから移動するとアップロードが中止されます。 " ,
2013-10-29 15:31:51 +04:00
" URL cannot be empty " => " URL は空にできません " ,
2014-03-11 09:59:39 +04:00
" In the home folder 'Shared' is a reserved filename " => " ホームフォルダーでは、'Shared' はシステムが使用する予約済みのファイル名です " ,
" { new_name} already exists " => " { new_name} はすでに存在します " ,
2013-10-29 15:31:51 +04:00
" Could not create file " => " ファイルを作成できませんでした " ,
2014-03-11 09:59:39 +04:00
" Could not create folder " => " フォルダーを作成できませんでした " ,
2014-01-04 10:55:57 +04:00
" Error fetching URL " => " URL取得エラー " ,
2013-04-24 20:31:36 +04:00
" Share " => " 共有 " ,
2013-02-08 03:13:16 +04:00
" Delete permanently " => " 完全に削除する " ,
2012-09-25 04:05:18 +04:00
" Rename " => " 名前の変更 " ,
2013-04-27 04:24:29 +04:00
" Pending " => " 中断 " ,
2013-10-29 15:31:51 +04:00
" Could not rename file " => " ファイルの名前変更ができませんでした " ,
2012-10-23 04:06:03 +04:00
" replaced { new_name} with { old_name} " => " { old_name} を { new_name} に置換 " ,
2013-03-04 03:07:35 +04:00
" undo " => " 元に戻す " ,
2013-11-29 23:10:40 +04:00
" Error deleting file. " => " ファイルの削除エラー。 " ,
2014-03-11 09:59:39 +04:00
" _%n folder_::_%n folders_ " => array ( " %n 個のフォルダー " ),
2013-10-27 10:32:11 +04:00
" _%n file_::_%n files_ " => array ( " %n 個のファイル " ),
2013-09-01 21:30:40 +04:00
" { dirs} and { files} " => " { dirs} と { files} " ,
2013-08-19 23:14:38 +04:00
" _Uploading %n file_::_Uploading %n files_ " => array ( " %n 個のファイルをアップロード中 " ),
2014-03-12 09:57:17 +04:00
" \" { name} \" is an invalid file name. " => " \" { name} \" は無効なファイル名です。 " ,
2013-01-30 03:25:41 +04:00
" Your storage is full, files can not be updated or synced anymore! " => " あなたのストレージは一杯です。ファイルの更新と同期はもうできません! " ,
2014-03-11 09:59:39 +04:00
" Your storage is almost full ( { usedSpacePercent}%) " => " ストレージがほぼ一杯です( { usedSpacePercent}%) " ,
2013-10-16 08:31:48 +04:00
" Encryption App is enabled but your keys are not initialized, please log-out and log-in again " => " 暗号化アプリは有効ですが、あなたの暗号化キーは初期化されていません。ログアウトした後に、再度ログインしてください " ,
" Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files. " => " 暗号化アプリの無効なプライベートキーです。あなたの暗号化されたファイルへアクセスするために、個人設定からプライベートキーのパスワードを更新してください。 " ,
2013-08-21 16:14:27 +04:00
" Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files. " => " 暗号化の機能は無効化されましたが、ファイルはすでに暗号化されています。個人設定からファイルを複合を行ってください。 " ,
2013-01-23 03:06:18 +04:00
" Your download is being prepared. This might take some time if the files are big. " => " ダウンロードの準備中です。ファイルサイズが大きい場合は少し時間がかかるかもしれません。 " ,
2013-09-30 18:19:22 +04:00
" Error moving file " => " ファイルの移動エラー " ,
2013-10-27 10:32:11 +04:00
" Error " => " エラー " ,
2012-09-26 15:22:37 +04:00
" Name " => " 名前 " ,
2012-06-06 02:29:28 +04:00
" Size " => " サイズ " ,
2013-10-27 10:32:11 +04:00
" Modified " => " 更新日時 " ,
2014-03-11 09:59:39 +04:00
" Invalid folder name. Usage of 'Shared' is reserved. " => " 無効なフォルダー名。「Shared」の利用は予約されています。 " ,
2013-07-03 04:04:16 +04:00
" %s could not be renamed " => " %sの名前を変更できませんでした " ,
2013-01-27 03:06:21 +04:00
" Upload " => " アップロード " ,
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: " => " 最大容量: " ,
2014-03-11 09:59:39 +04:00
" Needed for multi-file and folder downloads. " => " 複数ファイルおよびフォルダーのダウンロードに必要 " ,
2012-06-06 02:29:28 +04:00
" Enable ZIP-download " => " ZIP形式のダウンロードを有効にする " ,
" 0 is unlimited " => " 0を指定した場合は無制限 " ,
2014-03-11 09:59:39 +04:00
" Maximum input size for ZIP files " => " ZIPファイルでの最大入力サイズ " ,
2012-09-06 04:06:37 +04:00
" Save " => " 保存 " ,
2013-04-16 04:17:30 +04:00
" New " => " 新規作成 " ,
2013-12-11 22:32:13 +04:00
" New text file " => " 新規のテキストファイル作成 " ,
2012-01-27 03:59:24 +04:00
" Text file " => " テキストファイル " ,
2014-03-11 09:59:39 +04:00
" New folder " => " 新しいフォルダー " ,
" Folder " => " フォルダー " ,
2012-11-14 03:03:38 +04:00
" From link " => " リンク " ,
2013-11-03 21:44:12 +04:00
" Deleted files " => " ゴミ箱 " ,
2012-06-06 02:29:28 +04:00
" Cancel upload " => " アップロードをキャンセル " ,
2013-10-29 15:31:51 +04:00
" You don’ t have permission to upload or create files here " => " ここにファイルをアップロードもしくは作成する権限がありません " ,
2012-01-11 04:06:59 +04:00
" Nothing in here. Upload something! " => " ここには何もありません。何かアップロードしてください。 " ,
" Download " => " ダウンロード " ,
2013-08-16 09:32:30 +04:00
" Delete " => " 削除 " ,
2013-04-27 04:24:29 +04:00
" Upload too large " => " アップロードには大きすぎます。 " ,
2014-03-11 09:59:39 +04:00
" The files you are trying to upload exceed the maximum size for file uploads on this server. " => " アップロードしようとしているファイルは、サーバーで規定された最大サイズを超えています。 " ,
2012-06-06 02:29:28 +04:00
" Files are being scanned, please wait. " => " ファイルをスキャンしています、しばらくお待ちください。 " ,
2013-02-04 03:05:52 +04:00
" Current scanning " => " スキャン中 " ,
" Upgrading filesystem cache... " => " ファイルシステムキャッシュを更新中... "
2012-01-11 04:06:59 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = " nplurals=1; plural=0; " ;