commit | author | age
|
48e9c1
|
1 |
<?php |
T |
2 |
|
9a7cb9
|
3 |
/* |
TB |
4 |
+-----------------------------------------------------------------------+ |
|
5 |
| localization/zh_TW/labels.inc | |
|
6 |
| | |
|
7 |
| Language file of the Roundcube Webmail client | |
|
8 |
| Copyright (C) 2012, The Roundcube Dev Team | |
|
9 |
| Licensed under the GNU General Public License | |
|
10 |
| | |
|
11 |
+-----------------------------------------------------------------------+ |
208259
|
12 |
| Author: Nansen | |
9a7cb9
|
13 |
+-----------------------------------------------------------------------+ |
TB |
14 |
*/ |
|
15 |
|
48e9c1
|
16 |
$labels = array(); |
208259
|
17 |
$labels['buttontext'] = '垃圾郵件'; |
48e9c1
|
18 |
$labels['buttontitle'] = '標示為垃圾信'; |
T |
19 |
$labels['reportedasjunk'] = '成功回報垃圾信'; |
|
20 |
|