forked from Combodo/combodo-gantt-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
en.dict.combodo-gantt-view.php
38 lines (34 loc) · 1.61 KB
/
en.dict.combodo-gantt-view.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
<?php
/*
* @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*/
Dict::Add('EN US', 'English', 'English', array(
// Dictionary entries go here
'GanttDashlet/Label' => 'Gantt',
'GanttDashlet/Description' => 'See objects as a Gantt',
'GanttDashlet/NoPreviewAvailable' => 'No Preview Available!!',
'GanttDashlet/Prop:DefaultTitle' => 'Tickets',
'GanttDashlet/Prop:DefaultTitle2' => 'Contacts',
'GanttDashlet/Prop:Class' => 'Class',
'GanttDashlet/Prop:Name' => 'Name',
'GanttDashlet/Prop:StartDate' => 'Start date~~',
'GanttDashlet/Prop:EndDate' => 'End date~~',
'GanttDashlet/Prop:Title' => 'Title',
'GanttDashlet/Prop:DependsOn' => 'Depends on',
'GanttDashlet/Prop:ColoredField' => 'Colored by',
'GanttDashlet/Prop:AdditionalInfoLeft' => 'Additional information 1',
'GanttDashlet/Prop:AdditionalInfoRight' => 'Additional information 2',
'GanttDashlet/Attribute:ActionDisabled' => 'Action disabled for this object',
'GanttDashlet:UI/Tab:GanttViewer' => "Gantt View",
'GanttDashlet/Prop:ParentField' => 'Group by',
'GanttDashlet/Prop:Percentage' => 'Percentage of completion',
'GanttDashlet/Prop:GroupByInformations' => 'Group by informations',
'GanttDashlet/UI:CriticalPath' => 'Critical path',
'GanttDashlet/UI:ZoomIn' => 'Zoom in',
'GanttDashlet/UI:ZoomOut' => 'Zoom out',
'GanttDashlet/UI:MoveSplitBarRight' => 'Move Split Bar Right',
'GanttDashlet/UI:MoveSplitBarLeft' => 'Move Split Bar Left',
'GanttDashlet/UI:MoveSplitBarCenter' => 'Center Split Bar',
'GanttDashlet/Error:ParametersMissing' => 'Missing some parameters, please check the configuration.',
));