Files
EasySoft-ZenTaoPMS/module/search/lang/ko.php
2010-09-12 06:09:29 +00:00

58 lines
2.4 KiB
PHP

<?php
/**
* The search module Korean file of ZenTaoMS.
*
* ZenTaoMS is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* ZenTaoMS is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with ZenTaoMS. If not, see <http://www.gnu.org/licenses/>.
*
* @copyright Copyright 2009-2010 青岛易软天创网络科技有限公司(www.cnezsoft.com)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package search
* @version $Id: en.php 993 2010-08-02 10:20:01Z wwccss $
* @link http://www.zentao.net
*/
$lang->search->common = '수색';
$lang->search->reset = '재설정';
$lang->search->more = '더';
$lang->search->lite = '라이트';
$lang->search->saveQuery = '저장';
$lang->search->myQuery = '내 검색어';
$lang->search->group1 = '1';
$lang->search->group2 = '2';
$lang->search->buildForm = '검색 양식';
$lang->search->buildQuery = '실행 쿼리';
$lang->search->saveQuery = '저장 검색어';
$lang->search->deleteQuery = '삭제 쿼리';
$lang->search->setQueryTitle = '제발 입력은 제목 (이전에 저장) 검색을 실행합니다 :';
$lang->search->storyTitle = '수요 이름';
$lang->search->taskTitle = '작업 이름';
$lang->search->select = '기사 / 작업 필터';
$lang->search->operators['='] = '=';
$lang->search->operators['!='] = '!=';
$lang->search->operators['>'] = '&gt;';
$lang->search->operators['>='] = '>=';
$lang->search->operators['<'] = '&lt;';
$lang->search->operators['<='] = '<=';
$lang->search->operators['include'] = '포함';
$lang->search->andor['and'] = '과';
$lang->search->andor['or'] = '또는';
$lang->search->null = '널';
$lang->userquery->title = '제목';
$lang->userquery->myQueries = '내 검색어';
$lang->userquery->execut = '실행';
$lang->userquery->delete = '삭제';