Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

vi_VN.inc 1.9KB

123456789101112131415161718192021222324252627282930
  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['curpasswd'] = 'Mật khẩu hiện tại';
  17. $labels['newpasswd'] = 'Mật khẩu mới:';
  18. $labels['confpasswd'] = 'Xác nhận mật khẩu mới';
  19. $messages['nopassword'] = 'Mời nhập mật khẩu mới';
  20. $messages['nocurpassword'] = 'Mời nhập mật khẩu hiện tại';
  21. $messages['passwordincorrect'] = 'Mật khẩu hiện thời không đúng';
  22. $messages['passwordinconsistency'] = 'Mật khẩu không khớp, hãy thử lại';
  23. $messages['crypterror'] = 'Không thể lưu mật khẩu mới. Thiếu chức năng mã hóa';
  24. $messages['connecterror'] = 'Không thể lưu mật mã mới. Lổi kết nối';
  25. $messages['internalerror'] = 'Không thể lưu mật khẩu mới';
  26. $messages['passwordshort'] = 'Mật khẩu phải dài ít nhất $ ký tự';
  27. $messages['passwordweak'] = 'Mật khẩu phải bao gồm ít nhất 1 con số và 1 ký tự dấu câu';
  28. $messages['passwordforbidden'] = 'Mật khẩu bao gồm ký tự không hợp lệ';