You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ko_KR.inc 2.3KB

123456789101112131415161718192021222324252627282930313233
  1. <?php
  2. /*
  3. +-----------------------------------------------------------------------+
  4. | plugins/password/localization/<lang>.inc |
  5. | |
  6. | Localization file of the Roundcube Webmail Password plugin |
  7. | Copyright (C) 2012-2013, The Roundcube Dev Team |
  8. | |
  9. | Licensed under the GNU General Public License version 3 or |
  10. | any later version with exceptions for skins & plugins. |
  11. | See the README file for a full license statement. |
  12. | |
  13. +-----------------------------------------------------------------------+
  14. For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
  15. */
  16. $labels['changepasswd'] = '암호 변경';
  17. $labels['curpasswd'] = '현재 암호:';
  18. $labels['newpasswd'] = '새로운 암호:';
  19. $labels['confpasswd'] = '새로운 암호 확인:';
  20. $messages['nopassword'] = '새로운 암호를 입력하세요.';
  21. $messages['nocurpassword'] = '현재 사용 중인 암호를 입력하세요.';
  22. $messages['passwordincorrect'] = '현재 사용 중인 암호가 올바르지 않습니다.';
  23. $messages['passwordinconsistency'] = '암호가 일치하지 않습니다. 다시 시도해주세요.';
  24. $messages['crypterror'] = '새로운 암호를 저장할 수 없습니다. 암호화 기능이 누락되었습니다.';
  25. $messages['connecterror'] = '새로운 암호를 저장할 수 없습니다. 연결 오류입니다.';
  26. $messages['internalerror'] = '새로운 암호를 저장할 수 없습니다.';
  27. $messages['passwordshort'] = '암호는 문자가 $length개 이상이어야 합니다.';
  28. $messages['passwordweak'] = '암호는 숫자 및 특수문자를 각각 한 개 이상 포함해야 합니다.';
  29. $messages['passwordforbidden'] = '암호가 금지된 문자을 포함하고 있습니다.';
  30. $messages['firstloginchange'] = '처음 로그인하셨습니다. 암호를 변경해주세요.';
  31. $messages['disablednotice'] = '시스템이 현재 유지보수 중이며 암호 변경이 일시적으로 불가능합니다. 모든 것이 조만간 정상화 될 예정입니다. 불편을 끼쳐드려 죄송합니다.';