@sapui5/sap.gantt 1.119.0 → 1.120.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/sap/gantt/.library +1 -1
- package/src/sap/gantt/AdhocLine.js +1 -1
- package/src/sap/gantt/GanttChart.js +1 -1
- package/src/sap/gantt/GanttChartBase.js +1 -1
- package/src/sap/gantt/GanttChartContainer.js +1 -1
- package/src/sap/gantt/GanttChartWithTable.js +6 -2
- package/src/sap/gantt/axistime/AxisTimeStrategyBase.js +6 -6
- package/src/sap/gantt/axistime/FullScreenStrategy.js +1 -1
- package/src/sap/gantt/axistime/ProportionZoomStrategy.js +1 -1
- package/src/sap/gantt/axistime/StepwiseTimeLineOptions.js +5 -4
- package/src/sap/gantt/axistime/StepwiseZoomStrategy.js +1 -1
- package/src/sap/gantt/changeHandlers/simple/AdhocLine.js +1 -1
- package/src/sap/gantt/changeHandlers/simple/DeltaLine.js +1 -1
- package/src/sap/gantt/changeHandlers/simple/GanttChartContainer.js +6 -4
- package/src/sap/gantt/changeHandlers/simple/GanttChartWithTable.js +6 -4
- package/src/sap/gantt/config/BirdEyeGroup.js +1 -1
- package/src/sap/gantt/config/ChartScheme.js +1 -1
- package/src/sap/gantt/config/ColumnAttribute.js +1 -1
- package/src/sap/gantt/config/ContainerLayout.js +1 -1
- package/src/sap/gantt/config/ExpandChart.js +1 -1
- package/src/sap/gantt/config/ExpandChartGroup.js +1 -1
- package/src/sap/gantt/config/GanttChartLayout.js +1 -1
- package/src/sap/gantt/config/Hierarchy.js +1 -1
- package/src/sap/gantt/config/HierarchyColumn.js +1 -1
- package/src/sap/gantt/config/LayoutGroup.js +1 -1
- package/src/sap/gantt/config/Locale.js +1 -1
- package/src/sap/gantt/config/Mode.js +1 -1
- package/src/sap/gantt/config/ModeGroup.js +1 -1
- package/src/sap/gantt/config/ObjectType.js +1 -1
- package/src/sap/gantt/config/SettingGroup.js +1 -1
- package/src/sap/gantt/config/SettingItem.js +4 -4
- package/src/sap/gantt/config/Shape.js +1 -1
- package/src/sap/gantt/config/TimeAxis.js +1 -1
- package/src/sap/gantt/config/TimeHorizon.js +1 -1
- package/src/sap/gantt/config/TimeZoomGroup.js +1 -1
- package/src/sap/gantt/config/ToolbarGroup.js +1 -1
- package/src/sap/gantt/config/ToolbarScheme.js +1 -1
- package/src/sap/gantt/control/AssociateContainer.js +1 -3
- package/src/sap/gantt/control/AssociateContainerRenderer.js +9 -12
- package/src/sap/gantt/control/Cell.js +1 -1
- package/src/sap/gantt/def/DefBase.js +1 -1
- package/src/sap/gantt/def/SvgDefs.js +1 -1
- package/src/sap/gantt/def/cal/Calendar.js +1 -1
- package/src/sap/gantt/def/cal/CalendarDefs.js +1 -1
- package/src/sap/gantt/def/cal/TimeInterval.js +1 -1
- package/src/sap/gantt/def/filter/MorphologyFilter.js +1 -1
- package/src/sap/gantt/def/gradient/LinearGradient.js +1 -1
- package/src/sap/gantt/def/gradient/RadialGradient.js +1 -1
- package/src/sap/gantt/def/gradient/Stop.js +1 -1
- package/src/sap/gantt/def/pattern/BackSlashPattern.js +1 -1
- package/src/sap/gantt/def/pattern/PatternBase.js +1 -1
- package/src/sap/gantt/def/pattern/SlashPattern.js +1 -1
- package/src/sap/gantt/drawer/Drawer.js +1 -1
- package/src/sap/gantt/drawer/SelectionPanel.js +1 -1
- package/src/sap/gantt/drawer/ShapeInRow.js +4 -4
- package/src/sap/gantt/eventHandler/AutoScrollHandler.js +1 -1
- package/src/sap/gantt/eventHandler/BirdEyeHandler.js +1 -1
- package/src/sap/gantt/eventHandler/MouseWheelHandler.js +2 -1
- package/src/sap/gantt/eventHandler/ShapeHoverHandler.js +1 -1
- package/src/sap/gantt/eventHandler/ShapeResizeHandler.js +1 -1
- package/src/sap/gantt/eventHandler/TimePeriodZoomHandler.js +1 -1
- package/src/sap/gantt/eventHandler/TimePopoverHandler.js +3 -3
- package/src/sap/gantt/legend/DimensionLegend.js +1 -1
- package/src/sap/gantt/legend/LegendBase.js +1 -1
- package/src/sap/gantt/legend/LegendContainer.js +1 -1
- package/src/sap/gantt/legend/ListLegend.js +1 -1
- package/src/sap/gantt/library.js +53 -12
- package/src/sap/gantt/messagebundle.properties +24 -0
- package/src/sap/gantt/messagebundle_ar.properties +1 -1
- package/src/sap/gantt/messagebundle_bg.properties +3 -3
- package/src/sap/gantt/messagebundle_ca.properties +35 -19
- package/src/sap/gantt/messagebundle_cnr.properties +427 -0
- package/src/sap/gantt/messagebundle_cs.properties +1 -1
- package/src/sap/gantt/messagebundle_el.properties +4 -4
- package/src/sap/gantt/messagebundle_en.properties +295 -19
- package/src/sap/gantt/messagebundle_en_US_saprigi.properties +212 -196
- package/src/sap/gantt/messagebundle_es.properties +7 -7
- package/src/sap/gantt/messagebundle_et.properties +2 -2
- package/src/sap/gantt/messagebundle_fr.properties +1 -1
- package/src/sap/gantt/messagebundle_hi.properties +2 -2
- package/src/sap/gantt/messagebundle_hr.properties +3 -3
- package/src/sap/gantt/messagebundle_ja.properties +2 -2
- package/src/sap/gantt/messagebundle_kk.properties +1 -1
- package/src/sap/gantt/messagebundle_lt.properties +2 -2
- package/src/sap/gantt/messagebundle_mk.properties +411 -0
- package/src/sap/gantt/messagebundle_ms.properties +1 -1
- package/src/sap/gantt/messagebundle_nl.properties +2 -2
- package/src/sap/gantt/messagebundle_no.properties +2 -2
- package/src/sap/gantt/messagebundle_pt.properties +2 -2
- package/src/sap/gantt/messagebundle_ro.properties +10 -10
- package/src/sap/gantt/messagebundle_ru.properties +1 -1
- package/src/sap/gantt/messagebundle_sk.properties +4 -4
- package/src/sap/gantt/messagebundle_th.properties +8 -8
- package/src/sap/gantt/messagebundle_uk.properties +3 -3
- package/src/sap/gantt/misc/AxisTime.js +65 -38
- package/src/sap/gantt/misc/Format.js +0 -22
- package/src/sap/gantt/misc/Memoizer.js +1 -1
- package/src/sap/gantt/misc/RelativeTimeFormatter.js +1 -1
- package/src/sap/gantt/misc/ShapeManager.js +5 -4
- package/src/sap/gantt/misc/ShapeSelectionModel.js +3 -3
- package/src/sap/gantt/overlays/GanttRowOverlay.js +88 -0
- package/src/sap/gantt/overlays/Overlay.js +73 -0
- package/src/sap/gantt/shape/Circle.js +1 -1
- package/src/sap/gantt/shape/ClipPath.js +1 -1
- package/src/sap/gantt/shape/Definitions.js +1 -1
- package/src/sap/gantt/shape/Group.js +1 -1
- package/src/sap/gantt/shape/Image.js +1 -1
- package/src/sap/gantt/shape/Line.js +1 -1
- package/src/sap/gantt/shape/Path.js +1 -1
- package/src/sap/gantt/shape/Polygon.js +1 -1
- package/src/sap/gantt/shape/Polyline.js +1 -1
- package/src/sap/gantt/shape/Rectangle.js +1 -1
- package/src/sap/gantt/shape/ResizeShadowShape.js +1 -1
- package/src/sap/gantt/shape/SelectedShape.js +1 -1
- package/src/sap/gantt/shape/Shape.js +1 -1
- package/src/sap/gantt/shape/Text.js +1 -1
- package/src/sap/gantt/shape/cal/Calendar.js +1 -1
- package/src/sap/gantt/shape/ext/Chevron.js +1 -1
- package/src/sap/gantt/shape/ext/Cursor.js +1 -1
- package/src/sap/gantt/shape/ext/Diamond.js +1 -1
- package/src/sap/gantt/shape/ext/Iconfont.js +1 -1
- package/src/sap/gantt/shape/ext/Pentangle.js +1 -1
- package/src/sap/gantt/shape/ext/TextRepeat.js +1 -1
- package/src/sap/gantt/shape/ext/Triangle.js +1 -1
- package/src/sap/gantt/shape/ext/rls/Relationship.js +1 -1
- package/src/sap/gantt/shape/ext/rls/SelectedRelationship.js +1 -1
- package/src/sap/gantt/shape/ext/ubc/UbcBorderPath.js +1 -1
- package/src/sap/gantt/shape/ext/ubc/UbcOverCapacityZonePolygon.js +1 -1
- package/src/sap/gantt/shape/ext/ubc/UbcPolygon.js +1 -1
- package/src/sap/gantt/shape/ext/ubc/UbcShortageCapacityPolygon.js +1 -1
- package/src/sap/gantt/shape/ext/ubc/UbcTooltipRectangle.js +1 -1
- package/src/sap/gantt/shape/ext/ubc/UbcUnderCapacityZonePolygon.js +1 -1
- package/src/sap/gantt/shape/ext/ubc/UbcUsedPolygon.js +1 -1
- package/src/sap/gantt/shape/ext/ubc/UtilizationBarChart.js +1 -1
- package/src/sap/gantt/shape/ext/ulc/UlcBorderPath.js +1 -1
- package/src/sap/gantt/shape/ext/ulc/UlcClipPath.js +1 -1
- package/src/sap/gantt/shape/ext/ulc/UlcClipingPath.js +1 -1
- package/src/sap/gantt/shape/ext/ulc/UlcDimension.js +1 -1
- package/src/sap/gantt/shape/ext/ulc/UlcMiddleLine.js +1 -1
- package/src/sap/gantt/shape/ext/ulc/UlcOverCapacityZoneRectangle.js +1 -1
- package/src/sap/gantt/shape/ext/ulc/UlcOverClipRectangle.js +1 -1
- package/src/sap/gantt/shape/ext/ulc/UlcRectangle.js +1 -1
- package/src/sap/gantt/shape/ext/ulc/UlcTooltipRectangle.js +1 -1
- package/src/sap/gantt/shape/ext/ulc/UlcUnderClipRectangle.js +1 -1
- package/src/sap/gantt/shape/ext/ulc/UtilizationLineChart.js +1 -1
- package/src/sap/gantt/simple/AdhocDiamond.js +1 -1
- package/src/sap/gantt/simple/AdhocLine.js +1 -1
- package/src/sap/gantt/simple/AggregationUtils.js +92 -0
- package/src/sap/gantt/simple/BaseCalendar.js +1 -1
- package/src/sap/gantt/simple/BaseChevron.js +1 -1
- package/src/sap/gantt/simple/BaseConditionalShape.js +1 -1
- package/src/sap/gantt/simple/BaseCursor.js +1 -1
- package/src/sap/gantt/simple/BaseDeltaRectangle.js +1 -1
- package/src/sap/gantt/simple/BaseDiamond.js +1 -1
- package/src/sap/gantt/simple/BaseGroup.js +1 -1
- package/src/sap/gantt/simple/BaseImage.js +1 -1
- package/src/sap/gantt/simple/BaseLine.js +1 -1
- package/src/sap/gantt/simple/BasePath.js +1 -1
- package/src/sap/gantt/simple/BasePseudoShape.js +118 -92
- package/src/sap/gantt/simple/BaseRectangle.js +1 -1
- package/src/sap/gantt/simple/BaseShape.js +8 -2
- package/src/sap/gantt/simple/BaseText.js +1 -1
- package/src/sap/gantt/simple/BaseTriangle.js +1 -1
- package/src/sap/gantt/simple/ContainerToolbar.js +9 -7
- package/src/sap/gantt/simple/ContainerToolbarPlaceholder.js +1 -1
- package/src/sap/gantt/simple/CoordinateUtils.js +1 -1
- package/src/sap/gantt/simple/CustomVariantHandler.js +1 -1
- package/src/sap/gantt/simple/DeltaLine.js +1 -1
- package/src/sap/gantt/simple/DeltaLineRenderer.js +4 -2
- package/src/sap/gantt/simple/ExpandModel.js +12 -5
- package/src/sap/gantt/simple/FindAndSelectUtils.js +7 -1
- package/src/sap/gantt/simple/GanttAdaptationData.js +1 -1
- package/src/sap/gantt/simple/GanttChartContainer.js +2 -2
- package/src/sap/gantt/simple/GanttChartWithTable.js +136 -64
- package/src/sap/gantt/simple/GanttDragDropExtension.js +22 -9
- package/src/sap/gantt/simple/GanttExtension.js +1 -1
- package/src/sap/gantt/simple/GanttHeader.js +2 -2
- package/src/sap/gantt/simple/GanttPointerExtension.js +1 -1
- package/src/sap/gantt/simple/GanttPopoverExtension.js +1 -1
- package/src/sap/gantt/simple/GanttPrinting.js +67 -47
- package/src/sap/gantt/simple/GanttResizeExtension.js +5 -12
- package/src/sap/gantt/simple/GanttRowAction.js +1 -1
- package/src/sap/gantt/simple/GanttRowSettings.js +55 -3
- package/src/sap/gantt/simple/GanttSearchSidePanel.js +7 -4
- package/src/sap/gantt/simple/GanttUtils.js +46 -10
- package/src/sap/gantt/simple/GanttZoomExtension.js +12 -2
- package/src/sap/gantt/simple/InnerGanttChart.js +17 -7
- package/src/sap/gantt/simple/InnerGanttChartRenderer.js +2 -26
- package/src/sap/gantt/simple/LegendContainer.js +1 -1
- package/src/sap/gantt/simple/LegendShapeGroup.js +1 -1
- package/src/sap/gantt/simple/MultiActivityGroup.js +1 -1
- package/src/sap/gantt/simple/MultiActivityRowSettings.js +2 -14
- package/src/sap/gantt/simple/Relationship.js +6 -6
- package/src/sap/gantt/simple/RenderUtils.js +23 -11
- package/src/sap/gantt/simple/SelectionModel.js +4 -3
- package/src/sap/gantt/simple/ShapeScheme.js +1 -1
- package/src/sap/gantt/simple/StockChart.js +1 -1
- package/src/sap/gantt/simple/StockChartDimension.js +1 -1
- package/src/sap/gantt/simple/StockChartPeriod.js +1 -1
- package/src/sap/gantt/simple/UtilizationBarChart.js +1 -1
- package/src/sap/gantt/simple/UtilizationChart.js +1 -1
- package/src/sap/gantt/simple/UtilizationDimension.js +1 -1
- package/src/sap/gantt/simple/UtilizationLineChart.js +1 -1
- package/src/sap/gantt/simple/UtilizationPeriod.js +1 -1
- package/src/sap/gantt/simple/shapes/Shape.js +10 -11
- package/src/sap/gantt/simple/shapes/Task.js +1 -1
- package/src/sap/gantt/utils/GanttCustomisationUtils.js +5 -3
|
@@ -1,411 +1,687 @@
|
|
|
1
|
+
#/*!
|
|
2
|
+
#* ${copyright}
|
|
3
|
+
#*/
|
|
4
|
+
#This is the resource bundle for the sap.gantt library
|
|
5
|
+
#
|
|
1
6
|
|
|
7
|
+
#########
|
|
8
|
+
# Texts for sap.gantt.control.Toolbar
|
|
9
|
+
##########
|
|
2
10
|
|
|
11
|
+
#XBUT: Find in Gantt Placeholder
|
|
3
12
|
GNT_FIND_PLACEHOLDER=Find
|
|
4
13
|
|
|
14
|
+
#XBUT: Find in Gantt
|
|
5
15
|
GNT_FIND=Find in Gantt
|
|
6
16
|
|
|
17
|
+
#XBUT: Search side panel
|
|
7
18
|
GNT_SEARCH_SIDE_PANEL=Side Panel
|
|
8
19
|
|
|
20
|
+
#XBUT: Find next
|
|
9
21
|
GNT_FIND_NEXT=Next
|
|
10
22
|
|
|
23
|
+
#XBUT: Find previous
|
|
11
24
|
GNT_FIND_PREVIOUS=Previous
|
|
12
25
|
|
|
26
|
+
#XBUT: Find close
|
|
13
27
|
GNT_FIND_CLOSE=Close
|
|
14
28
|
|
|
29
|
+
#XBUT: Find at Toolbar
|
|
15
30
|
GNT_FIND_POPUP=Switch to Use Find at Toolbar
|
|
16
31
|
|
|
32
|
+
#XBUT: Empty list and field information for search side panel
|
|
17
33
|
GNT_EMPTY_LIST_FIELD_INFO=Enter text in the "Find" field to see results.
|
|
18
34
|
|
|
35
|
+
#XBUT: Empty list information for search side panel
|
|
19
36
|
GNT_EMPTY_LIST_INFO=No results found.
|
|
20
37
|
|
|
38
|
+
#XBUT: Empty result information for toolbar results
|
|
21
39
|
GNT_EMPTY_RESULT_INFO_TOOLBAR=(0/0)
|
|
22
40
|
|
|
41
|
+
#XBUT: Empty result information for side panel results
|
|
23
42
|
GNT_EMPTY_RESULT_INFO_SIDE_PANEL=Results(0)
|
|
24
43
|
|
|
44
|
+
#XBUT: Result text for side panel results
|
|
25
45
|
GNT_RESULT=Results
|
|
26
46
|
|
|
47
|
+
#XTOL: Slider Zoom In Tooltip, 20
|
|
27
48
|
TLTP_SLIDER_ZOOM_IN=Zoom In
|
|
28
49
|
|
|
50
|
+
#XTOL: Slider Zoom Out Tooltip, 20
|
|
29
51
|
TLTP_SLIDER_ZOOM_OUT=Zoom Out
|
|
30
52
|
|
|
53
|
+
#XTOL: Slider Zoom Level Tooltip, 20
|
|
31
54
|
TLTP_SLIDER_ZOOM_LEVEL=Zoom Level
|
|
32
55
|
|
|
56
|
+
#XTOL: Add a GanttChart, 20
|
|
33
57
|
TLTP_ADD_GANTTCHART=Add Gantt chart
|
|
34
58
|
|
|
59
|
+
#XTOL: show legend, 20
|
|
35
60
|
TLTP_SHOW_LEGEND=Show Legend
|
|
36
61
|
|
|
62
|
+
#XTOL: Change settings, 20
|
|
37
63
|
TLTP_CHANGE_SETTINGS=Change settings
|
|
38
64
|
|
|
65
|
+
#XTOL: Collapse, 20
|
|
39
66
|
TLTP_COLLAPSE=Collapse
|
|
40
67
|
|
|
68
|
+
#XTOL: Expand, 20
|
|
41
69
|
TLTP_EXPAND=Expand
|
|
42
70
|
|
|
71
|
+
#XTOL: Switch gantt chart resize orientation, 20
|
|
43
72
|
TLTP_SWITCH_GANTTCHART=Arranges Gantt charts horizontally or vertically
|
|
44
73
|
|
|
74
|
+
#XTOL: Arrange gantt chart vertically, 20
|
|
45
75
|
TLTP_ARRANGE_GANTTCHART_VERTICALLY=Arranges Gantt charts vertically
|
|
46
76
|
|
|
77
|
+
#XTOL: Arrange gantt chart horizontally, 20
|
|
47
78
|
TLTP_ARRANGE_GANTTCHART_HORIZONTALLY=Arranges Gantt charts horizontally
|
|
48
79
|
|
|
80
|
+
#XTOL: Remove a gantt chart, 20
|
|
49
81
|
TLTP_REMOVE_GANTTCHART=Remove Gantt chart
|
|
50
82
|
|
|
83
|
+
#XTIT: text shown as title of the change setting dialog
|
|
51
84
|
SETTINGS_DIALOG_TITLE=Settings
|
|
52
85
|
|
|
86
|
+
#XTOL: Show global hierarchy resources
|
|
53
87
|
TLTP_GLOBAL_HIERARCHY_RESOURCES=Global hierarchy resources
|
|
54
88
|
|
|
89
|
+
#XTOL: Show local hierarchy resources
|
|
55
90
|
TLTP_LOCAL_HIERARCHY_RESOURCES=Local hierarchy resources
|
|
56
91
|
|
|
92
|
+
#XTOL: The start time label of the dragged shape default accessibility label
|
|
57
93
|
GNT_CURRENT_START=Start
|
|
58
94
|
|
|
95
|
+
#XTOL: The end time label of the dragged shape default accessibility label
|
|
59
96
|
GNT_CURRENT_END=End
|
|
60
97
|
|
|
98
|
+
#XTOL: Bird eye name
|
|
61
99
|
TXT_BRIDEYE=Bird's eye
|
|
62
100
|
|
|
101
|
+
#XTOL: Data range for bird eye to calculate visible horizon - all rows
|
|
63
102
|
TXT_BRIDEYE_RANGE_ALL_ROWS=All rows
|
|
64
103
|
|
|
104
|
+
#XTOL: Data range for bird eye to calculate visible horizon - visible rows
|
|
65
105
|
TXT_BRIDEYE_RANGE_VISIBLE_ROWS=Visible rows
|
|
66
106
|
|
|
107
|
+
#XTOL: tooltip for bird eye on all rows
|
|
67
108
|
TLTP_BRIDEYE_ON_ALL_ROWS=Change zoom level to fit shapes on all rows into width of current view
|
|
68
109
|
|
|
110
|
+
#XTOL: tooltip for bird eye on visible rows
|
|
69
111
|
TLTP_BRIDEYE_ON_VISIBLE_ROWS=Change zoom level to fit shapes on visible rows into width of current view
|
|
70
112
|
|
|
113
|
+
#XTOL: Tooltip for display type button - chart and table
|
|
71
114
|
TLTP_DISPLAY_TYPE_BUTTON_BOTH=Display Table and Chart
|
|
72
115
|
|
|
116
|
+
#XTOL: Tooltip for display type button - chart
|
|
73
117
|
TLTP_DISPLAY_TYPE_BUTTON_CHART=Display Chart
|
|
74
118
|
|
|
119
|
+
#XTOL: Tooltip for display type button - table
|
|
75
120
|
TLTP_DISPLAY_TYPE_BUTTON_TABLE=Display Table
|
|
76
121
|
|
|
122
|
+
#########
|
|
123
|
+
# Texts for sap.gantt.simple.ContainerToolbar
|
|
124
|
+
##########
|
|
77
125
|
|
|
126
|
+
#XBUT
|
|
78
127
|
TXT_BIRDEYE_BUTTON=Bird Eye
|
|
79
128
|
|
|
129
|
+
#XBUT: Setting button text
|
|
80
130
|
TXT_SETTING_BUTTON=Settings
|
|
81
131
|
|
|
132
|
+
#XBUT: Legend button text
|
|
82
133
|
TXT_LEGEND_BUTTON=Legend
|
|
83
134
|
|
|
135
|
+
#########
|
|
136
|
+
# Texts for sap.gantt.axistime.StepwiseZoomStrategy
|
|
137
|
+
##########
|
|
84
138
|
|
|
139
|
+
#XLST: Item of 'Five Minutes' in the stepwise zoom strategy
|
|
85
140
|
SWZS_FIVE_MINUTES=Five Minutes
|
|
86
141
|
|
|
142
|
+
#XLST: Item of 'Fifteen Minutes' in the stepwise zoom strategy
|
|
87
143
|
SWZS_FIFTEEN_MINUTES=Fifteen Minutes
|
|
88
144
|
|
|
145
|
+
#XLST: Item of 'Hour' in the stepwise zoom strategy
|
|
89
146
|
SWZS_HOUR=Hour
|
|
90
147
|
|
|
148
|
+
#XLST: Item of 'Six Hours' in the stepwise zoom strategy
|
|
91
149
|
SWZS_SIX_HOURS=Six Hours
|
|
92
150
|
|
|
151
|
+
#XLST: Item of 'Date(Mon 01...)' in the stepwise zoom strategy
|
|
93
152
|
SWZS_DATE_1=Date (Mon 01...)
|
|
94
153
|
|
|
154
|
+
#XFLD: Week number (e.g. May 2019, Week 22)
|
|
95
155
|
SWZS_DATE_PATTERN={0}Week{1}
|
|
96
156
|
|
|
157
|
+
#XFLD: 'Calendar Week' abbreviation
|
|
97
158
|
SWZS_CW=CW
|
|
98
159
|
|
|
160
|
+
#XLST: Item of 'Date(01-31)' in the stepwise zoom strategy
|
|
99
161
|
SWZS_DATE_2=Date (01-31)
|
|
100
162
|
|
|
163
|
+
#XLST: Item of 'Week (CW 01-53)' in the stepwise zoom strategy
|
|
101
164
|
SWZS_WEEK_1=Week (CW 01-53)
|
|
102
165
|
|
|
166
|
+
#XLST: Item of 'Week (01-53)' in the stepwise zoom strategy
|
|
103
167
|
SWZS_WEEK_2=Week (01-53)
|
|
104
168
|
|
|
169
|
+
#XLST: Item of 'Month' in the stepwise zoom strategy
|
|
105
170
|
SWZS_MONTH=Month
|
|
106
171
|
|
|
172
|
+
#XLST: Item of 'Quarter' in the stepwise zoom strategy
|
|
107
173
|
SWZS_QUARTER=Quarter
|
|
108
174
|
|
|
175
|
+
#XLST: Item of 'Year' in the stepwise zoom strategy
|
|
109
176
|
SWZS_YEAR=Year
|
|
110
177
|
|
|
178
|
+
#########
|
|
179
|
+
# Texts for sap.gantt.shape.ext.bc.UbcTooltipRectangle
|
|
180
|
+
##########
|
|
111
181
|
|
|
182
|
+
#XTOL: Capacity, 20
|
|
112
183
|
TLTP_CAPACITY=Capacity\: {0}\nRequired Capacity\: {1}\n
|
|
113
184
|
|
|
185
|
+
#XTOL: Over Capacity, 20
|
|
114
186
|
TLTP_OVER_CAPACITY=Over Capacity\: {0}\n
|
|
115
187
|
|
|
188
|
+
#########
|
|
189
|
+
# Texts for sap.gantt.library
|
|
190
|
+
##########
|
|
116
191
|
|
|
192
|
+
#XCEL: Gantt Chart background table cells
|
|
117
193
|
XCEL_GANTT_CELL=Gantt Chart Cell
|
|
118
194
|
|
|
195
|
+
#XCKL: Display Current Time, 20
|
|
119
196
|
XCKL_NOW_LINE=Indicate Current Time
|
|
120
197
|
|
|
198
|
+
#XTOL: Close Icon Font for Expand Chart, 20
|
|
121
199
|
TLTP_CLOSE=Close
|
|
122
200
|
|
|
201
|
+
#XTOL: NOW_LINE, 20
|
|
123
202
|
TLTP_NOW_LINE=Draw a Vertical Line to Indicate the Current Time
|
|
124
203
|
|
|
204
|
+
#XCKL: Display Cursorline, 20
|
|
125
205
|
XCKL_CURSOR_LINE=Show Cursor Line
|
|
126
206
|
|
|
207
|
+
#XTOL: CURSOR_LINE, 20
|
|
127
208
|
TLTP_CURSOR_LINE=Show a Vertical Line that Follows the Mouse Pointer
|
|
128
209
|
|
|
210
|
+
#XCKL: Display Vertical Line, 20
|
|
129
211
|
XCKL_VERTICAL_LINE=Show Divider Lines
|
|
130
212
|
|
|
213
|
+
#XTOL: Display vertical lines against time axis, 20
|
|
131
214
|
TLTP_VERTICAL_LINE=Show Vertical Divider Lines between Time Periods
|
|
132
215
|
|
|
216
|
+
#XCKL: Display Adhoc Line, 20
|
|
133
217
|
XCKL_ADHOC_LINE=Show Ad Hoc Lines
|
|
134
218
|
|
|
219
|
+
#XTOL: Display adhoc lines against time axis, 20
|
|
135
220
|
TLTP_ADHOC_LINE=Show ad hoc lines
|
|
136
221
|
|
|
222
|
+
#XCKL: Display Delta Line, 20
|
|
137
223
|
XCKL_DELTA_LINE=Show Delta Lines
|
|
138
224
|
|
|
225
|
+
#XTOL: Display delta lines against time axis, 20
|
|
139
226
|
TLTP_DELTA_LINE=Show delta lines
|
|
140
227
|
|
|
228
|
+
#XCKL: Show non-working time, 20
|
|
141
229
|
XCKL_NON_WORKING_TIME=Show Non-Working Time
|
|
142
230
|
|
|
231
|
+
#XCKL: Synchronize Time Scroll, 20
|
|
143
232
|
XCKL_TIME_SCROLL_SYNC=Synchronize Time Scroll
|
|
144
233
|
|
|
234
|
+
#XTOL: Synchronize horizontal scrollbars in chart, 20
|
|
145
235
|
TLTP_TIME_SCROLL_SYNC=Synchronize Horizontal Scroll Bars in Chart
|
|
146
236
|
|
|
237
|
+
#XCKL: Display Status Bar, 20
|
|
147
238
|
XCKL_STATUS_BAR=Show Status Bar
|
|
148
239
|
|
|
240
|
+
#XTOL: DEFAULT,20
|
|
149
241
|
TLTP_DEFAULT=Default
|
|
150
242
|
|
|
243
|
+
#XLST: Single Gantt Chart Layout, 20
|
|
151
244
|
XLST_SINGLE_LAYOUT=Single Gantt Chart Layout
|
|
152
245
|
|
|
246
|
+
#XLST: Dual Gantt Chart Layout, 20
|
|
153
247
|
XLST_DUAL_LAYOUT=Dual Gantt Chart Layout
|
|
154
248
|
|
|
155
249
|
|
|
250
|
+
#########
|
|
251
|
+
# Texts for sap.gantt.config.Hierarchy
|
|
252
|
+
##########
|
|
156
253
|
|
|
254
|
+
#XLST: Default Hierarchy, 20
|
|
157
255
|
XLST_DEFAULT_HIE=Default Hierarchy
|
|
158
256
|
|
|
159
257
|
|
|
258
|
+
#########
|
|
259
|
+
# Texts for sap.gantt.config.ExpandChart
|
|
260
|
+
##########
|
|
160
261
|
|
|
262
|
+
#XTOL: Show Detail,20
|
|
161
263
|
TLTP_SHOW_DETAIL=Show Details
|
|
162
264
|
|
|
265
|
+
#XTOL: Hide Detail,20
|
|
163
266
|
TLTP_HIDE_DETAIL=Hide Details
|
|
164
267
|
|
|
268
|
+
#########
|
|
269
|
+
# Texts for sap.gantt.legend.Legend
|
|
270
|
+
##########
|
|
165
271
|
|
|
272
|
+
#XTIT: text shown as title of Legend
|
|
166
273
|
LEGEND_TITLE=Legend
|
|
167
274
|
|
|
275
|
+
#XACT: Shape default accessibility label, 30
|
|
168
276
|
ARIA_SHAPE=This is an SVG shape.
|
|
169
277
|
|
|
278
|
+
#XACT: Rectangle default accessibility label, 30
|
|
170
279
|
ARIA_RECTANGLE=This is an SVG rectangle.
|
|
171
280
|
|
|
281
|
+
#XACT: Circle default accessibility label, 30
|
|
172
282
|
ARIA_CIRCLE=This is an SVG circle.
|
|
173
283
|
|
|
284
|
+
#XACT: Image default accessibility label, 30
|
|
174
285
|
ARIA_IMAGE=This is an SVG image.
|
|
175
286
|
|
|
287
|
+
#XACT: Line default accessibility label, 30
|
|
176
288
|
ARIA_LINE=This is an SVG line.
|
|
177
289
|
|
|
290
|
+
#XACT: Path default accessibility label, 30
|
|
178
291
|
ARIA_PATH=This is an SVG path.
|
|
179
292
|
|
|
293
|
+
#XACT: Polygon default accessibility label, 30
|
|
180
294
|
ARIA_POLYGON=This is an SVG polygon.
|
|
181
295
|
|
|
296
|
+
#XACT: Triangle default accessibility label, 30
|
|
182
297
|
ARIA_TRIANGLE=This is an SVG triangle.
|
|
183
298
|
|
|
299
|
+
#XACT: Pentangle default accessibility label, 30
|
|
184
300
|
ARIA_PENTANGLE=This is an SVG pentangle.
|
|
185
301
|
|
|
302
|
+
#XACT: Diamond default accessibility label, 30
|
|
186
303
|
ARIA_DIAMOND=This is an SVG diamond.
|
|
187
304
|
|
|
305
|
+
#XACT: Cursor default accessibility label, 30
|
|
188
306
|
ARIA_CURSOR=This is an SVG cursor.
|
|
189
307
|
|
|
308
|
+
#XACT: Chevron default accessibility label, 30
|
|
190
309
|
ARIA_CHEVRON=This is an SVG chevron.
|
|
191
310
|
|
|
311
|
+
#XACT: Calendar default accessibility label, 30
|
|
192
312
|
ARIA_CALENDAR=This is an SVG calendar.
|
|
193
313
|
|
|
314
|
+
#XACT: Relationship default accessibility label, 30
|
|
194
315
|
ARIA_RELATIONSHIP=This is an SVG relationship.
|
|
195
316
|
|
|
317
|
+
#XACT: GanttHeader default accessibility label, 30
|
|
196
318
|
ARIA_GANTT_HEADER=This is a Gantt chart header.
|
|
197
319
|
|
|
320
|
+
#XACT: GanttChart default accessibility label, 30
|
|
198
321
|
ARIA_GANTT_CHART=This is a Gantt chart.
|
|
199
322
|
|
|
323
|
+
#########
|
|
324
|
+
# Texts for sap.gantt.simple.GanttPrinting
|
|
325
|
+
##########
|
|
200
326
|
|
|
327
|
+
#XCAP: name of a feature which exports PDFs
|
|
201
328
|
GNT_PRNTG_PDF_EXPORT_TITLE=PDF Export
|
|
202
329
|
|
|
330
|
+
#XBUT: action for pdf export
|
|
203
331
|
GNT_PRNTG_EXPORT=Export
|
|
204
332
|
|
|
333
|
+
#XBUT
|
|
205
334
|
GNT_PRNTG_CANCEL=Cancel
|
|
206
335
|
|
|
336
|
+
#XFLD: used for actual selected page e.g. 1 of 20
|
|
207
337
|
GNT_PRNTG_OF={0} of {1}
|
|
208
338
|
|
|
209
|
-
|
|
339
|
+
#XGRP: Exporting mode - single page or multiple page
|
|
340
|
+
GNT_PRNTG_EXPORT_TYPES=Export Type
|
|
210
341
|
|
|
342
|
+
#XRBL: multiple page pdf is created
|
|
211
343
|
GNT_PRNTG_MULTIPLE_PAGE=Multiple Pages
|
|
212
344
|
|
|
345
|
+
#XRBL: only single page pdf is created
|
|
213
346
|
GNT_PRNTG_SINGLE_PAGE=Single Page
|
|
214
347
|
|
|
215
|
-
|
|
348
|
+
#XGRP: orientation of a page
|
|
349
|
+
GNT_PRNTG_ORIENTATION=Orientation
|
|
216
350
|
|
|
351
|
+
#XRBL: page orientation
|
|
217
352
|
GNT_PRNTG_PORTRAIT=Portrait
|
|
218
353
|
|
|
354
|
+
#XRBL: page orientation
|
|
219
355
|
GNT_PRNTG_LANDSCAPE=Landscape
|
|
220
356
|
|
|
221
|
-
|
|
357
|
+
#XGRP: e.g. A4
|
|
358
|
+
GNT_PRNTG_PAPER_SIZE=Paper Size
|
|
222
359
|
|
|
360
|
+
#XLST
|
|
223
361
|
GNT_PRNTG_MILLIMETERS=Millimeters
|
|
224
362
|
|
|
363
|
+
#XLST
|
|
225
364
|
GNT_PRNTG_CENTIMETERS=Centimeters
|
|
226
365
|
|
|
366
|
+
#XLST
|
|
227
367
|
GNT_PRNTG_INCHES=Inches
|
|
228
368
|
|
|
229
|
-
|
|
369
|
+
#XGRP: time range
|
|
370
|
+
GNT_PRNTG_DURATION=Duration
|
|
230
371
|
|
|
372
|
+
#XLST: all duration time range
|
|
231
373
|
GNT_PRNTG_DURATION_ALL=All
|
|
232
374
|
|
|
375
|
+
#XLST
|
|
233
376
|
GNT_PRNTG_DURATION_NEXT_WEEK=Next Week
|
|
234
377
|
|
|
378
|
+
#XLST
|
|
235
379
|
GNT_PRNTG_DURATION_NEXT_MONTH=Next Month
|
|
236
380
|
|
|
381
|
+
#XLST: user can specify own custom time range
|
|
237
382
|
GNT_PRNTG_DURATION_CUSTOM=Custom
|
|
238
383
|
|
|
239
|
-
|
|
384
|
+
#XGRP: zooming scale
|
|
385
|
+
GNT_PRNTG_SCALE=Scale
|
|
240
386
|
|
|
241
|
-
|
|
387
|
+
#XGRP: specify what pages are exported
|
|
388
|
+
GNT_PRNTG_PAGE_RANGE=Page Range
|
|
242
389
|
|
|
390
|
+
#XTOL: validation error in page range input field
|
|
243
391
|
GNT_PRNTG_PAGE_RANGE_ERROR=Enter page numbers or page ranges separated by commas (for example, 3, 5-10, 14).
|
|
244
392
|
|
|
393
|
+
#XRBL: all pages are exported
|
|
245
394
|
GNT_PRNTG_PAGE_RANGE_ALL=All
|
|
246
395
|
|
|
396
|
+
#XRBL: defined pages are exported e.g. 2-5
|
|
247
397
|
GNT_PRNTG_PAGE_RANGE_RANGE=Range\:
|
|
248
398
|
|
|
399
|
+
#XFLD: info table is repeated on all pages
|
|
249
400
|
GNT_PRNTG_REPEAT_TABLE=Repeat Table on All Pages\:
|
|
250
401
|
|
|
402
|
+
#XFLD: header and footer regarding to page
|
|
251
403
|
GNT_PRNTG_HEADER_AND_FOOTER=Header and Footer\:
|
|
252
404
|
|
|
253
|
-
|
|
405
|
+
#XCKL: page header text
|
|
406
|
+
GNT_PRNTG_HEADER=Header Text
|
|
254
407
|
|
|
255
|
-
|
|
408
|
+
#XCKL: page footer text
|
|
409
|
+
GNT_PRNTG_FOOTER=Footer Text
|
|
256
410
|
|
|
257
|
-
|
|
411
|
+
#XFLD: page numbers are shown on exported pages
|
|
412
|
+
GNT_PRNTG_SHOW_PAGE_NUMBER=Show Page Number
|
|
258
413
|
|
|
414
|
+
#XGRP: Margin property, you can change margins of the page in this section
|
|
259
415
|
GNT_PRNTG_MARGIN=Margin
|
|
260
416
|
|
|
417
|
+
#XLST
|
|
261
418
|
GNT_PRNTG_MARGIN_DEFAULT=Default
|
|
262
419
|
|
|
420
|
+
#XLST: no margins are set
|
|
263
421
|
GNT_PRNTG_MARGIN_NONE=None
|
|
264
422
|
|
|
423
|
+
#XLST: user can set own margins
|
|
265
424
|
GNT_PRNTG_MARGIN_CUSTOM=Custom
|
|
266
425
|
|
|
267
|
-
|
|
426
|
+
#XFLD: page top margin
|
|
427
|
+
GNT_PRNTG_MARGIN_TOP=Top
|
|
268
428
|
|
|
269
|
-
|
|
429
|
+
#XFLD: page bottom margin
|
|
430
|
+
GNT_PRNTG_MARGIN_BOTTOM=Bottom
|
|
270
431
|
|
|
271
|
-
|
|
432
|
+
#XFLD: page left margin
|
|
433
|
+
GNT_PRNTG_MARGIN_LEFT=Left
|
|
272
434
|
|
|
273
|
-
|
|
435
|
+
#XFLD: page right margin
|
|
436
|
+
GNT_PRNTG_MARGIN_RIGHT=Right
|
|
274
437
|
|
|
438
|
+
#XTOL: validation error for margin step input field for height
|
|
275
439
|
GNT_PRNTG_MARGIN_HEIGHT_ERROR=The margins cannot exceed 33% of the page height.
|
|
276
440
|
|
|
441
|
+
#XTOL: validation error for margin step input field for width
|
|
277
442
|
GNT_PRNTG_MARGIN_WIDTH_ERROR=The margins cannot exceed 33% of the page width.
|
|
278
443
|
|
|
444
|
+
#XTOL: validation error for header/footer input field
|
|
279
445
|
GNT_PRNTG_HEADER_FOOTER_TEXT_ERROR=The length of the input text has reached the maximum limit.
|
|
280
446
|
|
|
447
|
+
#XGRP: compression of image
|
|
281
448
|
GNT_PRNTG_COMPRESSION=Compression
|
|
282
449
|
|
|
283
|
-
|
|
450
|
+
#XGRP: export types of image compression
|
|
451
|
+
GNT_PRNTG_COMPRESSION_EXPORT_TYPES=Export Types
|
|
284
452
|
|
|
453
|
+
#XFLD: compression quality
|
|
285
454
|
GNT_PRNTG_COMPRESSION_QUALITY=Quality
|
|
286
455
|
|
|
456
|
+
#XLST: maximum quality
|
|
287
457
|
GNT_PRNTG_COMPRESSION_MAXIMUM=Maximum
|
|
288
458
|
|
|
459
|
+
#XLST: high quality
|
|
289
460
|
GNT_PRNTG_COMPRESSION_HIGH=High
|
|
290
461
|
|
|
462
|
+
#XLST: medium quality
|
|
291
463
|
GNT_PRNTG_COMPRESSION_MEDIUM=Medium
|
|
292
464
|
|
|
465
|
+
#XLST: low quality
|
|
293
466
|
GNT_PRNTG_COMPRESSION_LOW=Low
|
|
294
467
|
|
|
468
|
+
#XTOL
|
|
295
469
|
GNT_PRNTG_COMPRESSION_PNG_WARNING=Export to PNG may take a while.
|
|
296
470
|
|
|
471
|
+
#XTOL
|
|
297
472
|
GNT_PRNTG_PDF_PREVIEW=Generating PDF Preview
|
|
298
473
|
|
|
474
|
+
#XTOL
|
|
299
475
|
GNT_PRNTG_ERROR_BIGCHART=This Gantt chart is too large and cannot be exported. To export this chart, please adjust its zoom level or shorten its duration.
|
|
300
476
|
|
|
477
|
+
#XTOL
|
|
301
478
|
GNT_PRNTG_ERROR_TOOHIGHCHART=This Gantt chart is too large and cannot be exported.\n\nTo export this chart, please adjust its height by collapsing some of the rows. The chart cannot be exported unless some of its rows are collapsed.
|
|
302
479
|
|
|
480
|
+
#XTOL
|
|
303
481
|
GNT_PRNTG_SINGLE_PAGE_QUALITY=The quality of the PDF might be unsatisfactory because the Gantt chart is larger in comparison to the paper size. To achieve better print quality, consider using a larger paper size or switching to multiple pages.
|
|
304
482
|
|
|
483
|
+
#XTOL
|
|
305
484
|
GNT_PRNTG_SINGLE_PAGE_PORTRAIT=Set the orientation to Portrait for better print quality.
|
|
306
485
|
|
|
486
|
+
#XTOL
|
|
307
487
|
GNT_PRNTG_SINGLE_PAGE_LANDSCAPE=Set the orientation to Landscape for better print quality.
|
|
308
488
|
|
|
309
|
-
|
|
489
|
+
#XFLD: Width for page
|
|
490
|
+
GNT_PRNTG_WIDTH=Width
|
|
310
491
|
|
|
311
|
-
|
|
492
|
+
#XFLD: Height for page
|
|
493
|
+
GNT_PRNTG_HEIGHT=Height
|
|
312
494
|
|
|
313
|
-
|
|
495
|
+
#XGRP: e.g. Inches
|
|
496
|
+
GNT_PRNTG_UNITS=Units
|
|
314
497
|
|
|
315
|
-
|
|
498
|
+
#XFLD: Start date label
|
|
499
|
+
GNT_PRNTG_START_DATE=Start Date
|
|
316
500
|
|
|
317
|
-
|
|
501
|
+
#XFLD: End date label
|
|
502
|
+
GNT_PRNTG_END_DATE=End Date
|
|
318
503
|
|
|
504
|
+
#XLST: Custom Paper Size
|
|
505
|
+
GNT_PRNTG_PAPER_SIZE_CUSTOM=Custom
|
|
319
506
|
|
|
507
|
+
#XLST: Tabloid Paper Size
|
|
508
|
+
GNT_PRNTG_PAPER_SIZE_TABLOID=Tabloid
|
|
509
|
+
|
|
510
|
+
#XLST: Legal Paper Size
|
|
511
|
+
GNT_PRNTG_PAPER_SIZE_LEGAL=Legal
|
|
512
|
+
|
|
513
|
+
#XLST: Letter Paper Size
|
|
514
|
+
GNT_PRNTG_PAPER_SIZE_LETTER=Letter
|
|
515
|
+
|
|
516
|
+
#XLST: First Page Button
|
|
517
|
+
GNT_PRNTG_FIRST_PAGE_BUTTON=First Page
|
|
518
|
+
|
|
519
|
+
#XLST: Last Page Button
|
|
520
|
+
GNT_PRNTG_LAST_PAGE_BUTTON=Last Page
|
|
521
|
+
|
|
522
|
+
#XLST: Next Page Button
|
|
523
|
+
GNT_PRNTG_NEXT_PAGE_BUTTON=Next Page
|
|
524
|
+
|
|
525
|
+
#XLST: Previous Paper Size
|
|
526
|
+
GNT_PRNTG_PREVIOUS_PAGE_BUTTON=Previous Page
|
|
527
|
+
|
|
528
|
+
#########
|
|
529
|
+
# Texts for sap.gantt.simple.GanttDragDropExtension
|
|
530
|
+
##########
|
|
531
|
+
|
|
532
|
+
#XTOL: dragged object
|
|
320
533
|
GNT_DRAGGED_OBJECT=Object
|
|
321
534
|
|
|
535
|
+
#XTOL: dragged objects
|
|
322
536
|
GNT_DRAGGED_OBJECTS=Objects
|
|
323
537
|
|
|
538
|
+
#XTOL: Export button
|
|
324
539
|
EXPORT_BUTTON_TEXT=Export Table To Excel
|
|
325
540
|
|
|
541
|
+
#XBUT: Menu item Export
|
|
326
542
|
QUICK_EXPORT=Export
|
|
327
543
|
|
|
544
|
+
#XBUT: Menu item Export with settings
|
|
328
545
|
EXPORT_WITH_SETTINGS=Export As...
|
|
329
546
|
|
|
547
|
+
#XHED: Default title text for the export settings dialog
|
|
330
548
|
EXPORT_SETTINGS_TITLE=Export As
|
|
331
549
|
|
|
550
|
+
#XFLD: File name
|
|
332
551
|
FILE_NAME=File Name
|
|
333
552
|
|
|
553
|
+
#XMSG: File name error text
|
|
334
554
|
FILENAME_ERROR=You cannot use any of the following characters in a file name\: \\ / \: * ? " < > |
|
|
335
555
|
|
|
556
|
+
#XMSG: File name warning text
|
|
336
557
|
FILENAME_WARNING=The file name you entered exceeds 100 characters. This may prevent the spreadsheet from opening correctly.
|
|
337
558
|
|
|
559
|
+
#XBUT: Cancel button in the dialog
|
|
338
560
|
CANCEL_BUTTON=Cancel
|
|
339
561
|
|
|
562
|
+
#XBUT: Save button in the dialog
|
|
340
563
|
SAVE_BUTTON=Save
|
|
341
564
|
|
|
565
|
+
#########
|
|
566
|
+
# Texts for sap.gantt.designtime.simple.AdhocLine
|
|
567
|
+
#########
|
|
342
568
|
|
|
569
|
+
#XBUT: Overlay Adhoc line text
|
|
343
570
|
TXT_DT_ADHOCLINE=Configure Ad Hoc Line
|
|
344
571
|
|
|
572
|
+
#########
|
|
573
|
+
# Texts for sap.gantt.designtime.simple.DeltaLine
|
|
574
|
+
#########
|
|
345
575
|
|
|
576
|
+
#XBUT: Overlay Delta line text
|
|
346
577
|
TXT_DT_DELTALINE=Configure Delta Line
|
|
347
578
|
|
|
579
|
+
#########
|
|
580
|
+
# Texts for sap.gantt.designtime.simple.GanttChartContainer
|
|
581
|
+
#########
|
|
348
582
|
|
|
583
|
+
#XBUT: Overlay Gantt chart container text
|
|
349
584
|
TXT_DT_GANTT_CHART_CONTAINER=Configure Container Settings
|
|
350
585
|
|
|
586
|
+
#########
|
|
587
|
+
# Texts for sap.gantt.designtime.simple.GanttChartWithTable
|
|
588
|
+
#########
|
|
351
589
|
|
|
590
|
+
#XBUT: Overlay Gantt chart with table text
|
|
352
591
|
TXT_DT_GANTT_CHART_WITH_TABLE=Configure Gantt Chart with Table Settings
|
|
353
592
|
|
|
593
|
+
#########
|
|
594
|
+
# Texts for sap.gantt.changeHandlers.simple.AdhocLine and sap.gantt.changeHandlers.simple.DeltaLine
|
|
595
|
+
#########
|
|
354
596
|
|
|
597
|
+
#XFLD: Stroke text
|
|
355
598
|
TXT_CH_AL_STROKE=Set Stroke
|
|
356
599
|
|
|
600
|
+
#XFLD: Stroke dash array text
|
|
357
601
|
TXT_CH_AL_STROKE_DASHARRAY=Set Stroke Dash Array
|
|
358
602
|
|
|
603
|
+
#XFLD: Stroke opacity text
|
|
359
604
|
TXT_CH_AL_STROKE_OPACITY=Set Stroke Opacity
|
|
360
605
|
|
|
606
|
+
#XFLD: TIme stamp range text
|
|
361
607
|
TXT_CH_AL_TIMESTAMP=Set Time Stamp Range
|
|
362
608
|
|
|
609
|
+
#XFLD: Description text
|
|
363
610
|
TXT_CH_AL_DESCRIPTION=Set Description
|
|
364
611
|
|
|
612
|
+
#XMSG: text shown for Stroke value placeholder
|
|
365
613
|
TXT_CH_AL_PH_STROKE_VALUE=Enter Stroke Value
|
|
366
614
|
|
|
615
|
+
#XMSG: text shown for Stroke Dash Array placeholder
|
|
367
616
|
TXT_CH_AL_PH_STROKE_DASHARRAY=Enter stroke dash array (format is <number, number>, 1,5 for example)
|
|
368
617
|
|
|
618
|
+
#XMSG: text shown for Stroke Opacity placeholder
|
|
369
619
|
TXT_CH_AL_PH_STROKE_OPACITY=Enter Stroke Opacity
|
|
370
620
|
|
|
621
|
+
#XMSG: text shown for Time placeholder
|
|
371
622
|
TXT_CH_AL_PH_TIMESTAMP=Enter Time
|
|
372
623
|
|
|
624
|
+
#XMSG: text shown for Description placeholder
|
|
373
625
|
TXT_CH_AL_PH_DESCRIPTION=Enter Description
|
|
374
626
|
|
|
627
|
+
#XHED: Adhoc line dialog header text
|
|
375
628
|
TXT_CH_AL_DIALOG_TITLE=Key User Settings for Ad Hoc Line
|
|
376
629
|
|
|
630
|
+
#XHED: Delta line dialog header text
|
|
377
631
|
TXT_CH_DL_DIALOG_TITLE=Key User Settings for Delta Line
|
|
378
632
|
|
|
633
|
+
#XHED: Color palette dialog header text
|
|
379
634
|
TXT_CH_AL_DIALOG_COLOR_SELECTOR=Color Selector
|
|
380
635
|
|
|
636
|
+
#########
|
|
637
|
+
# Texts for sap.gantt.changeHandlers.simple.GanttChartWithTable
|
|
638
|
+
#########
|
|
381
639
|
|
|
640
|
+
#XFLD: Drag orientation text
|
|
382
641
|
TXT_CH_GCT_ORIENATION=Set Drag Orientation
|
|
383
642
|
|
|
643
|
+
#XBUT: Free radio button text
|
|
384
644
|
TXT_CH_GCT_FREE=Free
|
|
385
645
|
|
|
646
|
+
#XBUT: Horizontal radio button text
|
|
386
647
|
TXT_CH_GCT_HORIZONTAL=Horizontal
|
|
387
648
|
|
|
649
|
+
#XBUT: Vertical radio button text
|
|
388
650
|
TXT_CH_GCT_VERTICAL=Vertical
|
|
389
651
|
|
|
652
|
+
#XFLD: Height text
|
|
390
653
|
TXT_CH_GCT_HEIGHT=Set Height
|
|
391
654
|
|
|
655
|
+
#XHED: Gantt chart with table dialog header text
|
|
392
656
|
TXT_CH_GCT_DIALOG_TITLE=Key User Settings for Table
|
|
393
657
|
|
|
658
|
+
#########
|
|
659
|
+
# Texts for sap.gantt.changeHandlers.simple.GanttChartContainer
|
|
660
|
+
#########
|
|
394
661
|
|
|
662
|
+
#XFLD: Display type text
|
|
395
663
|
TXT_CH_GC_DISPLAY_TYPE=Set Display Type
|
|
396
664
|
|
|
665
|
+
#XFLD: Divider line text
|
|
397
666
|
TXT_CH_GC_VERTICAL_LINE=Enable Divider Line
|
|
398
667
|
|
|
668
|
+
#XFLD: Cursor line text
|
|
399
669
|
TXT_CH_GC_CURSOR_LINE=Enable Cursor Line
|
|
400
670
|
|
|
671
|
+
#XFLD: Adhoc line text
|
|
401
672
|
TXT_CH_GC_ADHOC_LINE=Enable Ad Hoc Line
|
|
402
673
|
|
|
674
|
+
#XFLD: Delta line text
|
|
403
675
|
TXT_CH_GC_DELTA_LINE=Enable Delta Line
|
|
404
676
|
|
|
677
|
+
#XFLD: Now line text
|
|
405
678
|
TXT_CH_GC_NOW_LINE=Enable Now Line
|
|
406
679
|
|
|
680
|
+
#XBUT:
|
|
407
681
|
TXT_CH_GC_TRUE=TRUE
|
|
408
682
|
|
|
683
|
+
#XBUT:
|
|
409
684
|
TXT_CH_GC_FALSE=FALSE
|
|
410
685
|
|
|
686
|
+
#XHED: Gantt chart container dialog header text
|
|
411
687
|
TXT_CH_GC_DIALOG_TITLE=Key User Settings for Container
|