en.dict.mhp-person-add-field.php
4.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?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',
));