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,13 +13,21 @@
$lang->msg_no_keyword = "Please input keyword to search";
$lang->is_result_text = "There are <strong>%d</strong> result(s) for <strong>'%s'</strong>";
$lang->multimedia = "Images/ Movies";
$lang->is_search_option = array(
'title' => 'Subject',
'content' => 'Content',
'title_content' => 'Subject+Content',
'comment' => 'Comment',
'tag' => 'Tags',
'document' => array(
'title_content' => 'Subject+Content',
'title' => 'Subject',
'content' => 'Content',
'tag' => 'Tags',
),
'trackback' => array(
'url' => 'Target URL',
'blog_name' => 'Target Site Name',
'title' => 'Title',
'excerpt' => 'Excerpt',
),
);
$lang->is_sort_option = array(

View file

@ -13,13 +13,21 @@
$lang->msg_no_keyword = "Ingrese la palabra para la búsqueda";
$lang->is_result_text = "<strong>%d</strong> Resultados con la palabra <strong>'%s'</strong> ";
$lang->multimedia = "Images/ Movies";
$lang->is_search_option = array(
'document' => array(
'title_content' => 'Título+Contenido',
'title' => 'Título',
'content' => 'Contenido',
'title_content' => 'Título+Contenido',
'comment' => 'Commentarios',
'tag' => 'Etiqueta',
),
'trackback' => array(
'url' => 'URL objetivo',
'blog_name' => 'Ojetivo del nombre de sitio',
'title' => 'Título',
'excerpt' => 'Contenido',
),
);
$lang->is_sort_option = array(

View file

@ -13,13 +13,21 @@
$lang->msg_no_keyword = "Entrez le mot de clé à rechercher, S.V.P.";
$lang->is_result_text = "Il y a <strong>%d</strong> résultat(s) pour <strong>'%s'</strong>";
$lang->multimedia = "Images/ Movies";
$lang->is_search_option = array(
'title' => 'Titre',
'content' => 'Contenu',
'title_content' => 'Titre+Contenu',
'comment' => 'Commentaire',
'tag' => 'Balise',
'document' => array(
'title_content' => 'Titre+Contenu',
'title' => 'Titre',
'content' => 'Contenu',
'tag' => 'Balise',
),
'trackback' => array(
'url' => 'URL objectif',
'blog_name' => 'Nom du Site objectif',
'title' => 'Titre',
'excerpt' => 'Contenu',
),
);
$lang->is_sort_option = array(

View file

@ -13,13 +13,21 @@
$lang->msg_no_keyword = "検索語を入力してください。";
$lang->is_result_text = "<strong>'%s'</strong>に対する検索結果<strong>%d</strong>件";
$lang->multimedia = "Images/ Movies";
$lang->is_search_option = array(
'title' => 'タイトル',
'content' => '内容',
'title_content' => 'タイトル+内容',
'comment' => 'コメント',
'tag' => 'タグ',
'document' => array(
'title_content' => 'タイトル+内容',
'title' => 'タイトル',
'content' => '内容',
'tag' => 'タグ',
),
'trackback' => array(
'url' => 'URL',
'blog_name' => 'サイト(ブログ)名',
'title' => 'タイトル',
'excerpt' => '要約内容',
),
);
$lang->is_sort_option = array(

View file

@ -5,21 +5,30 @@
* @brief 한국어 언어팩 (기본적인 내용만 수록)
**/
$lang->integration_search = "통합검색";
$lang->integration_search = '통합검색';
$lang->sample_code = "샘플코드";
$lang->about_target_module = "선택된 모듈만 검색 대상으로 정합니다. 권한설정에 대한 주의를 바랍니다";
$lang->about_sample_code = "위 코드를 레이아웃등에 추가하시면 통합검색이 가능합니다";
$lang->msg_no_keyword = "검색어를 입력해주세요";
$lang->sample_code = '샘플코드';
$lang->about_target_module = '선택된 모듈만 검색 대상으로 정합니다. 권한설정에 대한 주의를 바랍니다';
$lang->about_sample_code = '위 코드를 레이아웃등에 추가하시면 통합검색이 가능합니다';
$lang->msg_no_keyword = '검색어를 입력해주세요';
$lang->msg_document_more_search = '계속 검색 버튼을 선택하시면 아직 검색하지 않은 부분까지 계속 검색 하실 수 있습니다';
$lang->is_result_text = "<strong>'%s'</strong> 에 대한 검색결과 <strong>%d</strong>건";
$lang->multimedia = '이미지/동영상';
$lang->is_search_option = array(
'title' => '제목',
'content' => '내용',
'title_content' => '제목+내용',
'comment' => '댓글',
'tag' => '태그',
'document' => array(
'title_content' => '제목+내용',
'title' => '제목',
'content' => '내용',
'tag' => '태그',
),
'trackback' => array(
'url' => '대상 URL',
'blog_name' => '대상 사이트 이름',
'title' => '제목',
'excerpt' => '내용',
),
);
$lang->is_sort_option = array(

View file

@ -13,13 +13,21 @@
$lang->msg_no_keyword = "Введите ключевое слово для поиска";
$lang->is_result_text = "<strong>%d</strong> результатов для <strong>'%s'</strong>";
$lang->multimedia = "Images/ Movies";
$lang->is_search_option = array(
'title' => 'Тема',
'content' => 'Содержание',
'title_content' => 'Тема+Содержание',
'comment' => 'Комментарии',
'tag' => 'Теги',
'document' => array(
'title_content' => 'Тема+Содержание',
'title' => 'Тема',
'content' => 'Содержание',
'tag' => 'Теги',
),
'trackback' => array(
'url' => 'URL назначения',
'blog_name' => 'Имя сайта',
'title' => 'Заголовок',
'excerpt' => 'Выдержка',
),
);
$lang->is_sort_option = array(

View file

@ -1,24 +1,32 @@
<?php
/**
* @file modules/integration_search/lang/ko.lang.php
* @author zero <zero@nzeo.com>
* @brief 简体中文语言包
* @author zero <zero@nzeo.com> 翻译guny
* @brief 综合搜索简体中文语言包
**/
$lang->integration_search = "搜索";
$lang->integration_search = "综合搜索";
$lang->sample_code = "代码";
$lang->about_target_module = "只把被选模块作为搜索对象。请注意权限设置。";
$lang->about_target_module = "选模块作为搜索对象。请注意权限设置。";
$lang->about_sample_code = "可把上述代码插入到相应布局当中即可实现搜索功能。";
$lang->is_result_text = "符合<strong>'%s'</strong>的搜索结果约有<strong>%d</strong>项";
$lang->multimedia = "图片/视频";
$lang->is_search_option = array(
'document' => array(
'title_content' => '标题+内容',
'title' => '标题',
'content' => '内容',
'title_content' => '标题+内容',
'comment' => '评论',
'tag' => '标签',
),
'trackback' => array(
'url' => '对象URL',
'blog_name' => '对象网站名称',
'title' => '标题',
'excerpt' => '内容',
),
);
$lang->is_sort_option = array(

View file

@ -10,15 +10,25 @@
$lang->sample_code = "原始碼";
$lang->about_target_module = "只將所選擇的模組當作搜尋對象。請注意權限設置。";
$lang->about_sample_code = "將上述原始碼插入到相對應版面當中,即可實現搜尋功能。";
$lang->msg_no_keyword = "請輸入關鍵字";
$lang->msg_document_more_search = "계속 검색 버튼을 선택하시면 아직 검색하지 않은 부분까지 계속 검색 하실 수 있습니다";
$lang->is_result_text = "符合<strong>'%s'</strong>的搜尋結果,約有<strong>%d</strong>項";
$lang->multimedia = "Images/ Movies";
$lang->is_search_option = array(
'title' => '標題',
'content' => '內容',
'title_content' => '標題+內容',
'comment' => '評論',
'tag' => '標籤',
'document' => array(
'title_content' => '標題+內容',
'title' => '標題',
'content' => '內容',
'tag' => '標籤',
),
'trackback' => array(
'url' => '目標網址',
'blog_name' => '目標網站名稱',
'title' => '標題',
'excerpt' => '內容',
),
);
$lang->is_sort_option = array(