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.

th_TH.inc 4.0KB

1234567891011121314151617181920212223242526272829303132333435363738
  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'] = 'ระบบขณะนี้อยู่ระหว่างการบำรุงรักษาและการเปลี่ยนรหัสผ่านเป็นไปไม่ได้ในขณะนี้ ทุกอย่างควรจะกลับมาเป็นปกติเร็ว ๆ นี้ เราต้องขออภัยในความไม่สะดวก.';
  32. $messages['passwinhistory'] = 'รหัสผ่านนี้ได้ถูกนำมาใช้ก่อนหน้านี้';
  33. $messages['samepasswd'] = 'รหัสผ่านใหม่จะต้องมีความแตกต่างจากเดิม';
  34. $messages['passwdexpirewarning'] = 'คำเตือน! รหัสผ่านของคุณจะหมดอายุในเร็ว ๆ นี้ เปลี่ยนก่อน $expirationdatetime.';
  35. $messages['passwdexpired'] = 'รหัสผ่านของคุณหมดอายุแล้วคุณมีการเปลี่ยนแปลงในขณะนี้!';
  36. $messages['passwdconstraintviolation'] = 'รหัสมีความปลอดภัยต่ำ';