Thomas Bruederli
2012-08-06 20825920e3f723c1a2a962beaa72a33e82cd14da
commit | author | age
48e9c1 1 <?php
T 2
208259 3 /*
TB 4  +-----------------------------------------------------------------------+
5  | localization/et_EE/labels.inc                                         |
6  |                                                                       |
7  | Language file of the Roundcube Webmail client                         |
8  | Copyright (C) 2012, The Roundcube Dev Team                            |
9  | Licensed under the GNU General Public License                         |
10  |                                                                       |
11  +-----------------------------------------------------------------------+
12  | Author: Thomas                                                        |
13  +-----------------------------------------------------------------------+
14 */
15
48e9c1 16 $labels = array();
208259 17 $labels['changepasswd'] = 'Muuda parooli';
TB 18 $labels['curpasswd'] = 'Vana parool:';
19 $labels['newpasswd'] = 'Uus parool:';
20 $labels['confpasswd'] = 'Uus parool uuesti:';
21 $labels['nopassword'] = 'Palun sisesta uus parool.';
22 $labels['nocurpassword'] = 'Palun sisesta vana parool.';
23 $labels['passwordincorrect'] = 'Vana parool on vale.';
24 $labels['passwordinconsistency'] = 'Paroolid ei kattu, palun proovi uuesti.';
25 $labels['crypterror'] = 'Serveris ei ole parooli krüpteerimiseks vajalikku funktsiooni.';
26 $labels['internalerror'] = 'Uue parooli andmebaasi salvestamine nurjus.';
48e9c1 27