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

31 lines
1.2 KiB
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 build 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 build
* @version $Id: en.php 993 2010-08-02 10:20:01Z wwccss $
* @link http://www.zentao.net
*/
$lang->build->common = 'ビルド';
$lang->build->create = "作成";
$lang->build->edit = "[編集]";
$lang->build->delete = "削除";
$lang->build->view = "情報";
$lang->build->ajaxGetProductBuilds = 'APIは製品のビルド';
$lang->build->ajaxGetProjectBuilds = 'APIはプロジェクトのビルド';
$lang->build->confirmDelete = "よろしいですか、このビルドを削除するには?";
$lang->build->id = 'IDは';
$lang->build->product = '製品';
$lang->build->project = 'プロジェクト';
$lang->build->name = '名';
$lang->build->date = 'ビルド日';
$lang->build->builder = 'ビルダー';
$lang->build->scmPath = 'ソースコードのパス';
$lang->build->filePath = 'パッケージファイルのパス';
$lang->build->desc = '降順';