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 ?>
|