69 lines
3.1 KiB
PHP
69 lines
3.1 KiB
PHP
<?php
|
|
/**
|
|
* The doc module english 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 doc
|
|
* @version $Id: en.php 824 2010-05-02 15:32:06Z wwccss $
|
|
* @link http://www.zentao.net
|
|
*/
|
|
/* 字段列表。*/
|
|
$lang->doc->common = 'ドク';
|
|
$lang->doc->id = 'IDは';
|
|
$lang->doc->product = '製品';
|
|
$lang->doc->project = 'プロジェクト';
|
|
$lang->doc->lib = '図書館';
|
|
$lang->doc->module = 'モジュール';
|
|
$lang->doc->title = 'タイトル';
|
|
$lang->doc->digest = 'ダイジェスト';
|
|
$lang->doc->type = 'タイプ';
|
|
$lang->doc->content = 'コンテンツ';
|
|
$lang->doc->keywords = 'キーワード';
|
|
$lang->doc->url = 'のURL';
|
|
$lang->doc->files = 'ファイル';
|
|
$lang->doc->views = '再生';
|
|
$lang->doc->addedBy = 'を追加';
|
|
$lang->doc->addedDate = '追加日';
|
|
$lang->doc->editedBy = 'かれ';
|
|
$lang->doc->editedDate = '編集日';
|
|
|
|
$lang->doc->moduleName = 'モジュール名';
|
|
$lang->doc->moduleOrder = 'モジュールの順序';
|
|
|
|
/* 方法列表。*/
|
|
$lang->doc->index = 'インデックス';
|
|
$lang->doc->create = '作成ドキュメント';
|
|
$lang->doc->edit = '[編集]ドキュメント';
|
|
$lang->doc->delete = '削除docパッケージ';
|
|
$lang->doc->browse = '閲覧docパッケージ';
|
|
$lang->doc->view = 'プロフィールdocパッケージ';
|
|
$lang->doc->createLib = '作成ライブラリ';
|
|
$lang->doc->editLib = '[編集]ライブラリ';
|
|
$lang->doc->deleteLib = '削除ライブラリ';
|
|
$lang->doc->libName = 'ライブラリ名';
|
|
$lang->doc->deleteFile = 'ファイルを削除';
|
|
|
|
$lang->doc->systemLibs['product'] = '製品ドキュメント';
|
|
$lang->doc->systemLibs['project'] = 'プロジェクトドキュメント';
|
|
|
|
$lang->doc->types['file'] = 'ファイル';
|
|
$lang->doc->types['url'] = 'リンク';
|
|
$lang->doc->types['text'] = 'HTML形式';
|
|
|
|
$lang->doc->confirmDeleteLib = "あなたは、このドキュメントライブラリを削除しますか?";
|
|
$lang->doc->errorEditSystemDoc = "システムドキュメントライブラリは必要はない編集";
|