diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-04-22 01:55:38 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-04-22 01:55:38 -0400 |
commit | d7bdf6055902054233b0803a1a69ddd9d6ffce52 (patch) | |
tree | cbe6085bf3dd0a3306770d500dc71f6f303cafa1 /apps/encryption/l10n/ko.js | |
parent | 40fcc7480c357d313f865967f83d5338f785c96a (diff) | |
download | nextcloud-server-d7bdf6055902054233b0803a1a69ddd9d6ffce52.tar.gz nextcloud-server-d7bdf6055902054233b0803a1a69ddd9d6ffce52.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/encryption/l10n/ko.js')
-rw-r--r-- | apps/encryption/l10n/ko.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/encryption/l10n/ko.js b/apps/encryption/l10n/ko.js index bf325795523..80281648a9a 100644 --- a/apps/encryption/l10n/ko.js +++ b/apps/encryption/l10n/ko.js @@ -13,6 +13,10 @@ OC.L10N.register( "Please repeat the new recovery password" : "새 복구 암호를 다시 입력하십시오", "Password successfully changed." : "암호가 성공적으로 변경되었습니다", "Could not change the password. Maybe the old password was not correct." : "암호를 변경할 수 없습니다. 예전 암호가 정확하지 않은 것 같습니다.", + "Could not update the private key password." : "개인 키 암호를 업데이트할 수 없습니다", + "The old password was not correct, please try again." : "이전 암호가 잘못되었습니다. 다시 시도하십시오.", + "The current log-in password was not correct, please try again." : "현재 로그인 암호가 잘못되었습니다. 다시 시도하십시오.", + "Private key password successfully updated." : "개인 키 암호가 성공적으로 업데이트 되었습니다.", "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "암호화 앱의 개인 키가 잘못되었습니다. 암호화된 파일에 다시 접근하려면 개인 설정에서 개인 키 암호를 업데이트해야 합니다.", "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "암호화 앱이 활성화되어 있지만 키가 초기화되지 않았습니다. 로그아웃한 후 다시 로그인하십시오", "Enable recovery key (allow to recover users files in case of password loss):" : "복구 키 사용 (암호를 잊었을 때 파일을 복구할 수 있도록 함):", |