diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-08-04 02:01:28 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-08-04 02:01:28 -0400 |
commit | 9923fe655bf32a2551ac0f1fd863a6a50af20157 (patch) | |
tree | 4eb5882796c567c9a353ea272ea5f4803a07a331 /apps/files_versions | |
parent | 3534c3b3735242afa5c991417027a8c8e41e6465 (diff) | |
download | nextcloud-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.php | 3 |
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" => "復元" ); |