diff options
Diffstat (limited to 'apps/files_trashbin/l10n/ja.php')
-rw-r--r-- | apps/files_trashbin/l10n/ja.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/apps/files_trashbin/l10n/ja.php b/apps/files_trashbin/l10n/ja.php deleted file mode 100644 index 059579fc88d..00000000000 --- a/apps/files_trashbin/l10n/ja.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php -$TRANSLATIONS = array( -"Couldn't delete %s permanently" => "%s を完全に削除できませんでした", -"Couldn't restore %s" => "%s を復元できませんでした", -"Deleted files" => "ゴミ箱", -"Restore" => "復元", -"Error" => "エラー", -"restored" => "復元済", -"Nothing in here. Your trash bin is empty!" => "ここには何もありません。ゴミ箱は空です!", -"Name" => "名前", -"Deleted" => "削除日時", -"Delete" => "削除" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; |