summaryrefslogtreecommitdiffstats
path: root/apps/files_versions
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-08-04 02:01:28 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-08-04 02:01:28 -0400
commit9923fe655bf32a2551ac0f1fd863a6a50af20157 (patch)
tree4eb5882796c567c9a353ea272ea5f4803a07a331 /apps/files_versions
parent3534c3b3735242afa5c991417027a8c8e41e6465 (diff)
downloadnextcloud-server-9923fe655bf32a2551ac0f1fd863a6a50af20157.tar.gz
nextcloud-server-9923fe655bf32a2551ac0f1fd863a6a50af20157.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions')
-rw-r--r--apps/files_versions/l10n/ja_JP.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_versions/l10n/ja_JP.php b/apps/files_versions/l10n/ja_JP.php
index d8a99c4980d..8846d58e499 100644
--- a/apps/files_versions/l10n/ja_JP.php
+++ b/apps/files_versions/l10n/ja_JP.php
@@ -1,5 +1,8 @@
<?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" => "復元"
);