summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/ja_JP.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_versions/l10n/ja_JP.php')
-rw-r--r--apps/files_versions/l10n/ja_JP.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/files_versions/l10n/ja_JP.php b/apps/files_versions/l10n/ja_JP.php
deleted file mode 100644
index ec2601aafbd..00000000000
--- a/apps/files_versions/l10n/ja_JP.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Could not revert: %s" => "元に戻せませんでした: %s",
-"Versions" => "バージョン",
-"Failed to revert {file} to revision {timestamp}." => "{file} を {timestamp} のリヴィジョンに戻すことができません。",
-"More versions..." => "もっと他のバージョン...",
-"No other versions available" => "利用可能な他のバージョンはありません",
-"Restore" => "復元"
-);
-$PLURAL_FORMS = "nplurals=1; plural=0;";