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.

eu_ES.inc 2.2KB

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'] = 'Pasahitza aldatu';
  17. $labels['curpasswd'] = 'Oraingo pasahitza:';
  18. $labels['newpasswd'] = 'Pasahitz berria:';
  19. $labels['confpasswd'] = 'Konfirmatu pasahitz berria:';
  20. $messages['nopassword'] = 'Sartu pasahitz berria.';
  21. $messages['nocurpassword'] = 'Sartu oraingo pasahitza.';
  22. $messages['passwordincorrect'] = 'Oraingo pasahitza ez da zuzena.';
  23. $messages['passwordinconsistency'] = 'Pasahitz berria ez datoz bat, saiatu berriz.';
  24. $messages['crypterror'] = 'Ezin izan da pasahitz berria gorde. Ez da enkriptazio funtziorik aurkitu.';
  25. $messages['connecterror'] = 'Ezin izan da pasahitz berria gorde. Konexio arazoak egon dira.';
  26. $messages['internalerror'] = 'Ezin izan da pasahitz berria gorde.';
  27. $messages['passwordshort'] = 'Gutxienez $length karakteretakoa izan behar du pasahitzak.';
  28. $messages['passwordweak'] = 'Gutxienez zenbaki bat eta puntuazio karaktere bat izan behar du pasahitzak.';
  29. $messages['passwordforbidden'] = 'Galarazitako karaktereak daude pasahitzean.';
  30. $messages['firstloginchange'] = 'Zure lehenengo sarrera da. Pasahitza aldatu mesedez.';
  31. $messages['disablednotice'] = 'Sistema mantentze lanetan dago eta oraintxe bertan ezin da pasahitzik aldatu. Laster denak bere onera itzuli beharko luke. Barkatu eragozpenenak.';