en.dict.mhp-person-add-field.php 4.08 KB
<?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',
));