63 lines
4.3 KiB
PHP
63 lines
4.3 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"There is no error, the file uploaded with success" => "エラーはありません。ファイルのアップロードは成功しました",
|
|
"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" => "テンポラリフォルダが見つかりません",
|
|
"Failed to write to disk" => "ディスクへの書き込みに失敗しました",
|
|
"Files" => "ファイル",
|
|
"Unshare" => "共有しない",
|
|
"Delete" => "削除",
|
|
"Rename" => "名前の変更",
|
|
"{new_name} already exists" => "{new_name} はすでに存在しています",
|
|
"replace" => "置き換え",
|
|
"suggest name" => "推奨名称",
|
|
"cancel" => "キャンセル",
|
|
"replaced {new_name}" => "{new_name} を置換",
|
|
"undo" => "元に戻す",
|
|
"replaced {new_name} with {old_name}" => "{old_name} を {new_name} に置換",
|
|
"unshared {files}" => "未共有 {files}",
|
|
"deleted {files}" => "削除 {files}",
|
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "無効な名前、'\\', '/', '<', '>', ':', '\"', '|', '?', '*' は使用できません。",
|
|
"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" => "アップロードエラー",
|
|
"Close" => "閉じる",
|
|
"Pending" => "保留",
|
|
"1 file uploading" => "ファイルを1つアップロード中",
|
|
"{count} files uploading" => "{count} ファイルをアップロード中",
|
|
"Upload cancelled." => "アップロードはキャンセルされました。",
|
|
"File upload is in progress. Leaving the page now will cancel the upload." => "ファイル転送を実行中です。今このページから移動するとアップロードが中止されます。",
|
|
"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "無効なフォルダ名です。\"Shared\" の利用は ownCloud が予約済みです。",
|
|
"{count} files scanned" => "{count} ファイルをスキャン",
|
|
"error while scanning" => "スキャン中のエラー",
|
|
"Name" => "名前",
|
|
"Size" => "サイズ",
|
|
"Modified" => "更新日時",
|
|
"1 folder" => "1 フォルダ",
|
|
"{count} folders" => "{count} フォルダ",
|
|
"1 file" => "1 ファイル",
|
|
"{count} files" => "{count} ファイル",
|
|
"File handling" => "ファイル操作",
|
|
"Maximum upload size" => "最大アップロードサイズ",
|
|
"max. possible: " => "最大容量: ",
|
|
"Needed for multi-file and folder downloads." => "複数ファイルおよびフォルダのダウンロードに必要",
|
|
"Enable ZIP-download" => "ZIP形式のダウンロードを有効にする",
|
|
"0 is unlimited" => "0を指定した場合は無制限",
|
|
"Maximum input size for ZIP files" => "ZIPファイルへの最大入力サイズ",
|
|
"Save" => "保存",
|
|
"New" => "新規",
|
|
"Text file" => "テキストファイル",
|
|
"Folder" => "フォルダ",
|
|
"From link" => "リンク",
|
|
"Upload" => "アップロード",
|
|
"Cancel upload" => "アップロードをキャンセル",
|
|
"Nothing in here. Upload something!" => "ここには何もありません。何かアップロードしてください。",
|
|
"Download" => "ダウンロード",
|
|
"Upload too large" => "ファイルサイズが大きすぎます",
|
|
"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" => "スキャン中"
|
|
);
|