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