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)';
|
|
27 $labels['archivetypemonth'] = '月分 (例如: 封存/2012/06)';
|
|
28 $labels['archivetypefolder'] = '原始資料夾';
|
|
29 $labels['archivetypesender'] = '寄件者電子信箱';
|
|
30 $labels['unkownsender'] = '未知';
|
|
31 $labels['readonarchive'] = '將封存的郵件標示為已讀取';
|
|
32 ?>
|