diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-08-17 19:07:14 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-08-17 19:07:14 +0200 |
commit | 69e0e23789cab66bc8680554abcb5ffa6ba630ab (patch) | |
tree | 11b1853dd631551172f49c1919019043ae27341f /apps/files_trashbin | |
parent | b1415fc4fc3dd82ffc7b63e57d44fc04635fc5aa (diff) | |
parent | d1f483c9edb00929bb9cad67fdd4599548821de9 (diff) | |
download | nextcloud-server-69e0e23789cab66bc8680554abcb5ffa6ba630ab.tar.gz nextcloud-server-69e0e23789cab66bc8680554abcb5ffa6ba630ab.zip |
Merge pull request #10407 from owncloud/rm-obsolete-japanese
remove obsolete japanese lang code
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/l10n/ja_JP.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/apps/files_trashbin/l10n/ja_JP.php b/apps/files_trashbin/l10n/ja_JP.php deleted file mode 100644 index 0aab7d05754..00000000000 --- a/apps/files_trashbin/l10n/ja_JP.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php -$TRANSLATIONS = array( -"Couldn't delete %s permanently" => "%s を完全に削除できませんでした", -"Couldn't restore %s" => "%s を復元できませんでした", -"Deleted files" => "ゴミ箱", -"Error" => "エラー", -"restored" => "復元済", -"Nothing in here. Your trash bin is empty!" => "ここには何もありません。ゴミ箱は空です!", -"Name" => "名前", -"Restore" => "復元", -"Deleted" => "削除済み", -"Delete" => "削除", -"Deleted Files" => "ゴミ箱" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; |