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.
roundcubemail/plugins/password/localization/et_EE.inc

32 lines
1.6 KiB
PHTML

<?php
/*
+-----------------------------------------------------------------------+
| localization/et_EE/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: yllar |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['changepasswd'] = 'Muuda parooli';
$labels['curpasswd'] = 'Vana parool:';
$labels['newpasswd'] = 'Uus parool:';
$labels['confpasswd'] = 'Uus parool uuesti:';
$labels['nopassword'] = 'Palun sisesta uus parool.';
$labels['nocurpassword'] = 'Palun sisesta vana parool.';
$labels['passwordincorrect'] = 'Vana parool on vale.';
$labels['passwordinconsistency'] = 'Paroolid ei kattu, palun proovi uuesti.';
$labels['crypterror'] = 'Serveris ei ole parooli krüpteerimiseks vajalikku funktsiooni.';
$labels['connecterror'] = 'Parooli salvestamine nurjus. Ühenduse tõrge.';
$labels['internalerror'] = 'Uue parooli andmebaasi salvestamine nurjus.';
$labels['passwordshort'] = 'Parool peab olema vähemalt $length märki pikk.';
$labels['passwordweak'] = 'Parool peab sisaldama vähemalt üht numbrit ja märki.';
$labels['passwordforbidden'] = 'Parool sisaldab keelatud märki.';