mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 08:39:58 +09:00
css 및 js 호출순서 조정기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4f380d9c48
commit
61851f1dfe
2149 changed files with 109090 additions and 18689 deletions
|
|
@ -10,9 +10,23 @@
|
|||
$lang->thumbnail_crop = '裁減';
|
||||
$lang->thumbnail_ratio = '比例';
|
||||
$lang->cmd_delete_all_thumbnail = '刪除全部縮圖';
|
||||
$lang->move_target_module = "移到";
|
||||
$lang->title_bold = '粗體';
|
||||
$lang->title_color = '標題顏色';
|
||||
$lang->new_document_count = 'N';
|
||||
|
||||
$lang->parent_category_title = '主分類';
|
||||
$lang->category_title = '分類名稱';
|
||||
$lang->category_color = '分類顏色';
|
||||
$lang->expand = '展開';
|
||||
$lang->category_group_srls = '群組';
|
||||
|
||||
$lang->cmd_make_child = '新增子分類';
|
||||
$lang->cmd_enable_move_category = '分類順序(勾選後用滑鼠拖曳分類項目)';
|
||||
|
||||
$lang->about_category_title = '請輸入分類名稱。';
|
||||
$lang->about_expand = '選擇此項將維持展開狀態。';
|
||||
$lang->about_category_group_srls = '被選擇的群組才可以檢視此分類。';
|
||||
$lang->about_category_color = '設定分類顏色。例)#ff0000';
|
||||
|
||||
$lang->cmd_search_next = '繼續搜尋';
|
||||
|
||||
|
|
@ -27,7 +41,9 @@
|
|||
$lang->msg_is_secret = '秘密!';
|
||||
$lang->msg_checked_document_is_deleted = '刪除了%d個文章。';
|
||||
|
||||
// 管理頁面尋找的對象
|
||||
$lang->move_target_module = '移到';
|
||||
|
||||
// 管理頁面搜尋的目標
|
||||
$lang->search_target_list = array(
|
||||
'title' => '標題',
|
||||
'content' => '內容',
|
||||
|
|
@ -47,6 +63,11 @@
|
|||
'uploaded_count ' => '上傳檔案數(以上)',
|
||||
'regdate' => '登錄日期',
|
||||
'last_update' => '最近更新日期',
|
||||
'ipaddress' => 'IP 位址',
|
||||
'ipaddress' => 'IP位址',
|
||||
);
|
||||
|
||||
$lang->alias = "別名";
|
||||
$lang->history = "歷史紀錄";
|
||||
$lang->about_use_history = "選擇是否使用歷史記錄功能。選擇使用,將能夠編輯歷史紀錄並還原。";
|
||||
$lang->trace_only = "追蹤";
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue