diff options
Diffstat (limited to 'apps/files_encryption/l10n/ko.php')
-rw-r--r-- | apps/files_encryption/l10n/ko.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_encryption/l10n/ko.php b/apps/files_encryption/l10n/ko.php index cfe9f99fa19..cf06136c9b6 100644 --- a/apps/files_encryption/l10n/ko.php +++ b/apps/files_encryption/l10n/ko.php @@ -1,5 +1,9 @@ <?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!" => "복구키를 비활성화 할수 없습니다. 복구키의 비밀번호를 확인해주세요!", "Password successfully changed." => "암호가 성공적으로 변경되었습니다", "Could not change the password. Maybe the old password was not correct." => "암호를 변경할수 없습니다. 아마도 예전 암호가 정확하지 않은것 같습니다.", "Private key password successfully updated." => "개인키 암호가 성공적으로 업데이트 됨.", @@ -7,6 +11,8 @@ $TRANSLATIONS = array( "personal settings" => "개인 설정", "Encryption" => "암호화", "Recovery key password" => "키 비밀번호 복구", +"Enabled" => "활성화", +"Disabled" => "비활성화", "Change recovery key password:" => "복구 키 비밀번호 변경", "Old Recovery key password" => "예전 복구 키 비밀번호", "New Recovery key password" => "새 복구 키 비밀번호", |