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'] = 'ארכיון';
|
|
19 $labels['buttontitle'] = 'משלוח ההודעה לארכיב';
|
|
20 $labels['archived'] = 'עדכון הארכיון הצליח';
|
|
21 $labels['archivedreload'] = 'נשמר בהצלחה בארכיב. יש לרענו את הדף כדי לראות את התיקיות החדשות בארכיב.';
|
|
22 $labels['archiveerror'] = 'לא ניתן היה להעביר לארכיב חלק מההודעות';
|
|
23 $labels['archivefolder'] = 'ארכיון';
|
|
24 $labels['settingstitle'] = 'ארכיב';
|
|
25 $labels['archivetype'] = 'לחלק את הארכיב על ידי';
|
|
26 $labels['archivetypeyear'] = 'שנה ( לדוגמה, ארכיב/2012/96 )';
|
|
27 $labels['archivetypemonth'] = 'חודש ( לדוגמה, ארכיב/2012/96 )';
|
|
28 $labels['archivetypefolder'] = 'תיקיה מקורית';
|
|
29 $labels['archivetypesender'] = 'שולח ההודעה';
|
|
30 $labels['unkownsender'] = 'לא ידוע';
|
|
31 $labels['readonarchive'] = 'יש לסמן את ההודעה בארכיב כאילו נקראה';
|
|
32 ?>
|