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.

lt_LT.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'] = 'Keisti slaptažodį';
  17. $labels['curpasswd'] = 'Dabartinis slaptažodis:';
  18. $labels['newpasswd'] = 'Naujasis slaptažodis:';
  19. $labels['confpasswd'] = 'Pakartokite naująjį slaptažodį:';
  20. $messages['nopassword'] = 'Prašom įvesti naująjį slaptažodį.';
  21. $messages['nocurpassword'] = 'Prašom įvesti dabartinį slaptažodį.';
  22. $messages['passwordincorrect'] = 'Dabartinis slaptažodis neteisingas.';
  23. $messages['passwordinconsistency'] = 'Slaptažodžiai nesutapo. Bandykite dar kartą.';
  24. $messages['crypterror'] = 'Nepavyko įrašyti naujojo slaptažodžio. Trūksta šifravimo funkcijos.';
  25. $messages['connecterror'] = 'Nepavyko įrašyti naujojo slaptažodžio. Ryšio klaida.';
  26. $messages['internalerror'] = 'Nepavyko įrašyti naujojo slaptažodžio.';
  27. $messages['passwordshort'] = 'Slaptažodis turi būti sudarytas bent iš $length simbolių.';
  28. $messages['passwordweak'] = 'Slaptažodyje turi būti bent vienas skaitmuo ir vienas skyrybos ženklas.';
  29. $messages['passwordforbidden'] = 'Slaptažodyje rasta neleistinų simbolių.';
  30. $messages['firstloginchange'] = 'Tai yra pirmasis jūsų prisijungimas. Prašau, pasikeiskite savo slaptažodį.';
  31. $messages['disablednotice'] = 'Sistema šiuo metu tvarkoma ir slaptažodžio pakeitimas negalimas. Netrukus viskas turėtų grįžti į įprastą būseną. Atsiprašome dėl nepatogumų.';