mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 09:32:15 +09:00
Convert all module lang files from XML to PHP
This commit is contained in:
parent
9b621d9c8c
commit
615416ab7f
297 changed files with 13745 additions and 17656 deletions
18
modules/trash/lang/zh-TW.php
Normal file
18
modules/trash/lang/zh-TW.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
$lang->cmd_trash = '回收桶';
|
||||
$lang->cmd_restore_all = '全部復原';
|
||||
$lang->in_trash = '回收桶';
|
||||
$lang->trash_date = '刪除日期';
|
||||
$lang->trash_description = '說明';
|
||||
$lang->success_trashed = '移至回收桶';
|
||||
$lang->empty_trash_all = '清空回收桶';
|
||||
$lang->confirm_restore = '確定要復原嗎?';
|
||||
$lang->success_empty = '已清空回收桶';
|
||||
$lang->fail_empty = '無法清空回收桶';
|
||||
$lang->success_restore = '已復原';
|
||||
$lang->fail_restore = '復原失敗';
|
||||
$lang->origin_module_type = '類型';
|
||||
$lang->title = '標題';
|
||||
$lang->content = '內容';
|
||||
$lang->trasher = '刪除';
|
||||
$lang->cmd_restore = '復原';
|
||||
Loading…
Add table
Add a link
Reference in a new issue