Mercurial > hg > rc1
comparison plugins/password/localization/eu_ES.inc @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:50:29 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1e000243b222 |
---|---|
1 <?php | |
2 | |
3 /* | |
4 +-----------------------------------------------------------------------+ | |
5 | plugins/password/localization/<lang>.inc | | |
6 | | | |
7 | Localization file of the Roundcube Webmail Password plugin | | |
8 | Copyright (C) 2012-2013, The Roundcube Dev Team | | |
9 | | | |
10 | Licensed under the GNU General Public License version 3 or | | |
11 | any later version with exceptions for skins & plugins. | | |
12 | See the README file for a full license statement. | | |
13 | | | |
14 +-----------------------------------------------------------------------+ | |
15 | |
16 For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ | |
17 */ | |
18 $labels['changepasswd'] = 'Pasahitza aldatu'; | |
19 $labels['curpasswd'] = 'Oraingo pasahitza:'; | |
20 $labels['newpasswd'] = 'Pasahitz berria:'; | |
21 $labels['confpasswd'] = 'Konfirmatu pasahitz berria:'; | |
22 $messages['nopassword'] = 'Sartu pasahitz berria.'; | |
23 $messages['nocurpassword'] = 'Sartu oraingo pasahitza.'; | |
24 $messages['passwordincorrect'] = 'Oraingo pasahitza ez da zuzena.'; | |
25 $messages['passwordinconsistency'] = 'Pasahitz berria ez datoz bat, saiatu berriz.'; | |
26 $messages['crypterror'] = 'Ezin izan da pasahitz berria gorde. Ez da enkriptazio funtziorik aurkitu.'; | |
27 $messages['connecterror'] = 'Ezin izan da pasahitz berria gorde. Konexio arazoak egon dira.'; | |
28 $messages['internalerror'] = 'Ezin izan da pasahitz berria gorde.'; | |
29 $messages['passwordshort'] = 'Gutxienez $length karakteretakoa izan behar du pasahitzak.'; | |
30 $messages['passwordweak'] = 'Gutxienez zenbaki bat eta puntuazio karaktere bat izan behar du pasahitzak.'; | |
31 $messages['passwordforbidden'] = 'Galarazitako karaktereak daude pasahitzean.'; | |
32 $messages['firstloginchange'] = 'Zure lehenengo sarrera da. Pasahitza aldatu mesedez.'; | |
33 $messages['disablednotice'] = 'Sistema mantentze lanetan dago eta oraintxe bertan ezin da pasahitzik aldatu. Laster denak bere onera itzuli beharko luke. Barkatu eragozpenenak.'; | |
34 $messages['passwinhistory'] = 'Pasahitz hori aurretik erabili izan da.'; | |
35 $messages['samepasswd'] = 'Pasahitz berria ezin da izan aurrekoaren berdina.'; | |
36 $messages['passwdexpirewarning'] = 'Kontuz! Zure pasahitza laster iraungiko da, aldatu $expirationdatetime baino lehen.'; | |
37 $messages['passwdexpired'] = 'Zure pasahitza iraungi da, aldatu behar duzu orain!'; | |
38 $messages['passwdconstraintviolation'] = 'Pasahitzen murriztapen-bortxaketa. Seguru aski ahulegia da.'; |