You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.6 KiB
PHP
31 lines
1.6 KiB
PHP
<?php
|
|
|
|
/*
|
|
+-----------------------------------------------------------------------+
|
|
| localization/lv_LV/labels.inc |
|
|
| |
|
|
| Language file of the Roundcube Webmail client |
|
|
| Copyright (C) 2012, The Roundcube Dev Team |
|
|
| Licensed under the GNU General Public License |
|
|
| |
|
|
+-----------------------------------------------------------------------+
|
|
| Author: Thomas |
|
|
+-----------------------------------------------------------------------+
|
|
*/
|
|
|
|
$labels = array();
|
|
$labels['changepasswd'] = 'Nomainīt paroli';
|
|
$labels['curpasswd'] = 'Pašreizējā parole:';
|
|
$labels['newpasswd'] = 'Jaunā parole:';
|
|
$labels['confpasswd'] = 'Vēlreiz jauno paroli:';
|
|
$labels['nopassword'] = 'Lūdzu, ievadiet jauno paroli.';
|
|
$labels['nocurpassword'] = 'Lūdzu, ievadiet pašreizējo paroli.';
|
|
$labels['passwordincorrect'] = 'Pašreizējā parole nepareiza.';
|
|
$labels['passwordinconsistency'] = 'Paroles nesakrīt. Lūdzu, ievadiet vēlreiz.';
|
|
$labels['crypterror'] = 'Nevarēja saglabāt jauno paroli. Trūkst kriptēšanas funkcija.';
|
|
$labels['connecterror'] = 'Nevarēja saglabāt jauno paroli. Savienojuma kļūda.';
|
|
$labels['internalerror'] = 'Nevarēja saglabāt jauno paroli.';
|
|
$labels['passwordshort'] = 'Jaunajai parolei jābūt vismaz $length simbola garai.';
|
|
$labels['passwordweak'] = 'Jaunajai parolei jāsatur vismaz viens cipars un punktuācijas simbols.';
|
|
|