diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-05-26 02:03:54 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-05-26 02:03:54 +0200 |
commit | 0c621ff6a93fe1b34c77257d83fd344489f59bab (patch) | |
tree | ad145413625da70e2c5fadb9e87f626e2c5fffba /apps/files_encryption/l10n/ja_JP.php | |
parent | dbb6a10364fb87989cb13f704887782a1531e16b (diff) | |
download | nextcloud-server-0c621ff6a93fe1b34c77257d83fd344489f59bab.tar.gz nextcloud-server-0c621ff6a93fe1b34c77257d83fd344489f59bab.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_encryption/l10n/ja_JP.php')
-rw-r--r-- | apps/files_encryption/l10n/ja_JP.php | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/apps/files_encryption/l10n/ja_JP.php b/apps/files_encryption/l10n/ja_JP.php index 767c9642f6a..99fd3ec3aba 100644 --- a/apps/files_encryption/l10n/ja_JP.php +++ b/apps/files_encryption/l10n/ja_JP.php @@ -1,3 +1,19 @@ <?php $TRANSLATIONS = array( -"Encryption" => "暗号化" +"Recovery key successfully " => "鍵を復旧することができました。", +"Could not " => "できませんでした。", +"Password successfully changed." => "パスワードを変更できました。", +"Could not change the password. Maybe the old password was not correct." => "パスワードを変更できませんでした。古いパスワードが間違っているかもしれません。", +"Saving..." => "保存中...", +"Encryption" => "暗号化", +"Recovery account password" => "復旧アカウントのパスワード", +"Enabled" => "有効", +"Disabled" => "無効", +"Change encryption passwords recovery key:" => "復旧キーの暗号化パスワードを変更:", +"Old Recovery account password" => "古い復旧アカウントのパスワード", +"New Recovery account password" => "新しい復旧アカウントのパスワード", +"Change Password" => "パスワードを変更", +"Enable password recovery by sharing all files with your administrator:" => "管理者が全ての共有ファイルに対してパスワードによる復旧を有効にする:", +"Enabling this option will allow you to reobtain access to your encrypted files if your password is lost" => "このオプションを有効にすると、もしパスワードが分からなくなったとしても、暗号化されたファイルに再度アクセスすることが出来るようになります。", +"File recovery settings updated" => "ファイル復旧設定が更新されました", +"Could not update file recovery" => "ファイル復旧を更新できませんでした" ); |