diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-10-09 01:55:33 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-10-09 01:55:33 -0400 |
commit | 295c46ccb5ed9f43da2326d8a15c06d4e305a377 (patch) | |
tree | bb6c61aab1ecd837891d3fbf795469febbbc38ad /apps/files_encryption/l10n/ko.php | |
parent | c7f936cdcb368de9ab0b6d4d2df11f0a3be6b93d (diff) | |
download | nextcloud-server-295c46ccb5ed9f43da2326d8a15c06d4e305a377.tar.gz nextcloud-server-295c46ccb5ed9f43da2326d8a15c06d4e305a377.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_encryption/l10n/ko.php')
-rw-r--r-- | apps/files_encryption/l10n/ko.php | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/apps/files_encryption/l10n/ko.php b/apps/files_encryption/l10n/ko.php index f93c66bc4f2..2c32d0aea61 100644 --- a/apps/files_encryption/l10n/ko.php +++ b/apps/files_encryption/l10n/ko.php @@ -1,13 +1,14 @@ <?php $TRANSLATIONS = array( "Recovery key successfully enabled" => "복구 키가 성공적으로 활성화되었습니다", -"Could not enable recovery key. Please check your recovery key password!" => "복구 키를 활성화 할 수 없습니다. 복구 키의 암호를 확인해 주세요!", -"Recovery key successfully disabled" => "복구 키가 성공적으로 비활성화 되었습니다", "Could not disable recovery key. Please check your recovery key password!" => "복구 키를 비활성화 할 수 없습니다. 복구 키의 암호를 확인해주세요!", +"Recovery key successfully disabled" => "복구 키가 성공적으로 비활성화 되었습니다", "Password successfully changed." => "암호가 성공적으로 변경되었습니다", "Could not change the password. Maybe the old password was not correct." => "암호를 변경할 수 없습니다. 예전 암호가 정확하지 않은 것 같습니다.", "Private key password successfully updated." => "개인 키 암호가 성공적으로 업데이트 됨.", "Could not update the private key password. Maybe the old password was not correct." => "개인 키 암호를 업데이트할 수 없습니다. 이전 암호가 올바르지 않은 것 같습니다.", +"File recovery settings updated" => "파일 복구 설정 업데이트됨", +"Could not update file recovery" => "파일 복구를 업데이트할 수 없습니다", "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "암호화 앱이 초기화되지 않았습니다! 암호화 앱이 다시 활성화된 것 같습니다. 암호화 앱을 초기화하려면 로그아웃했다 다시 로그인하십시오.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "개인 키가 올바르지 않습니다! 암호가 %s(예: 회사 디렉터리) 외부에서 변경된 것 같습니다. 암호화된 파일에 다시 접근하려면 개인 설정에서 개인 키 암호를 수정하십시오.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "이 파일을 복호화할 수 없습니다. 공유된 파일일 수도 있습니다. 파일 소유자에게 공유를 다시 요청하십시오.", @@ -32,8 +33,6 @@ $TRANSLATIONS = array( "Current log-in password" => "현재 로그인 암호", "Update Private Key Password" => "개인 키 암호 업데이트", "Enable password recovery:" => "암호 복구 사용:", -"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "이 옵션을 사용하면 암호를 잊었을 때 암호화된 파일에 다시 접근할 수 있습니다", -"File recovery settings updated" => "파일 복구 설정 업데이트됨", -"Could not update file recovery" => "파일 복구를 업데이트할 수 없습니다" +"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "이 옵션을 사용하면 암호를 잊었을 때 암호화된 파일에 다시 접근할 수 있습니다" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; |