diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-09-12 03:28:56 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-09-12 03:28:56 -0400 |
commit | d6834b6389b256282b475d22f023c83f5f5e88ba (patch) | |
tree | 4358d055388f1d76c3f3a127beb0c7d6874e94c9 /apps/files | |
parent | 7afca08255ef8cd034f76fa108fa82390eaab2fb (diff) | |
download | nextcloud-server-d6834b6389b256282b475d22f023c83f5f5e88ba.tar.gz nextcloud-server-d6834b6389b256282b475d22f023c83f5f5e88ba.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/ja.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/l10n/ja.php b/apps/files/l10n/ja.php index a1e7fe232c6..c0e67863dbf 100644 --- a/apps/files/l10n/ja.php +++ b/apps/files/l10n/ja.php @@ -5,6 +5,7 @@ $TRANSLATIONS = array( "Unknown error" => "不明なエラー", "Could not move %s - File with this name already exists" => "%s を移動できませんでした ― この名前のファイルはすでに存在します", "Could not move %s" => "%s を移動できませんでした", +"Permission denied" => "アクセス拒否", "File name cannot be empty." => "ファイル名を空にすることはできません。", "\"%s\" is an invalid file name." => "\"%s\" は無効なファイル名です。", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "無効な名前、'\\', '/', '<', '>', ':', '\"', '|', '?', '*' は使用できません。", @@ -12,6 +13,7 @@ $TRANSLATIONS = array( "The name %s is already used in the folder %s. Please choose a different name." => "%s はフォルダー %s ですでに使われています。別の名前を選択してください。", "Not a valid source" => "有効なソースではありません", "Server is not allowed to open URLs, please check the server configuration" => "サーバーは、URLを開くことは許されません。サーバーの設定をチェックしてください。", +"The file exceeds your quota by %s" => "ファイル %s で容量制限をオーバーしました。", "Error while downloading %s to %s" => "%s から %s へのダウンロードエラー", "Error when creating the file" => "ファイルの生成エラー", "Folder name cannot be empty." => "フォルダー名は空にできません", @@ -69,6 +71,7 @@ $TRANSLATIONS = array( "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "暗号化アプリの無効なプライベートキーです。あなたの暗号化されたファイルへアクセスするために、個人設定からプライベートキーのパスワードを更新してください。", "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "暗号化の機能は無効化されましたが、ファイルはすでに暗号化されています。個人設定からファイルを複合を行ってください。", "{dirs} and {files}" => "{dirs} と {files}", +"%s could not be renamed as it has been deleted" => "%s は削除された為、ファイル名を変更できません", "%s could not be renamed" => "%sの名前を変更できませんでした", "Upload (max. %s)" => "アップロード ( 最大 %s )", "File handling" => "ファイル操作", |