Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

bs_BA.inc 2.0KB

1234567891011121314151617181920212223242526272829303132
  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'] = 'Promijeni šifru';
  17. $labels['curpasswd'] = 'Trenutna šifra:';
  18. $labels['newpasswd'] = 'Nova šifra:';
  19. $labels['confpasswd'] = 'Potvrdite novu šifru:';
  20. $messages['nopassword'] = 'Molimo vas da upišete novu šifru.';
  21. $messages['nocurpassword'] = 'Molimo vas da upišete trenutnu šifru.';
  22. $messages['passwordincorrect'] = 'Trenutna šifra je netačna.';
  23. $messages['passwordinconsistency'] = 'Šifre se ne podudaraju, molimo vas da pokušate ponovo.';
  24. $messages['crypterror'] = 'Nije moguće sačuvati šifre. Nedostaje funkcija za enkripciju.';
  25. $messages['connecterror'] = 'Nije moguće sačuvati šifre. Greška u povezivanju.';
  26. $messages['internalerror'] = 'Nije moguće sačuvati novu šifru.';
  27. $messages['passwordshort'] = 'Šifra mora sadržavati barem $length znakova.';
  28. $messages['passwordweak'] = 'Šifra mora imati barem jedan broj i jedan interpunkcijski znak.';
  29. $messages['passwordforbidden'] = 'Šifra sadrži nedozvoljene znakove.';
  30. $messages['firstloginchange'] = 'Ovo je vaša prva prijava. Molimo vas da promijenite vašu šifru.';