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

@ -27,10 +27,24 @@
$lang->skin_history = 'Update history';
$lang->module_copy = "Duplicate Module";
$lang->module_selector = "Module Selector";
$lang->do_selected = "선택된 것들을...";
$lang->bundle_setup = "일괄 기본 설정";
$lang->bundle_addition_setup = "일괄 추가 설정";
$lang->bundle_grant_setup = "일괄 권한 설정";
$lang->lang_code = "언어 코드";
$lang->filebox = "파일박스";
$lang->header_script = "Header Script";
$lang->about_header_script = "You can input the html script between &lt;header&gt; and &lt;/header&gt; by yourself.<br />You can use &lt;script, &lt;style or &lt;meta tag";
$lang->grant_access = "Access";
$lang->grant_manager = "Management";
$lang->grant_to_all = "All users";
$lang->grant_to_login_user = "Logged users";
$lang->grant_to_site_user = "Joined users";
$lang->grant_to_group = "Specification group users";
$lang->cmd_add_shortcut = "Add Shortcut";
$lang->cmd_install = "Install";
$lang->cmd_update = "Update";
@ -38,6 +52,8 @@
$lang->cmd_manage_grant = 'Manage Permission';
$lang->cmd_manage_skin = 'Manage Skins';
$lang->cmd_manage_document = 'Manage Articles';
$lang->cmd_find_module = '모듈 찾기';
$lang->cmd_find_langcode = 'Find lang code';
$lang->msg_new_module = "Create new module";
$lang->msg_update_module = "Modify module";
@ -62,10 +78,13 @@
$lang->about_list_count = 'You can set the number of limit to show article in a page.(default is 20)';
$lang->about_search_list_count = 'You may set the number of articles to be exposed when you use search or category function. (default is 20)';
$lang->about_page_count = 'You can set the number of page link to move pages in a bottom of page.(default is 10)';
$lang->about_admin_id = 'You can grant a manager to have all permissions to the module.\n You can enter multiple IDs using <br />,(comma) \n(but the module manager cannot access the site admin page.)';
$lang->about_admin_id = 'You can grant a manager to have all permissions to the module.';
$lang->about_grant = 'If you disable all permissions for a specific object, members who has not logged in would get permission.';
$lang->about_grant_deatil = '가입한 사용자는 cafeXE등 분양형 가상 사이트에 가입을 한 로그인 사용자를 의미합니다';
$lang->about_module = "XE consists of modules except basic library.\n [Module Manage] module will show all installed modules and help you to manage them.";
$lang->about_extra_vars_default_value = 'If multiple default values are needed, you can link them with comma(,).';
$lang->about_search_virtual_site = "가상 사이트(카페XE등)의 도메인을 입력하신 후 검색하세요.<br/>가상 사이트이외의 모듈은 내용을 비우고 검색하시면 됩니다. (http:// 는 제외)";
$lang->about_langcode = "언어별로 다르게 설정하고 싶으시면 언어코드 찾기를 이용해주세요";
$lang->about_file_extension= "%s 파일만 가능합니다.";
?>