Blame view

sources/apps/files_encryption/l10n/ko.php 1.74 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
4
5
6
7
8
9
10
11
  <?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." => "개인키 암호가 성공적으로 업데이트 됨.",
  "Saving..." => "저장 중...",
  "personal settings" => "개인 설정",
03e52840d   Kload   Init
12
  "Encryption" => "암호화",
31b7f2792   Kload   Upgrade to ownclo...
13
14
15
16
17
18
19
20
21
22
23
24
  "Recovery key password" => "키 비밀번호 복구",
  "Enabled" => "활성화",
  "Disabled" => "비활성화",
  "Change recovery key password:" => "복구 키 비밀번호 변경",
  "Old Recovery key password" => "예전 복구 키 비밀번호",
  "New Recovery key password" => "새 복구 키 비밀번호",
  "Change Password" => "암호 변경",
  "Old log-in password" => "예전 로그인 암호",
  "Current log-in password" => "현재 로그인 암호",
  "Update Private Key Password" => "개인 키 암호 업데이트",
  "File recovery settings updated" => "파일 복구 설정 업데이트됨",
  "Could not update file recovery" => "파일 복구를 업데이트 할수 없습니다"
03e52840d   Kload   Init
25
  );
31b7f2792   Kload   Upgrade to ownclo...
26
  $PLURAL_FORMS = "nplurals=1; plural=0;";