blob: 2d71b94d65ce9ec1729edc5f3a7e58634a00c1e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<?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.';
|