dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix possible PHP warning: strpos(): Offset not contained in string
Aleksander Machniak
2012-06-04
aede1f9ab41e8dfc5272a149b1e88a464ce12f89
[githubFork/roundcubemail.git]
/
plugins
/
archive
/
localization
/
zh_TW.inc
1
2
3
4
5
6
7
8
<?php
$labels = array();
$labels['buttontitle'] = '封存此信件';
$labels['archived'] = '已成功封存';
$labels['archivefolder'] = '封存';
?>