Files
EasySoft-ZenTaoPMS/module/index/lang/ko.php
T

30 lines
1.1 KiB
PHP

<?php
/**
* The index module simplified chinese file of ZenTaoPMS.
*
* @copyright Copyright 2009-2011 QingDao Nature Easy Soft Network Technology Co,LTD (www.cnezsoft.com)
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package ZenTaoPMS
* @version $Id: en.php 993 2010-08-02 10:20:01Z wwccss $
* @link http://www.zentao.net
*/
$lang->index->common = '색인';
$lang->index->index = '색인';
$lang->index->ping = 'API가 : 업데이트 세션';
$lang->index->latest = '최근 작업 :';
$lang->index->action = '%s, %s <i>%s</i> %s <strong>%s</strong>。';
$lang->index->projects = 'Project';
$lang->index->stats = 'Stats';
$lang->index->my = 'Dashboard';
$lang->index->products = 'Product';
$lang->index->stories = 'Story';
$lang->index->tasks = 'Task';
$lang->index->bugs = 'Bug';
$lang->index->todos = 'Todo';
$lang->index->total = 'Total <strong>%s</strong>, ';
$lang->index->myTodo = 'My Todo';
$lang->index->myTask = 'My Task';
$lang->index->myBug = 'My Bug';