summaryrefslogtreecommitdiff
path: root/plugins/contextmenu/localization/zh_TW.inc
blob: bd33d27b8d405439259c73fb51eba8dda1866847 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/* Author: thomasysliu */

$labels = array();
$labels['markreadfolder'] = '標示為已讀取';
$labels['collapseall'] = '全部收起';
$labels['expandall'] = '全部展開';
$labels['copyto'] = '複製到...';

$messages = array();

?>