Files
EasySoft-ZenTaoPMS/module/dept/lang/ja.php
2010-11-09 07:19:37 +00:00

24 lines
939 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* The dept module Japanese file of ZenTaoPMS.
*
* @copyright Copyright 2009-2010 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 dept
* @version $Id: en.php 993 2010-08-02 10:20:01Z wwccss $
* @link http://www.zentao.net
*/
$lang->dept->common = '部門';
$lang->dept->add = "追加";
$lang->dept->addChild = "子部門を追加する";
$lang->dept->manageChild = "チャイルド表情を通じて";
$lang->dept->delete = "削除";
$lang->dept->browse = "管理";
$lang->dept->manage = "管理";
$lang->dept->updateOrder = "更新順";
$lang->dept->users = "ユーザー";
$lang->dept->saveButton = "保存S";
$lang->dept->confirmDelete = "あなたはこの部門を削除してよろしいですか?";