git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-12 03:59:52 +00:00
commit 8326004cb2
2773 changed files with 91485 additions and 0 deletions

View file

@ -0,0 +1,30 @@
<?php
/**
* @file modules/integration_search/lang/ko.lang.php
* @author zero <zero@nzeo.com>
* @brief English Language Pack (For only basic things)
**/
$lang->integration_search = "Integration Search";
$lang->sample_code = "Sample Code";
$lang->about_target_module = "Only chosen modules are the target. Please be careful on setting authority";
$lang->about_sample_code = "You can add integration search on layout by adding code above";
$lang->msg_no_keyword = "Input keyword to search";
$lang->is_result_text = "There are <strong>%d</strong> result(s) for <strong>'%s'</strong>";
$lang->is_search_option = array(
'title' => 'Subject',
'content' => 'Content',
'title_content' => 'Subject+Content',
//'comment' => '댓글',
);
$lang->is_sort_option = array(
'regdate' => 'Registered Date',
'comment_count' => 'Number of Comments',
'readed_count' => 'Number of Hits',
'voted_count' => 'Number of Votes',
);
?>

View file

@ -0,0 +1,30 @@
<?php
/**
* @file modules/integration_search/lang/ko.lang.php
* @author zero <zero@nzeo.com> 翻訳RisaPapa
* @brief 日本語言語パッケージ(基本的な内容のみう)
**/
$lang->integration_search = "統合検索";
$lang->sample_code = "サンプルコード";
$lang->about_target_module = "選択されたモジュールのみを検索対象とします。権限設定に注意してください。";
$lang->about_sample_code = "上のコードをレイアウトなどに追加すると統合検索が可能になります。";
$lang->msg_no_keyword = "検索語を入力してください。";
$lang->is_result_text = "<strong>'%s'</strong>に対する検索結果<strong>%d</strong>件";
$lang->is_search_option = array(
'title' => 'タイトル',
'content' => '内容',
'title_content' => 'タイトル+内容',
//'comment' => 'コメント',
);
$lang->is_sort_option = array(
'regdate' => '登録日',
'comment_count' => 'コメント数',
'readed_count' => '照合数',
'voted_count' => '推薦数',
);
?>

View file

@ -0,0 +1,30 @@
<?php
/**
* @file modules/integration_search/lang/ko.lang.php
* @author zero <zero@nzeo.com>
* @brief 한국어 언어팩 (기본적인 내용만 수록)
**/
$lang->integration_search = "통합검색";
$lang->sample_code = "샘플코드";
$lang->about_target_module = "선택된 모듈만 검색 대상으로 정합니다. 권한설정에 대한 주의를 바랍니다";
$lang->about_sample_code = "위 코드를 레이아웃등에 추가하시면 통합검색이 가능합니다";
$lang->msg_no_keyword = "검색어를 입력해주세요";
$lang->is_result_text = "<strong>'%s'</strong> 에 대한 검색결과 <strong>%d</strong>건";
$lang->is_search_option = array(
'title' => '제목',
'content' => '내용',
'title_content' => '제목+내용',
//'comment' => '댓글',
);
$lang->is_sort_option = array(
'regdate' => '등록일',
'comment_count' => '댓글수',
'readed_count' => '조회수',
'voted_count' => '추천수',
);
?>

View file

@ -0,0 +1,29 @@
<?php
/**
* @file modules/integration_search/lang/ko.lang.php
* @author zero <zero@nzeo.com>
* @brief 简体中文语言包
**/
$lang->integration_search = "搜索";
$lang->sample_code = "代码";
$lang->about_target_module = "只把被选模块作为搜索对象。请注意权限设置。";
$lang->about_sample_code = "可把上述代码插入到相应布局当中即可实现搜索功能。";
$lang->is_result_text = "符合<strong>'%s'</strong>的搜索结果约有<strong>%d</strong>项";
$lang->is_search_option = array(
'title' => '标题',
'content' => '内容',
'title_content' => '标题+内容',
//'comment' => '评论',
);
$lang->is_sort_option = array(
'regdate' => '日期',
'comment_count' => '评论',
'readed_count' => '查看',
'voted_count' => '推荐',
);
?>