summaryrefslogtreecommitdiffstats
path: root/apps/files_versions
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2014-03-13 17:12:37 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2014-03-13 17:12:37 -0400
commit4b802aa7cbbb46d85a50e0d08756cb702274d8f9 (patch)
tree99e1773e279977eaafecb203887592027b7bd144 /apps/files_versions
parentb2757e621c1dfd9d9993636e74bdebf01dce51e0 (diff)
downloadnextcloud-server-4b802aa7cbbb46d85a50e0d08756cb702274d8f9.tar.gz
nextcloud-server-4b802aa7cbbb46d85a50e0d08756cb702274d8f9.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions')
-rw-r--r--apps/files_versions/l10n/ja.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/files_versions/l10n/ja.php b/apps/files_versions/l10n/ja.php
new file mode 100644
index 00000000000..ec2601aafbd
--- /dev/null
+++ b/apps/files_versions/l10n/ja.php
@@ -0,0 +1,10 @@
+<?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;";