blob: 2dc250a6cd16a0a1ae8dcb4b2214a5439e3b3982 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?php
/*
+-----------------------------------------------------------------------+
| localization/zh_CN/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: waring_id <Unknown> |
+-----------------------------------------------------------------------+
@version $Id$
*/
$labels = array();
$labels['buttontitle'] = '将该信息存档';
$labels['archived'] = '存档成功';
$labels['archivefolder'] = '存档';
|