-
Notifications
You must be signed in to change notification settings - Fork 1
/
en.dict.itop-communications.php
125 lines (119 loc) · 7.05 KB
/
en.dict.itop-communications.php
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<?php
/**
* Localized data
*
* @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/>
*/
//
// Class: Communication
//
Dict::Add('EN US', 'English', 'English', array(
'Class:Communication' => 'Communication',
'Class:Communication+' => '',
'Class:Communication/Attribute:ref' => 'Ref',
'Class:Communication/Attribute:ref+' => '',
'Class:Communication/Attribute:start_date' => 'Start date',
'Class:Communication/Attribute:start_date+' => '',
'Class:Communication/Attribute:end_date' => 'End date',
'Class:Communication/Attribute:end_date+' => '',
'Class:Communication/Attribute:status' => 'Status',
'Class:Communication/Attribute:status+' => 'A background task will close it automatically when the end date is reached.
If this is not the case, ask your system administrator to check if the cron.php is running',
'Class:Communication/Attribute:status/Value:ongoing' => 'Ongoing',
'Class:Communication/Attribute:status/Value:ongoing+' => '',
'Class:Communication/Attribute:status/Value:closed' => 'Closed',
'Class:Communication/Attribute:status/Value:closed+' => '',
'Class:Communication/Attribute:org_id' => 'Announcer',
'Class:Communication/Attribute:org_id+' => '',
'Class:Communication/Attribute:org_name' => 'Announcer name',
'Class:Communication/Attribute:org_name+' => '',
'Class:Communication/Attribute:icon' => 'Type',
'Class:Communication/Attribute:icon+' => 'This type will pilot the message background color in Console and optional icon in Portals',
'Class:Communication/Attribute:icon/Value:none' => 'Neutral',
'Class:Communication/Attribute:icon/Value:none+' => '',
'Class:Communication/Attribute:icon/Value:information' => 'Information',
'Class:Communication/Attribute:icon/Value:information+' => '',
'Class:Communication/Attribute:icon/Value:warning' => 'Warning',
'Class:Communication/Attribute:icon/Value:warning+' => '',
'Class:Communication/Attribute:icon/Value:tip' => 'Tip',
'Class:Communication/Attribute:icon/Value:tip+' => '',
'Class:Communication/Attribute:icon/Value:scoop' => 'Breaking news',
'Class:Communication/Attribute:icon/Value:scoop+' => '',
'Class:Communication/Attribute:title' => 'Title',
'Class:Communication/Attribute:title+' => '',
'Class:Communication/Attribute:message' => 'Message',
'Class:Communication/Attribute:message+' => '',
'Class:Communication/Stimulus:ev_close' => 'Close this communication',
'Class:Communication/Stimulus:ev_close+' => '',
'Class:Communication/Stimulus:ev_reopen' => 'Reopen this communication',
'Class:Communication/Stimulus:ev_reopen+' => '',
'Class:Communication/Attribute:organizations_list' => 'Chosen organizations',
'Class:Communication/Attribute:organizations_list+' => 'Useless if organizations are defined by OQL',
'Class:Communication/Attribute:org_match_type' => 'Target organizations...',
'Class:Communication/Attribute:org_match_type+' => 'There are 3 ways of defining who will see this communication:
- Static list of chosen organizations,
- Chosen organizations as well as any of their sub-organizations in cascade,
- Organizations returned by the OQL query below.',
'Class:Communication/Attribute:org_match_type/Value:direct' => 'Only the chosen ones',
'Class:Communication/Attribute:org_match_type/Value:direct+' => 'Static list of chosen organizations',
'Class:Communication/Attribute:org_match_type/Value:cascade' => 'Chosen and descendants',
'Class:Communication/Attribute:org_match_type/Value:cascade+' => 'Chosen organizations as well as any of their sub-organizations in cascade',
'Class:Communication/Attribute:org_match_type/Value:oql' => 'Organizations from OQL',
'Class:Communication/Attribute:org_match_type/Value:oql+' => 'Organizations returned by the OQL query',
'Class:Communication/Attribute:org_oql' => 'OQL query',
'Class:Communication/Attribute:org_oql+' => 'This OQL must return Organizations only',
'Class:Communication/Attribute:allowed_portals' => 'Displayed on...',
'Class:Communication/Attribute:allowed_portals+' => 'User Interfaces in which this communication will be displayed',
'Class:Communication/Error:EndDateMustBeGreaterThanStartDate' => 'End date must be greater than start date.',
'Class:Communication/Error:OQLMustBeProvided' => 'An OQL must be provided, as you requested the organizations to be retrieved by OQL',
'Class:Communication/Error:OQLMustReturnOrganization' => 'The "Organizations OQL" query must return Organizations only',
'Class:Communication/Error:OQLNotValid' => 'The "Organizations OQL" query is invalid: %1$s',
'Class:Communication/Warning:OQLProvidedButUnused' => 'An "OQL query" was provided, but won\'t be used as "Target organizations..." is not set to "Organizations from OQL"',
'Class:Communication/Warning:NoOrgSoAll' => 'No Organizations selected, so the communication will be visible to all',
'Class:Communication/Tab:Preview' => 'Resultant organizations',
'Class:Communication/Tab:Preview+' => 'Organizations in scope of this communication',
'Class:Communication/Tab:PreviewAll' => 'All organizations are in scope of this communication',
));
//
// Class: lnkCommunicationToOrganization
//
Dict::Add('EN US', 'English', 'English', array(
'Class:lnkCommunicationToOrganization' => 'Link Communication / Organization',
'Class:lnkCommunicationToOrganization+' => '',
'Class:lnkCommunicationToOrganization/Name' => '%1$s / %2$s',
'Class:lnkCommunicationToOrganization/Attribute:org_id' => 'Organization',
'Class:lnkCommunicationToOrganization/Attribute:org_id+' => '',
'Class:lnkCommunicationToOrganization/Attribute:org_name' => 'Organization name',
'Class:lnkCommunicationToOrganization/Attribute:org_name+' => '',
'Class:lnkCommunicationToOrganization/Attribute:communication_id' => 'Communication',
'Class:lnkCommunicationToOrganization/Attribute:communication_id+' => '',
'Class:lnkCommunicationToOrganization/Attribute:communication_ref' => 'Communication Ref',
'Class:lnkCommunicationToOrganization/Attribute:communication_ref+' => '',
));
Dict::Add('EN US', 'English', 'English', array(
'Menu:Communication' => 'Communications',
'Menu:Communication+' => 'All open Communications',
'Portal:Communications' => 'Communications',
'Portal:Communication:Previous' => 'Previous',
'Portal:Communication:Next' => 'Next',
'itop-communications:Communications:Section:Title'=> 'Communications',
'Communication:when' => 'When',
'Communication:to_whom' => 'To whom and where',
'Communication:what' => 'What',
));