css 및 js 호출순서 조정기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-03-06 05:33:56 +00:00
parent 4f380d9c48
commit 61851f1dfe
2149 changed files with 109090 additions and 18689 deletions

View file

@ -13,6 +13,21 @@
$lang->move_target_module = "Target module ";
$lang->title_bold = 'Bold';
$lang->title_color = 'Color';
$lang->new_document_count = '새글';
$lang->parent_category_title = 'Parent Category';
$lang->category_title = 'Category';
$lang->category_color = 'Category Font Color';
$lang->expand = 'Expand';
$lang->category_group_srls = 'Accessable Group';
$lang->cmd_make_child = 'Add Child Category';
$lang->cmd_enable_move_category = "Change Category Position (Drag the top menu after selection)";
$lang->about_category_title = 'Please input category name';
$lang->about_expand = 'By selecting this option, it will be always expanded';
$lang->about_category_group_srls = 'Only selected group will be able to use current category';
$lang->about_category_color = 'You can set font color of category.';
$lang->cmd_search_next = 'Search Next';
@ -49,4 +64,9 @@
'last_update' => 'Last Modified Date',
'ipaddress' => 'IP Address',
);
$lang->alias = "Alias";
$lang->history = "History";
$lang->about_use_history = "Determine whether to enable history feature, if it is enabled, update history would be stored and possible to restore old revisions.";
$lang->trace_only = "Trace only";
?>