diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-02-04 00:05:52 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-02-04 00:05:52 +0100 |
commit | da6e79a381d8213cfd8ce5b7e3895726f815833f (patch) | |
tree | 29dd61f10e01eba8814c114c08c88987864ee43c /apps/files/l10n/ja_JP.php | |
parent | b8e6b8692b0c306de6ebfe0a82bfe7bab304cd0a (diff) | |
download | nextcloud-server-da6e79a381d8213cfd8ce5b7e3895726f815833f.tar.gz nextcloud-server-da6e79a381d8213cfd8ce5b7e3895726f815833f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/ja_JP.php')
-rw-r--r-- | apps/files/l10n/ja_JP.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/files/l10n/ja_JP.php b/apps/files/l10n/ja_JP.php index 792bf7cbf99..c8b1054f30b 100644 --- a/apps/files/l10n/ja_JP.php +++ b/apps/files/l10n/ja_JP.php @@ -20,6 +20,7 @@ "replaced {new_name}" => "{new_name} を置換", "undo" => "元に戻す", "replaced {new_name} with {old_name}" => "{old_name} を {new_name} に置換", +"perform delete operation" => "削除を実行", "'.' is an invalid file name." => "'.' は無効なファイル名です。", "File name cannot be empty." => "ファイル名を空にすることはできません。", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "無効な名前、'\\', '/', '<', '>', ':', '\"', '|', '?', '*' は使用できません。", @@ -56,11 +57,13 @@ "Text file" => "テキストファイル", "Folder" => "フォルダ", "From link" => "リンク", +"Trash" => "ゴミ箱", "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" => "スキャン中" +"Current scanning" => "スキャン中", +"Upgrading filesystem cache..." => "ファイルシステムキャッシュを更新中..." ); |