Commit 9b2e47a9 by Maxim Zinchenko

v1.0.0

0 parents
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2013 XXXXX
* @license http://opensource.org/licenses/AGPL-3.0
*/
Dict::Add('EN US', 'English', 'English', array(
// Dictionary entries go here
'Class:Company' => 'Company',
'Class:Company+' => 'Company',
'Class:Person/Attribute:company_id' => 'Company',
'Class:Person/Attribute:company_id+' => '',
'Class:Person/Attribute:company_name' => 'Company',
// 'Class:Person/Attribute:surname' => 'Отчество',
'Class:Person/Attribute:discription' => 'ID 1S',
'Class:Person/Attribute:computername' => 'PC',
// 'Class:Contact/Attribute:org_id' => 'Подразделение',
// 'Class:Contact/Attribute:org_id+' => '',
// 'Class:Contact/Attribute:org_name' => 'Подразделение',
// 'Class:Contact/Attribute:org_name+' => '',
'Class:Contact/Attribute:company_id' => 'Company',
'Class:Contact/Attribute:company_id+' => '',
'Class:SurveyTargetAnswer/Attribute:company_id' => 'Respondent Company (ID)',
// 'Class:Organization' => 'Подразделение',
// 'Class:Organization+' => 'Подразделение',
'Class:Organization/Attribute:parent_id' => 'Ranking',
'Class:Organization/Attribute:parent_id+' => 'Ranking Organization',
'Class:Organization/Attribute:parent_name' => 'Ranking (name)',
'Class:Organization/Attribute:parent_name+' => 'Ranking Organization (name)',
'Class:Organization/Attribute:deliverymodel_id' => 'Delivery Model',
'Class:Organization/Attribute:parent_id_friendlyname' => 'Ranking',
'Class:Organization/Attribute:parent_id_friendlyname+' => 'Ranking Organization',
// 'Class:Location/Attribute:org_id' => 'Подразделение',
// 'Class:Location/Attribute:org_id+' => '',
// 'Class:Location/Attribute:org_name' => 'Подразделение',
// 'Class:Location/Attribute:org_name+' => '',
// 'Class:SLA/Attribute:org_id' => 'Подразделение',
// 'Class:SLA/Attribute:org_id+' => '',
// 'Class:SLA/Attribute:organization_name' => 'Подразделение',
// 'Class:SLA/Attribute:organization_name+' => '',
// 'Class:DeliveryModel/Attribute:org_id' => 'Подразделение',
// 'Class:DeliveryModel/Attribute:org_id+' => '',
// 'Class:DeliveryModel/Attribute:organization_name' => 'Подразделение',
// 'Class:DeliveryModel/Attribute:organization_name+' => '',
// 'Class:KnownError/Attribute:org_id' => 'Подразделение',
// 'Class:KnownError/Attribute:org_id+' => '',
// 'Class:KnownError/Attribute:cust_name' => 'Подразделение',
// 'Class:KnownError/Attribute:cust_name+' => '',
// 'Class:Ticket/Attribute:org_id' => 'Подразделение',
// 'Class:Ticket/Attribute:org_id+' => '',
// 'Class:Ticket/Attribute:org_name' => 'Подразделение',
// 'Class:Ticket/Attribute:org_name+' => '',
'Class:UserRequest/Attribute:company_id' => 'Company',
'Class:UserRequest/Attribute:company_id+' => '',
'Class:UserRequest/Attribute:company_name' => 'Company',
'Class:UserRequest/Attribute:company_name+' => '',
'Class:Change/Attribute:company_id' => 'Company',
'Class:Change/Attribute:company_id+' => '',
'Class:Change/Attribute:company_name' => 'Company',
'Class:Change/Attribute:company_name+' => '',
'Class:Incident/Attribute:company_id' => 'Company',
'Class:Incident/Attribute:company_id+' => '',
'Class:Incident/Attribute:company_name' => 'Company',
'Class:Incident/Attribute:company_name+' => '',
'Class:ScheduledActivity/Attribute:company_id' => 'Company',
'Class:ScheduledActivity/Attribute:company_id+' => '',
'Class:ScheduledActivity/Attribute:company_name' => 'Company',
'Class:ScheduledActivity/Attribute:company_name+' => '',
'Class:Problem/Attribute:company_id' => 'Company',
'Class:Problem/Attribute:company_id+' => '',
'Class:Problem/Attribute:company_name' => 'Company',
'Class:Problem/Attribute:company_name+' => '',
'Class:Complany/Attribute:company_id' => 'Company',
'Class:Complany/Attribute:company_name' => 'Company',
));
<?php
// PHP Data Model definition file
// WARNING - WARNING - WARNING
// DO NOT EDIT THIS FILE (unless you know what you are doing)
//
// If you use supply a datamodel.xxxx.xml file with your module
// the this file WILL BE overwritten by the compilation of the
// module (during the setup) if the datamodel.xxxx.xml file
// contains the definition of new classes or menus.
//
// The recommended way to define new classes (for iTop 2.0) is via the XML definition.
// This file remains in the module's template only for the cases where there is:
// - either no new class or menu defined in the XML file
// - or no XML file at all supplied by the module
<?php
//
// iTop module definition file
//
SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
'mhp-person-add-field/1.0.0',
array(
// Identification
//
'label' => 'MHP Person Add Field',
'category' => 'business',
// Setup
//
'dependencies' => array(
'itop-config-mgmt/2.3.0',
),
'mandatory' => false,
'visible' => true,
// Components
//
'datamodel' => array(
'model.mhp-person-add-field.php'
),
'webservice' => array(
),
'data.struct' => array(
// add your 'structure' definition XML files here,
),
'data.sample' => array(
// add your sample data XML files here,
),
// Documentation
//
'doc.manual_setup' => '', // hyperlink to manual setup documentation, if any
'doc.more_information' => '', // hyperlink to more information, if any
// Default settings
//
'settings' => array(
// Module specific settings go here, if any
),
)
);
?>
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2013 XXXXX
* @license http://opensource.org/licenses/AGPL-3.0
*/
Dict::Add('RU RU', 'Russian', 'Русский', array(
// Dictionary entries go here
'Class:Company' => 'Организация',
'Class:Company+' => 'Организация',
'Class:Person/Attribute:company_id' => 'Организация',
'Class:Person/Attribute:company_id+' => '',
'Class:Person/Attribute:company_name' => 'Организация',
'Class:Person/Attribute:surname' => 'Отчество',
'Class:Person/Attribute:discription' => 'ID 1С',
'Class:Person/Attribute:computername' => 'ПК',
'Class:Contact/Attribute:org_id' => 'Подразделение',
'Class:Contact/Attribute:org_id+' => '',
'Class:Contact/Attribute:org_name' => 'Подразделение',
'Class:Contact/Attribute:org_name+' => '',
'Class:Contact/Attribute:company_id' => 'Организация',
'Class:Contact/Attribute:company_id+' => '',
'Class:SurveyTargetAnswer/Attribute:company_id' => 'Организация респондента (ID)',
'Class:Organization' => 'Подразделение',
'Class:Organization+' => 'Подразделение',
'Class:Organization/Attribute:parent_id' => 'Вышестоящее',
'Class:Organization/Attribute:parent_id+' => 'Вышестоящее подразделение',
'Class:Organization/Attribute:parent_name' => 'Вышестоящее (название)',
'Class:Organization/Attribute:parent_name+' => 'Вышестоящее подразделение (название)',
'Class:Organization/Attribute:deliverymodel_id' => 'Модель услуг',
'Class:Organization/Attribute:parent_id_friendlyname' => 'Вышестоящее',
'Class:Organization/Attribute:parent_id_friendlyname+' => 'Вышестоящее подразделение',
'Class:Location/Attribute:org_id' => 'Подразделение',
'Class:Location/Attribute:org_id+' => '',
'Class:Location/Attribute:org_name' => 'Подразделение',
'Class:Location/Attribute:org_name+' => '',
'Class:SLA/Attribute:org_id' => 'Подразделение',
'Class:SLA/Attribute:org_id+' => '',
'Class:SLA/Attribute:organization_name' => 'Подразделение',
'Class:SLA/Attribute:organization_name+' => '',
'Class:DeliveryModel/Attribute:org_id' => 'Подразделение',
'Class:DeliveryModel/Attribute:org_id+' => '',
'Class:DeliveryModel/Attribute:organization_name' => 'Подразделение',
'Class:DeliveryModel/Attribute:organization_name+' => '',
'Class:KnownError/Attribute:org_id' => 'Подразделение',
'Class:KnownError/Attribute:org_id+' => '',
'Class:KnownError/Attribute:cust_name' => 'Подразделение',
'Class:KnownError/Attribute:cust_name+' => '',
'Class:Ticket/Attribute:org_id' => 'Подразделение',
'Class:Ticket/Attribute:org_id+' => '',
'Class:Ticket/Attribute:org_name' => 'Подразделение',
'Class:Ticket/Attribute:org_name+' => '',
'Class:UserRequest/Attribute:company_id' => 'Организация',
'Class:UserRequest/Attribute:company_id+' => '',
'Class:UserRequest/Attribute:company_name' => 'Организация',
'Class:UserRequest/Attribute:company_name+' => '',
'Class:Change/Attribute:company_id' => 'Организация',
'Class:Change/Attribute:company_id+' => '',
'Class:Change/Attribute:company_name' => 'Организация',
'Class:Change/Attribute:company_name+' => '',
'Class:Incident/Attribute:company_id' => 'Организация',
'Class:Incident/Attribute:company_id+' => '',
'Class:Incident/Attribute:company_name' => 'Организация',
'Class:Incident/Attribute:company_name+' => '',
'Class:ScheduledActivity/Attribute:company_id' => 'Организация',
'Class:ScheduledActivity/Attribute:company_id+' => '',
'Class:ScheduledActivity/Attribute:company_name' => 'Организация',
'Class:ScheduledActivity/Attribute:company_name+' => '',
'Class:Problem/Attribute:company_id' => 'Организация',
'Class:Problem/Attribute:company_id+' => '',
'Class:Problem/Attribute:company_name' => 'Организация',
'Class:Problem/Attribute:company_name+' => '',
));
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2013 XXXXX
* @license http://opensource.org/licenses/AGPL-3.0
*/
Dict::Add('UK UA', 'Ukrainian', 'Українська', array(
// Dictionary entries go here
// 'Class:Company' => 'Организация',
// 'Class:Company+' => 'Организация',
// 'Class:Person/Attribute:company_id' => 'Организация',
// 'Class:Person/Attribute:company_id+' => '',
// 'Class:Person/Attribute:company_name' => 'Организация',
// 'Class:Person/Attribute:surname' => 'Отчество',
// 'Class:Person/Attribute:discription' => 'ID 1С',
// 'Class:Person/Attribute:computername' => 'ПК',
// 'Class:Contact/Attribute:org_id' => 'Подразделение',
// 'Class:Contact/Attribute:org_id+' => '',
// 'Class:Contact/Attribute:org_name' => 'Подразделение',
// 'Class:Contact/Attribute:org_name+' => '',
// 'Class:Contact/Attribute:company_id' => 'Организация',
// 'Class:Contact/Attribute:company_id+' => '',
//
// 'Class:SurveyTargetAnswer/Attribute:company_id' => 'Организация респондента (ID)',
// 'Class:Organization' => 'Подразделение',
// 'Class:Organization+' => 'Подразделение',
// 'Class:Organization/Attribute:parent_id' => 'Вышестоящее',
// 'Class:Organization/Attribute:parent_id+' => 'Вышестоящее подразделение',
// 'Class:Organization/Attribute:parent_name' => 'Вышестоящее (название)',
// 'Class:Organization/Attribute:parent_name+' => 'Вышестоящее подразделение (название)',
// 'Class:Organization/Attribute:deliverymodel_id' => 'Модель услуг',
// 'Class:Organization/Attribute:parent_id_friendlyname' => 'Вышестоящее',
// 'Class:Organization/Attribute:parent_id_friendlyname+' => 'Вышестоящее подразделение',
// 'Class:Location/Attribute:org_id' => 'Подразделение',
// 'Class:Location/Attribute:org_id+' => '',
// 'Class:Location/Attribute:org_name' => 'Подразделение',
// 'Class:Location/Attribute:org_name+' => '',
// 'Class:SLA/Attribute:org_id' => 'Подразделение',
// 'Class:SLA/Attribute:org_id+' => '',
// 'Class:SLA/Attribute:organization_name' => 'Подразделение',
// 'Class:SLA/Attribute:organization_name+' => '',
// 'Class:DeliveryModel/Attribute:org_id' => 'Подразделение',
// 'Class:DeliveryModel/Attribute:org_id+' => '',
// 'Class:DeliveryModel/Attribute:organization_name' => 'Подразделение',
// 'Class:DeliveryModel/Attribute:organization_name+' => '',
// 'Class:KnownError/Attribute:org_id' => 'Подразделение',
// 'Class:KnownError/Attribute:org_id+' => '',
// 'Class:KnownError/Attribute:cust_name' => 'Подразделение',
// 'Class:KnownError/Attribute:cust_name+' => '',
//
// 'Class:Ticket/Attribute:org_id' => 'Подразделение',
// 'Class:Ticket/Attribute:org_id+' => '',
// 'Class:Ticket/Attribute:org_name' => 'Подразделение',
// 'Class:Ticket/Attribute:org_name+' => '',
//
// 'Class:UserRequest/Attribute:company_id' => 'Организация',
// 'Class:UserRequest/Attribute:company_id+' => '',
// 'Class:UserRequest/Attribute:company_name' => 'Организация',
// 'Class:UserRequest/Attribute:company_name+' => '',
//
// 'Class:Change/Attribute:company_id' => 'Организация',
// 'Class:Change/Attribute:company_id+' => '',
// 'Class:Change/Attribute:company_name' => 'Организация',
// 'Class:Change/Attribute:company_name+' => '',
//
// 'Class:Incident/Attribute:company_id' => 'Организация',
// 'Class:Incident/Attribute:company_id+' => '',
// 'Class:Incident/Attribute:company_name' => 'Организация',
// 'Class:Incident/Attribute:company_name+' => '',
//
// 'Class:ScheduledActivity/Attribute:company_id' => 'Организация',
// 'Class:ScheduledActivity/Attribute:company_id+' => '',
// 'Class:ScheduledActivity/Attribute:company_name' => 'Организация',
// 'Class:ScheduledActivity/Attribute:company_name+' => '',
//
// 'Class:Problem/Attribute:company_id' => 'Организация',
// 'Class:Problem/Attribute:company_id+' => '',
// 'Class:Problem/Attribute:company_name' => 'Организация',
// 'Class:Problem/Attribute:company_name+' => '',
// ua:
'Class:Company' => 'Організація',
'Class:Company+' => 'Організація',
'Class:Person/Attribute:company_id' => 'Організація',
'Class:Person/Attribute:company_id+' => '',
'Class:Person/Attribute:company_name' => 'Організація',
'Class:Person/Attribute:surname' => 'По батькові',
'Class:Person/Attribute:discription' => 'ID 1С',
'Class:Person/Attribute:computername' => 'ПК',
'Class:Contact/Attribute:org_id' => 'Підрозділ',
'Class:Contact/Attribute:org_id+' => '',
'Class:Contact/Attribute:org_name' => 'Підрозділ',
'Class:Contact/Attribute:org_name+' => '',
'Class:Contact/Attribute:company_id' => 'Організація',
'Class:Contact/Attribute:company_id+' => '',
'Class:SurveyTargetAnswer/Attribute:company_id' => 'Організація респондента (ID)',
'Class:Organization' => 'Підрозділ',
'Class:Organization+' => 'Підрозділ',
'Class:Organization/Attribute:parent_id' => 'Вищестояще',
'Class:Organization/Attribute:parent_id+' => 'Вищий підрозділ',
'Class:Organization/Attribute:parent_name' => 'Вища (назва)',
'Class:Organization/Attribute:parent_name+' => 'Вищий підрозділ (назва)',
'Class:Organization/Attribute:deliverymodel_id' => 'Модель послуг',
'Class:Organization/Attribute:parent_id_friendlyname' => 'Найвище',
'Class:Organization/Attribute:parent_id_friendlyname+' => 'Вищий підрозділ',
'Class:Location/Attribute:org_id' => 'Підрозділ',
'Class:Location/Attribute:org_id+' => '',
'Class:Location/Attribute:org_name' => 'Підрозділ',
'Class:Location/Attribute:org_name+' => '',
'Class:SLA/Attribute:org_id' => 'Підрозділ',
'Class:SLA/Attribute:org_id+' => '',
'Class:SLA/Attribute:organization_name' => 'Підрозділ',
'Class:SLA/Attribute:organization_name+' => '',
'Class:DeliveryModel/Attribute:org_id' => 'Підрозділ',
'Class:DeliveryModel/Attribute:org_id+' => '',
'Class:DeliveryModel/Attribute:organization_name' => 'Підрозділ',
'Class:DeliveryModel/Attribute:organization_name+' => '',
'Class:KnownError/Attribute:org_id' => 'Підрозділ',
'Class:KnownError/Attribute:org_id+' => '',
'Class:KnownError/Attribute:cust_name' => 'Підрозділ',
'Class:KnownError/Attribute:cust_name+' => '',
'Class:Ticket/Attribute:org_id' => 'Підрозділ',
'Class:Ticket/Attribute:org_id+' => '',
'Class:Ticket/Attribute:org_name' => 'Підрозділ',
'Class:Ticket/Attribute:org_name+' => '',
'Class:UserRequest/Attribute:company_id' => 'Організація',
'Class:UserRequest/Attribute:company_id+' => '',
'Class:UserRequest/Attribute:company_name' => 'Організація',
'Class:UserRequest/Attribute:company_name+' => '',
'Class:Change/Attribute:company_id' => 'Організація',
'Class:Change/Attribute:company_id+' => '',
'Class:Change/Attribute:company_name' => 'Організація',
'Class:Change/Attribute:company_name+' => '',
'Class:Incident/Attribute:company_id' => 'Організація',
'Class:Incident/Attribute:company_id+' => '',
'Class:Incident/Attribute:company_name' => 'Організація',
'Class:Incident/Attribute:company_name+' => '',
'Class:ScheduledActivity/Attribute:company_id' => 'Організація',
'Class:ScheduledActivity/Attribute:company_id+' => '',
'Class:ScheduledActivity/Attribute:company_name' => 'Організація',
'Class:ScheduledActivity/Attribute:company_name+' => '',
'Class:Problem/Attribute:company_id' => 'Організація',
'Class:Problem/Attribute:company_id+' => '',
'Class:Problem/Attribute:company_name' => 'Організація',
'Class:Problem/Attribute:company_name+' => '',
));
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!