@sapui5/sap.ushell 1.120.7 → 1.120.9

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 (362) hide show
  1. package/package.json +1 -1
  2. package/src/main/js/sap/ushell/.library +1 -1
  3. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  4. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  5. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  6. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  7. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  8. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  9. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  10. package/src/main/js/sap/ushell/_URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  11. package/src/main/js/sap/ushell/_URLTemplateProcessor/DependencyGraph.js +1 -1
  12. package/src/main/js/sap/ushell/_URLTemplateProcessor/Functions.js +1 -1
  13. package/src/main/js/sap/ushell/_URLTemplateProcessor/Resolvers.js +1 -1
  14. package/src/main/js/sap/ushell/_URLTemplateProcessor/TemplateParameterParser.js +1 -1
  15. package/src/main/js/sap/ushell/_URLTemplateProcessor/utils.js +1 -1
  16. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  17. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  18. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  19. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_en.properties +0 -7
  60. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_en_US_saprigi.properties +5 -5
  61. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_mk.properties +10 -0
  62. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_sh.properties +3 -3
  63. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_sr.properties +10 -0
  64. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_en.properties +0 -4
  65. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_mk.properties +4 -0
  66. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_sh.properties +1 -1
  67. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_sr.properties +4 -0
  68. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +7 -0
  69. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +32 -52
  70. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  71. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/logger.js +1 -1
  72. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/state.js +1 -1
  73. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  74. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +2 -1
  75. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  76. package/src/main/js/sap/ushell/components/CatalogsManager.js +2 -2
  77. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  78. package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +1 -1
  79. package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +1 -1
  80. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +1 -1
  81. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +1 -1
  82. package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +1 -1
  83. package/src/main/js/sap/ushell/components/applicationIntegration/elements/model.js +1 -1
  84. package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
  85. package/src/main/js/sap/ushell/components/applicationIntegration/relatedShellElements/RelatedShellElements.js +1 -1
  86. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_da.properties +1 -1
  87. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_en.properties +0 -34
  88. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_et.properties +1 -1
  89. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_fr_CA.properties +1 -1
  90. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_hr.properties +2 -2
  91. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_it.properties +1 -1
  92. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_iw.properties +1 -1
  93. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ko.properties +1 -1
  94. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_lv.properties +1 -1
  95. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_mk.properties +41 -0
  96. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ms.properties +1 -1
  97. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_pl.properties +1 -1
  98. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ro.properties +2 -2
  99. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sh.properties +7 -7
  100. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sk.properties +1 -1
  101. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sl.properties +2 -2
  102. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sr.properties +41 -0
  103. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_tr.properties +1 -1
  104. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_uk.properties +2 -2
  105. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_vi.properties +1 -1
  106. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_zh_CN.properties +1 -1
  107. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_en.properties +0 -11
  108. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_hi.properties +1 -1
  109. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_mk.properties +19 -0
  110. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_sh.properties +1 -1
  111. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_sr.properties +19 -0
  112. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ar.properties +2 -2
  113. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_bg.properties +8 -8
  114. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cs.properties +4 -4
  115. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cy.properties +5 -5
  116. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_el.properties +7 -7
  117. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en.properties +0 -111
  118. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_es.properties +3 -3
  119. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_es_MX.properties +2 -2
  120. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fi.properties +2 -2
  121. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fr.properties +4 -4
  122. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fr_CA.properties +2 -2
  123. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hi.properties +7 -7
  124. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hr.properties +8 -8
  125. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hu.properties +1 -1
  126. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_it.properties +2 -2
  127. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_iw.properties +3 -3
  128. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ja.properties +1 -1
  129. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ko.properties +4 -4
  130. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_lv.properties +16 -16
  131. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_mk.properties +117 -0
  132. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ms.properties +1 -1
  133. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_nl.properties +16 -16
  134. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_no.properties +1 -1
  135. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_pt.properties +2 -2
  136. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_pt_PT.properties +1 -1
  137. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ro.properties +4 -4
  138. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ru.properties +1 -1
  139. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sh.properties +25 -25
  140. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sk.properties +8 -8
  141. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sl.properties +4 -4
  142. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sr.properties +117 -0
  143. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sv.properties +1 -1
  144. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_th.properties +1 -1
  145. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_tr.properties +2 -2
  146. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_uk.properties +5 -5
  147. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_vi.properties +2 -2
  148. package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +1 -1
  149. package/src/main/js/sap/ushell/components/container/resources/resources_en.properties +0 -9
  150. package/src/main/js/sap/ushell/components/container/resources/resources_mk.properties +10 -0
  151. package/src/main/js/sap/ushell/components/container/resources/resources_ms.properties +1 -1
  152. package/src/main/js/sap/ushell/components/container/resources/resources_sh.properties +1 -1
  153. package/src/main/js/sap/ushell/components/container/resources/resources_sr.properties +10 -0
  154. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  155. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  156. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  157. package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
  158. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  159. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +0 -29
  160. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +29 -0
  161. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +6 -6
  162. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +29 -0
  163. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  164. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  165. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  166. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  167. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  168. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  169. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  170. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  171. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  172. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
  173. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  174. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  175. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  176. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  177. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  178. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  179. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  180. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  181. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  182. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  183. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  184. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  185. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  186. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  187. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  188. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  189. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  190. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  191. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  192. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  193. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  194. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageHost.js +1 -1
  195. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  196. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  197. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  198. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  199. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  200. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  201. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  202. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en.properties +0 -76
  203. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hr.properties +1 -1
  204. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_mk.properties +78 -0
  205. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +29 -29
  206. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sr.properties +78 -0
  207. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_th.properties +1 -1
  208. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  209. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  210. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  211. package/src/main/js/sap/ushell/components/workPageRuntime/services/NavigationResolver.js +1 -1
  212. package/src/main/js/sap/ushell/components/workPageRuntime/services/WorkPage.js +1 -1
  213. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  214. package/src/main/js/sap/ushell/library.js +1 -1
  215. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  216. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  217. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  218. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  219. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_en.properties +0 -10
  220. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_mk.properties +13 -0
  221. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_sh.properties +2 -2
  222. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_sr.properties +13 -0
  223. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_th.properties +2 -2
  224. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_en.properties +0 -14
  225. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_en_US_saprigi.properties +12 -12
  226. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_mk.properties +24 -0
  227. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_sh.properties +4 -4
  228. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_sr.properties +24 -0
  229. package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
  230. package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +17 -14
  231. package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +51 -48
  232. package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +11 -8
  233. package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +11 -8
  234. package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +22 -19
  235. package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +16 -13
  236. package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +24 -21
  237. package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +22 -19
  238. package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +26 -23
  239. package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +0 -930
  240. package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +22 -19
  241. package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +22 -19
  242. package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +19 -16
  243. package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +13 -10
  244. package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +21 -18
  245. package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +24 -21
  246. package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +27 -24
  247. package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +28 -25
  248. package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +35 -32
  249. package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +39 -36
  250. package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +18 -15
  251. package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +18 -15
  252. package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +17 -14
  253. package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +18 -15
  254. package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +26 -23
  255. package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +31 -28
  256. package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +24 -21
  257. package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +16 -13
  258. package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +20 -17
  259. package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +996 -0
  260. package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +17 -14
  261. package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +17 -14
  262. package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +35 -32
  263. package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +24 -21
  264. package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +16 -13
  265. package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +10 -7
  266. package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +13 -10
  267. package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +25 -22
  268. package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +279 -276
  269. package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +28 -25
  270. package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +34 -31
  271. package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +996 -0
  272. package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +18 -15
  273. package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +25 -22
  274. package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +36 -33
  275. package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +49 -46
  276. package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +17 -14
  277. package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +13 -10
  278. package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +24 -21
  279. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  280. package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
  281. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  282. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  283. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  284. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  285. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  286. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  287. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  288. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  289. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  290. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  291. package/src/main/js/sap/ushell/services/Extension/FloatingContainer.js +1 -1
  292. package/src/main/js/sap/ushell/services/Extension/Footer.js +1 -1
  293. package/src/main/js/sap/ushell/services/Extension/Header.js +1 -1
  294. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  295. package/src/main/js/sap/ushell/services/Extension/SidePane.js +1 -1
  296. package/src/main/js/sap/ushell/services/Extension/ToolArea.js +1 -1
  297. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  298. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  299. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  300. package/src/main/js/sap/ushell/services/Message.js +1 -1
  301. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  302. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  303. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  304. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  305. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  306. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  307. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  308. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  309. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  310. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  311. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  312. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  313. package/src/main/js/sap/ushell/services/Search.js +1 -1
  314. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  315. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  316. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  317. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  318. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  319. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  320. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  321. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  322. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  323. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  324. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  325. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  326. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  327. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  328. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Formatter.js +1 -1
  329. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundIndex.js +1 -1
  330. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundProvider.js +1 -1
  331. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  332. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Search.js +1 -1
  333. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/StagedLogger.js +1 -1
  334. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/SystemContext.js +1 -1
  335. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Utils.js +1 -1
  336. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/VirtualInbounds.js +1 -1
  337. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  338. package/src/main/js/sap/ushell/services/_CommonDataModel/SiteConverter.js +1 -1
  339. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  340. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  341. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  342. package/src/main/js/sap/ushell/services/_MessageBroker/MessageBrokerEngine.js +12 -30
  343. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  344. package/src/main/js/sap/ushell/services/_PluginManager/Extensions.js +1 -1
  345. package/src/main/js/sap/ushell/services/_PluginManager/HeaderExtensions.js +1 -1
  346. package/src/main/js/sap/ushell/services/_PluginManager/MenuExtensions.js +1 -1
  347. package/src/main/js/sap/ushell/services/_Ui5ComponentLoader/utils.js +1 -1
  348. package/src/main/js/sap/ushell/services/_VisualizationInstantiation/VizInstanceLink.js +1 -1
  349. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  350. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  351. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  352. package/src/main/js/sap/ushell/ui/launchpad/Page.js +1 -1
  353. package/src/main/js/sap/ushell/ui/launchpad/Section.js +2 -2
  354. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  355. package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +1 -1
  356. package/src/main/js/sap/ushell/ui/shell/SysInfoBar.js +1 -1
  357. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  358. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  359. package/src/main/js/sap/ushell/ui5service/ShellUIService.js +1 -1
  360. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  361. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  362. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
@@ -1,1926 +1,996 @@
1
- # Translatable texts for the Fiori Launchpad
2
- #
3
1
 
4
- # Search Panel
5
2
 
6
- #XMSG
7
3
  time_days={0} days ago
8
- #XMSG
9
4
  time_minutes={0} minutes ago
10
- #XMSG
11
5
  time_hours={0} hours ago
12
- #XMSG
13
6
  just_now=Just now
14
- #XMSG
15
7
  notification_arrival_time_now=Now
16
- #XMSG
17
8
  time_day={0} day ago
18
- #XMSG
19
9
  time_minute={0} minute ago
20
- #XMSG
21
10
  time_hour={0} hour ago
22
- #XTIT
23
11
  searchAppTitle=Search
24
- #XINS
25
12
  search=Search
26
- #XBUT
27
13
  searchBtn=Search
28
- #XBUT
29
14
  openSearchBtn=Open Search
30
- #XTIT
31
15
  recentActivities=Recent Activities
32
- #XMSG
33
16
  recentActivitiesNoDataText=There are no recent activities
34
- #XFLD: List of recent activities: description of a "recent search" entry
35
17
  recentActivitiesSearchDescription=Searched Previously
36
- #XTIT
37
18
  frequentActivities=Frequently Used
38
- #XGRP
39
19
  frequentAppsCEPSearch=Frequently Used Apps
40
- #XGRP
41
20
  frequentProductsCEPSearch=Frequently Used Products
42
- #XMSG
43
21
  frequentActivitiesNoDataText=No frequently used items to display
44
- #XTOL
45
22
  frequentActivitiesTooltip=The items you have used most frequently in the last 30 days
46
- #XFLD: Type of an activity - Overview Page
47
23
  Apptype.OVP=Overview Page
48
- #XFLD: Type of an activity - Search
49
24
  Apptype.SEARCH=Search
50
- #XFLD: Type of an activity - Fact Sheet
51
25
  Apptype.FACTSHEET=Fact Sheet
52
- #XFLD: Type of an activity - Digital Assistant (Co - Pilot)
53
26
  Apptype.COPILOT=Digital Assistant
54
- #XFLD: Type of an activity - External Link
55
27
  Apptype.URL=External Link
56
- #XFLD: Type of an activity - Application
57
28
  Apptype.APP=Application
58
- #XGRP
59
29
  suggestion_in_apps={0} in Apps
60
- #XGRP
61
30
  label_apps=Apps
62
- #XGRP
63
31
  label_all=All
64
- #XTOL
65
32
  more_groups=More groups
66
- #XTOL
67
33
  scrollToEnd=Scroll to end
68
- #XTOL
69
34
  scrollToTop=Scroll to start
70
- #XFLD
71
35
  dataSource=Data Source
72
- #XFLD
73
36
  showMore=Show More
74
- #XFLD
75
37
  showAllFilters=Show All Filters
76
- #XFLD
77
38
  showMoreApps=Show More Apps
78
- #XFLD
79
39
  showAllNApps="Show all {0} apps"
80
- #XMSG: Search suggestion term. "{0}" is the suggested search term. "{1}" is the suggested data source in which to search for the suggested term. The data source should be enclosed in <i> tags. Example: Hasso <i>in Employees</i>.
81
40
  resultsIn={0} <i>in {1}</i>
82
- #XTIT
83
41
  searchInPlaceholder=Search in\: {0}
84
- #XTIT: Template for (a) FLP tile title of a pre-defined search and for (b) browser title and entry in browser history. Only used if search scope is not All
85
42
  searchTileTitleProposal=Search for {0} in {1}
86
- #XTIT: Template for (a) FLP tile title of a pre-defined search and for (b) browser title and entry in browser history. Only used if search scope is All
87
43
  searchTileTitleProposalAll=Search for {0}
88
- #XGRP
89
44
  searchFor=Search For
90
- #XGRP
91
45
  searchWithin=Search Within
92
- #XGRP
93
46
  products=Products
94
- #XFLD
95
47
  results=Results
96
- #XMSG: This information is supposed to be read by a screenreader when a visually handicapped user navigates to the search result list for the first time. Will be prepended to an items ARIA description.
97
48
  result_list_announcement_screenreaders=Search result list.
98
- #XMSG: This information is supposed to be read by a screenreader when a visually handicapped user navigates to the search result list for the first time. Will be appended to an items ARIA description.
99
49
  results_count_for_screenreaders=Search result list has a total count of {0} hits.
100
- #XMSG
101
50
  result_list_item_type_link_description=Click this link to narrow down search results to this object type.
102
- #XMSG
103
51
  result_list_item_aria_has_attributes=This search result list item has the following attributes\:\n
104
- #XMSG
105
52
  result_list_item_aria_attribute_and_value={0}. {1}.\n
106
- #XMSG
107
53
  result_list_item_aria_no_attributes=This search result list item has no attributes.
108
- #XMSG
109
54
  result_list_item_aria_collapsed=This search result list item is currently collapsed. To expand it, press the space bar.
110
- #XMSG
111
55
  result_list_item_aria_has_links=This search result list item has additional navigation links. Use the tab key to navigate within the item.
112
- #XMSG
113
56
  result_list_item_aria_expanded=This search result list item is currently expanded. To collapse it, press the space bar.
114
- #XMSG
115
57
  result_list_item_aria_has_more_links=There are more navigation links for this item. Use the arrow keys to navigate between links.
116
- #XGRP
117
58
  no_results_info=We did not find any matches for <b>"{0}"</b>.<br>Try searching again.
118
- #XGRP
119
59
  enterprise_search=Enterprise Search
120
- #XGRP
121
60
  no_apps_found=No matches found for "{0}".\nTry searching within a specific search engine\:
122
- #XGRP
123
61
  no_results_search_aria=No results
124
- #XGRP
125
62
  one_result_search_aria={0} result available
126
- #XGRP
127
63
  multiple_results_search_aria={0} results are available
128
- #XGRP: "{0}" is the translated name of app finder (appFinderTitle)
129
64
  no_results_link_appfinder=You might want to browse the {0}.
130
- #YGRP
131
65
  no_results_tips=<b>Search tips\:</b><ul><li>Make sure that all words are spelled correctly.</li><li>Try different keywords.</li><li>Try more general keywords.</li></ul>
132
- #XEXP
133
66
  showDetailBtn_tooltip=Show details
134
- #XEXP
135
67
  hideDetailBtn_tooltip=Hide details
136
- #XEXP
137
68
  showFacetBtn_tooltip=Show filters
138
- #XEXP
139
69
  hideFacetBtn_tooltip=Hide filters
140
- #XFLD: "{0}" is a comma-separated list of values
141
70
  filtered_by=Filtered By\: {0}
142
- #XFLD
143
71
  filtered_by_aria_label=Filtered By
144
- #XGRP
145
72
  searchIn=Search In
146
- #XEXP
147
73
  searchInTooltip=Search In
148
- #XEXP
149
74
  searchInDataSourceTooltip=Search In\: {0}
150
- #XGRP
151
75
  filterBy=Filter By
152
- #XGRP
153
76
  filters=Filters
154
- #XFLD
155
77
  filterPlaceholder=Filter
156
- #XFLD
157
78
  fromPlaceholder=From
158
- #XFLD
159
79
  toPlaceholder=To
160
- #XSEL
161
80
  sortByName=Sort by Name
162
- #XSEL
163
81
  sortByCount=Sort by Count
164
- #XSEL
165
82
  notSorted=(Not Sorted)
166
- #XCKL
167
83
  showSelectedOnTop=Show Selected on Top
168
- #XHED
169
84
  filterInputErrorTitle=Filter Value\: Validation Error
170
- #XMSE
171
85
  filterInputError=Invalid filter value entered.
172
- #XHED
173
86
  searchUrlErrorTitle=URL Update Failure
174
- #YMSE
175
87
  searchUrlErrorMessage=Due to technical restrictions the UI state cannot be stored in the URL.\nYou can proceed with your work but you cannot bookmark this page.\nThis message is displayed only once.
176
- #XMSE
177
88
  searchUrlParsingError=URL is invalid.
178
- #XMSG
179
89
  searchUrlParsingErrorLong=This may happen when copying the URL from another system. Invalid URL parts are ignored.
180
- #XTIT
181
90
  filterCondition=Filter Condition
182
- #XGRP
183
91
  facetList=List
184
- #XGRP
185
92
  facetBarChart=Bar Chart
186
- #XGRP
187
93
  facetPieChart=Pie Chart
188
- #XGRP
189
94
  infoZeileNumberMoreSelected={0} more selected
190
- #XGRP
191
95
  facetPieChartOverflowText={0}% of data is outside the top 5 shown in pie chart
192
- #XGRP
193
96
  facetPieChartOverflowText2={0}% of data is outside the top {1} shown in pie chart
194
- #XGRP
195
97
  displayAs=Display as\: {0}
196
- #XGRP
197
98
  dropDown=Dropdown
198
- #XGRP
199
99
  selectFromList=Select Items
200
- #XGRP
201
100
  defineCondition=Define Conditions
202
- #XSEL
203
101
  equals=Equal to
204
- #XSEL
205
102
  beginsWith=Begins with
206
- #XSEL
207
103
  endsWith=Ends with
208
- #XSEL
209
104
  contains=Contains
210
- #XSEL
211
105
  containsWords=Contains all of these words
212
- #XTIT
213
106
  operator=Operator
214
- #XTIT
215
107
  checkBox=Condition Check Box
216
- #XEXP
217
108
  removeButton=Remove
218
- #XEXP
219
109
  facetListTooltip={0}\: {1}
220
- #XFLD
221
110
  transactionText=Transaction
222
- #XEXP
223
111
  sortTable=Sort
224
- #XEXP
225
112
  personalizeTable=Select Columns
226
- #XEXP
227
113
  exportData=Export Results
228
- #XEXP
229
114
  titleDescription=Title Description
230
- #XEXP
231
115
  displayList=Display as List
232
- #XEXP
233
116
  displayTable=Display as Table
234
- #XEXP
235
117
  displayMap=Display as Map
236
- #XTIT
237
118
  defaultRank=Best Match on Top
238
- #XEXP
239
119
  intents=Related Apps
240
- #XEXP
241
120
  resetFilterButton_tooltip=Reset Filters
242
- #XEXP
243
121
  noCloumnsSelected=No columns have been selected in the table settings.
244
- #XEXP
245
122
  searchError=Search error
246
- #XEXP
247
123
  searchInitialError=Failed to initialize Business Object search.
248
- #XMSE
249
124
  preserveFormerResultErrorTitle=Unable to restore former result list status.
250
- #XMSE
251
125
  exportDataInfo=The result set is very large. The export will contain the first 1000 results.
252
- #XMSE
253
126
  exportFileName=Search Result Export
254
- #XEXP
255
127
  NavigationUnsupported=Target Navigation is not supported. Please check the configuration in Fiori Launchpad Designer and RFC.
256
- #YMSE
257
128
  preserveFormerResultErrorDetails=The previous result list status (such as selected items or expanded items) cannot be restored due to technical issues.\n\nThe following information might be useful for your system administrator\:\nThe result list item status could not be restored due to missing or wrong key information for one or more of the entities found.\nPlease check the following list of connector keys and ensure that you include all key attributes as response attributes for the respective connector in your search model\: {0}\n
258
129
 
259
- # Side Panel
260
130
 
261
- #XBUT
262
131
  open_appFinderBtn=App Finder
263
- #XEXP
264
132
  new_group_name=Enter group name
265
- #XEXP
266
133
  added_tile_to_group=was moved to
267
- #XBUT
268
134
  add_group_at=Add Group
269
135
 
270
- # Tile Catalog
271
136
 
272
- #XTIT
273
137
  search_easy_access_results=Results ({0}) in {1}
274
- #XMIT
275
138
  all=All
276
- #XFLD
277
139
  my_group=My Home
278
- #XFLD
279
140
  tile=Tile
280
- #XBUT
281
141
  okDialogBtn=OK
282
- #XBUT
283
142
  cancelDialogBtn=Cancel
284
143
 
285
- # Buttons
286
144
 
287
- #XEXP
288
145
  backBtn_tooltip=Back
289
- #XTIT
290
146
  notificationsBtn_title=Notifications
291
- #XEXP
292
147
  shellHeaderOverflowBtn_tooltip=More Options
293
- #XEXP
294
148
  homeBtn_tooltip=Home
295
- #XTOL
296
149
  homeBtn_tooltip_text=Navigate to Home
297
- #XTOL
298
150
  lastPage_tooltip=Navigate to last opened page
299
- #XMSG
300
151
  allMyApps_customString=There are {0} custom apps that cannot be displayed here.
301
- #XMSG
302
152
  allMyApps_customStringSingle=There is 1 custom app that cannot be displayed here.
303
- #XMSG
304
153
  allMyApps_customLinkHomePage=View them in your home page.
305
- #XMSG
306
154
  allMyApps_customLinkHomePageSingle=View it in your home page.
307
- #XMSG
308
155
  allMyApps_customLinkAppFinder=View them in the app finder.
309
- #XMSG
310
156
  allMyApps_customLinkAppFinderSingle=View it in the app finder.
311
- #XTIT
312
157
  allMyApps_headerTitle=All My Apps
313
- #XBUT
314
158
  allMyApps_launchingButtonTitle=All My Apps
315
- #XTND
316
159
  allMyApps_homeEntryTitle=Home Page Apps
317
- #XACT
318
160
  allMyApps_CatalogsList=List of Catalogs
319
- #XACT: Aria label for the area that contains applications from the selected catalog
320
161
  allMyApps_ListOfApps=List of Applications in the Catalog
321
- #XTIT
322
162
  logoutBtn_title=Sign Out
323
- #XEXP
324
163
  logoutBtn_tooltip=Sign Out
325
- #XTIT
326
164
  signoutBtn_title=Sign Out
327
- #XEXP
328
165
  signoutBtn_tooltip=Sign Out
329
- #XMSG
330
166
  hideGroups_error=Internal error; could not hide/show one or more groups
331
- #XBUT
332
167
  sendEmailBtn=Send Email
333
- #XEXP
334
168
  sendEmailBtn_tooltip=Send an Email
335
- #XEXP
336
169
  addgroupBtn_tooltip=New group
337
- #XTIT
338
170
  delete_group=Delete
339
- #XTIT
340
171
  reset_group=Reset
341
- #XMSG
342
172
  delete_group_msg=Are you sure you want to delete the group "{0}"?
343
- #XMSG
344
173
  reset_group_msg=Are you sure you want to reset the group "{0}"?
345
- #XEXP
346
174
  addAssociatedTileToContextGroup=Add to Group "{0}"
347
- #XEXP
348
175
  removeAssociatedTileFromContextGroup=Remove from Group "{0}"
349
- #XEXP
350
176
  launchTile_tooltip=Launch tile
351
177
 
352
- # User Messages
353
178
 
354
- #XMSG: Short text on a tile indicating that the tile's content could not be loaded
355
179
  Tile.failedToLoadView=Failed to load.
356
- #XMSG
357
180
  tile_deleted_msg="{0}" has been removed from the group
358
- #XMSG
359
181
  tile_created_msg=Tile created.
360
- #XMSG
361
182
  SaveAsTileDialog.MessageToast.TileCreatedInPage=The tile was created and added to your page.
362
- #XMSG
363
183
  SaveAsTileDialog.MessageToast.TileCreatedInPages=The tile was created and added to your pages.
364
- #XBUT
365
184
  SaveAsTileDialog.MessageBox.Action.Discard=Discard
366
- #XTIT
367
185
  SaveAsTileDialog.MessageBox.Title.Discard=Discard
368
- #XMSG
369
186
  SaveAsTileDialog.MessageBox.Message.Discard=Are you sure you want to discard your actions?
370
- #XMSG
371
187
  SaveAsTileDialog.MessageBox.SinglePageError=The tile couldn't be added to the page.
372
- #XMSG
373
188
  SaveAsTileDialog.MessageBox.OnePageError=The Tile couldn't be added to one of the pages you selected.
374
- #XMSG
375
189
  SaveAsTileDialog.MessageToast.ValidationFailed=A required entry is missing. Please check.
376
- #XMSG: "{0}" is the title of a tile; "{1}" is the id of a page.
377
190
  SaveAsTileDialog.MessageBox.PageErrorDetail=Tile\: {0}\nPage affected\: {1}
378
- #XMSG
379
191
  SaveAsTileDialog.MessageBox.AllPagesError=The tile couldn't be added to the pages you selected.
380
- #XMSG
381
192
  SaveAsTileDialog.MessageBox.SomePagesError=The tile couldn't be added to some of the pages you selected.
382
- #XMSG: "{0}" is the title of a tile; "{1}" is a list of page ids.
383
193
  SaveAsTileDialog.MessageBox.PagesErrorDetail=Tile\: {0}\nPages affected\:\n{1}
384
- #XMSG
385
194
  SaveAsTileDialog.MessageBox.PageErrorSolution=Reload the launchpad or contact your administrator.
386
- #XMSG
387
195
  group_deleted_msg=Group "{0}" has been deleted
388
- #XMSG
389
196
  group_reset_msg=Group "{0}" has been reset
390
- #XMSG
391
197
  fail_to_add_tile_msg=Failure - Unable to add tile
392
- #XMSG
393
198
  fail_to_remove_tile_msg=Failure - Unable to remove tile
394
- #XMSG
395
199
  fail_to_move_tile_msg=Failure - Unable to move tile
396
- #XMSG
397
200
  fail_to_delete_group_msg=Failure - Unable to delete group
398
- #XMSG
399
201
  fail_to_reset_group_msg=Failure - Unable to reset group
400
- #XMSG
401
202
  fail_to_create_group_msg=Failure - Unable to create group
402
- #XMSG
403
203
  fail_to_move_group_msg=Failure - Unable to move group
404
- #XMSG
405
204
  fail_to_rename_group_msg=Failure - Unable to rename group
406
- #XMSG
407
205
  fail_to_load_groups_msg=Failure - Unable to load groups
408
- #XMSG
409
206
  fail_to_load_catalog_msg=Failed to load catalogs
410
- #XMSG
411
207
  fail_to_load_catalog_tiles_msg=Failure - Unable to load catalog tiles
412
- #XMSG
413
208
  fail_tile_operation_add_to_group="{0}" could not be added to group "{1}"
414
- #XMSG
415
209
  fail_tile_operation_remove_from_group="{0}" could not be removed from group "{1}"
416
- #XMSG
417
210
  fail_tile_operation_add_to_several_groups="{0}" could not be added to multiple groups
418
- #XMSG
419
211
  fail_tile_operation_remove_from_several_groups="{0}" could not be removed from multiple groups
420
- #XMSG
421
212
  fail_tile_operation_create_new_group=New group could not be created
422
- #XMSG
423
213
  fail_tile_operation_some_actions=Could not complete all your actions
424
- #XMSG
425
214
  fail_to_start_app_try_later=Could not open app. Please try again later.
426
- #XMSG
427
215
  failed_to_open_app_missing_configuration_or_role_assignment=App could not be opened either due to an incorrect SAP Fiori launchpad configuration or a missing role assignment.
428
- #YMSG
429
216
  cannot_resolve_navigation_target_details=Failed to resolve navigation target "{0}". This is most likely caused by an incorrect SAP Fiori launchpad content configuration or by a missing role assignment.
430
- #XMSG
431
217
  failed_to_open_ui5_component=App could not be opened because the SAP UI5 component of the application could not be loaded.
432
- #XMSG
433
218
  cannot_load_ui5_component_details=Failed to load UI5 component for navigation intent "{0}"
434
- #YMSG
435
219
  fail_to_start_app_popup_blocker=An active pop-up blocker prevented the app from opening. In your browser, turn off the pop-up blocker for \u201C{0}\u201D, and then open the app.
436
- #XMSG
437
220
  unsaved_data_warning_popup_message=You have not saved your changes. Are you sure you want to leave this page?
438
- #XMSG
439
221
  savedChanges=Your changes have been saved.
440
- #XMSG
441
222
  historyCleared=Your history has been cleared.
442
- #XTIT
443
223
  unsaved_data_warning_popup_title=Warning
444
224
 
445
- # User Action Buttons
446
225
 
447
- #XBUT
448
226
  okBtn=OK
449
- #XBUT
450
227
  saveBtn=Save
451
- #XBUT
452
228
  cancelBtn=Cancel
453
- #XBUT
454
229
  closeBtn=Close
455
230
 
456
- # Footer Bar
457
231
 
458
- #XBUT
459
232
  about=About
460
- #XBUT
461
233
  discussBtn=Discuss
462
- #XBUT
463
234
  shareBtn=Share
464
- #XBUT
465
235
  addToHomePageBtn=Save as Tile
466
- #XBUT
467
236
  errorBtn=Show Errors
468
- #XEXP
469
237
  helpBtn_tooltip=Help
470
- #XFLD
471
238
  technicalName=Technical Name
472
- #XFLD
473
239
  fioriVersionFld=Version
474
- #XFLD
475
240
  sapui5Fld=SAPUI5
476
- #XFLD
477
241
  userAgentFld=User Agent
478
- #XFLD
479
242
  activeTheme=Theme
480
- #XFLD
481
243
  deviceType=Device Type
482
- #XFLD
483
244
  touchSupported=Touch Input Supported
484
- #XTXT
485
245
  yes=Yes
486
- #XTXT
487
246
  no=No
488
- #XFLD
489
247
  productVersionFld=Product Version
490
- #XFLD
491
248
  systemName=System Name
492
- #XFLD
493
249
  systemRole=System Role
494
- #XFLD
495
250
  tenantRole=Tenant Role
496
- #XFLD
497
251
  fioriAppId=App ID
498
- #XFLD
499
252
  sapAch=Application Component Hierarchy
500
- #XTIT
501
253
  loginDetails=Login Details
502
- #XEXP
503
254
  settings_tooltip=Settings
504
- #XFLD
505
255
  userFld=User
506
- #XFLD
507
256
  serverFld=Server
508
- #XFLD
509
257
  eMailFld=Email
510
- #XFLD
511
258
  linkToApplication=Link to Application
512
- #XFLD
513
259
  linkTo=Link to
514
- #XFLD
515
260
  languageFld=Language
516
- #XFLD
517
261
  navigationDataFld=Navigation Data
518
- #XFLD
519
262
  hashFld=Navigation Intent
520
- #XFLD
521
263
  applicationInformationFld=Application Information
522
- #XFLD
523
264
  applicationTypeFld=Application Type
524
- #XMSW
525
265
  applicationTypeDeprecated=Usage of this Application Type is deprecated. See SAP Note 2614740.
526
- #XFLD
527
266
  urlFld=URL
528
- #XFLD
529
267
  formFactorFld=Form Factor
530
- #XFLD
531
268
  additionalInfoFld=Additional Information
532
- #XFLD
533
269
  ContactSupportArialLabel=Contact Support
534
- #XFLD
535
270
  titleFld=Title\:
536
- #XFLD
537
271
  subtitleFld=Subtitle\:
538
- #XFLD
539
272
  previewFld=Preview\:
540
- #XFLD
541
273
  toggleSelectionModeBtn=Enable or Disable Selection Mode
542
- #XFLD
543
274
  languageRegionFld=Language
544
- #XTIT
545
275
  languageAndRegionTit=Language and Region
546
- #XFLD
547
276
  dateFormatFld=Date Format
548
- #XFLD
549
277
  timeFormatFld=Time Format
550
- #XFLD
551
278
  numberFormatFld=Decimal Format
552
- #XFLD
553
279
  timeZoneFld=Time Zone
554
- #XBUT
555
280
  btn12h=12 h
556
- #XBUT
557
281
  btn24h=24 h
558
282
 
559
- #XFLD
560
283
  appFrameworkId=Framework ID
561
- #XFLD
562
284
  appFrameworkVersion=Framework Version
563
- #XFLD
564
285
  productName=Product Name
565
- #XFLD
566
286
  appId=ID
567
- #XFLD
568
287
  appVersion=Version
569
- #XFLD
570
288
  technicalAppComponentId=Technical Component ID
571
- #XFLD
572
289
  appSupportInfo=Component
573
- #XFLD
574
290
  appTitle=Title
575
- #XFLD
576
291
  aboutCategoryApplication=Application
577
- #XFLD
578
292
  aboutCategorySystem=System
579
- #XFLD
580
293
  aboutCategoryUser=Environment
581
294
 
582
- #XFLD: The label of a table column containing the labels of FLP pages
583
295
  contentNodeSelectorPage=Page
584
- #XFLD: The label of a table column containing the labels of FLP homepage groups
585
296
  contentNodeSelectorHomepageGroup=Group
586
- #XFLD: The label of the content node selector that is automatically set if the FLP is in classic mode
587
297
  contentNodeSelectorHomepageGroups=Groups
588
- #XFLD: The label of the content node selector that is automatically set if the FLP is in spaces mode
589
298
  contentNodeSelectorHomepagePages=Pages
590
- #XFLD: The label of a table column containing the labels of FLP spaces
591
299
  contentNodeSelectorSpace=Space
592
- #XTIT: The title of the value help dialog if in space mode
593
300
  valueHelpDialogTitlePages=Select Pages
594
- #XTIT: The title of the value help dialog if in classic homepage mode
595
301
  valueHelpDialogTitleGroups=Select Groups
596
- #XBUT: The label of a button in the value help dialog to add bookmarks to groups/pages
597
302
  valueHelpDialogButtonApply=Apply
598
- #XBUT: The label of a button in the value help dialog to cancel the dialog
599
303
  valueHelpDialogButtonCancel=Cancel
600
- #XFLD
601
304
  contentProviderLabel=Source System
602
- #XFLD
603
305
  ariaLabelEditModeGroupDefault={0} Group default
604
- #XFLD
605
306
  ariaLabelEditModeGroupLocked={0} Group locked
606
- #XFLD
607
307
  ariaLabelEditModeGroup={0} Group
608
308
 
609
- # Generic Translations
610
309
 
611
- #XBUT
612
310
  samlCloseBtn=Close
613
- #XTIT
614
311
  samlDialogTitle=Authentication Information
615
- #XFLD
616
312
  dataLossInternalMessage=This page contains unsaved data. Are you sure you want to leave the page?
617
- #XFLD
618
313
  dataLossExternalMessage=This page contains unsaved data
619
- #XBUT
620
314
  removeButtonTitle=Remove
621
- #XBUT: Text that is read by screen reader on tile focus in edit mode
622
315
  removeButtonLabel=Removable
623
- #XFLD
624
316
  error=Error
625
- #XMSG
626
317
  beforeLogoutMsg=You are now being signed out
627
- #XMSG
628
318
  savingEntryError=Could not save changes to
629
- #XMSG
630
319
  savingEntriesError=Could not save changes to the following\:
631
- #XTIT
632
320
  signoutMsgTitle=Sign Out
633
- #XMSG
634
321
  tileHasNoActions=No actions
635
- #XBUT,22: Action button (max two lines wrap, width: 2x11, max word length: 11 characters)
636
322
  activateActionMode=Personalize Home Page
637
- #XBUT,22: Action button (max two lines wrap, width: 2x11, max word length: 11 characters)
638
323
  activateEditMode=Edit Home Page
639
- #XBUT,22: Action button (max two lines wrap, width: 2x11, max word length: 11 characters)
640
324
  exitEditMode=Exit Edit Mode
641
- #XBUT
642
325
  closeEditMode=Close
643
- #XTIT
644
326
  close=Close
645
- #XMSG
646
327
  signoutConfirmationMsg=Are you sure you want to sign out?
647
- #XMSG
648
328
  noFilteredItems=No matches found
649
- #XMSG
650
329
  tileTypeListItem=List item
651
- #XMSG
652
330
  noCatalogs=No catalogs found
653
- #XMSG
654
331
  catalogsLoading=Loading catalogs...
655
- #XMSG
656
332
  genericLoading=Loading...
657
- #XMSG
658
333
  screenReaderNavigationLoading=Loading application
659
- #XMSG
660
334
  loadingComplete=Loading complete
661
- #XMSG
662
335
  loadingErrorMessage=Could not load data
663
- #XMSG
664
336
  partialCatalogFail=Failed to load one or more catalogs
665
- #XMSG
666
337
  SpacePageNavgiationRegion=Space Page
667
- #XMSG
668
338
  PageSectionRegion=Page Sections
669
339
 
670
- #XTIT
671
340
  hotKeysGlossary=Keyboard Shortcuts
672
- #XFLD
673
341
  hotkeyFocusOnSearchField=Set the focus on the search entry field
674
- #XFLD
675
342
  hotkeyFocusOnSearchButton=Set the focus on the search button
676
- #XFLD
677
343
  hotkeyFocusOnSettingsButton=Set the focus on the Settings button
678
- #XFLD
679
344
  hotkeyFocusOnNotifications=Display the notifications area
680
- #XFLD
681
345
  hotkeyFocusOnUserActionMenu=Set the focus on the User Actions menu
682
- #XFLD
683
346
  hotkeyOpenSettings=Open the Settings dialog
684
- #XFLD
685
347
  hotkeyHomePage=Set the focus on either the logo or the home button
686
- #XFLD
687
348
  hotkeyFocusOnAppFinderButton=Set the focus on the App Finder button
688
- #XFLD
689
349
  hotkeyExitEditing=Exit edit mode
690
- #XTIT: Name of the MacOs Option key on the keyboard
691
350
  OptionKey=Option
692
- #XTIT: Name of the MacOs Command key on the keyboard
693
351
  CommandKey=Command
694
- #XTIT: Name of the Windows Alt key on the keyboard
695
352
  AltKey=Alt
696
- #XTIT: Name of the Control key on the keyboard
697
353
  ControlKey=Control
698
- #XTIT: Name of the Comma key on the keyboard
699
354
  CommaKey=Comma
700
- #XTIT: Name of the Enter key on the keyboard
701
355
  EnterKey=Enter
702
- #XTIT: Name of the Shift key on the keyboard
703
356
  ShiftKey=Shift
704
357
 
705
- #XTIT
706
358
  userProfiling=User Profiling
707
- #XMSG
708
359
  userSettings.noContent=No settings content is provided.
709
- #XBUT,22: Action button (max two lines wrap, width: 2x11, max word length: 11 characters)
710
360
  userSettings=Settings
711
- #XBUT,22: Action button (max two lines wrap, width: 2x11, max word length: 11 characters)
712
361
  userAppSettings=App Settings
713
- #XMSG
714
362
  userSettings.SavingError.Undefined=An internal error occurred. Settings could not be saved.
715
- #XMSG
716
363
  userSettings.SavingError.SomeChanges=Some changes could not be saved.
717
- #XMSG: "{0}" is a detailed description of the error
718
364
  userSettings.SavingError.WithMessage=An internal error occurred\: {0}
719
- #XTOL
720
365
  usageAnalytics=Usage Analytics
721
- #XTOL
722
366
  allowTracking=Allow tracking
723
- #XTOL
724
367
  i_agree=I agree
725
- #XTOL
726
368
  i_disagree=I disagree
727
- #XTOL
728
369
  remind_me_later=Remind me later
729
- #XSEL
730
370
  trackingEnabled=Enabled
731
- #XSEL
732
371
  trackingDisabled=Disabled
733
- #XTOL
734
372
  defaultsValuesEntry=Default Values
735
- #XTOL
736
373
  userDefaultsExtendedParametersTooltip=Define more than one value for this field.
737
- #XFLD
738
374
  userDefaultsExtendedParametersTitle=Additional Values
739
- #XTIT
740
375
  userDefaultsGeneralGroup=General
741
- #YINF
742
376
  userDefaultsSystemContextInfo=Select a source system to show the default values defined for it. The parameters from the selected system are displayed below and can be changed. Default values of other source systems cannot be changed.
743
- #XTIT
744
377
  userDefaultsSystemTitle=Source System\:
745
- #XBUT: The "save" button in the confirmation dialog shown if there are unsaved user default values.
746
378
  userDefaultsSave=Save
747
- #XBUT: The "discard" button in the confirmation dialog shown if there are unsaved user default values.
748
379
  userDefaultsDiscard=Discard
749
- #XTIT: The title of the confirmation dialog shown if there are unsaved user default values.
750
380
  userDefaultsUnsavedChangesTitle=Save
751
- #XINF: The explanatory text of the confirmation dialog shown if there are unsaved user default values.
752
381
  userDefaultsUnsavedChangesMessage=You have unsaved changes. Do you want to save the changes?
753
- #XTIT
754
382
  userDefaultsStandardView=Saved Values
755
- #XTXT
756
383
  userDefaultsDiffState=The displayed values have not been saved yet.
757
- #XTIT
758
384
  userSettings.browserLanguage=Browser Language
759
385
 
760
- #XFLD
761
386
  actionHomePage=Home
762
- #XTIT
763
387
  tile.display.action_chip=Target Mapping
764
388
 
765
- #XBUT
766
389
  configuration.cancel=Cancel
767
- #XGRP
768
390
  configuration.category.general=General
769
- #XGRP
770
391
  configuration.category.action_chip_configuration=Intent
771
- #XFLD
772
392
  configuration.mapping_signature=Mapping Signature
773
- #XFLD
774
393
  configuration.form_factor=Device Types
775
- #XFLD
776
394
  configuration.form_factor_phone=Phone
777
- #XFLD
778
395
  configuration.form_factor_tablet=Tablet
779
- #XFLD
780
396
  configuration.form_factor_desktop=Desktop
781
- #XFLD
782
397
  configuration.form_factor_combi=Combi Device
783
- #XEXP
784
398
  configuration.form_factor.tooltip=All the devices whose form factor is suitable for this target
785
- #XTIT
786
399
  configuration.signature.table.title=Parameters
787
- #XCOL
788
400
  configuration.signature.table.name=Name
789
- #XCOL
790
401
  configuration.signature.table.value=Value
791
- #XCOL
792
402
  configuration.signature.table.defaultValue=Default Value
793
- #XCOL
794
403
  configuration.signature.table.isRegEx=Is Regular Expression
795
- #XCOL
796
404
  configuration.signature.table.mandatory=Mandatory
797
- #XCOL
798
405
  configuration.signature.table.renameTo=Target Name
799
- #XTOL
800
406
  configuration.signature.table.renameTo.tooltip=URL parameter name expected by target application
801
- #XCKL
802
407
  configuration.signature.table.allowUndefined=Allow additional parameters
803
- #XTOL
804
408
  configuration.signature.table.nameFieldLbl=Enter a name
805
- #XTOL
806
409
  configuration.signature.table.valueFieldLbl=Enter a value
807
- #XBUT
808
410
  configuration.signature.table.add=Add
809
- #XBUT
810
411
  configuration.signature.table.delete=Delete
811
- #XTIT
812
412
  configuration.signature.uniqueParamMessage.title=Error
813
- #XMSG
814
413
  configuration.signature.uniqueParamMessage.text=Parameter name already exists; enter another name
815
- #YMSG
816
414
  configuration.signature.invalidParamMessage.text=Invalid parameter name; enter a string containing either [a-z], [A-Z], or a combination of alphanumeric characters and "_"
817
- #YMSG
818
415
  configuration.signature.invalidSapPrelaunchOperationsMessage.text=Invalid format of sap-prelaunch-operations parameter. Please ensure the parameter is specified as a default value in the form of a valid JSON array of objects with valid operation types. For example\: {0}
819
- #XGRP
820
416
  configuration.category.target_application=Target
821
- #XGRP
822
417
  configuration.category.dynamic_data=Dynamic Data
823
- #XGRP
824
418
  configuration.category.navigation=Navigation
825
- #XGRP
826
419
  configuration.category.tile_actions=Tile Actions
827
- #XFLD
828
420
  configuration.display_icon_url=Icon
829
- #XMSG
830
421
  configuration.display_icon_url.warning=Warning\: Icon URI is not valid; it must start with "sap-icon\://" and adhere to the URI format
831
- #XEXP
832
422
  configuration.display_icon_url.tooltip=Icon to be displayed on the tile
833
- #XFLD
834
423
  configuration.keywords=Keywords
835
- #XEXP
836
424
  configuration.keywords.tooltip=Comma-separated list of keywords
837
- #XFLD
838
425
  configuration.semantic_object=Semantic Object
839
- #XMSG
840
426
  configuration.semantic_object.error_invalid_chars=Error\: Invalid characters in semantic object. The following characters are invalid\: "?&\#-".
841
- #XEXP
842
427
  configuration.semantic_object.tooltip=Semantic object of the intent to be mapped
843
- #XFLD
844
428
  configuration.semantic_action=Action
845
- #XMSG
846
429
  configuration.semantic_action.error_invalid_chars=Error\: Invalid characters in action. The following characters are invalid\: "?&\#-".
847
- #XMSG
848
430
  configuration.navigation_provider.error_invalid_provider=Error\: Select a valid navigation target
849
- #XEXP
850
431
  configuration.semantic_action.tooltip=Action of the intent to be mapped to a target
851
- #XFLD
852
432
  configuration.display_info_text=Information
853
- #XEXP
854
433
  configuration.display_info_text.tooltip=Additional tile status information
855
- #XFLD
856
434
  configuration.target_application_alias=Application Alias
857
- #XEXP
858
435
  configuration.target_application_alias.tooltip=Application alias as defined in transaction LPD_CUST
859
- #XFLD
860
436
  configuration.navigation_semantic_parameters=Parameters
861
- #XEXP
862
437
  configuration.navigation_semantic_parameters.tooltip=URL parameters for semantic object navigation
863
- #XFLD
864
438
  configuration.target_application_id=Application ID
865
- #XEXP
866
439
  configuration.target_application_id.tooltip=Application ID as defined in transaction LPD_CUST
867
- #XFLD
868
440
  configuration.target_transaction=Transaction
869
- #XEXP
870
441
  configuration.target_transaction.tooltip=Transaction
871
- #XFLD
872
442
  configuration.target_wcf.application_id=Application ID
873
- #XFLD
874
443
  configuration.target_web_dynpro.application=Application
875
- #XFLD
876
444
  configuration.target_web_dynpro.configuration=Configuration
877
- #XFLD
878
445
  configuration.navigation_semantic_action=Action
879
- #XEXP
880
446
  configuration.navigation_semantic_action.tooltip=Action of the intent to be mapped to a target
881
- #XFLD
882
447
  configuration.display_number_unit=Number Unit
883
- #XEXP
884
448
  configuration.display_number_unit.tooltip=Number Unit
885
- #XBUT
886
449
  configuration.ok=OK
887
- #XFLD
888
450
  configuration.service_refresh_interval=Refresh Interval in Seconds
889
- #XMSG
890
451
  configuration.service_refresh_interval.warning=Specified interval is not a valid number
891
- #XFLD
892
452
  configuration.seconds=Seconds
893
- #XEXP
894
453
  configuration.seconds.tooltip=Number of seconds after which data is refreshed ('0' for no refresh)
895
- #XTIT
896
454
  configuration.select_icon=Select Icon
897
- #XFLD
898
455
  configuration.service_url=Service URL
899
- #XEXP
900
456
  configuration.service_url.tooltip=Service URL to load dynamic data from
901
- #XFLD
902
457
  configuration.navigation_provider_instance=Launchpad Instance
903
- #XEXP
904
458
  configuration.navigation_provider_instance.tooltip=Instance key as defined in transaction LPD_CUST
905
- #XFLD
906
459
  configuration.navigation_target_url=Target URL
907
- #XEXP
908
460
  configuration.navigation_target_url.tooltip=Absolute or relative HTTP(S) URL of the navigation target
909
- #XFLD
910
461
  configuration.display_title_text=Title
911
- #XEXP
912
462
  configuration.display_title_text.tooltip=Title to be displayed on the tile
913
- #XFLD
914
463
  configuration.display_subtitle_text=Subtitle
915
- #XEXP
916
464
  configuration.display_subtitle_text.tooltip=Subtitle to be displayed on the tile (optional)
917
- #XFLD
918
465
  configuration.navigation_provider_role=Launchpad Role
919
- #XEXP
920
466
  configuration.navigation_provider_role.tooltip=Role key as defined in transaction LPD_CUST
921
- #XFLD
922
467
  configuration.navigation_use_semantic_object=Use semantic object navigation
923
- #XEXP
924
468
  configuration.navigation_use_semantic_object.tooltip=Defines whether to construct the target URL from a semantic object
925
- #XMSG
926
469
  dynamic_data.error=Error
927
- #XEXP
928
470
  edit_configuration.tooltip=Edit tile configuration
929
- #YEXP
930
471
  edit_configuration.original_locale_not_fit_tooltip=The master language of this tile is "{0}", and your user language is "{1}"; therefore this editable property is read-only. Change your user language to edit these properties
931
- #YMSG
932
472
  edit_configuration.original_locale_not_fit_message=The master language of this tile is "{0}", and your logon language is "{1}". Log on to the system with the master language of the tile to edit text-based properties
933
- #XMSG: "{0}" is the id of a successor application
934
473
  configuration.app_deprecated=<strong>Warning.</strong> The app is deprecated. The successor is "{0}".
935
- #XMSG: "{0}" is the id of a successor application
936
474
  configuration.app_archived=<strong>Warning.</strong> The app is archived. The successor is "{0}".
937
475
 
938
- #XMSG
939
476
  supportTicketCreationSuccess=Your message has been sent; the support team will contact you
940
- #XMSG
941
477
  supportTicketCreationFailed=Your message could not be sent.\nTry sending the message again, or contact your system administrator.
942
478
 
943
- #XEXP
944
479
  searchbox_tooltip=Search
945
- #XEXP
946
480
  searchResultsView_tooltip=Search results
947
- #XEXP
948
481
  openAppFinder_tooltip=Open App Finder
949
- #XEXP
950
482
  catalogSelect_tooltip=Filter by Catalog
951
- #XTOL
952
483
  catalogTilesTagfilter_tooltip=Filter by tags
953
- #XMSG
954
484
  catalogTilesTagfilter_HintText=Filter by tags
955
- #XEXP
956
485
  bookmarkDialogoTitle_tooltip=Enter tile title
957
- #XEXP
958
486
  bookmarkTitleInputError=Please enter a title
959
- #XEXP
960
487
  bookmarkPageSelectError=Please select at least one page
961
- #XEXP
962
488
  bookmarkDialogoSubTitle_tooltip=Enter tile subtitle
963
- #XEXP
964
489
  bookmarkDialogoDescription_tooltip=Enter tile description
965
- #XFLD
966
490
  configuration.target_applicationType=Application Type
967
- #XRBL
968
491
  configuration.target_application.sapui5=SAPUI5 Fiori App
969
- #XRBL
970
492
  configuration.target_application.lpd_cust=SAP Fiori App using LPD_CUST
971
- #XRBL
972
493
  configuration.target_application.transaction=Transaction
973
- #XRBL
974
494
  configuration.target_application.wcf=Web Client UI Application
975
- #XRBL
976
495
  configuration.target_application.urlt=SAPUI5 Fiori App on SAP Cloud Platform
977
- #XRBL
978
496
  configuration.target_application.web_dynpro=Web Dynpro
979
- #XFLD
980
497
  configuration.target_application.description=Title
981
- #XTOL
982
498
  configuration.target_application.description.tooltip=Title of SAPUI5 Fiori application
983
- #XFLD
984
499
  configuration.target_application.url=URL
985
- #XTOL
986
500
  configuration.target_application.url.tooltip=Base URL of SAPUI5 Fiori application. Optional for SAP Fiori applications located in SAPUI5 ABAP repository.
987
- #XFLD
988
501
  configuration.target_system_alias=System Alias
989
- #XTOL
990
502
  configuration.target_system_alias.tooltip=System alias
991
- #XFLD
992
503
  configuration.target_application.component=ID
993
- #XTOL
994
504
  configuration.target_application.component.tooltip=Descriptor ID or component ID of SAPUI5 application
995
- #XMSE
996
505
  configuration.target_application.url.error_invalid_chars=Enter a string containing either [a-z], [A-Z], or a combination of alphanumeric characters and "_~,;-.\:/?%&+\#\="
997
- #XMSE
998
506
  configuration.target_application.component.error_invalid_input=Enter a string value without "SAPUI5.Component\="
999
- #XMSE
1000
507
  configuration.target_application.role.error_invalid_chars=Enter a string containing either [a-z], [A-Z], or a combination of alphanumeric characters and "_"
1001
- #XMSE
1002
508
  configuration.target_application.instance.error_invalid_chars=Enter a string containing either [a-z], [A-Z], or a combination of alphanumeric characters and "_"
1003
- #XMSE
1004
509
  configuration.target_application.alias_id.warning=Enter either application alias or application ID
1005
- #XMSE
1006
510
  configuration.target_application.alias_id.error_invalid_chars=Enter a string containing either [a-f], [A-F], or a combination of [a-f], [A-F] and [0-9]
1007
- #XMSE
1008
511
  configuration.form_factor.warning=Select at least one device type
1009
- #XCOL
1010
512
  configuration.tile_actions.table.menu_item=Menu Item
1011
- #XTOL
1012
513
  configuration.tile_actions.table.menu_item_tooltip=Title of the menu item
1013
- #XCOL
1014
514
  configuration.tile_actions.table.target_type=Target Type
1015
- #XTOL
1016
515
  configuration.tile_actions.table.target_type_tooltip=Type of target to which the action navigates
1017
- #XCOL
1018
516
  configuration.tile_actions.table.navigation_target=Navigation Target
1019
- #XTOL
1020
517
  configuration.tile_actions.table.navigation_target_tooltip=URL or semantic object of the navigation target
1021
- #XCOL
1022
518
  configuration.tile_actions.table.action=Action
1023
- #XTOL
1024
519
  configuration.tile_actions.table.action_tooltip=Action that defines the intent together with the semantic object
1025
- #XCOL
1026
520
  configuration.tile_actions.table.icon=Icon
1027
- #XTOL
1028
521
  configuration.tile_actions.table.icon_tooltip=Icon to be displayed with the action
1029
- #XBLI
1030
522
  configuration.tile_actions.table.target_type.url=URL
1031
- #XBLI
1032
523
  configuration.tile_actions.table.target_type.intent=Intent
1033
- #XBUT
1034
524
  configuration.tile_actions.table.add=Add
1035
- #XTOL
1036
525
  configuration.tile_actions.table.add_tooltip=Add tile action
1037
- #XBUT
1038
526
  configuration.tile_actions.table.remove=Remove
1039
- #XTOL
1040
527
  configuration.tile_actions.table.remove_tooltip=Remove tile action
1041
- #XGRP
1042
528
  configuration.category.card_manifest=Card Manifest
1043
- #XCAP
1044
529
  cardTileCaption=Card
1045
- #XMSG
1046
530
  configuration.invalidJSONProvided=Invalid JSON provided
1047
- #XTIT
1048
531
  featuredGroup.title=Feature
1049
- #XCAP: The top n items of a list
1050
532
  top=Top {0}
1051
533
 
1052
- # Fiori Aria Labels
1053
534
 
1054
- #XFLD
1055
535
  Settings_EntryList_label=Settings
1056
- #XFLD
1057
536
  Settings_Dialog_Main_label=Settings
1058
- #XFLD
1059
537
  TileDetails_lable=Tile details
1060
- #XFLD
1061
538
  TileTitle_lable=Title
1062
- #XFLD
1063
539
  tileSettingsDialog_informationField=Description\:
1064
- #XFLD
1065
540
  TileSubTitle_lable=Subtitle
1066
- #XFLD
1067
541
  TileInfo_lable=Information
1068
- #XFLD
1069
542
  TileUnits_lable=Units
1070
- #XFLD
1071
543
  TileValue_lable=Value
1072
- #XFLD
1073
544
  TilePlus_label=Empty group. Activate to add tiles from catalog.
1074
- #XACT: Accessibility label for the navigation bar
1075
545
  Dashboard.Page.Header.AriaLabel=Tile Group
1076
- #XACT: Accessibility label for the tile groups container
1077
546
  Dashboard.Page.Content.AriaLabel=Tile Groups
1078
- #XFLD
1079
547
  GroupListItem_label=Group\:
1080
- #XFLD
1081
548
  SpaceListItem_label=Space\:
1082
- #XFLD
1083
549
  PagesSelection_label=Pages\:
1084
- #XBUT
1085
550
  contactSupportBtn=Contact Support
1086
- #XBUT
1087
551
  DeleteGroupBtn=Delete
1088
- #XBUT
1089
552
  ResetGroupBtn=Reset
1090
- #XBUT
1091
553
  ShowGroupBtn=Show
1092
- #XBUT
1093
554
  HideGroupBtn=Hide
1094
- #XMSG
1095
555
  Group.nowBeingShown=Group is now being shown.
1096
- #XMSG
1097
556
  Group.nowBeingHidden=Group is now being hidden.
1098
- #XBUT
1099
557
  AddTileBtn=Add Tile
1100
- #XBUT
1101
558
  CopyToClipboardBtn=Copy
1102
- #XEXP
1103
559
  CopyToClipboardBtn_tooltip=Copy to clipboard
1104
- #XMSE
1105
560
  CopyWasSuccessful=Details were copied successfully.
1106
- #XMSE
1107
561
  CopyWasNotSuccessful=An error occurred while copying details.
1108
- #XFLD: This is a Link and will onclick extend an error message to show more details
1109
562
  ViewDetails=View Details
1110
563
 
1111
- # Move Tile Dialog
1112
564
 
1113
- #XFLD
1114
565
  moveTile_action=Move
1115
- #XFLD
1116
566
  addToMyHome_action=Add to My Home
1117
- #XFLD
1118
567
  moveTileDialog_title=Move to Group
1119
568
 
1120
- #XMIT
1121
569
  ConvertToTile=Convert to Tile
1122
- #XMIT
1123
570
  ConvertToLink=Convert to Link
1124
- #XMSG
1125
571
  emptyLinkContainerInEditMode=Drag apps here to create links.
1126
- #XMSG
1127
572
  transformationErrorText=This type of tile cannot be converted to a link.
1128
- #XMIT
1129
573
  tileSettingsBtn=Edit Tile Information
1130
- #XMIT
1131
574
  linkSettingsBtn=Edit Link Information
1132
- #XTIT
1133
575
  tileSettingsDialogTitle=Tile Information
1134
- #XTIT
1135
576
  linkSettingsDialogTitle=Link Information
1136
577
 
1137
- # Quick Access
1138
578
 
1139
- #XTIT
1140
579
  quickAccessDialog_title=Quick Access
1141
580
 
1142
- # Contact Support Button
1143
581
 
1144
- #XEXP
1145
582
  feedbackGoBackBtn_tooltip=Go back
1146
- #XFLD
1147
583
  feedbackHeaderText=SAP Fiori
1148
- #XBUT
1149
584
  sendBtn=Send
1150
- #XBUT
1151
585
  approveBtn=Accept
1152
- #XBUT
1153
586
  declineBtn=Decline
1154
- #XFLD
1155
587
  subjectLabel=Subject
1156
- #XFLD
1157
588
  txtAreaLabel=Description
1158
- #YFLD
1159
589
  subjectPlaceHolderHeader=A short text summarizing the issue.
1160
- #YFLD
1161
590
  txtAreaPlaceHolderHeader=Describe the issue in detail. To help diagnose the issue, relevant technical data is added to this message automatically
1162
- #XMSG
1163
591
  subjectEmptyErrorMessage=Please enter a subject
1164
- #XMSG
1165
592
  txtAreaEmptyErrorMessage=Please enter a description.
1166
593
 
1167
- #XLNK
1168
594
  technicalDataLink=Show technical data
1169
- #XLNK
1170
595
  technicalDataLinkHide=Hide technical data
1171
596
 
1172
- #XMSG
1173
597
  appAddedToSingleGroup=App "{0}" was added to group "{1}"
1174
- #XMSG
1175
598
  appAddedToSeveralGroups=App "{0}" was added to {1} groups
1176
599
 
1177
- #XMSG
1178
600
  fail_app_operation_add_to_group=App "{0}" could not be added to group "{1}"
1179
- #XMSG
1180
601
  fail_app_operation_add_to_several_groups=App "{0}" could not be added to multiple groups
1181
602
 
1182
- #XMSG
1183
603
  tileRemovedFromSingleGroup="{0}" was removed from group "{1}"
1184
- #XMSG
1185
604
  tileRemovedFromSeveralGroups="{0}" was removed from {1} groups
1186
- #XMSG
1187
605
  tileAddedToSingleGroup="{0}" was added to group "{1}"
1188
- #XMSG
1189
606
  tileAddedToSingleGroupAndRemovedFromSingleGroup="{0}" was added to group "{1}" and removed from group "{2}"
1190
- #XMSG
1191
607
  tileAddedToSingleGroupAndRemovedFromSeveralGroups="{0}" was added to group "{1}" and removed from {2} groups
1192
- #XMSG
1193
608
  tileAddedToSeveralGroups="{0}" was added to {1} groups
1194
- #XMSG
1195
609
  failedTileCreationMsg=Unknown error while loading Catalog Tile view
1196
- #XMSG
1197
610
  tileAddedToSeveralGroupsAndRemovedFromSingleGroup="{0}" was added to {1} groups and removed from group "{2}"
1198
- #XMSG
1199
611
  tileAddedToSeveralGroupsAndRemovedFromSeveralGroups="{0}" was added to {1} groups and removed from {2} groups
1200
- #XMIT
1201
612
  newGroup_listItemText=New Group
1202
- #XTIT
1203
613
  newGroup_popoverTitle=Add to New Group
1204
- #XEXP
1205
614
  newGroupGoBackBtn_tooltip=Go back
1206
- #XTIT
1207
615
  addTileToGroups_popoverTitle=Add to Group
1208
- #XMSG
1209
616
  cannotLoadTile=Cannot load tile
1210
- #XMSG
1211
617
  cannotLoadLinkInformation=Cannot load link information.
1212
618
 
1213
- #XTIT
1214
619
  noNotificationsMsg=You have no notifications
1215
- #XTIT
1216
620
  errorOccurredMsg=An error has occurred
1217
- #XTIT
1218
621
  notificationsSortByPriority=By Priority
1219
- #XTIT
1220
622
  notificationsSortByDate=By Date
1221
- #XTIT
1222
623
  notificationsSortByType=By Type
1223
- #XMSG
1224
624
  ActionAppliedToNotification="{0}" action was applied to the notification
1225
- #XTIT
1226
625
  notificationSettingsEntry_title=Notifications
1227
- #XCOL
1228
626
  notificationType_column=Notification Type
1229
- #XCOL
1230
627
  iOSNotification_column=Mobile Notifications
1231
- #XCOL
1232
628
  highNotificationsBanner_column=High Priority
1233
- #XMSG
1234
629
  noNotificationTypesEnabledHeader_message=You have not yet received any notifications
1235
- #YMSG
1236
630
  noNotificationTypesEnabled_message=In this view you can adjust the settings for notifications enabled at app level. Currently, no notifications are enabled for your apps.
1237
- #XMSG
1238
631
  moreNotificationsAvailable_message=You have additional unread notifications.
1239
- #XMSG
1240
632
  processNotifications_message=Process or clear some listed notifications to display more.
1241
- #XFLD
1242
633
  moreNotifications=More
1243
- #XCOL
1244
634
  Notifications_Settings_Show_Type_column=Enable
1245
- #XFLD
1246
635
  Label.ShowAlertsForHighNotifications=Show High-Priority Notification Alerts
1247
636
 
1248
- #YMSG
1249
637
  notificationsFailedExecuteAction=Could not update the notification. Refresh the browser and try again
1250
- #XMSG
1251
638
  notificationsFailedDismiss=Could not dismiss notification, please refresh and try again later
1252
- #XMSG
1253
639
  notificationsFailedMarkRead=Could not mark notification as read. Please refresh and try again later
1254
- #XMSG
1255
640
  notificationsFailedExecuteBulkAction=Could not update the notifications in the selected group. Refresh the browser and try again
1256
- #XMSG
1257
641
  notificationsPartialSuccessExecuteBulkAction="{0}" action applied to {1} out of {2} notifications in the "{3}" group. {4} notifications remain listed.
1258
- #XMSG
1259
642
  notificationsSingleSuccessExecuteBulkAction="{0}" action applied to {1} out of {2} notifications in the "{3}" group. {4} notifications remain listed.
1260
- #XMSG
1261
643
  notificationsSuccessExecuteBulkAction="{0}" action applied to notifications in the "{1}" group
1262
644
 
1263
- # Fact Sheet Object Page
1264
645
 
1265
- #XFLD
1266
646
  mobile=Mobile
1267
- #XFLD
1268
647
  fax=Fax
1269
648
 
1270
- # Smartbusiness Tiles
1271
649
 
1272
- #XFLD
1273
650
  sb.noData=No Data
1274
- #XTIT
1275
651
  sb.status=Status
1276
- #XTIT
1277
652
  sb.actual=Actual
1278
- #XTIT
1279
653
  sb.target=Target
1280
- #XTIT
1281
654
  sb.ch=Critical High
1282
- #XTIT
1283
655
  sb.wh=Warning High
1284
- #XTIT
1285
656
  sb.wl=Warning Low
1286
- #XTIT
1287
657
  sb.cl=Critical Low
1288
- #XTIT
1289
658
  sb.neutral=Neutral
1290
- #XTIT
1291
659
  sb.error=Critical
1292
- #XTIT
1293
660
  sb.critical=Warning
1294
- #XTIT
1295
661
  sb.good=Good
1296
- #XTIT
1297
662
  sb.topn=Top 3
1298
- #XTIT
1299
663
  sb.bottomn=Bottom 3
1300
- #XFLD
1301
664
  sb.noDataAvailable=No Data Available
1302
665
 
1303
- #XTIT
1304
666
  default_app_title=App View
1305
- #XTIT
1306
667
  catalog_title=Tile Catalog
1307
- #XTIT
1308
668
  flp_page_name=SAP Fiori Launchpad
1309
669
 
1310
- #XACT: accessibility label for an arbitrary logo image in the header of the shell control
1311
670
  SHELL_LOGO_TOOLTIP=Company Logo
1312
- #XACT: accessibility description text for the SAP logo image in the header of the shell control
1313
671
  sapLogoText=SAP Logo
1314
672
 
1315
- #XTOL
1316
673
  Shell_Header_AriaLabel=Shell Bar
1317
674
 
1318
- # Shell Header Menu
1319
675
 
1320
- #XTOL
1321
676
  shellNavMenu_relatedApps=Related apps
1322
- #XTOL
1323
677
  shellNavMenu_openMenuTooltip=Navigation menu
1324
678
 
1325
- # Search User Preferences Dialog
1326
- #XTIT
1327
679
  searchSetting=Search
1328
- #XTIT
1329
680
  sp.persSearchOn=Personalized Search\: On
1330
- #XTIT
1331
681
  sp.persSearchOff=Personalized Search\: Off
1332
- #XTIT
1333
682
  sp.userProfiling=Personalized Search
1334
- #XSEL
1335
683
  sp.on=ON
1336
- #XSEL
1337
684
  sp.off=OFF
1338
- #YMSG
1339
685
  sp.profileWillBeReset=You are about to reset your user profile by clearing the data that has been collected for your user. System activities that rely on this data to present personalized results will be provided once sufficient new data has been collected. In the meantime, the system will use default logic as a fallback.\n\nAre you sure you want to clear the collected data?
1340
- #XBUT
1341
686
  sp.clear=Clear
1342
- #XFLD
1343
687
  sp.userProfilingField=Use Personalized Search
1344
- #XBUT
1345
688
  sp.clearCollectedData=Clear My History
1346
- #XTIT
1347
689
  sp.disableUserProfiling=Disable User Profiling
1348
- #YMSG
1349
690
  sp.disablingUserProfilingMsg=Disabling user profiling stops the collection of new profile data and deletes all data that has been collected for your user. System activities that rely on this data to display personalized results use default logic as a fallback until user profiling is enabled and sufficient new data is collected.\nUser profiling will only be disabled after you have saved all settings.
1350
- #XBUT
1351
691
  sp.disable=Disable
1352
- #YMSG
1353
692
  sp.disclaimer=If this feature is turned on, some of your activities will be recorded. This data will be used to provide individual, personalized results for future searches.
1354
- #XTIT
1355
693
  sp.resetFailedTitle=Error
1356
- #XMSG
1357
694
  sp.resetFailed=Your history could not be cleared.
1358
695
 
1359
- #XTIT
1360
696
  sessionTimeoutMessage_title=Attention
1361
- #XMSG: "{0}" is a number. "{1}" is the time units. Example: "5 seconds", "10 minutes", etc.
1362
697
  sessionTimeoutMessage_main=Due to inactivity, your session is going to time out in {0} {1}.
1363
- #XMSG: "{0}" is a number. "{1}" is the time units. Example: "5 seconds", "10 minutes", etc.
1364
698
  sessionTimeoutMessage_kioskMode_main=Due to inactivity, you are going to be signed out in {0} {1}.
1365
- #XGLS
1366
699
  sessionTimeoutMessage_units_minutes=Minutes
1367
- #XGLS
1368
700
  sessionTimeoutMessage_units_seconds=Seconds
1369
- #XMSG
1370
701
  sessionTimeoutMessage_unsavedData=Unsaved data will be lost.
1371
- #XBUT
1372
702
  sessionTimeoutMessage_continue_button_title=Continue Working
1373
- #XTIT
1374
703
  sessionExpiredMessage_title=Session Timeout
1375
- #XMSG
1376
704
  sessionExpiredMessage_main=Your session expired due to inactivity. Reload the page to continue working.
1377
- #XBUT
1378
705
  sessionExpiredMessage_reloadPage_button_title=Reload Page
1379
706
 
1380
- #XTIT
1381
707
  bootstrap.xhr.authenticationRequired=Authentication Required
1382
- #XMSG
1383
708
  bootstrap.xhr.windowOpenFailed=Logon window cannot be opened. Ensure popup windows are not blocked.
1384
- #XMSG
1385
709
  bootstrap.xhr.sessionExpired=Your session has expired. Press OK to reload.
1386
710
 
1387
- # Easy Access Menu
1388
711
 
1389
- #XTIT
1390
712
  easyAccessSelectSystemDialogTitle=Select System
1391
- #XBUT
1392
713
  easyAccessSelectSystemTextWithoutSystem=Select System
1393
- #XMSG
1394
714
  easyAccessErrorGetDataErrorMsg=Cannot get "{0}" data\: {1}
1395
- #XMSG
1396
715
  easyAccessErrorGetDataErrorMsgWithDetails=Cannot get "{0}" data\: {1}\nError details\: {2}
1397
- #XMSG
1398
716
  easyAccessErrorGetDataErrorMsgNoReason=Cannot get "{0}" data
1399
- #XMSG
1400
717
  easyAccessUserMenuNameParameter=User menu
1401
- #XMSG
1402
718
  easyAccessSapMenuNameParameter=SAP menu
1403
- #XMSG
1404
719
  easyAccessListNavigationContainer=Categories
1405
- #XMSG
1406
720
  easyAccessTileContainer=Groups
1407
- #XMSG
1408
721
  easyAccessFolderWithNoItems=No subfolders
1409
722
 
1410
- #XBUT
1411
723
  appFinderTitle=App Finder
1412
- #XBUT
1413
724
  appFinderCatalogTitle=Catalog
1414
- #XBUT
1415
725
  appFinderUserMenuTitle=User Menu
1416
- #XBUT
1417
726
  appFinderSapMenuTitle=SAP Menu
1418
- #XMSG
1419
727
  AppFinder.SegmentedButton.Catalog.Describedby=Access apps from your assigned catalogs
1420
- #XMSG
1421
728
  AppFinder.SegmentedButton.UserMenu.Describedby=Access your favorite apps from the front-end system
1422
- #XMSG
1423
729
  AppFinder.SegmentedButton.SAPMenu.Describedby=Access your assigned apps from the front-end system
1424
- #XTIT
1425
730
  appFinder_group_context_title=App Finder - Personalize Group "{0}"
1426
- #XFLD
1427
731
  UserAccountFld=User Account
1428
- #XFLD
1429
732
  UserAccountServerFld=Server
1430
- #XFLD
1431
733
  UserAccountEmailFld=Email
1432
- #XFLD
1433
734
  UserAccountNameFld=Name
1434
- #XFLD
1435
735
  UserAccountIdFld=User ID
1436
- #XFLD
1437
736
  userAccountPersonalizationLabel=Personalization
1438
- #XBUT
1439
737
  userAccountResetPersonalizationButton=Reset All Personalization
1440
- #YFLD
1441
738
  userAccountResetPersonalizationDescriptionText=Reset your personalization settings for the launchpad (such as theme, language, user activities, and home page content).
1442
- #XFLD
1443
739
  userAccountResetPersonalizationWarningDialogDescription=Clicking on reset will delete your personalization settings for the launchpad (e.g. theme, language, user activities, and home page content) and for apps using the launchpad personalization features (e.g. filter settings, table columns).\nThis action is irreversible.\nFurther changes in the dialog will not be applied.\nAre you sure you want to proceed with the reset?
1444
- #XMSG
1445
740
  userAccountResetPersonalizationWarningDialogSuccessToast=Settings were successfully reset to default.
1446
- #XFLD
1447
741
  userAccountResetPersonalizationWarningDialogErrorDialog=Could not reset your personalization data.\nPlease try again later.
1448
- #XFLD
1449
742
  AppearanceContentDensityLabel=Optimized for Touch Input
1450
- #XFLD
1451
743
  AnchorBarLabel=Home Page Display
1452
- #XTIT
1453
744
  AppearanceThemeMenu=Theme
1454
- #XTIT
1455
745
  AppearanceLayoutAndBehaviorMenu=Display Settings
1456
746
 
1457
- #XTIT
1458
747
  userActivities=User Activities
1459
- #XTIT
1460
748
  userActivitiesTabName=App Use Data
1461
- #XMSG
1462
749
  trackingLabel=Track my recent activity and frequently used apps
1463
- #XMSG
1464
750
  cleanActivityLabel=Clear my history
1465
- #XBUT
1466
751
  cleanActivityButton=Clear
1467
752
 
1468
- #XFLD
1469
753
  Appearance=Appearance
1470
- #XTIT
1471
754
  FlpSettings_entry_title=Home Page
1472
- #XRBL
1473
755
  anchorBarScrollMode=Show all content
1474
- #XRBL
1475
756
  anchorBarTabMode=Show one group at a time
1476
- #YINF
1477
757
  homePageGroupDisplayDescriptionText=The home page displays your tiles and links in groups. You can choose to show all your groups on a single page or show one group at a time. For large amounts of apps, the single-group display may be better.
1478
- #YINF
1479
758
  homePageGroupDisplayDescriptionText_secondParagraph=To rearrange the home page when all groups are shown, you can drag and drop your tiles and links as you like. To rearrange tiles and links on the home page when shown per group, you must first enter edit mode from the User Name Area.
1480
759
 
1481
- #XFLD: Spaces and Pages mode differ from the classical home page. Instead of a single page - groups - tiles, content is organized in spaces - pages - sections - tiles
1482
760
  spaces=Spaces and Pages
1483
- #XFLD
1484
761
  spacesModeLabel=Use Spaces
1485
- #YFLD
1486
762
  spacesModeDescriptionText=Enable to see your apps clustered in different spaces. Disable to see the classic home page. When you change the setting and save, the launchpad will be restarted.
1487
- #XFLD
1488
763
  hideEmptySpacesLabel=Hide Empty Spaces and Pages
1489
- #XFLD
1490
764
  hideEmptySpacesDescriptionText=Enable to hide empty spaces and pages.
1491
765
 
1492
- #XFLD: Checkbox to show My Home page in spaces mode. My Home is a special page that contains user added applications and bookmarks
1493
766
  showMyHomeLabel=Show My Home
1494
- #YFLD
1495
767
  showMyHomeDescriptionText=Enable to see your My Home space as the first space. You can add your preferred apps to this page or import them from the classic home page. When you change the setting and save, the launchpad will be restarted.
1496
- #XTIT: Settings dialog
1497
768
  settingsMyHomeShown=My Home Shown
1498
- #XFLD: Settings dialog
1499
769
  settingsMyHomeHidden=My Home Hidden
1500
770
 
1501
- #XFLD: User setting: show My Home Import message again (in case the user has dismissed the message before)
1502
771
  showMyHomeImportLabel=Show Import Message
1503
- #YFLD: User setting: show My Home Import message again (in case when the user has dismissed the message before)
1504
772
  showMyHomeImportDescription=Show message with option to import apps from the classic home page again on My Home.
1505
773
 
1506
- #XACT: Accessibility label for the user profile button. "{0}" is the user fullname.
1507
774
  UserActionsMenuToggleButtonAria=Profile of {0}
1508
775
 
1509
- #XACT: Read out when describing the notifications Popover IconTabBar Header items (i.e. "notificationsSortByDate", "notificationsSortByType", and "notificationsSortByPriority")
1510
776
  Notifications.Popover.IconTabBar.Header.AriaLabel=Sort Options
1511
- #XACT
1512
777
  Notifications.ByDateDescending.AriaLabel=Notifications by Date Descending
1513
- #XACT
1514
778
  Notifications.ByDateAscending.AriaLabel=Notifications by Date Ascending
1515
- #XACT
1516
779
  Notifications.ByType.AriaLabel=Notifications by Type
1517
- #XACT
1518
780
  Notifications.ByPriority.AriaLabel=Notifications by Priority
1519
- #XFLD: Also shown as the header button tooltip.
1520
781
  NotificationToggleButton.NoNewNotifications=Notifications
1521
- #XFLD: "{0}" is the number of new notifications. Also shown as part of the header button tooltip.
1522
782
  NotificationToggleButton.NewNotifications={0} New Notifications
1523
- #XFLD: "{0}" is the number set as the limit of new notifications. Also shown as part of the header button tooltip.
1524
783
  NotificationToggleButton.NewNotifications.MaxExceeded=More Than {0} New Notifications
1525
784
 
1526
- #XTIT
1527
785
  ProfileImgId=Profile Image
1528
- #XMSG
1529
786
  imgConsentMsg=I agree to display my SAP Jam profile image in the launchpad
1530
787
 
1531
- #XTIT
1532
788
  userImageConsentDialogTitle=Display Profile Image
1533
- #YMSG
1534
789
  userImageConsentText=If you have uploaded a profile image to SAP Jam, you can display it in the launchpad as well.\nDo you want to use your SAP Jam image in the launchpad?\n\nYou can change this at any time in the Settings dialog box.
1535
- #XLNK
1536
790
  userImageConsentDialogShowTermsOfUse=Show Terms of Use
1537
- #XLNK
1538
791
  userImageConsentDialogHideTermsOfUse=Hide Terms of Use
1539
- #YFLD
1540
792
  userImageConsentDialogTermsOfUse=The SAP Fiori Launchpad provides the option of showing your SAP Jam profile picture. If you agree to show a picture of yourself, SAP SE will use it in order to display it in the Fiori Launchpad and the front ends of apps which are integrated into it to other users in connection with your name.\n\nYour consent will also apply to future applications integrated into the SAP Fiori Launchpad.\n\nThereby it is always SAP SE's goal to personalize the virtual communication and collaboration of SAP employees, to increase social connections and cooperative ties between internal SAP users, and to increase their communication.\n\nIt is therefore possible that SAP SE will forward your picture to other SAP affiliates if a certain app is operated by another SAP affiliate.\nHowever, SAP SE will not forward your picture to external third parties.\n\nTo ensure that the picture can be displayed, it must be processed outside of the territory of the European Union (EU).\nThis might comprise countries where personal data is subject to a different level of protection than in the EU.\n\nWithin the described use of your picture, it is possible that all SAP employees globally who can access the relevant apps can see your picture.\nIf you agree to the storage and use of your picture asset as described above, please provide us with your consent. Your consent is absolutely voluntary.\nIn particular, there will be no disadvantages for you if you do not want to provide your picture of yourself or if you do not provide your consent.\n\nYou can revoke the consent provided hereunder regarding the use of your picture at any time.\nTo do this, please go to the Fiori Launchpad\u2019s settings panel and switch off the display of your profile picture.
1541
793
 
1542
- #XBUT
1543
794
  DisplayImg=Display Image
1544
- #XBUT
1545
795
  DontDisplayImg=Do Not Display Image
1546
796
 
1547
- #XTIT
1548
797
  ShellNavigationMenu_AriaLabel={0} - Show Navigation Menu
1549
- #XTIT
1550
798
  ShowAllMyApps_AriaLabel={0} - Show All My Apps
1551
- #XTIT
1552
799
  AnchorNavigationBar_AriaLabel=Group Navigation
1553
- #XACT
1554
800
  SidePane_AriaLabel=Secondary Content
1555
- #XACT
1556
801
  ShellContent.AriaLabel=Shell Content
1557
- #XACT
1558
802
  ToolArea_AriaLabel=Tool Area
1559
- #XACT
1560
803
  FloatingContainer_AriaLabel=Floating Container
1561
- #XMSG
1562
804
  ShellNavigationMenu_HierarchyItemsAriaLabel=Hierarchical Navigation
1563
805
 
1564
- #XMSG
1565
806
  EasyAccessMenu_NoAppsToDisplayMessagePage_Text=No apps to display
1566
- #XMSG
1567
807
  EasyAccessMenu_SearchPlaceHolder_Catalog=Search in catalog
1568
- #XMSG
1569
808
  EasyAccessMenu_SearchPlaceHolder_UserMenu=Search in user menu
1570
- #XMSG
1571
809
  EasyAccessMenu_SearchPlaceHolder_SAPMenu=Search in SAP menu
1572
- #XTOL
1573
810
  EasyAccessMenu_PinButton_UnToggled_Tooltip=Add tile
1574
- #XTOL
1575
811
  EasyAccessMenu_PinButton_Toggled_Tooltip=Edit assignment
1576
- #XLNK
1577
812
  EasyAccessSearchResults_ShowMoreResults=Show more ({0} of {1})
1578
813
 
1579
- #XTIT
1580
814
  AllMyAppsEmptyText=Select Category
1581
- #XFLD
1582
815
  AppearanceTileSizeLabel=Tile Size
1583
- #XRBL
1584
816
  AppearanceTileSizeSmall=Small
1585
- #XRBL
1586
817
  AppearanceTileSizeLarge=Large
1587
- #YINF
1588
818
  appearanceTileSizeDescriptionText=Sets the size of the tiles on the home page for desktop devices. The tile size on mobile devices is always small and is not affected by this setting.
1589
- #YINF
1590
819
  appearanceCompactCozyDescriptionText=Increases the size and spacing of controls to allow you to interact with them more easily using your fingertip. This is useful for hybrid devices that combine touch and mouse events.
1591
- #XFLD
1592
820
  AppearanceShowContentProviderInfoOnVisualizationsLabel=Show Source System Name on Tiles
1593
- #YINF
1594
821
  AppearanceShowContentProviderInfoOnVisualizationsText=Show from which system the app comes, directly on the tile. We recommend activating this setting if the apps you use are available in multiple systems.
1595
- #XFLD
1596
822
  AppearanceDarkModeLabel=Automatic Dark Mode Detection
1597
- #XINF
1598
823
  AppearanceDarkModeDetectionText=Enable automatic dark mode detection on compatible themes based on your operating system settings.
1599
- #XTIT: Label for the high contract theme in the theme list. {0} is a specific theme ID like "SAP Horizon" or "SAP Quartz", so the final text is like "SAP Quartz High Contrast"
1600
824
  AppearanceHighContrastTheme={0} High Contrast
1601
- #XMSG
1602
825
  LanguageAndRegionHelpingText=After you save your settings, the browser will refresh for the new settings to take effect.
1603
- #XMSG
1604
826
  TimeZoneHelpingText=The time zone will not be applied in UI5 apps. \nIf you don't know the type of an app, you can check it in the "About" dialog in the "ID of the Application Framework\u201D field.
1605
- #XTOL
1606
827
  ToggleButtonShow=Show Menu
1607
- #XTOL
1608
828
  ToggleButtonHide=Hide Menu
1609
- #XEXP
1610
829
  embeddedNavigationMode=Opens in place
1611
- #XEXP
1612
830
  newWindowNavigationMode=Opens in a new window
1613
- #XEXP
1614
831
  replaceNavigationMode=Opens in place without a launchpad shell
1615
- #XEXP
1616
832
  newWindowThenEmbeddedNavigationMode=Opens in a new window without a launchpad shell
1617
833
 
1618
- #XMSG: Message displayed inside of the Page control when there are no sections
1619
834
  Page.NoSectionText=There are no sections. The page is empty.
1620
- #XBUT
1621
835
  Page.Button.AddSection=Add Section
1622
836
 
1623
- #XBUT
1624
837
  Section.Button.Delete=Delete Section
1625
- #XBUT
1626
838
  Section.Button.Reset=Reset Section
1627
- #XBUT
1628
839
  Section.Button.Hide=Hide Section
1629
- #XBUT
1630
840
  Section.Button.Show=Show Section
1631
- #XBUT
1632
841
  Section.Button.AddVisualization=Add Tile
1633
- #XTIT: This is displayed when the input is empty
1634
842
  Section.TitlePlaceholder=Enter a section title
1635
- #XTIT: Label for the section title
1636
843
  Section.Label.Title=Section Title
1637
- #XTIT
1638
844
  Section.NoVisualizationsText=To start, drag/add content from catalogs here.
1639
- #XMSG
1640
845
  Section.nowBeingShown=Section is now being shown.
1641
- #XMSG
1642
846
  Section.nowBeingHidden=Section is now being hidden.
1643
- #XMSG: This message is immediately followed by " Hide Section Button" or " Show Section Button".
1644
847
  Section.ButtonLabelChanged=Button changed to
1645
- #XMSG: "{0}" is the Section Title, this is read when a user navigates to the section and should descriebe the UI type aswell as the title.
1646
848
  Section.Description={0} Section
1647
- #XMSG: If the Section Title is empty this text should be read instead of the section title.
1648
849
  Section.Description.EmptySectionTitle=Section without title
1649
- #XMSG: Aria label for the compact area of a section (area with link tiles).
1650
850
  Section.CompactArea.Description=Links
1651
851
 
1652
- # Product Switch
1653
852
 
1654
- #XBUT
1655
853
  productSwitch=Product Switch
1656
854
 
1657
- # Pages Runtime
1658
855
 
1659
- #XMSG
1660
856
  PageRuntime.NoAssignedSpace=Cannot find a space assigned to you. Please contact your system administrator.
1661
- #XMSG
1662
857
  PageRuntime.NoAssignedPage=Cannot find a page assigned to you. Please contact your system administrator.
1663
- #XMSG
1664
858
  PageRuntime.InvalidPageId=The page ID is invalid. Please enter a valid page ID.
1665
- #XMSG
1666
859
  PageRuntime.InvalidSpaceId=The space ID is invalid. Please enter a valid space ID.
1667
- #XMSG
1668
860
  PageRuntime.NoPageIdAndSpaceIdProvided=No page ID and space ID entered. Please enter one space ID and one page ID.
1669
- #XMSG
1670
861
  PageRuntime.OnlySpaceIdProvided=You have entered a space ID but no page ID. Please enter a page ID.
1671
- #XMSG
1672
862
  PageRuntime.OnlyPageIdProvided=You have entered a page ID but no space ID. Please enter a space ID.
1673
- #XMSG
1674
863
  PageRuntime.MultiplePageOrSpaceIdProvided=More than one space ID or page ID entered. Please enter one space ID and one page ID only.
1675
- #XBUT
1676
864
  PageRuntime.CannotLoadPage.DetailsButton=View Details
1677
- #XBUT
1678
865
  PageRuntime.CannotLoadPage.CopyButton=Copy
1679
- #XMSG
1680
866
  PageRuntime.CannotLoadPage.CopySuccess=Details were copied successfully
1681
- #XMSG
1682
867
  PageRuntime.CannotLoadPage.CopyFail=An error occurred while copying details.
1683
- #YMSG
1684
868
  PageRuntime.CannotLoadPage.Text=An error occurred while loading this page. This might have happened due to one of the following reasons\:\n - The page or space has been removed or is no longer assigned to you.\n - The URL might be corrupt. Among other things, this might be caused by a corrupt bookmark.\n\nPlease copy the complete error message by using the Copy button below and contact your content administrator.\n\nPageId\: "{0}"\nSpaceId\: "{1}"
1685
- #YMSG
1686
869
  PageRuntime.GeneralError.Text=An error has occurred. Please refresh the launchpad after a few minutes. If this error keeps occurring, please contact SAP support.
1687
- #XMSG
1688
870
  PageRuntime.CannotLoadPage.Description=The original error message from the corresponding loading request is\:
1689
- #XBUT
1690
871
  PageRuntime.EditMode.Activate=Edit Current Page
1691
- #XBUT: "{0}" is the title of the page
1692
872
  PageRuntime.EditModeForPage.Activate=Edit {0}
1693
- #XBUT: Add tiles to the "My Home" page. "{0}" is the title of the page.
1694
873
  PageRuntime.EditModeForPage.AddTilesToMyHome=Add Tiles to {0}
1695
- #XBUT
1696
874
  PageRuntime.EditMode.Exit=Exit Edit Mode
1697
- #XBUT
1698
875
  PageRuntime.EditMode.ExitAddTilesMode=Exit Add Tiles Mode
1699
- #XMSG
1700
876
  PageRuntime.EditMode.EmptySection=Empty sections will not be displayed on the page. Add your preferred apps using "Add Tile".
1701
- #XTIT
1702
877
  PageRuntime.Dialog.Title.Delete=Delete
1703
- #XTIT
1704
878
  PageRuntime.Dialog.Title.MoveVisualization=Move to Section
1705
- #XMSG
1706
879
  PageRuntime.Message.SectionDeleted=Section deleted
1707
- #XMSG
1708
880
  PageRuntime.Message.SectionReset=Section reset
1709
- #XMSG
1710
881
  PageRuntime.Message.VisualizationRemoved=Tile removed
1711
- #XMSG
1712
882
  PageRuntime.Message.VisualizationAddedToMyHome=Tile added to My Home
1713
- #XMSG
1714
883
  PageRuntime.Message.Section.Delete=Are you sure you want to delete section "{0}"?
1715
- #XMSG
1716
884
  PageRuntime.Message.Section.DeleteNoTitle=Are you sure you want to delete this section?
1717
- #XMSG
1718
885
  PageRuntime.Message.VisualizationMoved=Tile moved
1719
- #XMSG
1720
886
  PageRuntime.Message.VisualizationConverted=Tile converted
1721
- #XMSG
1722
887
  PageRuntime.Message.VisualizationMovedAndConverted=Tile moved and converted
1723
- #XMSG
1724
888
  PageRuntime.Message.SectionMoved=Section moved
1725
- #XMSG
1726
889
  NavigationDataProvider.CannotLoadData=The navigation target data for the tiles on this page could not be loaded due to an error.
1727
- #XMSG
1728
890
  VisualizationDataProvider.CannotLoadData=The details of the tiles on the page could not be loaded due to an error.
1729
- #XMSG
1730
891
  PagePersistenceAdapter.CannotLoadPage=The page could not be loaded from the page repository.
1731
892
 
1732
- # Workpages Runtime
1733
893
 
1734
- #XBUT
1735
894
  WorkpageRuntime.EditMode.Activate=Customize Current Page
1736
895
 
1737
- # Home App
1738
896
 
1739
- #XBUT
1740
897
  HomeApp.Menu.Title=My Home
1741
- #XBUT
1742
898
  HomeApp.CannotLoadApp.CopyButton=Copy Details
1743
- #XMSG
1744
899
  HomeApp.CannotLoadApp.CopySuccess=Details were copied successfully
1745
- #XMSG
1746
900
  HomeApp.CannotLoadApp.CopyFail=An error occurred while copying details.
1747
- #YMSG
1748
901
  HomeApp.GeneralError.Text=An error has occured. Please wait a few minutes and then refresh the launchpad. If this error persists, please contact your administrator.
1749
902
 
1750
- #XMSG
1751
903
  VisualizationOrganizer.Title=Select the Pages for This Tile
1752
- #XTOL: Tooltip for the search button
1753
904
  VisualizationOrganizer.SearchField.Tooltip=Search
1754
- #XTOL: Tooltip for the toggle button
1755
905
  VisualizationOrganizer.ToggleButton.Tooltip=Selected Pages
1756
- #XTOL: MessageBox Description for discarding changes
1757
906
  VisualizationOrganizer.MessageBox.Description=Are you sure you want to discard the changes?
1758
- #XTOL: MessageBox Title for discarding changes
1759
907
  VisualizationOrganizer.MessageBox.Title=Discard
1760
- #XTOL: MessageBox Action Discard for discarding changes
1761
908
  VisualizationOrganizer.MessageBox.ActionDiscard=Discard
1762
- #XMSG
1763
909
  VisualizationOrganizer.PagesList.NoDataText=No pages available.
1764
- #XMSG
1765
910
  VisualizationOrganizer.PagesList.NoResultsText=No pages found.
1766
- #XMSG: The added or removed visualizations are now saved.
1767
911
  VisualizationOrganizer.MessageToast=Your changes have been saved.
1768
- #XMSG: "{0}" is the title of a visualization. "{1}" is the title of the section. "{2}" is the title of the page.
1769
912
  VisualizationOrganizer.MessageToastSectionContextAdd="{0}\u201D added to section "{1}" of page "{2}"
1770
- #XMSG: "{0}" is the title of a visualization. "{1}" is the title of the section. "{2}" is the title of the page.
1771
913
  VisualizationOrganizer.MessageToastSectionContextRemove="{0}\u201D removed from section "{1}" of page "{2}"
1772
- #XMSG: "{0}" is the title of a visualization. "{1}" is the title of the page.
1773
914
  VisualizationOrganizer.MessageToastPageAdd="{0}" added to "{1}"
1774
- #XMSG: "{0}" is the title of a visualization. "{1}" is the title of the page.
1775
915
  VisualizationOrganizer.MessageToastPageRemove=\u201C{0}" removed from "{1}"
1776
- #XTIT: "{0}" is the title of the page.
1777
916
  VisualizationOrganizer.PageContextTitle=App Finder - Personalize "{0}"
1778
- #XTIT
1779
917
  VisualizationOrganizer.AppFinderSectionContextTitle=App Finder - Personalize "{0}"
1780
- #XTIT
1781
918
  VisualizationOrganizer.AppFinderSectionContextTitleUnnamed=App Finder - Personalize Unnamed Section
1782
- #XTOL
1783
919
  VisualizationOrganizer.Button.Tooltip.AddToSection=Add to Section
1784
- #XTOL
1785
920
  VisualizationOrganizer.Button.Tooltip.RemoveFromSection=Remove from Section
1786
- #XTOL: "{0}" is the name of the Page
1787
921
  VisualizationOrganizer.Button.Tooltip.AddToPage=Add to Page "{0}"
1788
- #XTOL: "{0}" is the name of the Page
1789
922
  VisualizationOrganizer.Button.Tooltip.RemoveFromPage=Remove from Page "{0}"
1790
923
 
1791
- #XTXT
1792
924
  VisualizationInstance.OutOfRoleContext=Out of role context
1793
- #XTXT
1794
925
  VisualizationInstance.ConvertToStandardAction=Convert to Tile
1795
- #XTXT
1796
926
  VisualizationInstance.ConvertToStandardWideAction=Convert to Wide Tile
1797
- #XTXT
1798
927
  VisualizationInstance.ConvertToFlatAction=Convert to Flat Tile
1799
- #XTXT
1800
928
  VisualizationInstance.ConvertToFlatWideAction=Convert to Flat Wide Tile
1801
- #XTXT
1802
929
  VisualizationInstance.ConvertToCompactAction=Convert to Link
1803
930
 
1804
- #XTIT
1805
931
  DefaultSection.Title=Recently Added Apps
1806
932
 
1807
- # Components: Technical Titles
1808
933
 
1809
- #XTIT: Technical name of App Finder component. Not displayed to users.
1810
934
  Component.AppFinder.Title=App Finder
1811
- #XTIT: Technical name of Homepage component. Not displayed to users.
1812
935
  Component.Homepage.Title=Home Page
1813
936
 
1814
- #XMSG
1815
937
  SaveOnPage.CannotLoadPages=An error occured while loading pages.
1816
938
 
1817
- # "Contact Support" feature
1818
939
 
1819
- #XTIT: Subject of the created backend incident; "{0}" is the system's name; "{1}" is the user's ID.
1820
940
  contactSupport.Subject=Issue in {0} reported by {1}
1821
941
 
1822
- # FailedTileDialog
1823
942
 
1824
- #YMSG
1825
943
  FailedTileDialog.Message.Text=This tile could not be loaded. Please remove the tile or reset its group. If the problem persists, contact your system administrator.
1826
- #XBUT
1827
944
  FailedTileDialog.ShowDetails.Text=Show Details
1828
- #XFLD
1829
945
  FailedTileDialog.groupId.Label=Group ID
1830
- #XFLD
1831
946
  FailedTileDialog.chipTitle.Label=Tile Title
1832
- #XFLD
1833
947
  FailedTileDialog.chipDescription.Label=Tile Description
1834
- #XFLD
1835
948
  FailedTileDialog.chipInstanceId.Label=Group Tile ID
1836
- #XFLD
1837
949
  FailedTileDialog.chipId.Label=Catalog Tile ID
1838
- #XFLD
1839
950
  FailedTileDialog.catalogId.Label=Catalog ID
1840
- #XFLD
1841
951
  FailedTileDialog.completelyLoaded.Label=Tile loaded completely
1842
- #XFLD
1843
952
  FailedTileDialog.debugInfo.Label=Debug Information
1844
953
 
1845
- # AppilcationContainer
1846
- #XMSG: Title of the application container iframe, this is written to users on accessing the iframe, when using braille devices: "Application Frame"
1847
954
  AppilcationContainer.IframeTitle=Application
1848
955
 
1849
- # My Home - Initial Page
1850
- #XMSG
1851
956
  MyHome.InitialPage.Description=You can add your preferred apps to this page.
1852
- #XTIT
1853
957
  MyHome.InitialPage.Title=Nothing here yet?
1854
- #XBUT
1855
958
  MyHome.InitialPage.Button.EditPage=Edit Page
1856
- #XLNK
1857
959
  MyHome.InitialPage.MessageStrip.Link=Start importing now.
1858
- #XMSG
1859
960
  MyHome.InitialPage.MessageStrip.Text=You can add your apps from the classic home page.
1860
- #XMSG
1861
961
  MyHome.InitialPage.MessageStrip.Popup=You can display this message again in the user settings on the Spaces and Pages tab.
1862
- #XTIT
1863
962
  MyHome.ImportDialog.Title=Import Personalization Content
1864
- #YMSG
1865
963
  MyHome.ImportDialog.Info=You have personalized groups in the classic home page. You can import these groups to this page. Once you have done this, the launchpad will restart.
1866
- #XBUT
1867
964
  MyHome.ImportDialog.Button.AddAppsToPage=Import
1868
- #XBUT
1869
965
  MyHome.ImportDialog.Button.Cancel=Cancel
1870
- #XMSG
1871
966
  MyHome.InitialPage.Message.HidePage=Want to hide this page?
1872
- #XMSG
1873
967
  MyHome.InitialPage.Message.GoToUserSettings=Go to User Settings.
1874
- #XMSG
1875
968
  MyHome.InitialPage.Message.ImportSuccessful=Import successful
1876
969
 
1877
- # Navigation Bar Menu
1878
970
 
1879
- #XTIT Title of the Navigation Bar Menu with number of pinned spaces
1880
971
  NavigationBarMenu.PinnedSpaces.Title=Pinned Spaces ({0})
1881
- #XTIT Title of the All Spaces Tree
1882
972
  NavigationBarMenu.AllSpaces.Title=All Spaces
1883
- #XBUT Button to pin a single unpinned space
1884
973
  NavigationBarMenu.Button.PinSpace=Pin Space
1885
- #XBUT Button to unpin a single pinned space
1886
974
  NavigationBarMenu.Button.UnpinSpace=Unpin Space
1887
- #XBUT Button to unpin all pinned spaces
1888
975
  NavigationBarMenu.Button.UnpinAll=Unpin All
1889
- #XMSG Button tooltip to unpin all pinned spaces
1890
976
  NavigationBarMenu.Button.UnpinAll.Tooltip=Unpin All Spaces
1891
- #XMSG NoData Text for the Tree that holds the pinned spaces
1892
977
  NavigationBarMenu.PinnedSpaces.NoDataText=Pin your favorite spaces to the navigation bar.
1893
- #XMSG NoData Text for the Tree that holds all spaces
1894
978
  NavigationBarMenu.AllSpaces.NoDataText=There are no spaces assigned to you.
1895
- #XBUT Button Text (tooltip) for the burger button to open the popover
1896
979
  NavigationBarMenu.Button.OpenPopover=Personalize Navigation Bar
1897
- #XMSG Announced when a pinned space is moved
1898
980
  NavigationBarMenu.PinnedSpaces.Moved=Pinned Space moved
1899
981
 
1900
- # System Information Bar
1901
- #XACT: Aria label for the System Information Bar which is placed above the FLP.
1902
982
  SysInfoBarAriaLabel=System Information Bar - {0} {1}
1903
983
 
1904
984
 
1905
- #XFLD: Week Numbering Setting Label
1906
985
  weekNumberingFld=Week Numbering
1907
- #XTIT
1908
986
  DefaultWeekNumberingTitle=Default
1909
- #XTIT
1910
987
  ISO_8601WeekNumberingTitle=ISO 8601
1911
- #XTIT
1912
988
  MiddleEasternWeekNumberingTitle=Middle Eastern
1913
- #XTIT
1914
989
  WesternTraditionalWeekNumberingTitle=Western Traditional
1915
- #XTXT
1916
990
  DefaultWeekNumberingText=Use the default calendar week numbering from the system.
1917
- #XTXT
1918
991
  ISO_8601WeekNumberingText=Monday is the first day of the week; the week containing January 4th is the first week of the year.
1919
- #XTXT
1920
992
  MiddleEasternWeekNumberingText=Saturday is the first day of the week, the week containing January 1st is the first week of the year.
1921
- #XTXT
1922
993
  WesternTraditionalWeekNumberingText=Sunday is the first day of the week; the week containing January 1st is the first week of the year.
1923
994
 
1924
995
 
1925
- #XFLD Announced to screen readers to mark tiles as interactive elements (link)
1926
996
  VizInstance.AriaDescription.Link=Link