diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-10-14 01:54:28 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-10-14 01:54:28 -0400 |
commit | 526abf1ad6024294e88c48d66ed70dedb080d8e9 (patch) | |
tree | 6690fba8a3beefd17a62704dfad281a40117e846 /apps | |
parent | baffe5353f3fd57fd9ecb353ae81bf3164896f6f (diff) | |
download | nextcloud-server-526abf1ad6024294e88c48d66ed70dedb080d8e9.tar.gz nextcloud-server-526abf1ad6024294e88c48d66ed70dedb080d8e9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_encryption/l10n/ja.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_encryption/l10n/ja.php b/apps/files_encryption/l10n/ja.php index 61a2f085a08..9e4517d63cd 100644 --- a/apps/files_encryption/l10n/ja.php +++ b/apps/files_encryption/l10n/ja.php @@ -1,9 +1,15 @@ <?php $TRANSLATIONS = array( "Unknown error" => "不明なエラー", +"Missing recovery key password" => "復旧キーのパスワードがありません", +"Please repeat the recovery key password" => "復旧キーのパスワードをもう一度入力", +"Repeated recovery key password does not match the provided recovery key password" => "入力された復旧キーのパスワードが一致しません。", "Recovery key successfully enabled" => "リカバリ用のキーを正常に有効にしました", "Could not disable recovery key. Please check your recovery key password!" => "リカバリ用のキーを無効化できませんでした。リカバリ用のキーのパスワードを確認してください!", "Recovery key successfully disabled" => "リカバリ用のキーを正常に無効化しました", +"Please provide the old recovery password" => "古い復旧キーのパスワードを入力", +"Please provide a new recovery password" => "新しい復旧キーのパスワードを入力", +"Please repeat the new recovery password" => "新しい復旧キーのパスワードをもう一度入力", "Password successfully changed." => "パスワードを変更できました。", "Could not change the password. Maybe the old password was not correct." => "パスワードを変更できませんでした。古いパスワードが間違っているかもしれません。", "Private key password successfully updated." => "秘密鍵のパスワードが正常に更新されました。", |