-
Notifications
You must be signed in to change notification settings - Fork 3
/
en_gb.dict.combodo-sla-computation.php
107 lines (95 loc) · 4.25 KB
/
en_gb.dict.combodo-sla-computation.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
<?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: CoverageWindow
//
Dict::Add('EN GB', 'British English', 'British English', array(
'Menu:CoverageWindows' => 'Coverage Windows',
'Menu:CoverageWindows+' => 'All Coverage Windows',
'Class:CoverageWindow' => 'Coverage Window',
'Class:CoverageWindow+' => '',
'Class:CoverageWindow/Attribute:name' => 'Name',
'Class:CoverageWindow/Attribute:name+' => '',
'Class:CoverageWindow/Attribute:description' => 'Description',
'Class:CoverageWindow/Attribute:description+' => '',
'Class:CoverageWindow/Attribute:friendlyname' => 'Usual name',
'Class:CoverageWindow/Attribute:friendlyname+' => '',
'Class:CoverageWindow/Attribute:interval_list' => 'Open Hours',
'WorkingHoursInterval:StartTime' => 'Start Time:',
'WorkingHoursInterval:EndTime' => 'End Time:',
'WorkingHoursInterval:WholeDay' => 'Whole Day:',
'WorkingHoursInterval:RemoveIntervalButton' => 'Remove Interval',
'WorkingHoursInterval:DlgTitle' => 'Open hours interval edition',
'Class:CoverageWindowInterval' => 'Open hours Interval',
'Class:CoverageWindowInterval/Attribute:coverage_window_id' => 'Coverage Window',
'Class:CoverageWindowInterval/Attribute:weekday' => 'Day of the week',
'Class:CoverageWindowInterval/Attribute:weekday/Value:sunday' => 'Sunday',
'Class:CoverageWindowInterval/Attribute:weekday/Value:monday' => 'Monday',
'Class:CoverageWindowInterval/Attribute:weekday/Value:tuesday' => 'Tuesday',
'Class:CoverageWindowInterval/Attribute:weekday/Value:wednesday' => 'Wednesday',
'Class:CoverageWindowInterval/Attribute:weekday/Value:thursday' => 'Thursday',
'Class:CoverageWindowInterval/Attribute:weekday/Value:friday' => 'Friday',
'Class:CoverageWindowInterval/Attribute:weekday/Value:saturday' => 'Saturday',
'Class:CoverageWindowInterval/Attribute:start_time' => 'Start Time',
'Class:CoverageWindowInterval/Attribute:end_time' => 'End Time',
));
Dict::Add('EN GB', 'British English', 'British English', array(
'CoverageWindow:Error:MissingIntervalList' => 'Open Hours have to be specified',
));
Dict::Add('EN GB', 'British English', 'British English', array(
// Dictionary entries go here
'Menu:Holidays' => 'Holidays',
'Menu:Holidays+' => 'All Holidays',
'Class:Holiday' => 'Holiday',
'Class:Holiday+' => 'A non-working day',
'Class:Holiday/Attribute:name' => 'Name',
'Class:Holiday/Attribute:date' => 'Date',
'Class:Holiday/Attribute:calendar_id' => 'Calendar',
'Class:Holiday/Attribute:calendar_id+' => 'The calendar to which this holiday is related (if any)',
'Coverage:Description' => 'Description',
'Coverage:StartTime' => 'Start Time',
'Coverage:EndTime' => 'End Time',
));
Dict::Add('EN GB', 'British English', 'British English', array(
// Dictionary entries go here
'Menu:HolidayCalendars' => 'Holiday Calendars',
'Menu:HolidayCalendars+' => 'All Holiday Calendars',
'Class:HolidayCalendar' => 'Holiday Calendar',
'Class:HolidayCalendar+' => 'A group of holidays that other objects can relate to',
'Class:HolidayCalendar/Attribute:name' => 'Name',
'Class:HolidayCalendar/Attribute:holiday_list' => 'Holidays',
));
//
// Class: CoverageWindowInterval
//
Dict::Add('EN GB', 'British English', 'British English', array(
'Class:CoverageWindowInterval/Attribute:coverage_window_name' => 'Coverage window name',
'Class:CoverageWindowInterval/Attribute:coverage_window_name+' => '',
));
//
// Class: Holiday
//
Dict::Add('EN GB', 'British English', 'British English', array(
'Class:Holiday/Attribute:calendar_name' => 'Calendar name',
'Class:Holiday/Attribute:calendar_name+' => '',
));