source: github/plugins/archive/localization/et_EE.inc

Last change on this file was aed581b, checked in by Thomas Bruederli <thomas@…>, 3 months ago

Import all translations from Transifex

  • Property mode set to 100644
File size: 1.6 KB
Line 
1<?php
2
3/*
4 +-----------------------------------------------------------------------+
5 | plugins/archive/localization/<lang>.inc                                |
6 |                                                                       |
7 | Localization file of the Roundcube Webmail Archive plugin             |
8 | Copyright (C) 2013, The Roundcube Dev Team                            |
9 |                                                                       |
10 | Licensed under the GNU General Public License version 3 or            |
11 | any later version with exceptions for skins & plugins.                |
12 | See the README file for a full license statement.                     |
13 |                                                                       |
14 +-----------------------------------------------------------------------+
15
16 For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/
17*/
18
19$labels = array();
20$labels['buttontext'] = 'Arhiveeri';
21$labels['buttontitle'] = 'Arhiveeri see kiri';
22$labels['archived'] = 'Edukalt arhiveeritud';
23$labels['archivedreload'] = 'Arhiveerimine õnnestus. Uute arhiivi kaustada nÀgemiseks laadi leht uuesti.';
24$labels['archiveerror'] = 'Mõnda kirja ei õnnestusnud arhiveerida';
25$labels['archivefolder'] = 'Arhiiv';
26$labels['settingstitle'] = 'Arhiiv';
27$labels['archivetype'] = 'Jaga arhiiv';
28$labels['archivetypeyear'] = 'Aasta (nt. Arhiiv/2012)';
29$labels['archivetypemonth'] = 'Kuu (nt. Arhiiv/2012/06)';
30$labels['archivetypefolder'] = 'Esialgne kaust';
31$labels['archivetypesender'] = 'Saatja e-post';
32$labels['unkownsender'] = 'teadmata';
33
34?>
Note: See TracBrowser for help on using the repository browser.