@sapui5/sap.suite.ui.generic.template 1.120.2 → 1.120.4

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.
Files changed (50) hide show
  1. package/package.json +1 -1
  2. package/src/sap/suite/ui/generic/template/.library +1 -1
  3. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_cnr.properties +214 -0
  4. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en.properties +112 -0
  5. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en_US_saprigi.properties +104 -104
  6. package/src/sap/suite/ui/generic/template/AnalyticalListPage/manifest.json +1 -1
  7. package/src/sap/suite/ui/generic/template/Canvas/manifest.json +1 -1
  8. package/src/sap/suite/ui/generic/template/ListReport/Component.js +3 -1
  9. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cnr.properties +110 -0
  10. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en.properties +61 -0
  11. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_US_saprigi.properties +53 -53
  12. package/src/sap/suite/ui/generic/template/ListReport/manifest.json +1 -1
  13. package/src/sap/suite/ui/generic/template/ObjectPage/controller/ControllerImplementation.js +0 -1
  14. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cnr.properties +182 -0
  15. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en.properties +99 -0
  16. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en_US_saprigi.properties +89 -85
  17. package/src/sap/suite/ui/generic/template/ObjectPage/manifest.json +1 -1
  18. package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_cnr.properties +28 -0
  19. package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_en.properties +16 -0
  20. package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_en_US_saprigi.properties +14 -14
  21. package/src/sap/suite/ui/generic/template/QuickCreate/manifest.json +1 -1
  22. package/src/sap/suite/ui/generic/template/QuickView/i18n/i18n_cnr.properties +4 -0
  23. package/src/sap/suite/ui/generic/template/QuickView/i18n/i18n_en.properties +4 -0
  24. package/src/sap/suite/ui/generic/template/QuickView/i18n/i18n_en_US_saprigi.properties +2 -2
  25. package/src/sap/suite/ui/generic/template/QuickView/manifest.json +1 -1
  26. package/src/sap/suite/ui/generic/template/detailTemplates/i18n/i18n_cnr.properties +12 -0
  27. package/src/sap/suite/ui/generic/template/detailTemplates/i18n/i18n_en.properties +8 -0
  28. package/src/sap/suite/ui/generic/template/detailTemplates/i18n/i18n_en_US_saprigi.properties +6 -6
  29. package/src/sap/suite/ui/generic/template/fragments/MessageDialog.fragment.xml +1 -1
  30. package/src/sap/suite/ui/generic/template/genericUtilities/controlHelper.js +14 -5
  31. package/src/sap/suite/ui/generic/template/genericUtilities/controlStateWrapperFactory/SmartVariantManagementWrapper.js +7 -3
  32. package/src/sap/suite/ui/generic/template/lib/AdaptiveCardHelper.js +48 -19
  33. package/src/sap/suite/ui/generic/template/lib/AppComponent.js +1 -1
  34. package/src/sap/suite/ui/generic/template/lib/CommonEventHandlers.js +1 -3
  35. package/src/sap/suite/ui/generic/template/lib/ComponentUtils.js +1 -1
  36. package/src/sap/suite/ui/generic/template/lib/ContextBookkeeping.js +3 -2
  37. package/src/sap/suite/ui/generic/template/lib/FlexibleColumnLayoutHandler.js +2 -1
  38. package/src/sap/suite/ui/generic/template/lib/MessageUtils.js +3 -3
  39. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cnr.properties +304 -0
  40. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en.properties +164 -0
  41. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saprigi.properties +149 -140
  42. package/src/sap/suite/ui/generic/template/lib/insights/InsightsCardHelper.js +37 -4
  43. package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +3 -2
  44. package/src/sap/suite/ui/generic/template/lib/navigation/startupParameterHelper.js +3 -1
  45. package/src/sap/suite/ui/generic/template/lib/presentationControl/SmartTableHandler.js +2 -1
  46. package/src/sap/suite/ui/generic/template/library.js +1 -1
  47. package/src/sap/suite/ui/generic/template/listTemplates/controller/SmartChartController.js +1 -6
  48. package/src/sap/suite/ui/generic/template/listTemplates/i18n/i18n_cnr.properties +2 -0
  49. package/src/sap/suite/ui/generic/template/listTemplates/i18n/i18n_en.properties +4 -0
  50. package/src/sap/suite/ui/generic/template/listTemplates/i18n/i18n_en_US_saprigi.properties +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.suite.ui.generic.template",
3
- "version": "1.120.2",
3
+ "version": "1.120.4",
4
4
  "description": "SAPUI5 Library sap.suite.ui.generic.template",
5
5
  "keywords": [
6
6
  "sapui5",
@@ -7,7 +7,7 @@
7
7
 
8
8
  (c) Copyright 2009-2015 SAP SE. All rights reserved
9
9
  </copyright>
10
- <version>1.120.2</version>
10
+ <version>1.120.4</version>
11
11
 
12
12
  <documentation>Library with generic Suite UI templates.</documentation>
13
13
 
@@ -0,0 +1,214 @@
1
+
2
+ TITLE=Stranica analiti\u010Dke liste
3
+
4
+ DESCRIPTION=Stranica analiti\u010Dke liste
5
+
6
+ OK=OK
7
+
8
+ NAVIGATE_TO_DETAIL=Poka\u017Ei detalje
9
+
10
+ EMAIL_HEADER=Veza do {0}
11
+
12
+ KPI_TOOLTIP_UNDETERMINED={0} {1}\nStatus\: Neodre\u0111eno
13
+
14
+ KPI_TOOLTIP_NEUTRAL={0} {1}\nStatus\: Neutralno
15
+
16
+ KPI_TOOLTIP_NONE={0} {1}\nStatus\: Nijedan
17
+
18
+ KPI_TOOLTIP_ERROR={0} {1}\nStatus\: Visoki rizik
19
+
20
+ KPI_TOOLTIP_GOOD={0} {1}\nStatus\: Dobro
21
+
22
+ KPI_TOOLTIP_CRITICAL={0} {1}\nStatus\: Rizik
23
+
24
+ KPI_DETERMINING_ERROR={0}\nNije mogu\u0107e utvrditi vrijednost.
25
+
26
+ KPI_DETERMINING_WARNING={0}\nPodaci su neva\u017Ee\u0107i ili nijesu na\u0111eni.
27
+
28
+ KPI_AUTHORIZATION_ISSUE=Postoji problem sa ovla\u0161\u0107enjem.
29
+
30
+ KPI_DEFAULT_PV_ERROR_MESSAGE=Nedostaje anotacija varijante prezentacije.
31
+
32
+ KPI_DRILLDOWN_NAVIGATION_MESSAGE=Unesite detalje usmjeravanja.
33
+
34
+ KPI_GENERIC_ERROR_MESSAGE=Nije mogu\u0107e u\u010Ditati KPI zbog tehni\u010Dkog problema.
35
+
36
+ KPI_NO_DATA=Podaci KPI nijesu dostupni za izabrane kriterijume filtera.
37
+
38
+ KPI_INFO_FOR_MISSING_MANDATE_FILTPAR=Unesite vrijednosti polja obaveznog unosa za prikaz informacija KPI pogleda.
39
+
40
+ CLEAR_FILTERS=Izbri\u0161i
41
+
42
+ CLEAR_FILTERS_ALL=Ponovo postavi sve
43
+
44
+ GO_FILTERS=Idi
45
+
46
+ SHOW_ON_FILTER_BAR=Uklju\u010Di traku filtera
47
+
48
+ VISUAL_FILTER_FILTERS=Prilagodi filtere
49
+
50
+ VISUAL_FILTER_FILTERS_WITH_COUNT=Prilagodi filtere ({0})
51
+
52
+ VISUAL_FILTER_ALL_SELECTED_FILTERS=Sve odabrane vrijednosti
53
+
54
+ VISUAL_FILTER_MEASURES=Mjera po
55
+
56
+ VISUAL_FILTER_CHART_TYPES=Tipovi dijagrama
57
+
58
+ VISUAL_FILTER_CHART_TYPE_BAR=Trakasti dijagram
59
+
60
+ VISUAL_FILTER_CHART_TYPE_Line=Linijski dijagram
61
+
62
+ VISUAL_FILTER_CHART_TYPE_Donut=Prstenasti dijagram
63
+
64
+ VISUAL_FILTER_SORTING=Re\u0111anje
65
+
66
+ VISUAL_FILTER_SORTING_ASCENDING=Rastu\u0107e
67
+
68
+ VISUAL_FILTER_SORTING_DESCENDING=Opadaju\u0107e
69
+
70
+ VISUAL_FILTER_LINE_CHART_TIME_LINE=Poka\u017Ei
71
+
72
+ VISUAL_FILTER_LINE_CHART_TIME_LINE_DAYS=Prethodnih 6 dana
73
+
74
+ VISUAL_FILTER_LINE_CHART_TIME_LINE_MONTH=Prethodnih 6 mjeseci
75
+
76
+ VISUAL_FILTER_LINE_CHART_TIME_LINE_QUARTERS=Prethodnih 6 kvartala
77
+
78
+ VISUAL_FILTER_LINE_CHART_TIME_LINE_YEARS=Prethodnih 6 godina
79
+
80
+ VISUAL_FILTER_CHART_TYPE=Tip dijagrama
81
+
82
+ VISUAL_FILTER_MEASURE=Mjera
83
+
84
+ VISUAL_FILTER_SORT_ORDER=Redosljed re\u0111anja
85
+
86
+ CONTACT_INFO=Informacije o kontaktu
87
+
88
+
89
+ CONTACT_JOB_TITLE=Naziv radnog mjesta
90
+
91
+ CONTACT_DEPARTMENT=Odjeljenje
92
+
93
+ CONTACT_EMAIL=E-po\u0161ta
94
+
95
+ CONTACT_PHONE=Telefon
96
+
97
+ CONTACT_MOBILE=Mobilni telefon
98
+
99
+ CONTACT_FAX=Faks
100
+
101
+
102
+
103
+ CONTAINER_VIEW_TABLE=Pogled tabele
104
+
105
+ CONTAINER_VIEW_CHART=Pogled dijagrama
106
+
107
+ CONTAINER_VIEW_CHARTTABLE=Pogled dijagrama i tabele
108
+
109
+ CONTAINER_VIEW_CROSSTAB=Pogled unakrsne tabele
110
+
111
+ FILTER_VISUAL=Vizuelni filter
112
+
113
+ FILTER_COMPACT=Kompaktni filter
114
+
115
+ VIS_FILTER_TITLE_MD={0} od {1}
116
+
117
+ VIS_FILTER_TOOLTIP_STATUS_GOOD=Status\: Dobro
118
+
119
+ VIS_FILTER_TOOLTIP_STATUS_ERROR=Status\: Gre\u0161ka
120
+
121
+ VIS_FILTER_TOOLTIP_STATUS_CRITICAL=Status\: Kriti\u010Dno
122
+
123
+ VIS_FILTER_TITLE_MD_WITH_UNIT_CURR={0} u {1}
124
+
125
+ VIS_FILTER_DONUT_OTHER=Drugo
126
+
127
+ VIS_FILTER_GRP_BASIC_TITLE=Osnovno
128
+
129
+ VIS_FILTER_ITEM_ARIA=Vizuelni filter
130
+
131
+ VIS_FILTER_MANDATORY_PROPERTY_ARIA={0} obavezan.
132
+
133
+ VIS_FILTER_MANDATORY_PROPERTY_ARIA_LABEL=obavezan.
134
+
135
+ VIS_FILTER_BAR_NAVIGATE_ARIA=Za kretanje izme\u0111u vizuelnih filtera izaberite strelicu nadesno ili nalijevo.
136
+
137
+ VIS_FILTER_DIALOG_NAVIGATE_ARIA=Za kretanje izme\u0111u vizuelnih filtera izaberite strelicu nadolje ili nagore.
138
+
139
+ VIS_FILTER_ACCESS_FIELDS_ARIA=Izaberite karticu za pristup poljima filtera.
140
+
141
+ VIS_VALUEHELP_DROPDOWN_SELECTED_COUNT=Odabrano {0}\: {1}
142
+
143
+ VIS_VALUEHELP_DROPDOWN_VIEW_SELECTED=Poka\u017Ei odabrano
144
+
145
+ VIS_VALUEHELP_DROPDOWN_VIEW_ALL=Poka\u017Ei sve
146
+
147
+ VIS_VALUEHELP_DROPDOWN_CLEAR_SELECTION=Izbri\u0161i odabir
148
+
149
+ CHARTTABLE_AUTOHIDE_ON=Poka\u017Ei stavke zasnovane samo na odabiru dijagrama
150
+
151
+ CHARTTABLE_AUTOHIDE_OFF=Poka\u017Ei sve stavke
152
+
153
+ M_VISUAL_FILTERS_ERROR_MESSAGE_TITLE=Nije mogu\u0107e prikazati filter
154
+
155
+ NO_DATA_FOUND_OVERLAY_MESSAGE=Podaci nijesu na\u0111eni.
156
+
157
+ REQUIRED_FIELDS_OVERLAY_MESSAGE=Nije mogu\u0107e prikazati ovaj filter jer nedostaju obavezna polja.
158
+
159
+ M_VISUAL_FILTERS_ERROR_DATA_TEXT=Nije mogu\u0107e u\u010Ditati podatke zbog tehni\u010Dkog problema.
160
+
161
+ M_VISUAL_FILTERS_PROVIDE_FILTER_VAL_SINGLEVF=Navedite vrijednost filtera za {0}
162
+
163
+ M_VISUAL_FILTERS_PROVIDE_FILTER_VAL_MULTIPLEVF=Navedite vrijednosti filtera za sva polja obaveznog unosa.
164
+
165
+ M_VISUAL_FILTERS_MULTIPLE_CURRENCY=Da biste vidjeli ovaj dijagram, postavite samo jednu valutu za {0}
166
+
167
+ M_VISUAL_FILTERS_MULTIPLE_UNIT=Da biste vidjeli ovaj dijagram, postavite samo jednu vrijednost za {0}
168
+
169
+ M_VISUAL_FILTER_HIDDEN_MEASURE=Nije mogu\u0107e u\u010Ditati vizuelni filter. Mjera {0} je ozna\u010Dena kao KI skriven.
170
+
171
+ REQUIRED_VH_FIELDS_OVERLAY_MESSAGE=Nije mogu\u0107e u\u010Ditati podatke jer nedostaju obavezna polja. Obavijestite administratora.
172
+
173
+ INVALID_MEASURE_DONUT_MESSAGE=Neva\u017Ee\u0107a mjera za prstenasti dijagram. Uvjerite se da je mjera kumulativna i pozitivna.
174
+
175
+ SHARE=Podijeli
176
+
177
+ VH_SINGLE_SELECTED=Pomo\u0107 pri unosu za {0} sa {1} odabranom stavkom
178
+
179
+ VH_MULTI_SELECTED=Pomo\u0107 pri unosu za {0} sa {1} odabranih stavki
180
+
181
+ VALUE_HELP=Pomo\u0107 pri unosu za {0}
182
+
183
+ DROPDOWN_WITHOUT_SELECTIONS=Padaju\u0107a lista za {0}
184
+
185
+ DROPDOWN_WITH_SELECTIONS=Padaju\u0107a lista za {0} sa {1} stavkom
186
+
187
+ DP_SINGLE_SELECTED={1} stavka odabrana za {0}
188
+
189
+ DP_WITHOUT_SELECTIONS=Odaberi datum
190
+
191
+ NOT_ASSIGNED=Nije dodijeljeno
192
+
193
+ FILTER_BAR_SHOW_MORE_FILTERS=Vi\u0161e filtera ({0})
194
+
195
+ FILTER_BAR_SHOW_CHANGE_FILTERS=Promijeni filtere
196
+
197
+ SELECT_FILTER_FIELDS=Odaberi filtere
198
+
199
+ FILTER_BAR_SEARCH=Tra\u017Ei filtere
200
+
201
+ FORM_PERS_DIALOG_CANCEL=Odustani
202
+
203
+ NODATA_ADAPTFILTERDIALOG=Nema podataka
204
+
205
+
206
+
207
+ NODATA_SMARTCHART_ALP=Da biste po\u010Deli, postavite relevantne filtere i izaberite \u201EIdi\u201C.
208
+
209
+ NODATA_SMARTTABLE_ALP=Da biste po\u010Deli, postavite relevantne filtere i izaberite \u201EIdi\u201C.
210
+
211
+ MESSAGE_MULTIPLE_VALUES_L_FORM=Neki filteri nijesu relevantni za karticu \u201E{1}\u201C ({0}). Postavljanje ovih filtera ne uti\u010De na rezultate.
212
+
213
+ MESSAGE_MULTIPLE_VALUES_S_FORM=Ne mo\u017Eete koristiti sljede\u0107e filtere na kartici \u201E{1}\u201C\: \u201E{0}\u201C.
214
+
@@ -1,214 +1,326 @@
1
+ # Smart Template FND Analytical List Page
2
+ #
1
3
 
4
+ # XTIT,40: used in manifest, not used in the application UI itself but in generic descriptions of the app); this text MUST be replaced in the application component
2
5
  TITLE=Analytical List Page
3
6
 
7
+ # XTIT,50: used in manifest, not used in the application UI itself but in generic descriptions of the app); this text MUST be replaced in the application component
4
8
  DESCRIPTION=Analytical List Page
5
9
 
10
+ # XBUT,30
6
11
  OK=OK
7
12
 
13
+ # XBUT,30
8
14
  NAVIGATE_TO_DETAIL=Show Details
9
15
 
16
+ # YMSG, 100: exposed as subject of Email, example: Link to Object List
10
17
  EMAIL_HEADER=Link to {0}
11
18
 
19
+ # XBUT, 60: used as tooltip for KPI tag values and Undetermined State criticality status
12
20
  KPI_TOOLTIP_UNDETERMINED={0} {1}\nStatus\: Undetermined
13
21
 
22
+ # XBUT, 45: used as tooltip for KPI tag values and Neutral State criticality status
14
23
  KPI_TOOLTIP_NEUTRAL={0} {1}\nStatus\: Neutral
15
24
 
25
+ # XBUT, 45: used as tooltip for KPI tag values and No criticality status
16
26
  KPI_TOOLTIP_NONE={0} {1}\nStatus\: None
17
27
 
28
+ # XBUT, 55: used as tooltip for KPI tag values and Error State criticality status
18
29
  KPI_TOOLTIP_ERROR={0} {1}\nStatus\: High-Risk
19
30
 
31
+ # XBUT, 40: used as tooltip for KPI tag values and Good State criticality status
20
32
  KPI_TOOLTIP_GOOD={0} {1}\nStatus\: Good
21
33
 
34
+ # XBUT, 40: used as tooltip for KPI tag values and Critcal state criticality status
22
35
  KPI_TOOLTIP_CRITICAL={0} {1}\nStatus\: Risk
23
36
 
37
+ # XBUT, 55: used for accessibility of KPI tag when there is error in determining the value
24
38
  KPI_DETERMINING_ERROR={0}\nUnable to determine the value.
25
39
 
40
+ # XBUT, 65: used for accessibility of KPI tag when there is warning in determining the value
26
41
  KPI_DETERMINING_WARNING={0}\nData is either invalid or not found.
27
42
 
43
+ # XBUT, 90: used as error message for the KPI
28
44
  KPI_AUTHORIZATION_ISSUE=There\u2019s an authorization issue.
29
45
 
46
+ # XBUT, 90: used as error message for the KPI
30
47
  KPI_DEFAULT_PV_ERROR_MESSAGE=Presentation variant annotation is missing.
31
48
 
49
+ # XBUT, 90: used as error message for the KPI
32
50
  KPI_DRILLDOWN_NAVIGATION_MESSAGE=Please enter navigation details.
33
51
 
52
+ # XBUT, 90: used as error message for the KPI
34
53
  KPI_GENERIC_ERROR_MESSAGE=Unable to load KPI due to a technical issue.
35
54
 
55
+ #YMSW, 90: Warning message for KPI no data
36
56
  KPI_NO_DATA=There\u2019s no KPI data available for the chosen filter criteria.
37
57
 
58
+ #YINF, 90: Information message for missing mandatory filters and parameters
38
59
  KPI_INFO_FOR_MISSING_MANDATE_FILTPAR=Enter mandatory filter field values to view KPI information.
39
60
 
61
+ #XBUT, 30: Page header clear button
40
62
  CLEAR_FILTERS=Clear
41
63
 
64
+ #XBUT, 30: Popover clear all button
42
65
  CLEAR_FILTERS_ALL=Clear All
43
66
 
67
+ #XBUT, 30: Page header go button
44
68
  GO_FILTERS=Go
45
69
 
70
+ #XTIT, 40: Text to appear next to each filter item toolbar in Visual Filter Dialog
46
71
  SHOW_ON_FILTER_BAR=Show on Filter Bar
47
72
 
73
+ #XBUT, 30: FilterBar predefined text for launching filters dialog action
48
74
  VISUAL_FILTER_FILTERS=Adapt Filters
49
75
 
76
+ #XBUT, 40: FilterBar predefined text for launching filters dialog action with a filter count
50
77
  VISUAL_FILTER_FILTERS_WITH_COUNT=Adapt Filters ({0})
51
78
 
79
+ #XBUT, 40: Selected items in filter dialog
52
80
  VISUAL_FILTER_ALL_SELECTED_FILTERS=All Selected Values
53
81
 
82
+ #XBUT, 30: FilterBar predefined text for Measures Popover Title
54
83
  VISUAL_FILTER_MEASURES=Measure By
55
84
 
85
+ #XBUT, 30: FilterBar predefined text for Chart Type Popover Title
56
86
  VISUAL_FILTER_CHART_TYPES=Chart Types
57
87
 
88
+ #XBUT, 30: FilterBar predefined text for Chart Type Popover Bar Chart
58
89
  VISUAL_FILTER_CHART_TYPE_BAR=Bar Chart
59
90
 
91
+ #XBUT, 30: FilterBar predefined text for Chart Type Popover Line Chart
60
92
  VISUAL_FILTER_CHART_TYPE_Line=Line Chart
61
93
 
94
+ #XBUT, 30: FilterBar predefined text for Chart Type Popover Donut Chart
62
95
  VISUAL_FILTER_CHART_TYPE_Donut=Donut Chart
63
96
 
97
+ #XBUT, 30: FilterBar predefined text for Sorting Popover Title
64
98
  VISUAL_FILTER_SORTING=Sorting
65
99
 
100
+ #XBUT, 30: FilterBar predefined text for Sorting Popover Ascending
66
101
  VISUAL_FILTER_SORTING_ASCENDING=Ascending
67
102
 
103
+ #XBUT, 30: FilterBar predefined text for Sorting Popover Descending
68
104
  VISUAL_FILTER_SORTING_DESCENDING=Descending
69
105
 
106
+ #XBUT, 30: FilterBar predefined text for Line Chart Time Line Popover Title
70
107
  VISUAL_FILTER_LINE_CHART_TIME_LINE=Show
71
108
 
109
+ #XBUT, 30: FilterBar predefined text for Line Chart Time Line Popover by Days
72
110
  VISUAL_FILTER_LINE_CHART_TIME_LINE_DAYS=Previous 6 Days
73
111
 
112
+ #XBUT, 30: FilterBar predefined text for Line Chart Time Line Popover Title
74
113
  VISUAL_FILTER_LINE_CHART_TIME_LINE_MONTH=Previous 6 Months
75
114
 
115
+ #XBUT, 30: FilterBar predefined text for Line Chart Time Line Popover Title
76
116
  VISUAL_FILTER_LINE_CHART_TIME_LINE_QUARTERS=Previous 6 Quarters
77
117
 
118
+ #XBUT, 30: FilterBar predefined text for Line Chart Time Line Popover Title
78
119
  VISUAL_FILTER_LINE_CHART_TIME_LINE_YEARS=Previous 6 Years
79
120
 
121
+ #XBUT, 30: FilterBar predefined text for Chart Type Title
80
122
  VISUAL_FILTER_CHART_TYPE=Chart Type
81
123
 
124
+ #XBUT, 30: FilterBar predefined text for Measure Title
82
125
  VISUAL_FILTER_MEASURE=Measure
83
126
 
127
+ #XBUT, 30: FilterBar predefined text for Sort Order Title
84
128
  VISUAL_FILTER_SORT_ORDER=Sort Order
85
129
 
130
+ # XTIT,40: Title of a form with contact person information
86
131
  CONTACT_INFO=Contact Information
87
132
 
133
+ #------------Quick View Contact Card Labels-----------------------
88
134
 
135
+ # XTIT,30: Job title of a person
89
136
  CONTACT_JOB_TITLE=Job Title
90
137
 
138
+ # XTIT,30: Department in which the person works
91
139
  CONTACT_DEPARTMENT=Department
92
140
 
141
+ # XTIT,30: Email of a person
93
142
  CONTACT_EMAIL=E-Mail
94
143
 
144
+ # XTIT,30: Phone number of a person
95
145
  CONTACT_PHONE=Phone
96
146
 
147
+ # XTIT,30: Mobile phone number of a person
97
148
  CONTACT_MOBILE=Mobile
98
149
 
150
+ # XTIT,30: Fax number of a person
99
151
  CONTACT_FAX=Fax
100
152
 
153
+ #------------End Of Quick View Contact Card Labels-----------------------
101
154
 
155
+ #------------analytical list page specific texts-----------------------
102
156
 
157
+ # XBUT,50: tooltip for table view
103
158
  CONTAINER_VIEW_TABLE=Table View
104
159
 
160
+ # XBUT,50: tooltip for chart view
105
161
  CONTAINER_VIEW_CHART=Chart View
106
162
 
163
+ # XBUT,50: tooltip for chart view
107
164
  CONTAINER_VIEW_CHARTTABLE=Chart and Table View
108
165
 
166
+ # XBUT,50: tooltip for crosstab view
109
167
  CONTAINER_VIEW_CROSSTAB=Crosstable View
110
168
 
169
+ # XBUT,50: tooltip for filter switch
111
170
  FILTER_VISUAL=Visual Filter
112
171
 
172
+ # XBUT,50: tooltip for filter switch
113
173
  FILTER_COMPACT=Compact Filter
114
174
 
175
+ # XTIT, 50: basic visual filter title, measure by dimension
115
176
  VIS_FILTER_TITLE_MD={0} by {1}
116
177
 
178
+ # XTIT, 50:translation for status word in visual filter tooltip
117
179
  VIS_FILTER_TOOLTIP_STATUS_GOOD=Status\: Good
118
180
 
181
+ # XTIT, 50:translation for status word in visual filter tooltip
119
182
  VIS_FILTER_TOOLTIP_STATUS_ERROR=Status\: Error
120
183
 
184
+ # XTIT, 50:translation for status word in visual filter tooltip
121
185
  VIS_FILTER_TOOLTIP_STATUS_CRITICAL=Status\: Critical
122
186
 
187
+ # XTIT, 50: visual filter title with unit and currency, measure by dimension
123
188
  VIS_FILTER_TITLE_MD_WITH_UNIT_CURR={0} in {1}
124
189
 
190
+ # XTIT, 25: All other values not shown, used in the donut chart
125
191
  VIS_FILTER_DONUT_OTHER=Other
126
192
 
193
+ # XTIT,30: Edit state, filter
127
194
  VIS_FILTER_GRP_BASIC_TITLE=Basic
128
195
 
196
+ # XACT, 30: Screen reader text for a visual filter
129
197
  VIS_FILTER_ITEM_ARIA=Visual Filter
130
198
 
199
+ # XACT, 30: Screen reader text for a visual filter in dialog that is a mandatory property
131
200
  VIS_FILTER_MANDATORY_PROPERTY_ARIA={0} required.
132
201
 
202
+ # XACT, 30: Screen reader text for a visual filter that is a mandatory property
133
203
  VIS_FILTER_MANDATORY_PROPERTY_ARIA_LABEL=required.
134
204
 
205
+ # XACT, 100: Screen reader text for navigating between visual filters on the filter bar
135
206
  VIS_FILTER_BAR_NAVIGATE_ARIA=To move between visual filters, choose the right or left arrow.
136
207
 
208
+ # XACT, 100: Screen reader text for navigating between visual filters on the dialog
137
209
  VIS_FILTER_DIALOG_NAVIGATE_ARIA=To move between visual filters, choose the down or up arrow.
138
210
 
211
+ # XACT, 60: Screen reader text for navigating within a visual filter
139
212
  VIS_FILTER_ACCESS_FIELDS_ARIA=Choose the tab to access filter fields.
140
213
 
214
+ # XTIT,50: Selected count in drop down
141
215
  VIS_VALUEHELP_DROPDOWN_SELECTED_COUNT=Selected {0}\: {1}
142
216
 
217
+ # XTIT,50: View Selected drop down tooltip
143
218
  VIS_VALUEHELP_DROPDOWN_VIEW_SELECTED=View Selected
144
219
 
220
+ # XTIT,50: View ALL drop down tooltip
145
221
  VIS_VALUEHELP_DROPDOWN_VIEW_ALL=View All
146
222
 
223
+ # XTIT,50: Clear Selection drop down tooltip
147
224
  VIS_VALUEHELP_DROPDOWN_CLEAR_SELECTION=Clear Selection
148
225
 
226
+ # XBUT,70: shown as tooltip on toggle of the chart-table mode
149
227
  CHARTTABLE_AUTOHIDE_ON=Show Items Based on Chart Selection Only
150
228
 
229
+ # XBUT,50: shown as tooltip on toggle of the chart-table mode
151
230
  CHARTTABLE_AUTOHIDE_OFF=Show All Items
152
231
 
232
+ #YMSG, 100
153
233
  M_VISUAL_FILTERS_ERROR_MESSAGE_TITLE=Unable to display filter
154
234
 
235
+ #YMSG, 30
155
236
  NO_DATA_FOUND_OVERLAY_MESSAGE=No data found.
156
237
 
238
+ #YMSG, 150
157
239
  REQUIRED_FIELDS_OVERLAY_MESSAGE=Unable to display this filter due to the missing mandatory fields.
158
240
 
241
+ #YMSG, 150
159
242
  M_VISUAL_FILTERS_ERROR_DATA_TEXT=Unable to load data due to a technical issue.
160
243
 
244
+ #YMSG, 150
161
245
  M_VISUAL_FILTERS_PROVIDE_FILTER_VAL_SINGLEVF=Provide a filter value for {0}
162
246
 
247
+ #YMSG, 150
163
248
  M_VISUAL_FILTERS_PROVIDE_FILTER_VAL_MULTIPLEVF=Provide filter values for all required fields.
164
249
 
250
+ #YMSG, 150
165
251
  M_VISUAL_FILTERS_MULTIPLE_CURRENCY=To see this chart, set only one currency for {0}
166
252
 
253
+ #YMSG, 150
167
254
  M_VISUAL_FILTERS_MULTIPLE_UNIT=To see this chart, set only one value for {0}
168
255
 
256
+ #YMSG, 150
169
257
  M_VISUAL_FILTER_HIDDEN_MEASURE=Unable to load visual filter. Measure {0} is marked with UI.Hidden.
170
258
 
259
+ #YMSG, 150
171
260
  REQUIRED_VH_FIELDS_OVERLAY_MESSAGE=Unable to load data because mandatory fields are missing. Please contact your administrator.
172
261
 
262
+ #YMSG, 100
173
263
  INVALID_MEASURE_DONUT_MESSAGE=Invalid measure for a donut chart. Ensure that the measure is cumulative and positive.
174
264
 
265
+ # XBUT,30: show as tooltip on share button
175
266
  SHARE=Share
176
267
 
268
+ # XBUT,120: show as tooltip on selections button
177
269
  VH_SINGLE_SELECTED=Value Help for {0} with {1} Item Selected
178
270
 
271
+ # XBUT,120: show as tooltip on selections button
179
272
  VH_MULTI_SELECTED=Value Help for {0} with {1} Items Selected
180
273
 
274
+ # XBUT,60: show as tooltip on valuehelp button
181
275
  VALUE_HELP=Value Help for {0}
182
276
 
277
+ # XBUT,60: show as tooltip on dropdown button
183
278
  DROPDOWN_WITHOUT_SELECTIONS=Dropdown List for {0}
184
279
 
280
+ # XBUT,120: show as tooltip on dropdown button
185
281
  DROPDOWN_WITH_SELECTIONS=Dropdown List for {0} with {1} Item
186
282
 
283
+ # XBUT,120: show as tooltip on datepicker button
187
284
  DP_SINGLE_SELECTED={1} item selected for {0}
188
285
 
286
+ # XBUT,60: show as tooltip on datepicker button
189
287
  DP_WITHOUT_SELECTIONS=Select Date
190
288
 
289
+ # XBUT,30: empty value in visual filter
191
290
  NOT_ASSIGNED=Not Assigned
192
291
 
292
+ # XTIT: FilterBar predefined text for showing more filters dialog
193
293
  FILTER_BAR_SHOW_MORE_FILTERS=More Filters ({0})
194
294
 
295
+ #XTIT: FilterBar predefined text for showing more filters dialog, when all filters are already assigned
195
296
  FILTER_BAR_SHOW_CHANGE_FILTERS=Change Filters
196
297
 
298
+ #XTIT: FilterBar predefined text for Add/Remove filter fields dialog
197
299
  SELECT_FILTER_FIELDS=Select Filters
198
300
 
301
+ #XTIT: FilterBar predefined text for Search action
199
302
  FILTER_BAR_SEARCH=Search for Filters
200
303
 
304
+ #XBUT: SmartForm personalization dialog predefined text for Cancel button
201
305
  FORM_PERS_DIALOG_CANCEL=Cancel
202
306
 
307
+ #XTIT: No Data text for Visual filters in Adapt filter dialog
203
308
  NODATA_ADAPTFILTERDIALOG=No Data
204
309
 
310
+ #------------analytical list page specific texts-----------------------
205
311
 
312
+ #---Final block: texts to be redefined by the application ----------------------------------------
206
313
 
314
+ # XBUT,80: No data text for on load of smart chart
207
315
  NODATA_SMARTCHART_ALP=To start, set the relevant filters and choose "Go".
208
316
 
317
+ # XBUT,80: No data text for on load of smart table
209
318
  NODATA_SMARTTABLE_ALP=To start, set the relevant filters and choose "Go".
210
319
 
320
+ # YMSG, 160: used to show unapplied multiple filters in desktop
211
321
  MESSAGE_MULTIPLE_VALUES_L_FORM=Some filters are not relevant for tab "{1}" ({0}). Setting these filters has no effect on the results.
212
322
 
323
+ # YMSG, 100: used to show unapplied multiple filters in mobile, tablet
213
324
  MESSAGE_MULTIPLE_VALUES_S_FORM=You cannot use the following filters on the "{1}" tab\: "{0}".
214
325
 
326
+ #---End of final block: texts to be redefined by the application ----------------------------------------