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.
32 lines
1.6 KiB
PHP
32 lines
1.6 KiB
PHP
<?php
|
|
|
|
/*
|
|
+-----------------------------------------------------------------------+
|
|
| localization/eo/labels.inc |
|
|
| |
|
|
| Language file of the Roundcube Webmail client |
|
|
| Copyright (C) 2012, The Roundcube Dev Team |
|
|
| Licensed under the GNU General Public License |
|
|
| |
|
|
+-----------------------------------------------------------------------+
|
|
| Author: Michael Moroni <michael.moroni@mailoo.org> |
|
|
+-----------------------------------------------------------------------+
|
|
*/
|
|
|
|
$labels = array();
|
|
$labels['changepasswd'] = 'Ŝanĝi pasvorton';
|
|
$labels['curpasswd'] = 'Nuna pasvorto:';
|
|
$labels['newpasswd'] = 'Nova pasvorto:';
|
|
$labels['confpasswd'] = 'Konfirmi novan pasvorton:';
|
|
$labels['nopassword'] = 'Bonvole tajpu novan pasvorton.';
|
|
$labels['nocurpassword'] = 'Bonvole tajpu nunan pasvorton.';
|
|
$labels['passwordincorrect'] = 'Nuna pasvorto nekorekta.';
|
|
$labels['passwordinconsistency'] = 'Pasvortoj ne kongruas, bonvole provu denove.';
|
|
$labels['crypterror'] = 'Pasvorto ne konserveblas: funkcio de ĉifrado mankas.';
|
|
$labels['connecterror'] = 'Pasvorto ne konserveblas: eraro de konekto.';
|
|
$labels['internalerror'] = 'Nova pasvorto ne konserveblas.';
|
|
$labels['passwordshort'] = 'Pasvorto longu almenaŭ $length signojn.';
|
|
$labels['passwordweak'] = 'La pasvorto enhavu almenaŭ unu ciferon kaj unu interpunktan signon.';
|
|
$labels['passwordforbidden'] = 'La pasvorto enhavas malpermesitajn signojn.';
|
|
|