Aleksander Machniak
2016-03-28 aba88576ef7de82814632e39018be001c18ad21a
commit | author | age
48e9c1 1 <?php
T 2
c41a86 3 /*
TB 4  +-----------------------------------------------------------------------+
aed581 5  | plugins/password/localization/<lang>.inc                              |
c41a86 6  |                                                                       |
aed581 7  | Localization file of the Roundcube Webmail Password plugin            |
TB 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.                     |
c41a86 13  |                                                                       |
TB 14  +-----------------------------------------------------------------------+
aed581 15
TB 16  For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
c41a86 17 */
1299c6 18 $labels['changepasswd']  = 'Keisti slaptažodį';
aed581 19 $labels['curpasswd']  = 'Dabartinis slaptažodis:';
TB 20 $labels['newpasswd']  = 'Naujasis slaptažodis:';
21 $labels['confpasswd']  = 'Pakartokite naująjį slaptažodį:';
22 $messages['nopassword'] = 'Prašom įvesti naująjį slaptažodį.';
23 $messages['nocurpassword'] = 'Prašom įvesti dabartinį slaptažodį.';
24 $messages['passwordincorrect'] = 'Dabartinis slaptažodis neteisingas.';
25 $messages['passwordinconsistency'] = 'Slaptažodžiai nesutapo. Bandykite dar kartą.';
26 $messages['crypterror'] = 'Nepavyko įrašyti naujojo slaptažodžio. Trūksta šifravimo funkcijos.';
27 $messages['connecterror'] = 'Nepavyko įrašyti naujojo slaptažodžio. Ryšio klaida.';
28 $messages['internalerror'] = 'Nepavyko įrašyti naujojo slaptažodžio.';
29 $messages['passwordshort'] = 'Slaptažodis turi būti sudarytas bent iš $length simbolių.';
30 $messages['passwordweak'] = 'Slaptažodyje turi būti bent vienas skaitmuo ir vienas skyrybos ženklas.';
31 $messages['passwordforbidden'] = 'Slaptažodyje rasta neleistinų simbolių.';
1299c6 32 $messages['firstloginchange'] = 'Tai yra pirmasis jūsų prisijungimas. Prašau, pasikeiskite savo slaptažodį.';
aba885 33 $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ų.';