mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 21:48:45 +02:00
🌐 update 2.6 chinese translation and corresponding licences (#45)
* Update zh_cn.dict.authent-external.php * Update zh_cn.dict.authent-ldap.php * Update zh_cn.dict.authent-local.php * Update zh_cn.dict.itop-attachments.php * Update zh_cn.dict.itop-backup.php * Update zh_cn.dict.itop-change-mgmt-itil.php * Update zh_cn.dict.itop-change-mgmt.php * Update zh_cn.dict.itop-config-mgmt.php * Update zh_cn.dict.itop-config.php * Update zh_cn.dict.itop-datacenter-mgmt.php * Update zh.dict.itop-endusers-devices.php * Update zh_cn.dict.itop-hub-connector.php * Update zh_cn.dict.itop-incident-mgmt-itil.php * Update zh_cn.dict.itop-knownerror-mgmt.php * Update zh_cn.dict.itop-portal-base.php * Update zh_cn.dict.itop-portal-base.php * Update zh_cn.dict.itop-problem-mgmt.php * Update zh_cn.dict.itop-request-mgmt-itil.php * Update zh_cn.dict.itop-request-mgmt.php * Update zh_cn.dict.itop-welcome-itil.php * Update zh_cn.dict.itop-tickets.php * Update zh_cn.dict.itop-service-mgmt-provider.php * Update zh_cn.dict.itop-service-mgmt.php * Update zh_cn.dictionary.itop.core.php * Update zh_cn.dictionary.itop.ui.php
This commit is contained in:
committed by
Pierre Goiffon
parent
92657951c7
commit
bc4873dfe5
@@ -1,27 +1,26 @@
|
||||
<?php
|
||||
// Copyright (C) 2010-2012 Combodo SARL
|
||||
//
|
||||
// This file is part of iTop.
|
||||
//
|
||||
// iTop is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU Affero General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// iTop 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 Affero General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @author Robert Deng <denglx@gmail.com>
|
||||
* @copyright Copyright (C) 2010-2012 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop 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 Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||
*/
|
||||
|
||||
// Dictionnay conventions
|
||||
// Class:<class_name>
|
||||
// Class:<class_name>+
|
||||
@@ -31,10 +30,12 @@
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||
|
||||
//
|
||||
// Class: UserExternal
|
||||
//
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Class:UserExternal' => '外部用户',
|
||||
'Class:UserExternal+' => '用户在 iTop 外部验证身份',
|
||||
'Class:UserExternal+' => '用户在iTop 外部验证身份',
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user