add contents

This commit is contained in:
Trevor Batley
2025-10-09 15:04:29 +11:00
parent 170362eec1
commit bce7dd054a
2537 changed files with 301282 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?php
/**
* Traditional Chinese language file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Danny Lin <danny0838@gmail.com>
*/
// custom language strings for the plugin
$lang['page'] = '頁面';
$lang['date'] = '日期';
$lang['user'] = '使用者';
$lang['desc'] = '描述';
//Setup VIM: ex: et ts=2 enc=utf-8 :

View File

@@ -0,0 +1,35 @@
<?php
/**
* Traditional Chinese language file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Danny Lin <danny0838@gmail.com>
*/
// for the configuration manager
$lang['style'] = '頁面列表的格式';
$lang['style_o_default'] = '預設';
$lang['style_o_table'] = '表格';
$lang['style_o_list'] = '列表';
$lang['showheader'] = '顯示標題列';
$lang['showdate'] = '顯示日期欄';
$lang['showdate_o_0'] = '隱藏';
$lang['showdate_o_1'] = '建立日期';
$lang['showdate_o_2'] = '修改日期';
$lang['showuser'] = '顯示使用者欄';
$lang['showuser_o_0'] = '隱藏';
$lang['showuser_o_1'] = '建立者';
$lang['showuser_o_2'] = '貢獻者';
$lang['showdesc'] = '顯示描述欄';
$lang['showdesc_o_0'] = '隱藏';
$lang['showdesc_o_160'] = '最多 160 字元';
$lang['showdesc_o_500'] = '最多 500 字元';
$lang['showcomments'] = '顯示意見欄 (需要 Discussion 插件)';
$lang['showlinkbacks'] = '顯示反向連結欄 (需要 Linkback 插件)';
$lang['showtags'] = '顯示標籤欄 (需要 Tag 插件)';
$lang['showfirsthl'] = '顯示第一標題而非頁面名稱';
$lang['sort'] = '按頁面名稱排序';
$lang['rsort'] = '按頁面名稱反向排序';
//Setup VIM: ex: et ts=2 enc=utf-8 :