51 lines
2.4 KiB
PHP
51 lines
2.4 KiB
PHP
<?php
|
|
/**
|
|
* The tree module Japanese 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 tree
|
|
* @version $Id: en.php 993 2010-08-02 10:20:01Z wwccss $
|
|
* @link http://www.zentao.net
|
|
*/
|
|
$lang->tree->common = 'モジュールの管理';
|
|
$lang->tree->add = '追加';
|
|
$lang->tree->edit = '[編集]';
|
|
$lang->tree->addChild = '追加子';
|
|
$lang->tree->delete = '削除';
|
|
$lang->tree->browse = 'モジュールの管理';
|
|
$lang->tree->manage = '管理';
|
|
$lang->tree->manageProduct = '疥癬の製品モジュール';
|
|
$lang->tree->manageProject = 'プロジェクトの管理モジュール';
|
|
$lang->tree->manageBug = '管理のバグモジュール';
|
|
$lang->tree->manageCase = '管理ケースモジュール';
|
|
$lang->tree->manageCustomDoc = '管理ドキュメントライブラリモジュール';
|
|
$lang->tree->updateOrder = '更新順';
|
|
$lang->tree->manageChild = '管理子';
|
|
$lang->tree->syncFromProduct = 'コピー製品のモジュールから';
|
|
$lang->tree->ajaxGetOptionMenu = 'APIは:選択してメニューを取得する';
|
|
$lang->tree->ajaxGetSonModules = 'API: Get son modules';
|
|
|
|
$lang->tree->confirmDelete = 'あなたがこのモジュールを削除してよろしいですか?';
|
|
$lang->tree->successSave = '成功を保存';
|
|
|
|
$lang->tree->name = '名';
|
|
$lang->tree->parent = '親';
|
|
$lang->tree->child = 'チャイルド';
|
|
$lang->tree->owner = '所有者';
|
|
$lang->tree->order = '注文';
|
|
$lang->tree->projectDoc = 'プロジェクトドキュメント';
|