0
|
1 <?php
|
|
2
|
|
3 /*
|
|
4 +-----------------------------------------------------------------------+
|
|
5 | plugins/archive/localization/<lang>.inc |
|
|
6 | |
|
|
7 | Localization file of the Roundcube Webmail Archive plugin |
|
|
8 | Copyright (C) 2016, 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 $labels['buttontext'] = 'Arkivoje';
|
|
19 $labels['buttontitle'] = 'Arkivoje këtë mesazh';
|
|
20 $labels['archived'] = 'U arkivua me sukses';
|
|
21 $labels['archivedreload'] = 'U arkivua me sukses. Ringarkoni faqen që të shihni dosjet e reja arkiv.';
|
|
22 $labels['archiveerror'] = 'Ca nga mesazhet s’u arkivuan dot';
|
|
23 $labels['archivefolder'] = 'Arkivoje';
|
|
24 $labels['settingstitle'] = 'Arkivoje';
|
|
25 $labels['archivetype'] = 'Ndaje arkivin sipas';
|
|
26 $labels['archivetypeyear'] = 'Vit (p.sh. Arkiv/2012)';
|
|
27 $labels['archivetypemonth'] = 'Muaj (p.sh. Arkiv/2012/06)';
|
|
28 $labels['archivetypefolder'] = 'Dosje origjinale';
|
|
29 $labels['archivetypesender'] = 'Email dërguesi';
|
|
30 $labels['unkownsender'] = 'e panjohur';
|
|
31 $labels['readonarchive'] = 'I vini shenjë si të lexuar mesazhit në arkiv';
|
|
32 ?>
|