@openui5/sap.ui.documentation 1.96.25 → 1.96.26

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 (100) hide show
  1. package/package.json +6 -6
  2. package/src/sap/ui/documentation/.library +2 -2
  3. package/src/sap/ui/documentation/BorrowedList.js +1 -1
  4. package/src/sap/ui/documentation/DemokitTreeItem.js +1 -1
  5. package/src/sap/ui/documentation/DemokitTreeItemRenderer.js +1 -1
  6. package/src/sap/ui/documentation/JSDocText.js +1 -1
  7. package/src/sap/ui/documentation/LightTable.js +1 -1
  8. package/src/sap/ui/documentation/ObjectPageSubSection.js +1 -1
  9. package/src/sap/ui/documentation/ParamText.js +1 -1
  10. package/src/sap/ui/documentation/Row.js +1 -1
  11. package/src/sap/ui/documentation/Search.js +1 -1
  12. package/src/sap/ui/documentation/TitleLink.js +1 -1
  13. package/src/sap/ui/documentation/WebPageTitleUtil.js +1 -1
  14. package/src/sap/ui/documentation/library.js +3 -3
  15. package/src/sap/ui/documentation/messagebundle_en.properties +0 -336
  16. package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +366 -366
  17. package/src/sap/ui/documentation/sdk/Component.js +1 -1
  18. package/src/sap/ui/documentation/sdk/blocks/IndexEntry.js +1 -1
  19. package/src/sap/ui/documentation/sdk/controller/ApiDetail.controller.js +1 -1
  20. package/src/sap/ui/documentation/sdk/controller/ApiDetailIndexDeprecatedExperimental.controller.js +1 -1
  21. package/src/sap/ui/documentation/sdk/controller/ApiDetailInitial.controller.js +1 -1
  22. package/src/sap/ui/documentation/sdk/controller/ApiMaster.controller.js +1 -1
  23. package/src/sap/ui/documentation/sdk/controller/App.controller.js +1 -1
  24. package/src/sap/ui/documentation/sdk/controller/BaseController.js +1 -1
  25. package/src/sap/ui/documentation/sdk/controller/Code.controller.js +1 -1
  26. package/src/sap/ui/documentation/sdk/controller/Controls.controller.js +1 -1
  27. package/src/sap/ui/documentation/sdk/controller/ControlsMaster.controller.js +1 -1
  28. package/src/sap/ui/documentation/sdk/controller/DemoApps.controller.js +1 -1
  29. package/src/sap/ui/documentation/sdk/controller/Downloads.controller.js +1 -1
  30. package/src/sap/ui/documentation/sdk/controller/Entity.controller.js +1 -1
  31. package/src/sap/ui/documentation/sdk/controller/ErrorHandler.js +1 -1
  32. package/src/sap/ui/documentation/sdk/controller/Group.controller.js +1 -1
  33. package/src/sap/ui/documentation/sdk/controller/License.controller.js +1 -1
  34. package/src/sap/ui/documentation/sdk/controller/LiveEditor.controller.js +1 -1
  35. package/src/sap/ui/documentation/sdk/controller/MasterTreeBaseController.js +1 -1
  36. package/src/sap/ui/documentation/sdk/controller/NotFound.controller.js +1 -1
  37. package/src/sap/ui/documentation/sdk/controller/ReleaseNotes.controller.js +1 -1
  38. package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +1 -1
  39. package/src/sap/ui/documentation/sdk/controller/SampleBaseController.js +1 -1
  40. package/src/sap/ui/documentation/sdk/controller/SampleNotFound.controller.js +1 -1
  41. package/src/sap/ui/documentation/sdk/controller/SearchPage.controller.js +1 -1
  42. package/src/sap/ui/documentation/sdk/controller/Sitemap.controller.js +1 -1
  43. package/src/sap/ui/documentation/sdk/controller/SubApiDetail.controller.js +1 -1
  44. package/src/sap/ui/documentation/sdk/controller/TermsOfUse.controller.js +1 -1
  45. package/src/sap/ui/documentation/sdk/controller/Tools.controller.js +1 -1
  46. package/src/sap/ui/documentation/sdk/controller/TopicDetail.controller.js +1 -1
  47. package/src/sap/ui/documentation/sdk/controller/TopicDetailInitial.controller.js +1 -1
  48. package/src/sap/ui/documentation/sdk/controller/TopicMaster.controller.js +1 -1
  49. package/src/sap/ui/documentation/sdk/controller/Welcome.controller.js +1 -1
  50. package/src/sap/ui/documentation/sdk/controller/config/datatable.js +1 -1
  51. package/src/sap/ui/documentation/sdk/controller/util/APIInfo.js +1 -1
  52. package/src/sap/ui/documentation/sdk/controller/util/ConfigUtil.js +1 -1
  53. package/src/sap/ui/documentation/sdk/controller/util/ControlsInfo.js +1 -1
  54. package/src/sap/ui/documentation/sdk/controller/util/DataTable.js +1 -1
  55. package/src/sap/ui/documentation/sdk/controller/util/DataTableHelper.js +1 -1
  56. package/src/sap/ui/documentation/sdk/controller/util/DataTableUtil.js +1 -1
  57. package/src/sap/ui/documentation/sdk/controller/util/DocuInfo.js +1 -1
  58. package/src/sap/ui/documentation/sdk/controller/util/EntityInfo.js +1 -1
  59. package/src/sap/ui/documentation/sdk/controller/util/Highlighter.js +1 -1
  60. package/src/sap/ui/documentation/sdk/controller/util/IndexWorker.js +1 -1
  61. package/src/sap/ui/documentation/sdk/controller/util/JSDocUtil.js +1 -1
  62. package/src/sap/ui/documentation/sdk/controller/util/ResourceDownloadUtil.js +1 -1
  63. package/src/sap/ui/documentation/sdk/controller/util/ResponsiveImageMap.js +1 -1
  64. package/src/sap/ui/documentation/sdk/controller/util/SearchUtil.js +1 -1
  65. package/src/sap/ui/documentation/sdk/controller/util/SidyBySideImageMap.js +1 -1
  66. package/src/sap/ui/documentation/sdk/controller/util/ToolsInfo.js +1 -1
  67. package/src/sap/ui/documentation/sdk/controller/util/Tooltip.js +1 -1
  68. package/src/sap/ui/documentation/sdk/controller/util/TreeUtil.js +1 -1
  69. package/src/sap/ui/documentation/sdk/controller/util/XML2JSONUtils.js +1 -1
  70. package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterDropDown.js +1 -1
  71. package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterDropDownRenderer.js +1 -1
  72. package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterRange.js +1 -1
  73. package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterRangeRenderer.js +1 -1
  74. package/src/sap/ui/documentation/sdk/controller/util/overlay/Overlay.js +1 -1
  75. package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/Circle.js +1 -1
  76. package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/Polygon.js +1 -1
  77. package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/Rect.js +1 -1
  78. package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/Shape.js +1 -1
  79. package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/ShapeFactory.js +1 -1
  80. package/src/sap/ui/documentation/sdk/cookieSettingsDialog/Component.js +1 -1
  81. package/src/sap/ui/documentation/sdk/cookieSettingsDialog/controller/CookieSettingsDialog.controller.js +1 -1
  82. package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_en.properties +0 -12
  83. package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_en_US_saprigi.properties +10 -10
  84. package/src/sap/ui/documentation/sdk/model/formatter.js +1 -1
  85. package/src/sap/ui/documentation/sdk/model/libraryData.js +1 -1
  86. package/src/sap/ui/documentation/sdk/model/models.js +1 -1
  87. package/src/sap/ui/documentation/sdk/util/DocumentationRouter.js +1 -1
  88. package/src/sap/ui/documentation/sdk/util/LiveEditorOutput.js +1 -1
  89. package/src/sap/ui/documentation/sdk/util/Resources.js +1 -1
  90. package/src/sap/ui/documentation/sdk/util/ToggleFullScreenHandler.js +1 -1
  91. package/src/sap/ui/documentation/themes/base/library.source.less +1 -1
  92. package/src/sap/ui/documentation/themes/sap_belize/library.source.less +1 -1
  93. package/src/sap/ui/documentation/themes/sap_belize_hcb/library.source.less +1 -1
  94. package/src/sap/ui/documentation/themes/sap_belize_hcw/library.source.less +1 -1
  95. package/src/sap/ui/documentation/themes/sap_belize_plus/library.source.less +1 -1
  96. package/src/sap/ui/documentation/themes/sap_fiori_3/library.source.less +1 -1
  97. package/src/sap/ui/documentation/themes/sap_fiori_3_dark/library.source.less +1 -1
  98. package/src/sap/ui/documentation/themes/sap_fiori_3_hcb/library.source.less +1 -1
  99. package/src/sap/ui/documentation/themes/sap_fiori_3_hcw/library.source.less +1 -1
  100. package/src/sap/ui/documentation/themes/sap_horizon/library.source.less +1 -1
@@ -1,703 +1,367 @@
1
- #This is the resource bundle for the SAPUI5 sap.ui.documentation library
2
- #
3
1
 
4
- #XMIT: The menu item that navigates to the home page
5
2
  APP_TABHEADER_ITEM_HOME=Home
6
- #XMIT: The menu item that navigates to the 'Documentation' page
7
3
  APP_TABHEADER_ITEM_DOCUMENTATION=Documentation
8
- #XMIT: The menu item that navigates to the 'API Reference' page
9
4
  APP_TABHEADER_ITEM_API_REFERENCE=API Reference
10
- #XMIT: The menu item that navigates to the 'Samples' page
11
5
  APP_TABHEADER_ITEM_SAMPLES=Samples
12
- #XMIT: The menu item that navigates to the 'Demo Apps' page
13
6
  APP_TABHEADER_ITEM_DEMO_APPS=Demo Apps
14
- #XMIT: The menu item that navigates to the 'Tools' page
15
7
  APP_TABHEADER_ITEM_TOOLS=Tools
16
- #XBUT: The button that allows to change the current version
17
8
  APP_CHANGE_VERSION_BTN=Change Version
18
- #XTXT: Text for beta version
19
9
  APP_VERSION_BETA_VERSION=Beta version
20
- #XTXT: Text for released version
21
10
  APP_VERSION_VERSION=Version
22
- #XTXT: Text for version that is not for productive use
23
11
  APP_VERSION_NOT_PRODUCTIVE=\u2013 not for productive use\!
24
- #XTXT: Text for version which is in development progress
25
12
  APP_VERSION_IN_PROGRESS=- development in progress.
26
- #XTOL: Tooltip for the button that opens the 'Give Feedback' dialog
27
13
  APP_FEEDBACK_BTN_TOOLTIP=Give Feedback
28
- #XBUT: Text for button that closes
29
14
  APP_SEARCH_FIELD_CLOSE=Close
30
- #XTOL: Tooltip for the 'More Information' button that opens an additional menu
31
15
  APP_INFORMATION_BTN_TOOLTIP=More Information
32
- #XMIT: The menu item that opens the 'Give Feedback' dialog
33
16
  APP_INFORMATION_BTN_FEEDBACK=Feedback
34
- #XMIT: The menu item that opens the 'About' dialog
35
17
  APP_INFORMATION_BTN_ABOUT=About
36
- #XMIT: The menu item that navigates to the 'Legal Disclosure' page
37
18
  APP_INFORMATION_BTN_LEGAL=Legal
38
- #XMIT: The menu item that navigates to the 'SAP Privacy Statement' page
39
19
  APP_INFORMATION_BTN_PRIVACY=Privacy
40
- #XMIT: The menu item that navigates to the 'TERMS OF USE FOR SAP WEBSITES' page
41
20
  APP_INFORMATION_BTN_TERMS_OF_USE=Terms of Use
42
- #XMIT: The menu item that navigates to the Appearance options
43
21
  APP_INFORMATION_BTN_APPEARANCE=Appearance
44
- #XMIT: The menu item that selects the Appearance Light option
45
22
  APP_INFORMATION_BTN_APPEARANCE_LIGHT=Light
46
- #XMIT: The menu item that selects the Appearance Dark option
47
23
  APP_INFORMATION_BTN_APPEARANCE_DARK=Dark
48
- #XMIT: The menu item that selects the Appearance Auto option
49
24
  APP_INFORMATION_BTN_APPEARANCE_AUTO=Auto (Depending on the OS Settings)
50
- #XMIT: The menu item that navigates to the 'SITEMAP' page
51
25
  APP_INFORMATION_BTN_SITEMAP=Sitemap
52
- #XMIT: The menu item that navigates to the 'Copyright' page
53
26
  APP_INFORMATION_BTN_COPYRIGHT=Copyright
54
- #XMIT: The menu item that navigates to the 'Trademarks' page
55
27
  APP_INFORMATION_BTN_TRADEMARK=Trademark
56
- #XMIT: The menu item that navigates to the 'Disclaimer' page
57
28
  APP_INFORMATION_BTN_DISCLAIMER=Disclaimer
58
- #XMIT: The menu item that navigates to the 'License' page
59
29
  APP_INFORMATION_BTN_LICENSE=License
60
- #XTXT: The information note about cookies that were used in the application
61
30
  APP_COOKIES_TEXT=We use cookies to improve your experience on our site. By continuing to use this website, you consent to use our cookies.
62
31
 
63
- #XHED: The title of the 'Give Feedback' dialog
64
32
  FEEDBACK_DIALOG_TITLE=Give Feedback
65
- #XFLD: The label of the rating button in the 'Give Feedback' dialog
66
33
  FEEDBACK_DIALOG_OVERALL=How is your overall experience?
67
- #XFLD: The label of the textarea in the 'Give Feedback' dialog
68
34
  FEEDBACK_DIALOG_MESSAGE=What would you like to tell us?
69
- #XFLD: The placeholder of the textarea in the 'Give Feedback' dialog
70
35
  FEEDBACK_DIALOG_MESSAGE_PLACEHOLDER=You can share your feedback for the overall Demo Kit experience or for the specific page you are currently viewing.
71
- #XCKL: The label that indicates that the feedback is linked to this page
72
36
  FEEDBACK_DIALOG_RELATED=Feedback is related to the current page.
73
- #XLNK: Text for the link that shows the context data
74
37
  FEEDBACK_DIALOG_SHOW_DATA=Show Context Data
75
- #XTX: Text note in the 'Give Feedback' dialog
76
38
  FEEDBACK_DIALOG_DISCLAIMER=Your feedback is anonymous, we do not collect any personal data.
77
- #XBUT: The button that sends the feedback and closes the dialog
78
39
  FEEDBACK_DIALOG_BTN_SEND=Send
79
- #XBUT: Text for cancel button
80
40
  FEEDBACK_DIALOG_BTN_CANCEL=Cancel
81
- #XTXT: Text for rating 5
82
41
  FEEDBACK_DIALOG_STATUS_EXCELLENT=Excellent
83
- #XTXT: Text for rating 4
84
42
  FEEDBACK_DIALOG_STATUS_GOOD=Good
85
- #XTXT: Text for rating 3
86
43
  FEEDBACK_DIALOG_STATUS_AVERAGE=Average
87
- #XTXT: Text for rating 2
88
44
  FEEDBACK_DIALOG_STATUS_POOR=Poor
89
- #XTXT: Text for rating 1
90
45
  FEEDBACK_DIALOG_STATUS_VERY_POOR=Very Poor
91
- #XHED: The title of the message box that is shown when the feedback has been sent successfully
92
46
  FEEDBACK_DIALOG_TITLE_SUCCESS=Thank you\!
93
- #XTX: Text note that is shown when the feedback has been sent successfully
94
47
  FEEDBACK_DIALOG_TEXT_SUCCESS=Your feedback has been sent.
95
- #XHED: The title of the message box that is shown when error occured while sending the feedback
96
48
  FEEDBACK_DIALOG_TITLE_ERROR=Sorry\!
97
- #XTX: Text note that is shown when error occured while sending the feedback
98
49
  FEEDBACK_DIALOG_TEXT_ERROR=An error occurred sending your feedback\:\n
99
50
 
100
- #XHED: The home page title
101
51
  WELCOME_BLOCK_1_TEXT_1=Discover New Enterprise Grade Horizons
102
- #XBUT: Text for button
103
52
  WELCOME_BLOCK_1_START_BTN=Get Started with UI5
104
- #XBUT: Text for download button
105
53
  WELCOME_BLOCK_1_DOWNLOAD_BTN=Download
106
- #XHED: Group title
107
54
  WELCOME_KEY_FEATURES=Key Features
108
- #XHED: Group title
109
55
  WELCOME_START_CODING=Start Coding
110
- #XHED: Group title
111
56
  WELCOME_CHOOSE_SCENARIO=Choose Your Scenario
112
- #XHED: Group title
113
57
  WELCOME_JOIN_COMMUNITY=Join the Community
114
- #XHED: Block title
115
58
  WELCOME_BLOCK_2_TITLE=Responsive Across Browsers and Devices
116
- #XTXT: Block description
117
59
  WELCOME_BLOCK_2_TEXT=No need to worry about device specifics\! UI5 apps run on smartphones, tablets, and desktops. The UI controls automatically adapt themselves to the capabilities of each device and make the most of the available real estate.
118
- #XALT: Alternative text for image that shows responsiveness
119
60
  WELCOME_BLOCK_2_IMG_ALT=Picture showing phone, desktop screen and tablet
120
- #XHED: Block title
121
61
  WELCOME_BLOCK_3_TITLE=Powerful Development Concepts
122
- #XTXT: Block description
123
62
  WELCOME_BLOCK_3_TEXT_1=The UI5 core offers a solid foundation that simplifies your work by managing many aspects of modern development behind the scenes. It comes with built-in support for architectural concepts like MVC, two-way data binding, and routing.
124
- #XTXT: Block description
125
63
  WELCOME_BLOCK_3_TEXT_2=Includes standards like MVC and various data-binding types
126
- #XTXT: Block description
127
64
  WELCOME_BLOCK_3_TEXT_3=Choose between different view formats (XML, HTML, JavaScript, JSON)
128
- #XTXT: Block description
129
65
  WELCOME_BLOCK_3_TEXT_4=Binding with OData, JSON, XML and other data formats
130
- #XTXT: Block description
131
66
  WELCOME_BLOCK_3_TEXT_5=Built-in support tool for exploring the object tree and binding status
132
- #XHED: The title of a block
133
67
  WELCOME_BLOCK_4_TITLE=Enterprise-Ready Web Toolkit
134
- #XTXT: Block description
135
68
  WELCOME_BLOCK_4_TEXT_1=Created by professionals, for modern developers building state of the art web applications. It comes with all features needed to cover most current application requirements, with standards high enough to be delivered in standard SAP solutions.
136
- #XTXT: Block description
137
69
  WELCOME_BLOCK_4_TEXT_2=Translation and internationalization support
138
- #XTXT: Block description
139
70
  WELCOME_BLOCK_4_TEXT_3=Extensibility concepts at code and application level
140
- #XTXT: Block description
141
71
  WELCOME_BLOCK_4_TEXT_4=High Contrast theme to aid visually impaired users
142
- #XHED: Block title
143
72
  WELCOME_BLOCK_5_TITLE=Award-Winning SAP Fiori Design in Action
144
- #XTXT: Block description
145
73
  WELCOME_BLOCK_5_TEXT=UI5 applications benefit from a consistent design language and predefined UX patterns across all frontend features. Use a predefined theme or try our online theming tool to create a custom theme.
146
- #XALT: Alternative text for image that shows Fiori design elements
147
74
  WELCOME_BLOCK_5_IMG_ALT=Picture showing SAP Fiori design elements
148
- #XHED: Block title
149
75
  WELCOME_BLOCK_6_TITLE=Get Ready
150
- #XTXT: Block description
151
76
  WELCOME_BLOCK_6_TEXT_1=All you need to develop Web apps with UI5 is a development environment and a browser. For maximum convenience, you can use SAP Business Application Studio in the cloud. For maximum flexibility, you have the alternative choice of setting up your local development environment.
152
- #XTXT: Block description. After the ":" there's an inline link with link text "Live Editor" which is not translatable.
153
77
  WELCOME_BLOCK_6_TEXT_2=Try the first example here\:
154
- #XHED: Block title
155
78
  WELCOME_BLOCK_7_TITLE=UI5 Evolution
156
- #XTXT: Block description
157
79
  WELCOME_BLOCK_7_TEXT_1=UI5 evolution stands for fundamental improvements as part of an ongoing effort to advance SAPUI5, to enable applications to run faster, and code to become more modular. By embracing web standards, asynchronous loading, and emerging technologies, SAPUI5 continues to be a future-proof, enterprise-proven solution.
158
- #XTXT: Block description
159
80
  WELCOME_BLOCK_7_TEXT_2=We encourage developers to actively support and leverage the new capabilities.
160
- #XALT: Alternative text for image that shows UI5 Evolution graph
161
81
  WELCOME_BLOCK_7_ALT=The UI5 evolution is creating innovation, providing build tooling, modular core, open standards, and gaining high performance using asynchronous loading.
162
- #XHED: The title of a block
163
82
  WELCOME_BLOCK_8_TITLE=SAPUI5 on SAP BTP
164
- #XTXT: Block description
165
83
  WELCOME_BLOCK_8_TEXT_1=Sign up for the free SAP BTP trial account to test the platform and build cloud-based UI5 apps.
166
- #XTXT: Block description
167
84
  WELCOME_BLOCK_8_TEXT_2=Easy-to-use development environment with SAP Business Application Studio
168
- #XTXT: Block description
169
85
  WELCOME_BLOCK_8_TEXT_3=Free trial for development use
170
- #XHED: Block title
171
86
  WELCOME_BLOCK_9_TITLE=SAPUI5 (On-Premise)
172
- #XTXT: Block description
173
87
  WELCOME_BLOCK_9_TEXT_1=SAPUI5 is part of the user interface technologies in SAP HANA, NetWeaver ABAP, and Java systems.
174
- #XTXT: Block description
175
88
  WELCOME_BLOCK_9_TEXT_2=Ready to use for SAP customers
176
- #XTXT: Block description
177
89
  WELCOME_BLOCK_9_TEXT_3=Integrates with existing system landscapes
178
- #XHED: Block title
179
90
  WELCOME_BLOCK_10_TITLE=OpenUI5 - Free and Open Source
180
- #XTXT: Block description
181
91
  WELCOME_BLOCK_10_TEXT_1=Try the open source variant of UI5. It contains all core UI5 features and is available on GitHub under the Apache 2.0 license.
182
- #XTXT: Block description
183
92
  WELCOME_BLOCK_10_TEXT_2=Supported by the open source community
184
- #XTXT: Block description
185
93
  WELCOME_BLOCK_10_TEXT_3=Managed on GitHub - contributions welcome\!
186
- #XHED: Block title
187
94
  WELCOME_BLOCK_11_TITLE=UI5 on Content Delivery Network
188
- #XTXT: Block description
189
95
  WELCOME_BLOCK_11_TEXT_1=Develop and run UI5 apps with the flexibility of a robust CDN. Files are loaded from the location closest to the user for optimal performance.
190
- #XTXT: Block description
191
96
  WELCOME_BLOCK_11_TEXT_2=Multi-version CDN to maintain a custom lifecycle
192
- #XTXT: Block description
193
97
  WELCOME_BLOCK_11_TEXT_3=For any on-premise and cloud development scenario
194
- #XHED: Block title
195
98
  WELCOME_BLOCK_12_TITLE=SAP Community
196
99
 
197
- #XHED: Documentation page title
198
100
  TOPIC_DETAIL_INIT_DOCUMENTATION=Documentation
199
- #XBUT: Text for download button
200
101
  TOPIC_DETAIL_INIT_DOWNLOAD_BTN=Download
201
- #XHED: Block title
202
102
  TOPIC_DETAIL_INIT_BLOCK_1_TITLE=What's New?
203
- #XTXT: Block description
204
103
  TOPIC_DETAIL_INIT_BLOCK_1_TEXT=Find out about the new features in the latest UI5 versions
205
- #XHED: Block title
206
104
  TOPIC_DETAIL_INIT_BLOCK_2_TITLE=Read Me First
207
- #XTXT: Block description
208
105
  TOPIC_DETAIL_INIT_BLOCK_2_TEXT=Important information before you start using UI5 productively
209
- #XHED: Block title
210
106
  TOPIC_DETAIL_INIT_BLOCK_3_TITLE=Get Started
211
- #XTXT: Block description
212
107
  TOPIC_DETAIL_INIT_BLOCK_3_TEXT=Setup and tutorials
213
- #XHED: Block title
214
108
  TOPIC_DETAIL_INIT_BLOCK_4_TITLE=Developing Apps
215
- #XTXT: Block description
216
109
  TOPIC_DETAIL_INIT_BLOCK_4_TEXT=Best practices and what pitfalls you should look out for
217
- #XHED: Block title
218
110
  TOPIC_DETAIL_INIT_BLOCK_5_TITLE=Extending Apps
219
- #XTXT: Block description
220
111
  TOPIC_DETAIL_INIT_BLOCK_5_TEXT=Adapt apps to your specific requirements
221
- #XHED: Block title
222
112
  TOPIC_DETAIL_INIT_BLOCK_6_TITLE=Developing Controls
223
- #XTXT: Block description
224
113
  TOPIC_DETAIL_INIT_BLOCK_6_TEXT=Create custom controls or contribute to UI5
225
- #XHED: Block title
226
114
  TOPIC_DETAIL_INIT_BLOCK_7_TEXT=UI patterns and templates for commonly used application patterns
227
- #XHED: Block title
228
115
  TOPIC_DETAIL_INIT_BLOCK_8_TITLE=Analysis Path Framework
229
- #XTXT: Block description
230
116
  TOPIC_DETAIL_INIT_BLOCK_8_TEXT=Build and enhance interactive analytical web applications
231
- #XHED: Block title
232
117
  TOPIC_DETAIL_INIT_BLOCK_9_TITLE=Essentials
233
- #XTXT: Block description
234
118
  TOPIC_DETAIL_INIT_BLOCK_9_TEXT=Development concepts, such as MVC, data binding, and components
235
- #XHED: Block title
236
119
  TOPIC_DETAIL_INIT_BLOCK_10_TITLE=More About Controls
237
- #XTXT: Block description
238
120
  TOPIC_DETAIL_INIT_BLOCK_10_TEXT=Addition to the API Reference
239
121
 
240
- #XBUT: Text for button that navigates back to search results
241
122
  TOPIC_DETAIL_BACK_BTN=Back to Search Results
242
- #XBUT: Text for button that allows to edit the page in GitHub
243
123
  TOPIC_DETAIL_EDIT_GITHUB=Edit on GitHub
244
- #XTOL: Tooltip for the 'Edit on Github' button
245
124
  TOPIC_DETAIL_EDIT_GITHUB_TOOLTIP=Edit this page on GitHub
246
- #XTOL: Tooltip for the fullscreen button
247
125
  TOPIC_DETAIL_FULLSCREEN_TOOLTIP=Show this document in full screen mode
248
126
 
249
- #XXLF: Placeholder for the filter field
250
127
  TOPIC_MASTER_FILTER_PLACEHOLDER=Filter
251
- #XTOL: Tooltip for button that expands a list of items
252
128
  TOPIC_MASTER_EXPAND_TOOLTIP=Expand All
253
- #XTOL: Tooltip for button that collapses a list of items
254
129
  TOPIC_MASTER_COLAPSE_TOOLTIP=Collapse All
255
- #XTXT: Text that is displayed when there are no results from the search
256
130
  TOPIC_MASTER_NO_DATA_TEXT=No data, please try with the global search
257
131
 
258
- #XHED: Section title
259
132
  ENTITY_ABOUT=About
260
- #XHED: Section title
261
133
  ENTITY_SAMPLES=Samples ({0})
262
- #XTXT: The label that shows information about the API Reference page
263
134
  ENITITY_API=API Reference\:
264
- #XTXT: The label that shows information about the Documentation page
265
135
  ENTITY_DOCUMENTATION=Documentation\:
266
- #XTXT: The label that shows information about the UX Guidelines page
267
136
  ENTITY_UX=UX Guidelines\:
268
- #XTXT: The label that shows which is the extended control
269
137
  ENTITY_EXTENDS=Extends\:
270
- #XTXT: The label that shows application component
271
138
  ENTITY_COMPONENT=Application Component
272
- #XTXT: The label that shows release version
273
139
  ENTITY_SINCE=Available Since
274
- #XTXT: The label for sample category
275
140
  ENTITY_CATEGORY=Category
276
- #XTXT: The label for content density
277
141
  ENTITY_DENSITY=Content Density
278
- #XTXT: Text for deprecated controls
279
142
  ENTITY_DEPRECATED=Deprecated
280
- #XTOL: Tooltip for the fullscreen button
281
143
  ENTITY_FULLSCREEN_TOOLTIP=Show this sample in full screen mode
282
- #XBUT: Text for button that navigates back to search results
283
144
  ENTITY_BACK_BTN=Back to Search Results
284
- #XCOL: The sample name
285
145
  ENTITY_TABLE_NAME=Name
286
- #XCOL: The sample description
287
146
  ENTITY_TABLE_DESCRIPTION=Description
288
147
 
289
- #only descriptions are translated
290
- #XHED: Group title
291
148
  CONTROLS_PAGE_TITLE=Samples
292
- #XHED: Group title
293
149
  CONTROLS_PAGE_DESC=Explore and download code samples
294
- #XHED: Group title
295
150
  CONTROLS_FEATURED_CONTROLS=Featured Controls
296
- #XHED: Group title
297
151
  CONTROLS_LAYOUT_PAGES=Layout & Pages
298
- #XTXT: Block description
299
152
  CONTROLS_TEXT_1=User interaction
300
- #XTXT: Block description
301
153
  CONTROLS_TEXT_2=Various list structures
302
- #XTXT: Block description
303
154
  CONTROLS_TEXT_3=Simple or more powerful tables
304
- #XTXT: Block description
305
155
  CONTROLS_TEXT_4=Dialogs and popovers
306
- #XTXT: Block description
307
156
  CONTROLS_TEXT_5=Tiles for texts, images or charts, for instance
308
- #XTXT: Block description
309
157
  CONTROLS_TEXT_6=User notification
310
- #XTXT: Block description
311
158
  CONTROLS_TEXT_7=Toolbars and headers
312
- #XTXT: Block description
313
159
  CONTROLS_TEXT_8=Hierarchical data representation
314
- #XTXT: Block description
315
160
  CONTROLS_TEXT_9=Metadata-driven controls
316
- #XTXT: Block description
317
161
  CONTROLS_TEXT_10=Location visualization
318
- #XTXT: Block description
319
162
  CONTROLS_TEXT_11=Data visualization
320
- #XTXT: Block description
321
163
  CONTROLS_TEXT_12=Step-based interactions
322
- #XTXT: Block description
323
164
  CONTROLS_TEXT_13=Displaying, creating, or editing objects
324
- #XTXT: Block description
325
165
  CONTROLS_TEXT_14=Page with title, header, and content area
326
- #XTXT: Block description
327
166
  CONTROLS_TEXT_15=Page with up to 3 columns
328
- #XTXT: Block description
329
167
  CONTROLS_TEXT_16=Two-column layout
330
168
 
331
- #XXLF: The placeholder for the filter field
332
169
  CONTROLS_MASTER_FILTER_PLACERHOLDER=Filter
333
- #XTOL: Tooltip for the group and filter button
334
170
  CONTROLS_MASTER_FILTER_BTN_TOOLTIP=Group / Filter
335
- #XTXT: Text that is displayed when there are no results from the search
336
171
  CONTROLS_MASTER_NO_DATA_TEXT=No data, please try with the global search.
337
172
 
338
- #XTOL: Tooltip for the back-navigation button
339
173
  CODE_BACK_BTN_TOOLTIP=Back to sample
340
- #XTOL: Tooltip for the API Reference button
341
174
  CODE_API_REFERENCE=API Reference
342
- #XTOL: Tooltip for the download button
343
175
  CODE_DOWNLOAD_BTN=Download
344
176
 
345
- #XHED: The change version dialog title
346
177
  CHANGE_VERSION_DIALOG_TITLE=Change Version
347
- #XBUT: Text for close button of dialog
348
178
  CHANGE_VERSION_DIALOG_CLOSE_BTN=Close
349
- #XBUT: Text for close button of dialog
350
179
  CHANGE_VERSION_DIALOG_APPLY_BTN=Apply
351
- #XBUT: Text for close button of dialog
352
180
  CHANGE_VERSION_DIALOG_LATEST_BTN=Latest
353
- #XHED: The title of the dialog that configures the Samples page
354
181
  APP_SETTINGS_DIALOG_TITLE=Settings
355
- #XFLD: The label of the field that defines sample theme
356
182
  APP_SETTINGS_DIALOG_THEME=Theme\:
357
- #XFLD: The label of the field that defines the application language
358
183
  APP_SETTINGS_DIALOG_LANGUAGE=Language
359
- #XFLD: The label of the field that opens the cookie settings dialog
360
184
  APP_SETTINGS_DIALOG_COOKIE_PREFERENCES=Cookie Preferences
361
- #XTXT: The message strip of the field that defines the application language information
362
185
  APP_SETTINGS_DIALOG_LANGUAGE_INFO=Keep in mind that the selected language applies only to the Demo Kit application user interface. The content provided in the application in the different sections, such as Documentation, API Reference, and Samples, is available only in English.
363
- #XFLD: The label of the field that defines the sample content density
364
186
  APP_SETTINGS_DIALOG_DENSITY=Content Density\:
365
- #XLNK: Text for link for more information
366
187
  APP_SETTINGS_DIALOG_READ_MORE=Read more about content densities
367
- #XFLD: The label of the field that enables/disables right-to-left mode
368
188
  APP_SETTINGS_DIALOG_RTL=Right-to-Left Mode\:
369
- #XBUT: Text for the button that applies the configurations
370
189
  APP_SETTINGS_DIALOG_OK_BTN=OK
371
- #XBUT: Text for the button that discards the configurations
372
190
  APP_SETTINGS_DIALOG_CANCEL_BTN=Cancel
373
191
 
374
- #XHED: The title of the dialog for configuring the cookie settings
375
192
  COOKIE_SETTINGS_DIALOG_TITLE=Your Cookie Settings
376
- #XTXT: Title of the section about the required cookies used in the application
377
193
  COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TITLE=Required Cookies
378
- #XTXT: Summary note that explains what are the required cookies in the application
379
194
  COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_SUMMARY=These cookies are required to enable core site functionality.
380
- #XTXT: Detailed note that explains why we use the required cookies in the application
381
195
  COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TEXT=We use cookies to improve your experience on our site. By continuing to use this site, you consent to use our cookies.
382
- #XTXT: Title of the section about the extra functional cookies used in the application
383
196
  COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TITLE=Functional Cookies
384
- #XTXT: Summary note that explains what are the functional cookies in the application
385
197
  COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SUMMARY=These cookies are used to analyze site usage for the purpose of measuring and improving site performance.
386
- #XTXT: Detailed note that explains why we use the functional cookies in the application
387
198
  COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TEXT=This site uses SAP Web Analytics to analyze how users use this site. The information generated (including a part of your IP address and a browser ID) will be transmitted to and stored by SAP on its servers. Cookies are used to identify your repeat visit and the origin page of your visit. We will use this information only for the purpose of evaluating website usage and compiling reports on website activity for website operators - and finally, to improve the site. If you would like to opt-in for SAP Web Analytics tracking, please specify your preference using the "On"/"Off" switch above. By opt-in, you consent to the processing of analytics data about you in the manner and for the purposes set out above.
388
- #XTXT: Title of the panel that contains more detailed information
389
199
  COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_MORE_INFO=More Info
390
- #XTXT: Title of the button to accept all cookies
391
200
  COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_ACCEPT_ALL=Accept All
392
- #XTXT: Title of the button to reject all cookies
393
201
  COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_REJECT_ALL=Reject All
394
- #XTXT: Title of the button to open the edit panel to edit cookie preferences
395
202
  COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SET_PREFERENCES=Set Preferences
396
- #XTXT: Title of the button to save the edited cookie preferences
397
203
  COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SAVE_PREFERENCES=Save Preferences
398
- #XTXT: Title of the button to discard the edited cookie preferences
399
204
  COOKIE_SETTINGS_DIALOG_CANCEL_BTN=Cancel
400
205
 
401
- #XTXT: Text for empty page
402
206
  EMPTY_TEXT=Empty
403
207
 
404
- #XTXT: Text for downloads page
405
208
  DOWNLOADS_TEXT=Downloads
406
209
 
407
- #XHED: The 'Demo Apps' page title
408
210
  DEMO_APPS_TEXT=Demo Apps
409
- #XBUT: Text for download button
410
211
  DEMO_APPS_DOWNLOAD_BTN=Download
411
- #XBUT: Text for read more button
412
212
  DEMO_APPS_READ_MORE_BTN=Read More
413
- #XALT: Text for image alternative text
414
213
  DEMO_APPS_IMAGE_PHONE=Background image for phones
415
- #XALT: Text for image alternative text
416
214
  DEMO_APPS_IMAGE_DESKTOP=Background image for computers
417
- #XHED: The download dialog title
418
215
  DEMO_APPS_DOWNLOAD_DIALOG_TITLE=Download Demo Apps
419
- #XBUT: Text for close button of dialog
420
216
  DEMO_APPS_DOWNLOAD_DIALOG_CANCEL_BTN=Cancel
421
- #XHED: Group title
422
217
  DEMO_APPS_CATEGORY_TUTORIAL=Demo Apps with Tutorials
423
- #XHED: Group title
424
218
  DEMO_APPS_CATEGORY_SHOWCASE=UI5 Concepts in Real-Life Scenarios
425
- #XHED: Group title
426
219
  DEMO_APPS_CATEGORY_TEMPLATE=Template Apps
427
- #XHED: Group title
428
220
  DEMO_APPS_CATEGORY_MISC=Miscellaneous Demo Apps
429
- #XHED: Group title
430
221
  DEMO_APPS_CATEGORY_RTA=SAPUI5 Flexibility Demo Apps
431
- #XTXT: Text for application library
432
222
  DEMO_APPS_LIBRARY=Control Library\:
433
223
 
434
- #XHED: The legal disclaimer dialog title
435
224
  LEGAL_DISCLAIMER_TITLE=Legal Disclaimer for Links
436
- #XLGD: Text for legal disclaimer section
437
225
  LEGAL_DISCLAIMER_LABEL_1=Links with the icon
438
- #XTOL: Tooltip for the image that indicates an external link
439
226
  LEGAL_DISCLAIMER_EXTERNAL_TOOLTIP=Information published on non-SAP site
440
- #XTXT: Text for legal disclaimer
441
227
  LEGAL_DISCLAIMER_TEXT_1=You are entering a website that is not hosted by SAP. By using such links, you agree (unless expressly stated otherwise in your agreements with SAP) to this\:
442
- #XTXT: Text for legal disclaimer
443
228
  LEGAL_DISCLAIMER_TEXT_2=- The content of the linked-to site is not SAP documentation. You may not infer any product claims against SAP based on this information.
444
- #XTXT: Text for legal disclaimer
445
229
  LEGAL_DISCLAIMER_TEXT_3=- SAP does not agree or disagree with the content on the linked-to site, nor does SAP warrant the availability and correctness.
446
- #XLGD: Text for legal disclaimer section
447
230
  LEGAL_DISCLAIMER_LABEL_2=Links with the icon
448
- #XTOL: Tooltip for the image that indicates an internal link
449
231
  LEGAL_DISCLAIMER_INTERNAL_TOOLTIP=Information published on SAP site
450
- #XTXT: Text for legal disclaimer
451
232
  LEGAL_DISCLAIMER_TEXT_4=You are leaving the documentation for that particular SAP product or service and are entering a SAP-hosted website. By using such links, you agree that (unless expressly stated otherwise in your agreements with SAP) you may not infer any product claims against SAP based on this information.
452
233
 
453
- #XLST: Category name
454
234
  VIEW_SETTINGS_DIALOG_ITEM_1=Alphabetically
455
- #XLST: Category name
456
235
  VIEW_SETTINGS_DIALOG_ITEM_2=Category
457
- #XLST: Category name
458
236
  VIEW_SETTINGS_DIALOG_ITEM_3=Content Density
459
- #XLST: Category name
460
237
  VIEW_SETTINGS_DIALOG_ITEM_4=Namespace
461
- #XLST: Category name
462
238
  VIEW_SETTINGS_DIALOG_ITEM_5=Release
463
239
 
464
- #XTOL: Tooltip for the back-navigation button
465
240
  SAMPLE_BACK_BTN_TOOLTIP=Back to samples
466
- #XTOL: Tooltip for the info button on samples
467
241
  SAMPLE_INFO_TOOLTIP=Sample information
468
- #XTOL: Tooltip for the API Reference button
469
242
  SAMPLE_API_REFERENCE_BTN=API Reference
470
- #XTOL: Tooltip for the button that shows previous sample
471
243
  SAMPLE_PREV_BTN_TOOLTIP=Show previous sample
472
- #XTOL: Tooltip for the button that shows next sample
473
244
  SAMPLE_NEXT_BTN_TOOLTIP=Show next sample
474
- #XTOL: Tooltip for the fullscreen button
475
245
  SAMPLE_FULLSCREEN_BTN_TOOLTIP=Show this sample in full screen mode
476
- #XTOL: Tooltip for the button that allows to adapt app runtime
477
246
  SAMPLE_ADAPT_BTN_TOOLTIP=Adapt UI
478
- #XTOL: Tooltip for the button that shows the code of the sample
479
247
  SAMPLE_CODE_BTN_TOOLTIP=Show source code for this sample
480
- #XTOL: Tooltip for the button that open the sample in new window
481
248
  SAMPLE_NEW_TAB_BTN_TOOLTIP=Open in new tab
482
- #XTOL: Tooltip for the download button
483
249
  SAMPLE_DOWNLOAD_BTN_TOOLTIP=Download
484
250
 
485
- #XHED: The change log page title
486
251
  RELEASE_NOTES_TITLE=Change Log
487
252
 
488
- #XHED: The search page title that shows the search word
489
253
  SEARCH_PAGE_TITLE=Search Results for "{0}"
490
- #XHED: The search page description
491
254
  SEARCH_PAGE_DESCRIPTION=Search results are displayed in categories.
492
- #XMIT: The section title that shows how many items match the search criteria
493
255
  SEARCH_PAGE_ALL_SECTION_TITLE=All ({0})
494
- #XMIT: Title of search suggestion`s popover when results are from API reference
495
256
  SEARCH_SUGGESTIONS_TITLE_API_REFERENCE=Top 10 Results from API Reference
496
- #XMIT: Title of search suggestion`s popover when results are from Documentation
497
257
  SEARCH_SUGGESTIONS_TITLE_DOCUMENTATION=Top 10 Results from Documentation
498
- #XMIT: Title of search suggestion`s popover when results are from Samples
499
258
  SEARCH_SUGGESTIONS_TITLE_SAMPLES=Top 10 Results from Samples
500
- #XMIT: Title of search suggestion`s popover when results are from all other available section
501
259
  SEARCH_SUGGESTIONS_TITLE_ALL=Top 10 Results from All
502
- #XMIT: The section title when suggestions from all sections are shown
503
260
  SEARCH_SUGGESTIONS_ALL_SECTION_TITLE=All
504
- #XMIT: The link title in search suggestions that shows all search results
505
261
  SEARCH_SUGGESTIONS_SEE_ALL_SECTION_TITLE=See All
506
- #XMIT: The link title in search suggestions that shows Documentation search results
507
262
  SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=Documentation
508
- #XMIT: The link title in search suggestions that shows Api Reference search results
509
263
  SEARCH_SUGGESTIONS_API_SECTION_TITLE=API Reference
510
- #XMIT: The link title in search suggestions that shows Samples search results
511
264
  SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=Samples
512
- #XHED: The table title that shows the search results
513
265
  SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=All ({0} of {1})
514
- #XMIT: The section title that shows how many items match the search criteria in this category
515
266
  SEARCH_PAGE_API_SECTION_TITLE=API Reference ({0})
516
- #XHED: The table title that shows the search results
517
267
  SEARCH_PAGE_API_SECTION_TABLE_TITLE=API Reference ({0} of {1})
518
- #XMIT: The section title that shows how many items match the search criteria in this category
519
268
  SEARCH_PAGE_DOCUMENTATION_SECTION_TITLE=Documentation ({0})
520
- #XMIT: The table title that shows the search results
521
269
  SEARCH_PAGE_DOCUMENTATION_SECTION_TABLE_TITLE=Documentation ({0} of {1})
522
- #XMIT: The section title that shows how many items match the search criteria in this category
523
270
  SEARCH_PAGE_SAMPLES_SECTION_TITLE=Samples ({0})
524
- #XHED: The table title that shows the search results
525
271
  SEARCH_PAGE_SAMPLES_SECTION_TABLE_TITLE=Samples ({0} of {1})
526
272
 
527
- #XHED: The release dialog title of each library
528
273
  RELEASE_DIALOG_TITLE=Change log for\: {0}
529
- #XBUT: Text for the close button of dialog
530
274
  RELEASE_DIALOG_CLOSE_BTN=Close
531
- #XTXT: Text that indicates no changes in library
532
275
  RELEASE_DIALOG_NO_DATA_TEXT=No changes for this library.
533
276
 
534
- #XHED: The framework 'About' information dialog title
535
277
  ABOUT_DIALOG_TITLE=About
536
- #XTXT: The About dialog heading
537
278
  ABOUT_DIALOG_TEXT_1=UI5 Demo Kit - UI Development Toolkit for HTML5
538
- #XTXT: Text for copyrights
539
279
  ABOUT_DIALOG_TEXT_2=\u00A9 Copyright 2009-2021 SAP SE. All rights reserved.
540
- #XTXT: Text for copyrights
541
280
  ABOUT_DIALOG_TEXT_3=\u00A9 2009-2021 SAP SE or an SAP affiliate company.
542
- #XTXT: Text for distrubution and its current version
543
281
  ABOUT_DIALOG_TEXT_4={0} Version {1}
544
- #XTXT: Text for OpenUI5 version
545
282
  ABOUT_DIALOG_TEXT_5=Open UI5 Version {0}
546
- #XTXT: Text
547
283
  ABOUT_DIALOG_TEXT_6=This software includes the following library versions
548
- #XLNK: Text for the link that navigates to more detailed information about version
549
284
  ABOUT_DIALOG_LINK_1=Version Details
550
- #XTXT: Text
551
285
  ABOUT_DIALOG_TEXT_7=This software includes third-party open source software.
552
- #XLNK: Text for the link that navigates to more detailed information about third-party software
553
286
  ABOUT_DIALOG_TEXT_8=Included Third-Party Software
554
- #XHED: The dialog title that displays version information
555
287
  ABOUT_DIALOG_VERSION_TITLE=Version Details
556
- #XTXT: The library version
557
288
  ABOUT_DIALOG_VERSION=Version
558
- #XTXT: The library description
559
289
  ABOUT_DIALOG_DESCRIPTION=Description
560
- #XTXT: The library change log
561
290
  ABOUT_DIALOG_CHANGE_LOG=Change Log
562
- #XLNK: The link that navigates to the dialog with detailed change log of the selected library
563
291
  ABOUT_DIALOG_CHANGE_LOG_LINK=Change Log
564
- #XTXT: The library component
565
292
  ABOUT_DIALOG_COMPONENT=Component
566
- #XBUT: The close button of the dialog
567
293
  ABOUT_DIALOG_CLOSE_BTN=Close
568
- #XHED: The dialog title that displays the included third-party software
569
294
  ABOUT_DIALOG_THIRD_PARTY=Included Third-Party Software
570
295
 
571
- #TLNK: Text for link
572
296
  FOOTER_LEGAL_DISCOLURE=Legal Disclosure
573
- #TLNK: Text for link
574
297
  FOOTER_PRIVACY=Privacy
575
- #TLNK: Text for link
576
298
  FOOTER_TERMS=Terms of Use
577
- #TLNK: Text for link
578
299
  FOOTER_LICENSE=License
579
300
 
580
- #XHED: The title for the 'not found' page
581
301
  NOT_FOUND_TITLE=Not found
582
- #XTXX: Text for the 'not found' page
583
302
  NOT_FOULD_TEXT=The requested resource was not found.
584
303
 
585
304
  NOT_FOUND_SAMPLE_TITLE=Sample Not Found
586
305
  NOT_FOUND_SAMPLE_TEXT=The requested sample does not exist for the selected UI5 version. Check the available samples here
587
306
 
588
- #XTXX: Text for the 'sitemap' page
589
307
  SITEMAP_TITLE=Sitemap
590
308
 
591
- #XHED: The title of the live editor block
592
309
  LIVE_EDITOR_TITLE=Live Editor
593
- #XHED: The title of the live editor result block
594
310
  LIVE_EDITOR_RESULT=Result
595
- #XBUT: Text for preview button of live editor
596
311
  LIVE_EDITOR_PREVIEW_BTN=Preview
597
- #XCKL: Text for auto-preview checkbox of live editor
598
312
  LIVE_EDITOR_LIVE_PREVIEW_TEXT=Auto-preview
599
313
 
600
- #TLNK: Text for link
601
314
  TOOLS_VIEW_DOC=View Documentation
602
- #XALT: Alternative text for image that shows SAP Business Application Studio
603
315
  TOOLS_CARD_1_IMG_ALT=Picture showing SAP Business Application Studio
604
- #XTXT: SAP Business Application Studio description
605
316
  TOOLS_CARD_1_TEXT=SAP Business Application Studio on SAP BTP, SAP's public cloud, is used to build modern UI apps for desktop and mobile devices with the latest SAPUI5 and SAP Fiori technologies.
606
- #TLNK: Text for link
607
317
  TOOLS_CARD_1_LINK_1=SAP Business Application Studio SDK
608
- #XALT: Alternative text for image that shows SAP UI Theme Designer
609
318
  TOOLS_CARD_2_IMG_ALT=Picture showing SAP UI Theme Designer
610
- #XTXT: SAP UI Theme Designer description
611
319
  TOOLS_CARD_2_TEXT=Use the UI theme designer to easily build corporate identity themes by editing one of the theme templates provided by SAP.
612
- #TLNK: Text for link
613
320
  TOOLS_CARD_2_LINK_1=Community
614
- #XALT: Alternative text for image that shows SAP UI5 Tooling page
615
321
  TOOLS_CARD_3_IMG_ALT=Picture showing SAP UI5 Tooling page
616
- #XTXT: UI5 Tooling page description
617
322
  TOOLS_CARD_3_TEXT=An open and modular toolchain to develop state-of-the-art applications based on the UI5 framework, leveraging node.js and npm.
618
- #TLNK: Text for link
619
323
  TOOLS_CARD_3_LINK_1=Overview
620
- #TLNK: Text for link
621
324
  TOOLS_CARD_3_LINK_2=CLI Documentation
622
- #XALT: Alternative text for image that shows SAP UI5 Inspector
623
325
  TOOLS_CARD_4_IMG_ALT=Picture showing SAP UI5 Inspector
624
- #XTXT: UI5 Inspector description
625
326
  TOOLS_CARD_4_TEXT=With the UI5 Inspector, you can easily debug and support your OpenUI5 or SAPUI5-based apps.
626
- #TLNK: Text for link
627
327
  TOOLS_CARD_4_LINK_1=View Source Code
628
- #XTXT: Text for Integration Cards description
629
328
  TOOLS_CARD_5_TEXT=Integration cards are a new way to provide and consume widget-like cards for the home page or dashboard.
630
- #TLNK: Text for link
631
329
  TOOLS_CARD_5_LINK_1=Explore Samples
632
- #XALT: Alternative text for image that shows Support Assistant
633
330
  TOOLS_CARD_6_IMG_ALT=Picture showing Support Assistant in action
634
- #XTXT: Support Assistant description
635
331
  TOOLS_CARD_6_TEXT=The support assistant enables developers to check whether their apps are built according to SAPUI5 best practices and guidelines.
636
- #XALT: Alternative text for image that shows SAP Icon Explorer
637
332
  TOOLS_CARD_7_IMG_ALT=Picture showing SAP Icon Explorer
638
- #XTXT: SAP Icon Explorer description
639
333
  TOOLS_CARD_7_TEXT=Browse and use our large collection of icons in our icon fonts.
640
- #TLNK: Text for link
641
334
  TOOLS_CARD_7_LINK_1=Run Integration Tests
642
- #TLNK: Text for link
643
335
  TOOLS_CARD_7_LINK_2=Run Unit Tests
644
- #XALT: Alternative text for image that shows Theme Parameter Toolbox
645
336
  TOOLS_CARD_8_IMG_ALT=Picture showing Theme Parameter Toolbox
646
- #XTXT: Theme Parameter Toolbox description
647
337
  TOOLS_CARD_8_TEXT=Search, filter, and preview semantic theme parameters.
648
- #XALT: Alternative text for image that shows Business Application Studio
649
338
  TOOLS_CARD_9_IMG_ALT=Picture showing Business Application Studio
650
- #XTXT: Business Application Studio description
651
339
  TOOLS_CARD_9_TEXT=SAP Business Application Studio (the next generation of SAP Web IDE) is a modern development environment, tailored for efficient development of business applications for intelligent enterprises.
652
- #XALT: Alternative text for image that shows UI5 Web Components
653
340
  TOOLS_CARD_10_IMG_ALT=Picture showing UI5 Web Components
654
- #XTXT: UI5 Web Components description
655
341
  TOOLS_CARD_10_TEXT=UI5 Web Components are the new UI5 offering that provides you with a set of reusable UI elements with a minimal footprint for your static web sites or web applications based on any web framework.
656
- #TLNK: Text for link
657
342
  TOOLS_CARD_10_LINK_1=Get Started
658
- #TLNK: Text for link
659
343
  TOOLS_CARD_10_LINK_2=Open GitHub Project
660
- #XTXT: Text for Accessibility Guide
661
344
  TOOLS_CARD_11_TEXT=Gain the knowledge you need about accessibility
662
- #XALT: Alternative text for image that shows SAP Fiori Tools
663
345
  TOOLS_CARD_12_IMG_ALT=Picture showing SAP Fiori Tools
664
- #XTXT: SAP Fiori Tools description
665
346
  TOOLS_CARD_12_TEXT=SAP Fiori tools simplifies the creation of SAP Fiori elements applications by providing extensions for your SAP Business Application Studio and Visual Studio Code development environments.
666
- #XTXT: LiveEditor Tools description
667
347
  TOOLS_CARD_13_TEXT=Using Live Editor you can try out the APIs directly in your browser.
668
- #XALT: Alternative text for image that shows LiveEditor
669
348
  TOOLS_CARD_13_IMG_ALT=Picture showing Live Editor
670
- #XXLF: Placeholder for filter field
671
349
  API_MASTER_PLACEHOLDER=Filter
672
- #XTOL: Tooltip for the button that expands a list of items
673
350
  API_MASTER_EXPAND_BTN_TOOLTIP=Expand All
674
- #XTOL: Tooltip for the button that collapses a list of items
675
351
  API_MASTER_COLLAPSE_BTN_TOOLTIP=Collapse All
676
- #XCKL: The checkbox that includes deprecated entities to a list of items
677
352
  API_MASTER_DEPRECATED_CB=Include deprecated
678
- #XTXT: Text that is displayed when there are no results from the search
679
353
  API_MASTER_NO_DATA_TEXT=No data, please try with the global search
680
- #XXLF: Text for deprecated items
681
354
  API_MASTER_DEPRECATED=Deprecated
682
- #XMIT: The list item that navigates to page with deprecated APIs
683
355
  API_MASTER_DEPRECATED_APIS=Deprecated APIs
684
- #XMIT: The list item that navigates to page with experimental APIs
685
356
  API_MASTER_EXPERIMENTAL_APIS=Experimental APIs
686
- #XMIT: The list item that navigates to page with sorted items by version
687
357
  API_MASTER_INDEX_BY_VERSION=Index by Version
688
358
 
689
- #XHED: The title of the page with sorted items by version
690
359
  API_DETAIL_SINCE_TITLE=Index by Version
691
360
 
692
- #XHED: The title of the page with experimental APIs
693
361
  API_DETAIL_EXPERIMENTAL_TITLE=Index of Experimental APIs
694
362
 
695
- #XHED: The title of the page with deprecated APIs
696
363
  API_DETAIL_DEPRECATED_TITLE=Index of Deprecated APIs
697
- #XTXT: The note about deprecated APIs
698
364
  API_DETAIL_DEPRECATED_WARNING=For general information about deprecated features, please check the compatibility rules.
699
365
 
700
- #XTXT: Text that shows from which version the feature exits
701
366
  API_DETAIL_AS_OF_VERSION=As of {0}
702
- #XTXT: Text for non-existing version
703
367
  API_DETAIL_NA_VERSION=Version N/A