<?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 |
|
+-----------------------------------------------------------------------+
|
*/
|
|
$labels = array();
|
$labels['buttontext'] = '存档';
|
$labels['archivefolder'] = '存档';
|
$labels['buttontitle'] = '将该信息存档';
|
$labels['archived'] = '存档成功';
|