@sapui5/sap.ushell 1.120.4 → 1.120.6
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/Fiori20Adapter.js +1 -1
- package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
- 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/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/_ApplicationType/urlTemplateResolution.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 +1 -1
- 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 +1 -1
- 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/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/SearchCEPAdapter.js +1 -1
- 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 +1 -1
- 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/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.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 +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +69 -45
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntimeContext.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_en.properties +7 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_en.properties +4 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +23 -10
- package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/logger.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/state.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/HomepageManager.js +25 -0
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +1 -1
- 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 +23 -19
- package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +1 -1
- 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_en.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_en.properties +11 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en.properties +111 -0
- package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +1 -1
- package/src/main/js/sap/ushell/components/container/resources/resources_en.properties +9 -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_en.properties +29 -0
- 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 +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
- 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/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/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 -1
- 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/controller/WorkPageHost.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_en.properties +76 -0
- 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/components/workPageRuntime/services/NavigationResolver.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/services/WorkPage.js +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/rta/i18n/i18n_en.properties +10 -0
- package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_en.properties +14 -0
- package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +44 -37
- package/src/main/js/sap/ushell/renderer/resources/resources.properties +4 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +952 -19
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
- package/src/main/js/sap/ushell/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
- package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
- package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
- package/src/main/js/sap/ushell/services/Configuration.js +1 -1
- package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
- package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
- package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/FloatingContainer.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/Footer.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/Header.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/SidePane.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/ToolArea.js +1 -1
- package/src/main/js/sap/ushell/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/Menu.js +1 -1
- package/src/main/js/sap/ushell/services/Message.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation.js +1 -1
- package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/NotificationsV2.js +1 -1
- package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
- package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
- package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
- package/src/main/js/sap/ushell/services/Pages.js +1 -1
- package/src/main/js/sap/ushell/services/Personalization.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2/ContextContainer.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2/Personalizer.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2/TransientPersonalizer.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2/Variant.js +2 -2
- package/src/main/js/sap/ushell/services/PersonalizationV2/VariantSet.js +4 -4
- package/src/main/js/sap/ushell/services/PersonalizationV2/VariantSetAdapter.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapter.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapterContainer.js +2 -2
- package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
- package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/services/Search.js +1 -1
- package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
- package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
- package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
- package/src/main/js/sap/ushell/services/UITracer.js +1 -1
- package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
- package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
- package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
- package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/services/UserRecents.js +66 -44
- package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
- 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/_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/services/_UserRecents/RecentActivity.js +36 -23
- package/src/main/js/sap/ushell/services/_UserRecents/RecentAppsUsage.js +11 -11
- package/src/main/js/sap/ushell/services/_UserRecents/RecentsList.js +8 -8
- package/src/main/js/sap/ushell/services/_UserRecents/UserRecentsBase.js +40 -36
- package/src/main/js/sap/ushell/services/_VisualizationInstantiation/VizInstanceLink.js +1 -1
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/ui/ContentNodeSelector.js +3 -1
- package/src/main/js/sap/ushell/ui/QuickAccess.js +1 -0
- package/src/main/js/sap/ushell/ui/ShellHeader.js +4 -2
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Page.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Section.js +2 -2
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +1 -6
- package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/SysInfoBar.js +1 -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/utils/UrlShortening.js +1 -1
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/ui5.yaml +24 -4
|
@@ -1,993 +1,1926 @@
|
|
|
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
|
+
#XFLD
|
|
276
547
|
dateFormatFld=Date Format
|
|
548
|
+
#XFLD
|
|
277
549
|
timeFormatFld=Time Format
|
|
550
|
+
#XFLD
|
|
278
551
|
numberFormatFld=Decimal Format
|
|
552
|
+
#XFLD
|
|
279
553
|
timeZoneFld=Time Zone
|
|
554
|
+
#XBUT
|
|
280
555
|
btn12h=12 h
|
|
556
|
+
#XBUT
|
|
281
557
|
btn24h=24 h
|
|
282
558
|
|
|
559
|
+
#XFLD
|
|
283
560
|
appFrameworkId=Framework ID
|
|
561
|
+
#XFLD
|
|
284
562
|
appFrameworkVersion=Framework Version
|
|
563
|
+
#XFLD
|
|
285
564
|
productName=Product Name
|
|
565
|
+
#XFLD
|
|
286
566
|
appId=ID
|
|
567
|
+
#XFLD
|
|
287
568
|
appVersion=Version
|
|
569
|
+
#XFLD
|
|
288
570
|
technicalAppComponentId=Technical Component ID
|
|
571
|
+
#XFLD
|
|
289
572
|
appSupportInfo=Component
|
|
573
|
+
#XFLD
|
|
290
574
|
appTitle=Title
|
|
575
|
+
#XFLD
|
|
291
576
|
aboutCategoryApplication=Application
|
|
577
|
+
#XFLD
|
|
292
578
|
aboutCategorySystem=System
|
|
579
|
+
#XFLD
|
|
293
580
|
aboutCategoryUser=Environment
|
|
294
581
|
|
|
582
|
+
#XFLD: The label of a table column containing the labels of FLP pages
|
|
295
583
|
contentNodeSelectorPage=Page
|
|
584
|
+
#XFLD: The label of a table column containing the labels of FLP homepage groups
|
|
296
585
|
contentNodeSelectorHomepageGroup=Group
|
|
586
|
+
#XFLD: The label of the content node selector that is automatically set if the FLP is in classic mode
|
|
297
587
|
contentNodeSelectorHomepageGroups=Groups
|
|
588
|
+
#XFLD: The label of the content node selector that is automatically set if the FLP is in spaces mode
|
|
298
589
|
contentNodeSelectorHomepagePages=Pages
|
|
590
|
+
#XFLD: The label of a table column containing the labels of FLP spaces
|
|
299
591
|
contentNodeSelectorSpace=Space
|
|
592
|
+
#XTIT: The title of the value help dialog if in space mode
|
|
300
593
|
valueHelpDialogTitlePages=Select Pages
|
|
594
|
+
#XTIT: The title of the value help dialog if in classic homepage mode
|
|
301
595
|
valueHelpDialogTitleGroups=Select Groups
|
|
596
|
+
#XBUT: The label of a button in the value help dialog to add bookmarks to groups/pages
|
|
302
597
|
valueHelpDialogButtonApply=Apply
|
|
598
|
+
#XBUT: The label of a button in the value help dialog to cancel the dialog
|
|
303
599
|
valueHelpDialogButtonCancel=Cancel
|
|
600
|
+
#XFLD
|
|
304
601
|
contentProviderLabel=Source System
|
|
602
|
+
#XFLD
|
|
305
603
|
ariaLabelEditModeGroupDefault={0} Group default
|
|
604
|
+
#XFLD
|
|
306
605
|
ariaLabelEditModeGroupLocked={0} Group locked
|
|
606
|
+
#XFLD
|
|
307
607
|
ariaLabelEditModeGroup={0} Group
|
|
308
608
|
|
|
609
|
+
# Generic Translations
|
|
309
610
|
|
|
611
|
+
#XBUT
|
|
310
612
|
samlCloseBtn=Close
|
|
613
|
+
#XTIT
|
|
311
614
|
samlDialogTitle=Authentication Information
|
|
615
|
+
#XFLD
|
|
312
616
|
dataLossInternalMessage=This page contains unsaved data. Are you sure you want to leave the page?
|
|
617
|
+
#XFLD
|
|
313
618
|
dataLossExternalMessage=This page contains unsaved data
|
|
619
|
+
#XBUT
|
|
314
620
|
removeButtonTitle=Remove
|
|
621
|
+
#XBUT: Text that is read by screen reader on tile focus in edit mode
|
|
315
622
|
removeButtonLabel=Removable
|
|
623
|
+
#XFLD
|
|
316
624
|
error=Error
|
|
625
|
+
#XMSG
|
|
317
626
|
beforeLogoutMsg=You are now being signed out
|
|
627
|
+
#XMSG
|
|
318
628
|
savingEntryError=Could not save changes to
|
|
629
|
+
#XMSG
|
|
319
630
|
savingEntriesError=Could not save changes to the following\:
|
|
631
|
+
#XTIT
|
|
320
632
|
signoutMsgTitle=Sign Out
|
|
633
|
+
#XMSG
|
|
321
634
|
tileHasNoActions=No actions
|
|
635
|
+
#XBUT,22: Action button (max two lines wrap, width: 2x11, max word length: 11 characters)
|
|
322
636
|
activateActionMode=Personalize Home Page
|
|
637
|
+
#XBUT,22: Action button (max two lines wrap, width: 2x11, max word length: 11 characters)
|
|
323
638
|
activateEditMode=Edit Home Page
|
|
639
|
+
#XBUT,22: Action button (max two lines wrap, width: 2x11, max word length: 11 characters)
|
|
324
640
|
exitEditMode=Exit Edit Mode
|
|
641
|
+
#XBUT
|
|
325
642
|
closeEditMode=Close
|
|
643
|
+
#XTIT
|
|
326
644
|
close=Close
|
|
645
|
+
#XMSG
|
|
327
646
|
signoutConfirmationMsg=Are you sure you want to sign out?
|
|
647
|
+
#XMSG
|
|
328
648
|
noFilteredItems=No matches found
|
|
649
|
+
#XMSG
|
|
329
650
|
tileTypeListItem=List item
|
|
651
|
+
#XMSG
|
|
330
652
|
noCatalogs=No catalogs found
|
|
653
|
+
#XMSG
|
|
331
654
|
catalogsLoading=Loading catalogs...
|
|
655
|
+
#XMSG
|
|
332
656
|
genericLoading=Loading...
|
|
657
|
+
#XMSG
|
|
333
658
|
screenReaderNavigationLoading=Loading application
|
|
659
|
+
#XMSG
|
|
334
660
|
loadingComplete=Loading complete
|
|
661
|
+
#XMSG
|
|
335
662
|
loadingErrorMessage=Could not load data
|
|
663
|
+
#XMSG
|
|
336
664
|
partialCatalogFail=Failed to load one or more catalogs
|
|
665
|
+
#XMSG
|
|
337
666
|
SpacePageNavgiationRegion=Space Page
|
|
667
|
+
#XMSG
|
|
338
668
|
PageSectionRegion=Page Sections
|
|
339
669
|
|
|
670
|
+
#XTIT
|
|
340
671
|
hotKeysGlossary=Keyboard Shortcuts
|
|
672
|
+
#XFLD
|
|
341
673
|
hotkeyFocusOnSearchField=Set the focus on the search entry field
|
|
674
|
+
#XFLD
|
|
342
675
|
hotkeyFocusOnSearchButton=Set the focus on the search button
|
|
676
|
+
#XFLD
|
|
343
677
|
hotkeyFocusOnSettingsButton=Set the focus on the Settings button
|
|
678
|
+
#XFLD
|
|
344
679
|
hotkeyFocusOnNotifications=Display the notifications area
|
|
680
|
+
#XFLD
|
|
345
681
|
hotkeyFocusOnUserActionMenu=Set the focus on the User Actions menu
|
|
682
|
+
#XFLD
|
|
346
683
|
hotkeyOpenSettings=Open the Settings dialog
|
|
684
|
+
#XFLD
|
|
347
685
|
hotkeyHomePage=Set the focus on either the logo or the home button
|
|
686
|
+
#XFLD
|
|
348
687
|
hotkeyFocusOnAppFinderButton=Set the focus on the App Finder button
|
|
688
|
+
#XFLD
|
|
349
689
|
hotkeyExitEditing=Exit edit mode
|
|
690
|
+
#XTIT: Name of the MacOs Option key on the keyboard
|
|
350
691
|
OptionKey=Option
|
|
692
|
+
#XTIT: Name of the MacOs Command key on the keyboard
|
|
351
693
|
CommandKey=Command
|
|
694
|
+
#XTIT: Name of the Windows Alt key on the keyboard
|
|
352
695
|
AltKey=Alt
|
|
696
|
+
#XTIT: Name of the Control key on the keyboard
|
|
353
697
|
ControlKey=Control
|
|
698
|
+
#XTIT: Name of the Comma key on the keyboard
|
|
354
699
|
CommaKey=Comma
|
|
700
|
+
#XTIT: Name of the Enter key on the keyboard
|
|
355
701
|
EnterKey=Enter
|
|
702
|
+
#XTIT: Name of the Shift key on the keyboard
|
|
356
703
|
ShiftKey=Shift
|
|
357
704
|
|
|
705
|
+
#XTIT
|
|
358
706
|
userProfiling=User Profiling
|
|
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}
|
|
719
|
+
#XTOL
|
|
365
720
|
usageAnalytics=Usage Analytics
|
|
721
|
+
#XTOL
|
|
366
722
|
allowTracking=Allow tracking
|
|
723
|
+
#XTOL
|
|
367
724
|
i_agree=I agree
|
|
725
|
+
#XTOL
|
|
368
726
|
i_disagree=I disagree
|
|
727
|
+
#XTOL
|
|
369
728
|
remind_me_later=Remind me later
|
|
729
|
+
#XSEL
|
|
370
730
|
trackingEnabled=Enabled
|
|
731
|
+
#XSEL
|
|
371
732
|
trackingDisabled=Disabled
|
|
733
|
+
#XTOL
|
|
372
734
|
defaultsValuesEntry=Default Values
|
|
735
|
+
#XTOL
|
|
373
736
|
userDefaultsExtendedParametersTooltip=Define more than one value for this field.
|
|
737
|
+
#XFLD
|
|
374
738
|
userDefaultsExtendedParametersTitle=Additional Values
|
|
739
|
+
#XTIT
|
|
375
740
|
userDefaultsGeneralGroup=General
|
|
741
|
+
#YINF
|
|
376
742
|
userDefaultsSystemContextInfo=Select a source system to show the default values defined for it. The parameters from the selected system are displayed below and can be changed. Default values of other source systems cannot be changed.
|
|
743
|
+
#XTIT
|
|
377
744
|
userDefaultsSystemTitle=Source System\:
|
|
745
|
+
#XBUT: The "save" button in the confirmation dialog shown if there are unsaved user default values.
|
|
378
746
|
userDefaultsSave=Save
|
|
747
|
+
#XBUT: The "discard" button in the confirmation dialog shown if there are unsaved user default values.
|
|
379
748
|
userDefaultsDiscard=Discard
|
|
749
|
+
#XTIT: The title of the confirmation dialog shown if there are unsaved user default values.
|
|
380
750
|
userDefaultsUnsavedChangesTitle=Save
|
|
751
|
+
#XINF: The explanatory text of the confirmation dialog shown if there are unsaved user default values.
|
|
381
752
|
userDefaultsUnsavedChangesMessage=You have unsaved changes. Do you want to save the changes?
|
|
753
|
+
#XTIT
|
|
382
754
|
userDefaultsStandardView=Saved Values
|
|
755
|
+
#XTXT
|
|
383
756
|
userDefaultsDiffState=The displayed values have not been saved yet.
|
|
757
|
+
#XTIT
|
|
384
758
|
userSettings.browserLanguage=Browser Language
|
|
385
759
|
|
|
760
|
+
#XFLD
|
|
386
761
|
actionHomePage=Home
|
|
762
|
+
#XTIT
|
|
387
763
|
tile.display.action_chip=Target Mapping
|
|
388
764
|
|
|
765
|
+
#XBUT
|
|
389
766
|
configuration.cancel=Cancel
|
|
767
|
+
#XGRP
|
|
390
768
|
configuration.category.general=General
|
|
769
|
+
#XGRP
|
|
391
770
|
configuration.category.action_chip_configuration=Intent
|
|
771
|
+
#XFLD
|
|
392
772
|
configuration.mapping_signature=Mapping Signature
|
|
773
|
+
#XFLD
|
|
393
774
|
configuration.form_factor=Device Types
|
|
775
|
+
#XFLD
|
|
394
776
|
configuration.form_factor_phone=Phone
|
|
777
|
+
#XFLD
|
|
395
778
|
configuration.form_factor_tablet=Tablet
|
|
779
|
+
#XFLD
|
|
396
780
|
configuration.form_factor_desktop=Desktop
|
|
781
|
+
#XFLD
|
|
397
782
|
configuration.form_factor_combi=Combi Device
|
|
783
|
+
#XEXP
|
|
398
784
|
configuration.form_factor.tooltip=All the devices whose form factor is suitable for this target
|
|
785
|
+
#XTIT
|
|
399
786
|
configuration.signature.table.title=Parameters
|
|
787
|
+
#XCOL
|
|
400
788
|
configuration.signature.table.name=Name
|
|
789
|
+
#XCOL
|
|
401
790
|
configuration.signature.table.value=Value
|
|
791
|
+
#XCOL
|
|
402
792
|
configuration.signature.table.defaultValue=Default Value
|
|
793
|
+
#XCOL
|
|
403
794
|
configuration.signature.table.isRegEx=Is Regular Expression
|
|
795
|
+
#XCOL
|
|
404
796
|
configuration.signature.table.mandatory=Mandatory
|
|
797
|
+
#XCOL
|
|
405
798
|
configuration.signature.table.renameTo=Target Name
|
|
799
|
+
#XTOL
|
|
406
800
|
configuration.signature.table.renameTo.tooltip=URL parameter name expected by target application
|
|
801
|
+
#XCKL
|
|
407
802
|
configuration.signature.table.allowUndefined=Allow additional parameters
|
|
803
|
+
#XTOL
|
|
408
804
|
configuration.signature.table.nameFieldLbl=Enter a name
|
|
805
|
+
#XTOL
|
|
409
806
|
configuration.signature.table.valueFieldLbl=Enter a value
|
|
807
|
+
#XBUT
|
|
410
808
|
configuration.signature.table.add=Add
|
|
809
|
+
#XBUT
|
|
411
810
|
configuration.signature.table.delete=Delete
|
|
811
|
+
#XTIT
|
|
412
812
|
configuration.signature.uniqueParamMessage.title=Error
|
|
813
|
+
#XMSG
|
|
413
814
|
configuration.signature.uniqueParamMessage.text=Parameter name already exists; enter another name
|
|
815
|
+
#YMSG
|
|
414
816
|
configuration.signature.invalidParamMessage.text=Invalid parameter name; enter a string containing either [a-z], [A-Z], or a combination of alphanumeric characters and "_"
|
|
817
|
+
#YMSG
|
|
415
818
|
configuration.signature.invalidSapPrelaunchOperationsMessage.text=Invalid format of sap-prelaunch-operations parameter. Please ensure the parameter is specified as a default value in the form of a valid JSON array of objects with valid operation types. For example\: {0}
|
|
819
|
+
#XGRP
|
|
416
820
|
configuration.category.target_application=Target
|
|
821
|
+
#XGRP
|
|
417
822
|
configuration.category.dynamic_data=Dynamic Data
|
|
823
|
+
#XGRP
|
|
418
824
|
configuration.category.navigation=Navigation
|
|
825
|
+
#XGRP
|
|
419
826
|
configuration.category.tile_actions=Tile Actions
|
|
827
|
+
#XFLD
|
|
420
828
|
configuration.display_icon_url=Icon
|
|
829
|
+
#XMSG
|
|
421
830
|
configuration.display_icon_url.warning=Warning\: Icon URI is not valid; it must start with "sap-icon\://" and adhere to the URI format
|
|
831
|
+
#XEXP
|
|
422
832
|
configuration.display_icon_url.tooltip=Icon to be displayed on the tile
|
|
833
|
+
#XFLD
|
|
423
834
|
configuration.keywords=Keywords
|
|
835
|
+
#XEXP
|
|
424
836
|
configuration.keywords.tooltip=Comma-separated list of keywords
|
|
837
|
+
#XFLD
|
|
425
838
|
configuration.semantic_object=Semantic Object
|
|
839
|
+
#XMSG
|
|
426
840
|
configuration.semantic_object.error_invalid_chars=Error\: Invalid characters in semantic object. The following characters are invalid\: "?&\#-".
|
|
841
|
+
#XEXP
|
|
427
842
|
configuration.semantic_object.tooltip=Semantic object of the intent to be mapped
|
|
843
|
+
#XFLD
|
|
428
844
|
configuration.semantic_action=Action
|
|
845
|
+
#XMSG
|
|
429
846
|
configuration.semantic_action.error_invalid_chars=Error\: Invalid characters in action. The following characters are invalid\: "?&\#-".
|
|
847
|
+
#XMSG
|
|
430
848
|
configuration.navigation_provider.error_invalid_provider=Error\: Select a valid navigation target
|
|
849
|
+
#XEXP
|
|
431
850
|
configuration.semantic_action.tooltip=Action of the intent to be mapped to a target
|
|
851
|
+
#XFLD
|
|
432
852
|
configuration.display_info_text=Information
|
|
853
|
+
#XEXP
|
|
433
854
|
configuration.display_info_text.tooltip=Additional tile status information
|
|
855
|
+
#XFLD
|
|
434
856
|
configuration.target_application_alias=Application Alias
|
|
857
|
+
#XEXP
|
|
435
858
|
configuration.target_application_alias.tooltip=Application alias as defined in transaction LPD_CUST
|
|
859
|
+
#XFLD
|
|
436
860
|
configuration.navigation_semantic_parameters=Parameters
|
|
861
|
+
#XEXP
|
|
437
862
|
configuration.navigation_semantic_parameters.tooltip=URL parameters for semantic object navigation
|
|
863
|
+
#XFLD
|
|
438
864
|
configuration.target_application_id=Application ID
|
|
865
|
+
#XEXP
|
|
439
866
|
configuration.target_application_id.tooltip=Application ID as defined in transaction LPD_CUST
|
|
867
|
+
#XFLD
|
|
440
868
|
configuration.target_transaction=Transaction
|
|
869
|
+
#XEXP
|
|
441
870
|
configuration.target_transaction.tooltip=Transaction
|
|
871
|
+
#XFLD
|
|
442
872
|
configuration.target_wcf.application_id=Application ID
|
|
873
|
+
#XFLD
|
|
443
874
|
configuration.target_web_dynpro.application=Application
|
|
875
|
+
#XFLD
|
|
444
876
|
configuration.target_web_dynpro.configuration=Configuration
|
|
877
|
+
#XFLD
|
|
445
878
|
configuration.navigation_semantic_action=Action
|
|
879
|
+
#XEXP
|
|
446
880
|
configuration.navigation_semantic_action.tooltip=Action of the intent to be mapped to a target
|
|
881
|
+
#XFLD
|
|
447
882
|
configuration.display_number_unit=Number Unit
|
|
883
|
+
#XEXP
|
|
448
884
|
configuration.display_number_unit.tooltip=Number Unit
|
|
885
|
+
#XBUT
|
|
449
886
|
configuration.ok=OK
|
|
887
|
+
#XFLD
|
|
450
888
|
configuration.service_refresh_interval=Refresh Interval in Seconds
|
|
889
|
+
#XMSG
|
|
451
890
|
configuration.service_refresh_interval.warning=Specified interval is not a valid number
|
|
891
|
+
#XFLD
|
|
452
892
|
configuration.seconds=Seconds
|
|
893
|
+
#XEXP
|
|
453
894
|
configuration.seconds.tooltip=Number of seconds after which data is refreshed ('0' for no refresh)
|
|
895
|
+
#XTIT
|
|
454
896
|
configuration.select_icon=Select Icon
|
|
897
|
+
#XFLD
|
|
455
898
|
configuration.service_url=Service URL
|
|
899
|
+
#XEXP
|
|
456
900
|
configuration.service_url.tooltip=Service URL to load dynamic data from
|
|
901
|
+
#XFLD
|
|
457
902
|
configuration.navigation_provider_instance=Launchpad Instance
|
|
903
|
+
#XEXP
|
|
458
904
|
configuration.navigation_provider_instance.tooltip=Instance key as defined in transaction LPD_CUST
|
|
905
|
+
#XFLD
|
|
459
906
|
configuration.navigation_target_url=Target URL
|
|
907
|
+
#XEXP
|
|
460
908
|
configuration.navigation_target_url.tooltip=Absolute or relative HTTP(S) URL of the navigation target
|
|
909
|
+
#XFLD
|
|
461
910
|
configuration.display_title_text=Title
|
|
911
|
+
#XEXP
|
|
462
912
|
configuration.display_title_text.tooltip=Title to be displayed on the tile
|
|
913
|
+
#XFLD
|
|
463
914
|
configuration.display_subtitle_text=Subtitle
|
|
915
|
+
#XEXP
|
|
464
916
|
configuration.display_subtitle_text.tooltip=Subtitle to be displayed on the tile (optional)
|
|
917
|
+
#XFLD
|
|
465
918
|
configuration.navigation_provider_role=Launchpad Role
|
|
919
|
+
#XEXP
|
|
466
920
|
configuration.navigation_provider_role.tooltip=Role key as defined in transaction LPD_CUST
|
|
921
|
+
#XFLD
|
|
467
922
|
configuration.navigation_use_semantic_object=Use semantic object navigation
|
|
923
|
+
#XEXP
|
|
468
924
|
configuration.navigation_use_semantic_object.tooltip=Defines whether to construct the target URL from a semantic object
|
|
925
|
+
#XMSG
|
|
469
926
|
dynamic_data.error=Error
|
|
927
|
+
#XEXP
|
|
470
928
|
edit_configuration.tooltip=Edit tile configuration
|
|
929
|
+
#YEXP
|
|
471
930
|
edit_configuration.original_locale_not_fit_tooltip=The master language of this tile is "{0}", and your user language is "{1}"; therefore this editable property is read-only. Change your user language to edit these properties
|
|
931
|
+
#YMSG
|
|
472
932
|
edit_configuration.original_locale_not_fit_message=The master language of this tile is "{0}", and your logon language is "{1}". Log on to the system with the master language of the tile to edit text-based properties
|
|
933
|
+
#XMSG: "{0}" is the id of a successor application
|
|
473
934
|
configuration.app_deprecated=<strong>Warning.</strong> The app is deprecated. The successor is "{0}".
|
|
935
|
+
#XMSG: "{0}" is the id of a successor application
|
|
474
936
|
configuration.app_archived=<strong>Warning.</strong> The app is archived. The successor is "{0}".
|
|
475
937
|
|
|
476
|
-
|
|
938
|
+
#XMSG
|
|
939
|
+
supportTicketCreationSuccess=Your message has been sent; the support team will contact you
|
|
940
|
+
#XMSG
|
|
477
941
|
supportTicketCreationFailed=Your message could not be sent.\nTry sending the message again, or contact your system administrator.
|
|
478
942
|
|
|
943
|
+
#XEXP
|
|
479
944
|
searchbox_tooltip=Search
|
|
945
|
+
#XEXP
|
|
480
946
|
searchResultsView_tooltip=Search results
|
|
947
|
+
#XEXP
|
|
481
948
|
openAppFinder_tooltip=Open App Finder
|
|
949
|
+
#XEXP
|
|
482
950
|
catalogSelect_tooltip=Filter by Catalog
|
|
951
|
+
#XTOL
|
|
483
952
|
catalogTilesTagfilter_tooltip=Filter by tags
|
|
953
|
+
#XMSG
|
|
484
954
|
catalogTilesTagfilter_HintText=Filter by tags
|
|
955
|
+
#XEXP
|
|
485
956
|
bookmarkDialogoTitle_tooltip=Enter tile title
|
|
957
|
+
#XEXP
|
|
486
958
|
bookmarkTitleInputError=Please enter a title
|
|
959
|
+
#XEXP
|
|
487
960
|
bookmarkPageSelectError=Please select at least one page
|
|
961
|
+
#XEXP
|
|
488
962
|
bookmarkDialogoSubTitle_tooltip=Enter tile subtitle
|
|
963
|
+
#XEXP
|
|
489
964
|
bookmarkDialogoDescription_tooltip=Enter tile description
|
|
965
|
+
#XFLD
|
|
490
966
|
configuration.target_applicationType=Application Type
|
|
967
|
+
#XRBL
|
|
491
968
|
configuration.target_application.sapui5=SAPUI5 Fiori App
|
|
969
|
+
#XRBL
|
|
492
970
|
configuration.target_application.lpd_cust=SAP Fiori App using LPD_CUST
|
|
971
|
+
#XRBL
|
|
493
972
|
configuration.target_application.transaction=Transaction
|
|
973
|
+
#XRBL
|
|
494
974
|
configuration.target_application.wcf=Web Client UI Application
|
|
975
|
+
#XRBL
|
|
495
976
|
configuration.target_application.urlt=SAPUI5 Fiori App on SAP Cloud Platform
|
|
977
|
+
#XRBL
|
|
496
978
|
configuration.target_application.web_dynpro=Web Dynpro
|
|
979
|
+
#XFLD
|
|
497
980
|
configuration.target_application.description=Title
|
|
981
|
+
#XTOL
|
|
498
982
|
configuration.target_application.description.tooltip=Title of SAPUI5 Fiori application
|
|
983
|
+
#XFLD
|
|
499
984
|
configuration.target_application.url=URL
|
|
985
|
+
#XTOL
|
|
500
986
|
configuration.target_application.url.tooltip=Base URL of SAPUI5 Fiori application. Optional for SAP Fiori applications located in SAPUI5 ABAP repository.
|
|
987
|
+
#XFLD
|
|
501
988
|
configuration.target_system_alias=System Alias
|
|
989
|
+
#XTOL
|
|
502
990
|
configuration.target_system_alias.tooltip=System alias
|
|
991
|
+
#XFLD
|
|
503
992
|
configuration.target_application.component=ID
|
|
993
|
+
#XTOL
|
|
504
994
|
configuration.target_application.component.tooltip=Descriptor ID or component ID of SAPUI5 application
|
|
995
|
+
#XMSE
|
|
505
996
|
configuration.target_application.url.error_invalid_chars=Enter a string containing either [a-z], [A-Z], or a combination of alphanumeric characters and "_~,;-.\:/?%&+\#\="
|
|
997
|
+
#XMSE
|
|
506
998
|
configuration.target_application.component.error_invalid_input=Enter a string value without "SAPUI5.Component\="
|
|
999
|
+
#XMSE
|
|
507
1000
|
configuration.target_application.role.error_invalid_chars=Enter a string containing either [a-z], [A-Z], or a combination of alphanumeric characters and "_"
|
|
1001
|
+
#XMSE
|
|
508
1002
|
configuration.target_application.instance.error_invalid_chars=Enter a string containing either [a-z], [A-Z], or a combination of alphanumeric characters and "_"
|
|
1003
|
+
#XMSE
|
|
509
1004
|
configuration.target_application.alias_id.warning=Enter either application alias or application ID
|
|
1005
|
+
#XMSE
|
|
510
1006
|
configuration.target_application.alias_id.error_invalid_chars=Enter a string containing either [a-f], [A-F], or a combination of [a-f], [A-F] and [0-9]
|
|
1007
|
+
#XMSE
|
|
511
1008
|
configuration.form_factor.warning=Select at least one device type
|
|
1009
|
+
#XCOL
|
|
512
1010
|
configuration.tile_actions.table.menu_item=Menu Item
|
|
1011
|
+
#XTOL
|
|
513
1012
|
configuration.tile_actions.table.menu_item_tooltip=Title of the menu item
|
|
1013
|
+
#XCOL
|
|
514
1014
|
configuration.tile_actions.table.target_type=Target Type
|
|
1015
|
+
#XTOL
|
|
515
1016
|
configuration.tile_actions.table.target_type_tooltip=Type of target to which the action navigates
|
|
1017
|
+
#XCOL
|
|
516
1018
|
configuration.tile_actions.table.navigation_target=Navigation Target
|
|
1019
|
+
#XTOL
|
|
517
1020
|
configuration.tile_actions.table.navigation_target_tooltip=URL or semantic object of the navigation target
|
|
1021
|
+
#XCOL
|
|
518
1022
|
configuration.tile_actions.table.action=Action
|
|
1023
|
+
#XTOL
|
|
519
1024
|
configuration.tile_actions.table.action_tooltip=Action that defines the intent together with the semantic object
|
|
1025
|
+
#XCOL
|
|
520
1026
|
configuration.tile_actions.table.icon=Icon
|
|
1027
|
+
#XTOL
|
|
521
1028
|
configuration.tile_actions.table.icon_tooltip=Icon to be displayed with the action
|
|
1029
|
+
#XBLI
|
|
522
1030
|
configuration.tile_actions.table.target_type.url=URL
|
|
1031
|
+
#XBLI
|
|
523
1032
|
configuration.tile_actions.table.target_type.intent=Intent
|
|
1033
|
+
#XBUT
|
|
524
1034
|
configuration.tile_actions.table.add=Add
|
|
1035
|
+
#XTOL
|
|
525
1036
|
configuration.tile_actions.table.add_tooltip=Add tile action
|
|
1037
|
+
#XBUT
|
|
526
1038
|
configuration.tile_actions.table.remove=Remove
|
|
1039
|
+
#XTOL
|
|
527
1040
|
configuration.tile_actions.table.remove_tooltip=Remove tile action
|
|
1041
|
+
#XGRP
|
|
528
1042
|
configuration.category.card_manifest=Card Manifest
|
|
1043
|
+
#XCAP
|
|
529
1044
|
cardTileCaption=Card
|
|
1045
|
+
#XMSG
|
|
530
1046
|
configuration.invalidJSONProvided=Invalid JSON provided
|
|
1047
|
+
#XTIT
|
|
531
1048
|
featuredGroup.title=Feature
|
|
1049
|
+
#XCAP: The top n items of a list
|
|
532
1050
|
top=Top {0}
|
|
533
1051
|
|
|
1052
|
+
# Fiori Aria Labels
|
|
534
1053
|
|
|
1054
|
+
#XFLD
|
|
535
1055
|
Settings_EntryList_label=Settings
|
|
1056
|
+
#XFLD
|
|
536
1057
|
Settings_Dialog_Main_label=Settings
|
|
1058
|
+
#XFLD
|
|
537
1059
|
TileDetails_lable=Tile details
|
|
1060
|
+
#XFLD
|
|
538
1061
|
TileTitle_lable=Title
|
|
1062
|
+
#XFLD
|
|
539
1063
|
tileSettingsDialog_informationField=Description\:
|
|
1064
|
+
#XFLD
|
|
540
1065
|
TileSubTitle_lable=Subtitle
|
|
1066
|
+
#XFLD
|
|
541
1067
|
TileInfo_lable=Information
|
|
1068
|
+
#XFLD
|
|
542
1069
|
TileUnits_lable=Units
|
|
1070
|
+
#XFLD
|
|
543
1071
|
TileValue_lable=Value
|
|
1072
|
+
#XFLD
|
|
544
1073
|
TilePlus_label=Empty group. Activate to add tiles from catalog.
|
|
1074
|
+
#XACT: Accessibility label for the navigation bar
|
|
545
1075
|
Dashboard.Page.Header.AriaLabel=Tile Group
|
|
1076
|
+
#XACT: Accessibility label for the tile groups container
|
|
546
1077
|
Dashboard.Page.Content.AriaLabel=Tile Groups
|
|
1078
|
+
#XFLD
|
|
547
1079
|
GroupListItem_label=Group\:
|
|
1080
|
+
#XFLD
|
|
548
1081
|
SpaceListItem_label=Space\:
|
|
1082
|
+
#XFLD
|
|
549
1083
|
PagesSelection_label=Pages\:
|
|
1084
|
+
#XBUT
|
|
550
1085
|
contactSupportBtn=Contact Support
|
|
1086
|
+
#XBUT
|
|
551
1087
|
DeleteGroupBtn=Delete
|
|
1088
|
+
#XBUT
|
|
552
1089
|
ResetGroupBtn=Reset
|
|
1090
|
+
#XBUT
|
|
553
1091
|
ShowGroupBtn=Show
|
|
1092
|
+
#XBUT
|
|
554
1093
|
HideGroupBtn=Hide
|
|
1094
|
+
#XMSG
|
|
555
1095
|
Group.nowBeingShown=Group is now being shown.
|
|
1096
|
+
#XMSG
|
|
556
1097
|
Group.nowBeingHidden=Group is now being hidden.
|
|
1098
|
+
#XBUT
|
|
557
1099
|
AddTileBtn=Add Tile
|
|
1100
|
+
#XBUT
|
|
558
1101
|
CopyToClipboardBtn=Copy
|
|
1102
|
+
#XEXP
|
|
559
1103
|
CopyToClipboardBtn_tooltip=Copy to clipboard
|
|
1104
|
+
#XMSE
|
|
560
1105
|
CopyWasSuccessful=Details were copied successfully.
|
|
1106
|
+
#XMSE
|
|
561
1107
|
CopyWasNotSuccessful=An error occurred while copying details.
|
|
1108
|
+
#XFLD: This is a Link and will onclick extend an error message to show more details
|
|
562
1109
|
ViewDetails=View Details
|
|
563
1110
|
|
|
1111
|
+
# Move Tile Dialog
|
|
564
1112
|
|
|
1113
|
+
#XFLD
|
|
565
1114
|
moveTile_action=Move
|
|
1115
|
+
#XFLD
|
|
566
1116
|
addToMyHome_action=Add to My Home
|
|
1117
|
+
#XFLD
|
|
567
1118
|
moveTileDialog_title=Move to Group
|
|
568
1119
|
|
|
1120
|
+
#XMIT
|
|
569
1121
|
ConvertToTile=Convert to Tile
|
|
1122
|
+
#XMIT
|
|
570
1123
|
ConvertToLink=Convert to Link
|
|
1124
|
+
#XMSG
|
|
571
1125
|
emptyLinkContainerInEditMode=Drag apps here to create links.
|
|
1126
|
+
#XMSG
|
|
572
1127
|
transformationErrorText=This type of tile cannot be converted to a link.
|
|
1128
|
+
#XMIT
|
|
573
1129
|
tileSettingsBtn=Edit Tile Information
|
|
1130
|
+
#XMIT
|
|
574
1131
|
linkSettingsBtn=Edit Link Information
|
|
1132
|
+
#XTIT
|
|
575
1133
|
tileSettingsDialogTitle=Tile Information
|
|
1134
|
+
#XTIT
|
|
576
1135
|
linkSettingsDialogTitle=Link Information
|
|
577
1136
|
|
|
1137
|
+
# Quick Access
|
|
578
1138
|
|
|
1139
|
+
#XTIT
|
|
579
1140
|
quickAccessDialog_title=Quick Access
|
|
580
1141
|
|
|
1142
|
+
# Contact Support Button
|
|
581
1143
|
|
|
1144
|
+
#XEXP
|
|
582
1145
|
feedbackGoBackBtn_tooltip=Go back
|
|
1146
|
+
#XFLD
|
|
583
1147
|
feedbackHeaderText=SAP Fiori
|
|
1148
|
+
#XBUT
|
|
584
1149
|
sendBtn=Send
|
|
1150
|
+
#XBUT
|
|
585
1151
|
approveBtn=Accept
|
|
1152
|
+
#XBUT
|
|
586
1153
|
declineBtn=Decline
|
|
1154
|
+
#XFLD
|
|
587
1155
|
subjectLabel=Subject
|
|
1156
|
+
#XFLD
|
|
588
1157
|
txtAreaLabel=Description
|
|
1158
|
+
#YFLD
|
|
589
1159
|
subjectPlaceHolderHeader=A short text summarizing the issue.
|
|
1160
|
+
#YFLD
|
|
590
1161
|
txtAreaPlaceHolderHeader=Describe the issue in detail. To help diagnose the issue, relevant technical data is added to this message automatically
|
|
1162
|
+
#XMSG
|
|
591
1163
|
subjectEmptyErrorMessage=Please enter a subject
|
|
1164
|
+
#XMSG
|
|
592
1165
|
txtAreaEmptyErrorMessage=Please enter a description.
|
|
593
1166
|
|
|
1167
|
+
#XLNK
|
|
594
1168
|
technicalDataLink=Show technical data
|
|
1169
|
+
#XLNK
|
|
595
1170
|
technicalDataLinkHide=Hide technical data
|
|
596
1171
|
|
|
1172
|
+
#XMSG
|
|
597
1173
|
appAddedToSingleGroup=App "{0}" was added to group "{1}"
|
|
1174
|
+
#XMSG
|
|
598
1175
|
appAddedToSeveralGroups=App "{0}" was added to {1} groups
|
|
599
1176
|
|
|
1177
|
+
#XMSG
|
|
600
1178
|
fail_app_operation_add_to_group=App "{0}" could not be added to group "{1}"
|
|
1179
|
+
#XMSG
|
|
601
1180
|
fail_app_operation_add_to_several_groups=App "{0}" could not be added to multiple groups
|
|
602
1181
|
|
|
1182
|
+
#XMSG
|
|
603
1183
|
tileRemovedFromSingleGroup="{0}" was removed from group "{1}"
|
|
1184
|
+
#XMSG
|
|
604
1185
|
tileRemovedFromSeveralGroups="{0}" was removed from {1} groups
|
|
1186
|
+
#XMSG
|
|
605
1187
|
tileAddedToSingleGroup="{0}" was added to group "{1}"
|
|
1188
|
+
#XMSG
|
|
606
1189
|
tileAddedToSingleGroupAndRemovedFromSingleGroup="{0}" was added to group "{1}" and removed from group "{2}"
|
|
1190
|
+
#XMSG
|
|
607
1191
|
tileAddedToSingleGroupAndRemovedFromSeveralGroups="{0}" was added to group "{1}" and removed from {2} groups
|
|
1192
|
+
#XMSG
|
|
608
1193
|
tileAddedToSeveralGroups="{0}" was added to {1} groups
|
|
1194
|
+
#XMSG
|
|
609
1195
|
failedTileCreationMsg=Unknown error while loading Catalog Tile view
|
|
1196
|
+
#XMSG
|
|
610
1197
|
tileAddedToSeveralGroupsAndRemovedFromSingleGroup="{0}" was added to {1} groups and removed from group "{2}"
|
|
1198
|
+
#XMSG
|
|
611
1199
|
tileAddedToSeveralGroupsAndRemovedFromSeveralGroups="{0}" was added to {1} groups and removed from {2} groups
|
|
1200
|
+
#XMIT
|
|
612
1201
|
newGroup_listItemText=New Group
|
|
1202
|
+
#XTIT
|
|
613
1203
|
newGroup_popoverTitle=Add to New Group
|
|
1204
|
+
#XEXP
|
|
614
1205
|
newGroupGoBackBtn_tooltip=Go back
|
|
1206
|
+
#XTIT
|
|
615
1207
|
addTileToGroups_popoverTitle=Add to Group
|
|
1208
|
+
#XMSG
|
|
616
1209
|
cannotLoadTile=Cannot load tile
|
|
1210
|
+
#XMSG
|
|
617
1211
|
cannotLoadLinkInformation=Cannot load link information.
|
|
618
1212
|
|
|
1213
|
+
#XTIT
|
|
619
1214
|
noNotificationsMsg=You have no notifications
|
|
620
|
-
|
|
1215
|
+
#XTIT
|
|
1216
|
+
errorOccurredMsg=An error has occurred
|
|
1217
|
+
#XTIT
|
|
621
1218
|
notificationsSortByPriority=By Priority
|
|
1219
|
+
#XTIT
|
|
622
1220
|
notificationsSortByDate=By Date
|
|
1221
|
+
#XTIT
|
|
623
1222
|
notificationsSortByType=By Type
|
|
1223
|
+
#XMSG
|
|
624
1224
|
ActionAppliedToNotification="{0}" action was applied to the notification
|
|
1225
|
+
#XTIT
|
|
625
1226
|
notificationSettingsEntry_title=Notifications
|
|
1227
|
+
#XCOL
|
|
626
1228
|
notificationType_column=Notification Type
|
|
1229
|
+
#XCOL
|
|
627
1230
|
iOSNotification_column=Mobile Notifications
|
|
1231
|
+
#XCOL
|
|
628
1232
|
highNotificationsBanner_column=High Priority
|
|
1233
|
+
#XMSG
|
|
629
1234
|
noNotificationTypesEnabledHeader_message=You have not yet received any notifications
|
|
1235
|
+
#YMSG
|
|
630
1236
|
noNotificationTypesEnabled_message=In this view you can adjust the settings for notifications enabled at app level. Currently, no notifications are enabled for your apps.
|
|
1237
|
+
#XMSG
|
|
631
1238
|
moreNotificationsAvailable_message=You have additional unread notifications.
|
|
1239
|
+
#XMSG
|
|
632
1240
|
processNotifications_message=Process or clear some listed notifications to display more.
|
|
1241
|
+
#XFLD
|
|
633
1242
|
moreNotifications=More
|
|
1243
|
+
#XCOL
|
|
634
1244
|
Notifications_Settings_Show_Type_column=Enable
|
|
1245
|
+
#XFLD
|
|
635
1246
|
Label.ShowAlertsForHighNotifications=Show High-Priority Notification Alerts
|
|
636
1247
|
|
|
1248
|
+
#YMSG
|
|
637
1249
|
notificationsFailedExecuteAction=Could not update the notification. Refresh the browser and try again
|
|
1250
|
+
#XMSG
|
|
638
1251
|
notificationsFailedDismiss=Could not dismiss notification, please refresh and try again later
|
|
1252
|
+
#XMSG
|
|
639
1253
|
notificationsFailedMarkRead=Could not mark notification as read. Please refresh and try again later
|
|
1254
|
+
#XMSG
|
|
640
1255
|
notificationsFailedExecuteBulkAction=Could not update the notifications in the selected group. Refresh the browser and try again
|
|
1256
|
+
#XMSG
|
|
641
1257
|
notificationsPartialSuccessExecuteBulkAction="{0}" action applied to {1} out of {2} notifications in the "{3}" group. {4} notifications remain listed.
|
|
1258
|
+
#XMSG
|
|
642
1259
|
notificationsSingleSuccessExecuteBulkAction="{0}" action applied to {1} out of {2} notifications in the "{3}" group. {4} notifications remain listed.
|
|
1260
|
+
#XMSG
|
|
643
1261
|
notificationsSuccessExecuteBulkAction="{0}" action applied to notifications in the "{1}" group
|
|
644
1262
|
|
|
1263
|
+
# Fact Sheet Object Page
|
|
645
1264
|
|
|
1265
|
+
#XFLD
|
|
646
1266
|
mobile=Mobile
|
|
1267
|
+
#XFLD
|
|
647
1268
|
fax=Fax
|
|
648
1269
|
|
|
1270
|
+
# Smartbusiness Tiles
|
|
649
1271
|
|
|
1272
|
+
#XFLD
|
|
650
1273
|
sb.noData=No Data
|
|
1274
|
+
#XTIT
|
|
651
1275
|
sb.status=Status
|
|
1276
|
+
#XTIT
|
|
652
1277
|
sb.actual=Actual
|
|
1278
|
+
#XTIT
|
|
653
1279
|
sb.target=Target
|
|
1280
|
+
#XTIT
|
|
654
1281
|
sb.ch=Critical High
|
|
1282
|
+
#XTIT
|
|
655
1283
|
sb.wh=Warning High
|
|
1284
|
+
#XTIT
|
|
656
1285
|
sb.wl=Warning Low
|
|
1286
|
+
#XTIT
|
|
657
1287
|
sb.cl=Critical Low
|
|
1288
|
+
#XTIT
|
|
658
1289
|
sb.neutral=Neutral
|
|
1290
|
+
#XTIT
|
|
659
1291
|
sb.error=Critical
|
|
1292
|
+
#XTIT
|
|
660
1293
|
sb.critical=Warning
|
|
1294
|
+
#XTIT
|
|
661
1295
|
sb.good=Good
|
|
1296
|
+
#XTIT
|
|
662
1297
|
sb.topn=Top 3
|
|
1298
|
+
#XTIT
|
|
663
1299
|
sb.bottomn=Bottom 3
|
|
1300
|
+
#XFLD
|
|
664
1301
|
sb.noDataAvailable=No Data Available
|
|
665
1302
|
|
|
1303
|
+
#XTIT
|
|
666
1304
|
default_app_title=App View
|
|
1305
|
+
#XTIT
|
|
667
1306
|
catalog_title=Tile Catalog
|
|
1307
|
+
#XTIT
|
|
668
1308
|
flp_page_name=SAP Fiori Launchpad
|
|
669
1309
|
|
|
1310
|
+
#XACT: accessibility label for an arbitrary logo image in the header of the shell control
|
|
670
1311
|
SHELL_LOGO_TOOLTIP=Company Logo
|
|
1312
|
+
#XACT: accessibility description text for the SAP logo image in the header of the shell control
|
|
671
1313
|
sapLogoText=SAP Logo
|
|
672
1314
|
|
|
1315
|
+
#XTOL
|
|
673
1316
|
Shell_Header_AriaLabel=Shell Bar
|
|
674
1317
|
|
|
1318
|
+
# Shell Header Menu
|
|
675
1319
|
|
|
1320
|
+
#XTOL
|
|
676
1321
|
shellNavMenu_relatedApps=Related apps
|
|
1322
|
+
#XTOL
|
|
677
1323
|
shellNavMenu_openMenuTooltip=Navigation menu
|
|
678
1324
|
|
|
1325
|
+
# Search User Preferences Dialog
|
|
1326
|
+
#XTIT
|
|
679
1327
|
searchSetting=Search
|
|
1328
|
+
#XTIT
|
|
680
1329
|
sp.persSearchOn=Personalized Search\: On
|
|
1330
|
+
#XTIT
|
|
681
1331
|
sp.persSearchOff=Personalized Search\: Off
|
|
1332
|
+
#XTIT
|
|
682
1333
|
sp.userProfiling=Personalized Search
|
|
1334
|
+
#XSEL
|
|
683
1335
|
sp.on=ON
|
|
1336
|
+
#XSEL
|
|
684
1337
|
sp.off=OFF
|
|
685
|
-
|
|
1338
|
+
#YMSG
|
|
1339
|
+
sp.profileWillBeReset=You are about to reset your user profile by clearing the data that has been collected for your user. System activities that rely on this data to present personalized results will be provided once sufficient new data has been collected. In the meantime, the system will use default logic as a fallback.\n\nAre you sure you want to clear the collected data?
|
|
1340
|
+
#XBUT
|
|
686
1341
|
sp.clear=Clear
|
|
1342
|
+
#XFLD
|
|
687
1343
|
sp.userProfilingField=Use Personalized Search
|
|
1344
|
+
#XBUT
|
|
688
1345
|
sp.clearCollectedData=Clear My History
|
|
1346
|
+
#XTIT
|
|
689
1347
|
sp.disableUserProfiling=Disable User Profiling
|
|
690
|
-
|
|
1348
|
+
#YMSG
|
|
1349
|
+
sp.disablingUserProfilingMsg=Disabling user profiling stops the collection of new profile data and deletes all data that has been collected for your user. System activities that rely on this data to display personalized results use default logic as a fallback until user profiling is enabled and sufficient new data is collected.\nUser profiling will only be disabled after you have saved all settings.
|
|
1350
|
+
#XBUT
|
|
691
1351
|
sp.disable=Disable
|
|
1352
|
+
#YMSG
|
|
692
1353
|
sp.disclaimer=If this feature is turned on, some of your activities will be recorded. This data will be used to provide individual, personalized results for future searches.
|
|
1354
|
+
#XTIT
|
|
693
1355
|
sp.resetFailedTitle=Error
|
|
1356
|
+
#XMSG
|
|
694
1357
|
sp.resetFailed=Your history could not be cleared.
|
|
695
1358
|
|
|
1359
|
+
#XTIT
|
|
696
1360
|
sessionTimeoutMessage_title=Attention
|
|
1361
|
+
#XMSG: "{0}" is a number. "{1}" is the time units. Example: "5 seconds", "10 minutes", etc.
|
|
697
1362
|
sessionTimeoutMessage_main=Due to inactivity, your session is going to time out in {0} {1}.
|
|
1363
|
+
#XMSG: "{0}" is a number. "{1}" is the time units. Example: "5 seconds", "10 minutes", etc.
|
|
698
1364
|
sessionTimeoutMessage_kioskMode_main=Due to inactivity, you are going to be signed out in {0} {1}.
|
|
1365
|
+
#XGLS
|
|
699
1366
|
sessionTimeoutMessage_units_minutes=Minutes
|
|
1367
|
+
#XGLS
|
|
700
1368
|
sessionTimeoutMessage_units_seconds=Seconds
|
|
1369
|
+
#XMSG
|
|
701
1370
|
sessionTimeoutMessage_unsavedData=Unsaved data will be lost.
|
|
1371
|
+
#XBUT
|
|
702
1372
|
sessionTimeoutMessage_continue_button_title=Continue Working
|
|
1373
|
+
#XTIT
|
|
703
1374
|
sessionExpiredMessage_title=Session Timeout
|
|
1375
|
+
#XMSG
|
|
704
1376
|
sessionExpiredMessage_main=Your session expired due to inactivity. Reload the page to continue working.
|
|
1377
|
+
#XBUT
|
|
705
1378
|
sessionExpiredMessage_reloadPage_button_title=Reload Page
|
|
706
1379
|
|
|
1380
|
+
#XTIT
|
|
707
1381
|
bootstrap.xhr.authenticationRequired=Authentication Required
|
|
1382
|
+
#XMSG
|
|
708
1383
|
bootstrap.xhr.windowOpenFailed=Logon window cannot be opened. Ensure popup windows are not blocked.
|
|
1384
|
+
#XMSG
|
|
709
1385
|
bootstrap.xhr.sessionExpired=Your session has expired. Press OK to reload.
|
|
710
1386
|
|
|
1387
|
+
# Easy Access Menu
|
|
711
1388
|
|
|
1389
|
+
#XTIT
|
|
712
1390
|
easyAccessSelectSystemDialogTitle=Select System
|
|
1391
|
+
#XBUT
|
|
713
1392
|
easyAccessSelectSystemTextWithoutSystem=Select System
|
|
1393
|
+
#XMSG
|
|
714
1394
|
easyAccessErrorGetDataErrorMsg=Cannot get "{0}" data\: {1}
|
|
1395
|
+
#XMSG
|
|
715
1396
|
easyAccessErrorGetDataErrorMsgWithDetails=Cannot get "{0}" data\: {1}\nError details\: {2}
|
|
1397
|
+
#XMSG
|
|
716
1398
|
easyAccessErrorGetDataErrorMsgNoReason=Cannot get "{0}" data
|
|
1399
|
+
#XMSG
|
|
717
1400
|
easyAccessUserMenuNameParameter=User menu
|
|
1401
|
+
#XMSG
|
|
718
1402
|
easyAccessSapMenuNameParameter=SAP menu
|
|
1403
|
+
#XMSG
|
|
719
1404
|
easyAccessListNavigationContainer=Categories
|
|
1405
|
+
#XMSG
|
|
720
1406
|
easyAccessTileContainer=Groups
|
|
1407
|
+
#XMSG
|
|
721
1408
|
easyAccessFolderWithNoItems=No subfolders
|
|
722
1409
|
|
|
1410
|
+
#XBUT
|
|
723
1411
|
appFinderTitle=App Finder
|
|
1412
|
+
#XBUT
|
|
724
1413
|
appFinderCatalogTitle=Catalog
|
|
1414
|
+
#XBUT
|
|
725
1415
|
appFinderUserMenuTitle=User Menu
|
|
1416
|
+
#XBUT
|
|
726
1417
|
appFinderSapMenuTitle=SAP Menu
|
|
1418
|
+
#XMSG
|
|
727
1419
|
AppFinder.SegmentedButton.Catalog.Describedby=Access apps from your assigned catalogs
|
|
1420
|
+
#XMSG
|
|
728
1421
|
AppFinder.SegmentedButton.UserMenu.Describedby=Access your favorite apps from the front-end system
|
|
1422
|
+
#XMSG
|
|
729
1423
|
AppFinder.SegmentedButton.SAPMenu.Describedby=Access your assigned apps from the front-end system
|
|
1424
|
+
#XTIT
|
|
730
1425
|
appFinder_group_context_title=App Finder - Personalize Group "{0}"
|
|
1426
|
+
#XFLD
|
|
731
1427
|
UserAccountFld=User Account
|
|
1428
|
+
#XFLD
|
|
732
1429
|
UserAccountServerFld=Server
|
|
1430
|
+
#XFLD
|
|
733
1431
|
UserAccountEmailFld=Email
|
|
1432
|
+
#XFLD
|
|
734
1433
|
UserAccountNameFld=Name
|
|
1434
|
+
#XFLD
|
|
735
1435
|
UserAccountIdFld=User ID
|
|
1436
|
+
#XFLD
|
|
736
1437
|
userAccountPersonalizationLabel=Personalization
|
|
1438
|
+
#XBUT
|
|
737
1439
|
userAccountResetPersonalizationButton=Reset All Personalization
|
|
1440
|
+
#YFLD
|
|
738
1441
|
userAccountResetPersonalizationDescriptionText=Reset your personalization settings for the launchpad (such as theme, language, user activities, and home page content).
|
|
1442
|
+
#XFLD
|
|
739
1443
|
userAccountResetPersonalizationWarningDialogDescription=Clicking on reset will delete your personalization settings for the launchpad (e.g. theme, language, user activities, and home page content) and for apps using the launchpad personalization features (e.g. filter settings, table columns).\nThis action is irreversible.\nFurther changes in the dialog will not be applied.\nAre you sure you want to proceed with the reset?
|
|
1444
|
+
#XMSG
|
|
740
1445
|
userAccountResetPersonalizationWarningDialogSuccessToast=Settings were successfully reset to default.
|
|
1446
|
+
#XFLD
|
|
741
1447
|
userAccountResetPersonalizationWarningDialogErrorDialog=Could not reset your personalization data.\nPlease try again later.
|
|
1448
|
+
#XFLD
|
|
742
1449
|
AppearanceContentDensityLabel=Optimized for Touch Input
|
|
1450
|
+
#XFLD
|
|
743
1451
|
AnchorBarLabel=Home Page Display
|
|
1452
|
+
#XTIT
|
|
744
1453
|
AppearanceThemeMenu=Theme
|
|
1454
|
+
#XTIT
|
|
745
1455
|
AppearanceLayoutAndBehaviorMenu=Display Settings
|
|
746
1456
|
|
|
1457
|
+
#XTIT
|
|
747
1458
|
userActivities=User Activities
|
|
1459
|
+
#XTIT
|
|
748
1460
|
userActivitiesTabName=App Use Data
|
|
1461
|
+
#XMSG
|
|
749
1462
|
trackingLabel=Track my recent activity and frequently used apps
|
|
1463
|
+
#XMSG
|
|
750
1464
|
cleanActivityLabel=Clear my history
|
|
1465
|
+
#XBUT
|
|
751
1466
|
cleanActivityButton=Clear
|
|
752
1467
|
|
|
1468
|
+
#XFLD
|
|
753
1469
|
Appearance=Appearance
|
|
1470
|
+
#XTIT
|
|
754
1471
|
FlpSettings_entry_title=Home Page
|
|
1472
|
+
#XRBL
|
|
755
1473
|
anchorBarScrollMode=Show all content
|
|
1474
|
+
#XRBL
|
|
756
1475
|
anchorBarTabMode=Show one group at a time
|
|
1476
|
+
#YINF
|
|
757
1477
|
homePageGroupDisplayDescriptionText=The home page displays your tiles and links in groups. You can choose to show all your groups on a single page or show one group at a time. For large amounts of apps, the single-group display may be better.
|
|
1478
|
+
#YINF
|
|
758
1479
|
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
1480
|
|
|
1481
|
+
#XFLD: Spaces and Pages mode differ from the classical home page. Instead of a single page - groups - tiles, content is organized in spaces - pages - sections - tiles
|
|
760
1482
|
spaces=Spaces and Pages
|
|
1483
|
+
#XFLD
|
|
761
1484
|
spacesModeLabel=Use Spaces
|
|
1485
|
+
#YFLD
|
|
762
1486
|
spacesModeDescriptionText=Enable to see your apps clustered in different spaces. Disable to see the classic home page. When you change the setting and save, the launchpad will be restarted.
|
|
1487
|
+
#XFLD
|
|
763
1488
|
hideEmptySpacesLabel=Hide Empty Spaces and Pages
|
|
1489
|
+
#XFLD
|
|
764
1490
|
hideEmptySpacesDescriptionText=Enable to hide empty spaces and pages.
|
|
765
1491
|
|
|
1492
|
+
#XFLD: Checkbox to show My Home page in spaces mode. My Home is a special page that contains user added applications and bookmarks
|
|
766
1493
|
showMyHomeLabel=Show My Home
|
|
1494
|
+
#YFLD
|
|
767
1495
|
showMyHomeDescriptionText=Enable to see your My Home space as the first space. You can add your preferred apps to this page or import them from the classic home page. When you change the setting and save, the launchpad will be restarted.
|
|
1496
|
+
#XTIT: Settings dialog
|
|
768
1497
|
settingsMyHomeShown=My Home Shown
|
|
1498
|
+
#XFLD: Settings dialog
|
|
769
1499
|
settingsMyHomeHidden=My Home Hidden
|
|
770
1500
|
|
|
1501
|
+
#XFLD: User setting: show My Home Import message again (in case the user has dismissed the message before)
|
|
771
1502
|
showMyHomeImportLabel=Show Import Message
|
|
1503
|
+
#YFLD: User setting: show My Home Import message again (in case when the user has dismissed the message before)
|
|
772
1504
|
showMyHomeImportDescription=Show message with option to import apps from the classic home page again on My Home.
|
|
773
1505
|
|
|
1506
|
+
#XACT: Accessibility label for the user profile button. "{0}" is the user fullname.
|
|
774
1507
|
UserActionsMenuToggleButtonAria=Profile of {0}
|
|
775
1508
|
|
|
1509
|
+
#XACT: Read out when describing the notifications Popover IconTabBar Header items (i.e. "notificationsSortByDate", "notificationsSortByType", and "notificationsSortByPriority")
|
|
776
1510
|
Notifications.Popover.IconTabBar.Header.AriaLabel=Sort Options
|
|
1511
|
+
#XACT
|
|
777
1512
|
Notifications.ByDateDescending.AriaLabel=Notifications by Date Descending
|
|
1513
|
+
#XACT
|
|
778
1514
|
Notifications.ByDateAscending.AriaLabel=Notifications by Date Ascending
|
|
1515
|
+
#XACT
|
|
779
1516
|
Notifications.ByType.AriaLabel=Notifications by Type
|
|
1517
|
+
#XACT
|
|
780
1518
|
Notifications.ByPriority.AriaLabel=Notifications by Priority
|
|
1519
|
+
#XFLD: Also shown as the header button tooltip.
|
|
781
1520
|
NotificationToggleButton.NoNewNotifications=Notifications
|
|
1521
|
+
#XFLD: "{0}" is the number of new notifications. Also shown as part of the header button tooltip.
|
|
782
1522
|
NotificationToggleButton.NewNotifications={0} New Notifications
|
|
1523
|
+
#XFLD: "{0}" is the number set as the limit of new notifications. Also shown as part of the header button tooltip.
|
|
783
1524
|
NotificationToggleButton.NewNotifications.MaxExceeded=More Than {0} New Notifications
|
|
784
1525
|
|
|
1526
|
+
#XTIT
|
|
785
1527
|
ProfileImgId=Profile Image
|
|
1528
|
+
#XMSG
|
|
786
1529
|
imgConsentMsg=I agree to display my SAP Jam profile image in the launchpad
|
|
787
1530
|
|
|
1531
|
+
#XTIT
|
|
788
1532
|
userImageConsentDialogTitle=Display Profile Image
|
|
1533
|
+
#YMSG
|
|
789
1534
|
userImageConsentText=If you have uploaded a profile image to SAP Jam, you can display it in the launchpad as well.\nDo you want to use your SAP Jam image in the launchpad?\n\nYou can change this at any time in the Settings dialog box.
|
|
1535
|
+
#XLNK
|
|
790
1536
|
userImageConsentDialogShowTermsOfUse=Show Terms of Use
|
|
1537
|
+
#XLNK
|
|
791
1538
|
userImageConsentDialogHideTermsOfUse=Hide Terms of Use
|
|
1539
|
+
#YFLD
|
|
792
1540
|
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
1541
|
|
|
1542
|
+
#XBUT
|
|
794
1543
|
DisplayImg=Display Image
|
|
1544
|
+
#XBUT
|
|
795
1545
|
DontDisplayImg=Do Not Display Image
|
|
796
1546
|
|
|
1547
|
+
#XTIT
|
|
797
1548
|
ShellNavigationMenu_AriaLabel={0} - Show Navigation Menu
|
|
1549
|
+
#XTIT
|
|
798
1550
|
ShowAllMyApps_AriaLabel={0} - Show All My Apps
|
|
1551
|
+
#XTIT
|
|
799
1552
|
AnchorNavigationBar_AriaLabel=Group Navigation
|
|
1553
|
+
#XACT
|
|
800
1554
|
SidePane_AriaLabel=Secondary Content
|
|
1555
|
+
#XACT
|
|
801
1556
|
ShellContent.AriaLabel=Shell Content
|
|
1557
|
+
#XACT
|
|
802
1558
|
ToolArea_AriaLabel=Tool Area
|
|
1559
|
+
#XACT
|
|
803
1560
|
FloatingContainer_AriaLabel=Floating Container
|
|
1561
|
+
#XMSG
|
|
804
1562
|
ShellNavigationMenu_HierarchyItemsAriaLabel=Hierarchical Navigation
|
|
805
1563
|
|
|
1564
|
+
#XMSG
|
|
806
1565
|
EasyAccessMenu_NoAppsToDisplayMessagePage_Text=No apps to display
|
|
1566
|
+
#XMSG
|
|
807
1567
|
EasyAccessMenu_SearchPlaceHolder_Catalog=Search in catalog
|
|
1568
|
+
#XMSG
|
|
808
1569
|
EasyAccessMenu_SearchPlaceHolder_UserMenu=Search in user menu
|
|
1570
|
+
#XMSG
|
|
809
1571
|
EasyAccessMenu_SearchPlaceHolder_SAPMenu=Search in SAP menu
|
|
1572
|
+
#XTOL
|
|
810
1573
|
EasyAccessMenu_PinButton_UnToggled_Tooltip=Add tile
|
|
1574
|
+
#XTOL
|
|
811
1575
|
EasyAccessMenu_PinButton_Toggled_Tooltip=Edit assignment
|
|
1576
|
+
#XLNK
|
|
812
1577
|
EasyAccessSearchResults_ShowMoreResults=Show more ({0} of {1})
|
|
813
1578
|
|
|
1579
|
+
#XTIT
|
|
814
1580
|
AllMyAppsEmptyText=Select Category
|
|
1581
|
+
#XFLD
|
|
815
1582
|
AppearanceTileSizeLabel=Tile Size
|
|
1583
|
+
#XRBL
|
|
816
1584
|
AppearanceTileSizeSmall=Small
|
|
1585
|
+
#XRBL
|
|
817
1586
|
AppearanceTileSizeLarge=Large
|
|
1587
|
+
#YINF
|
|
818
1588
|
appearanceTileSizeDescriptionText=Sets the size of the tiles on the home page for desktop devices. The tile size on mobile devices is always small and is not affected by this setting.
|
|
1589
|
+
#YINF
|
|
819
1590
|
appearanceCompactCozyDescriptionText=Increases the size and spacing of controls to allow you to interact with them more easily using your fingertip. This is useful for hybrid devices that combine touch and mouse events.
|
|
1591
|
+
#XFLD
|
|
820
1592
|
AppearanceShowContentProviderInfoOnVisualizationsLabel=Show Source System Name on Tiles
|
|
1593
|
+
#YINF
|
|
821
1594
|
AppearanceShowContentProviderInfoOnVisualizationsText=Show from which system the app comes, directly on the tile. We recommend activating this setting if the apps you use are available in multiple systems.
|
|
1595
|
+
#XFLD
|
|
822
1596
|
AppearanceDarkModeLabel=Automatic Dark Mode Detection
|
|
1597
|
+
#XINF
|
|
823
1598
|
AppearanceDarkModeDetectionText=Enable automatic dark mode detection on compatible themes based on your operating system settings.
|
|
1599
|
+
#XTIT: Label for the high contract theme in the theme list. {0} is a specific theme ID like "SAP Horizon" or "SAP Quartz", so the final text is like "SAP Quartz High Contrast"
|
|
824
1600
|
AppearanceHighContrastTheme={0} High Contrast
|
|
1601
|
+
#XMSG
|
|
825
1602
|
LanguageAndRegionHelpingText=After you save your settings, the browser will refresh for the new settings to take effect.
|
|
1603
|
+
#XMSG
|
|
826
1604
|
TimeZoneHelpingText=The time zone will not be applied in UI5 apps. \nIf you don't know the type of an app, you can check it in the "About" dialog in the "ID of the Application Framework\u201D field.
|
|
1605
|
+
#XTOL
|
|
827
1606
|
ToggleButtonShow=Show Menu
|
|
1607
|
+
#XTOL
|
|
828
1608
|
ToggleButtonHide=Hide Menu
|
|
1609
|
+
#XEXP
|
|
829
1610
|
embeddedNavigationMode=Opens in place
|
|
1611
|
+
#XEXP
|
|
830
1612
|
newWindowNavigationMode=Opens in a new window
|
|
1613
|
+
#XEXP
|
|
831
1614
|
replaceNavigationMode=Opens in place without a launchpad shell
|
|
1615
|
+
#XEXP
|
|
832
1616
|
newWindowThenEmbeddedNavigationMode=Opens in a new window without a launchpad shell
|
|
833
1617
|
|
|
1618
|
+
#XMSG: Message displayed inside of the Page control when there are no sections
|
|
834
1619
|
Page.NoSectionText=There are no sections. The page is empty.
|
|
1620
|
+
#XBUT
|
|
835
1621
|
Page.Button.AddSection=Add Section
|
|
836
1622
|
|
|
1623
|
+
#XBUT
|
|
837
1624
|
Section.Button.Delete=Delete Section
|
|
1625
|
+
#XBUT
|
|
838
1626
|
Section.Button.Reset=Reset Section
|
|
1627
|
+
#XBUT
|
|
839
1628
|
Section.Button.Hide=Hide Section
|
|
1629
|
+
#XBUT
|
|
840
1630
|
Section.Button.Show=Show Section
|
|
1631
|
+
#XBUT
|
|
841
1632
|
Section.Button.AddVisualization=Add Tile
|
|
1633
|
+
#XTIT: This is displayed when the input is empty
|
|
842
1634
|
Section.TitlePlaceholder=Enter a section title
|
|
1635
|
+
#XTIT: Label for the section title
|
|
843
1636
|
Section.Label.Title=Section Title
|
|
1637
|
+
#XTIT
|
|
844
1638
|
Section.NoVisualizationsText=To start, drag/add content from catalogs here.
|
|
1639
|
+
#XMSG
|
|
845
1640
|
Section.nowBeingShown=Section is now being shown.
|
|
1641
|
+
#XMSG
|
|
846
1642
|
Section.nowBeingHidden=Section is now being hidden.
|
|
1643
|
+
#XMSG: This message is immediately followed by " Hide Section Button" or " Show Section Button".
|
|
847
1644
|
Section.ButtonLabelChanged=Button changed to
|
|
1645
|
+
#XMSG: "{0}" is the Section Title, this is read when a user navigates to the section and should descriebe the UI type aswell as the title.
|
|
848
1646
|
Section.Description={0} Section
|
|
1647
|
+
#XMSG: If the Section Title is empty this text should be read instead of the section title.
|
|
849
1648
|
Section.Description.EmptySectionTitle=Section without title
|
|
1649
|
+
#XMSG: Aria label for the compact area of a section (area with link tiles).
|
|
850
1650
|
Section.CompactArea.Description=Links
|
|
851
1651
|
|
|
1652
|
+
# Product Switch
|
|
852
1653
|
|
|
1654
|
+
#XBUT
|
|
853
1655
|
productSwitch=Product Switch
|
|
854
1656
|
|
|
1657
|
+
# Pages Runtime
|
|
855
1658
|
|
|
1659
|
+
#XMSG
|
|
856
1660
|
PageRuntime.NoAssignedSpace=Cannot find a space assigned to you. Please contact your system administrator.
|
|
1661
|
+
#XMSG
|
|
857
1662
|
PageRuntime.NoAssignedPage=Cannot find a page assigned to you. Please contact your system administrator.
|
|
1663
|
+
#XMSG
|
|
858
1664
|
PageRuntime.InvalidPageId=The page ID is invalid. Please enter a valid page ID.
|
|
1665
|
+
#XMSG
|
|
859
1666
|
PageRuntime.InvalidSpaceId=The space ID is invalid. Please enter a valid space ID.
|
|
1667
|
+
#XMSG
|
|
860
1668
|
PageRuntime.NoPageIdAndSpaceIdProvided=No page ID and space ID entered. Please enter one space ID and one page ID.
|
|
1669
|
+
#XMSG
|
|
861
1670
|
PageRuntime.OnlySpaceIdProvided=You have entered a space ID but no page ID. Please enter a page ID.
|
|
1671
|
+
#XMSG
|
|
862
1672
|
PageRuntime.OnlyPageIdProvided=You have entered a page ID but no space ID. Please enter a space ID.
|
|
1673
|
+
#XMSG
|
|
863
1674
|
PageRuntime.MultiplePageOrSpaceIdProvided=More than one space ID or page ID entered. Please enter one space ID and one page ID only.
|
|
1675
|
+
#XBUT
|
|
864
1676
|
PageRuntime.CannotLoadPage.DetailsButton=View Details
|
|
1677
|
+
#XBUT
|
|
865
1678
|
PageRuntime.CannotLoadPage.CopyButton=Copy
|
|
1679
|
+
#XMSG
|
|
866
1680
|
PageRuntime.CannotLoadPage.CopySuccess=Details were copied successfully
|
|
1681
|
+
#XMSG
|
|
867
1682
|
PageRuntime.CannotLoadPage.CopyFail=An error occurred while copying details.
|
|
868
|
-
|
|
1683
|
+
#YMSG
|
|
1684
|
+
PageRuntime.CannotLoadPage.Text=An error occurred while loading this page. This might have happened due to one of the following reasons\:\n - The page or space has been removed or is no longer assigned to you.\n - The URL might be corrupt. Among other things, this might be caused by a corrupt bookmark.\n\nPlease copy the complete error message by using the Copy button below and contact your content administrator.\n\nPageId\: "{0}"\nSpaceId\: "{1}"
|
|
1685
|
+
#YMSG
|
|
869
1686
|
PageRuntime.GeneralError.Text=An error has occurred. Please refresh the launchpad after a few minutes. If this error keeps occurring, please contact SAP support.
|
|
1687
|
+
#XMSG
|
|
870
1688
|
PageRuntime.CannotLoadPage.Description=The original error message from the corresponding loading request is\:
|
|
1689
|
+
#XBUT
|
|
871
1690
|
PageRuntime.EditMode.Activate=Edit Current Page
|
|
1691
|
+
#XBUT: "{0}" is the title of the page
|
|
872
1692
|
PageRuntime.EditModeForPage.Activate=Edit {0}
|
|
1693
|
+
#XBUT: Add tiles to the "My Home" page. "{0}" is the title of the page.
|
|
873
1694
|
PageRuntime.EditModeForPage.AddTilesToMyHome=Add Tiles to {0}
|
|
1695
|
+
#XBUT
|
|
874
1696
|
PageRuntime.EditMode.Exit=Exit Edit Mode
|
|
1697
|
+
#XBUT
|
|
875
1698
|
PageRuntime.EditMode.ExitAddTilesMode=Exit Add Tiles Mode
|
|
1699
|
+
#XMSG
|
|
876
1700
|
PageRuntime.EditMode.EmptySection=Empty sections will not be displayed on the page. Add your preferred apps using "Add Tile".
|
|
1701
|
+
#XTIT
|
|
877
1702
|
PageRuntime.Dialog.Title.Delete=Delete
|
|
1703
|
+
#XTIT
|
|
878
1704
|
PageRuntime.Dialog.Title.MoveVisualization=Move to Section
|
|
1705
|
+
#XMSG
|
|
879
1706
|
PageRuntime.Message.SectionDeleted=Section deleted
|
|
1707
|
+
#XMSG
|
|
880
1708
|
PageRuntime.Message.SectionReset=Section reset
|
|
1709
|
+
#XMSG
|
|
881
1710
|
PageRuntime.Message.VisualizationRemoved=Tile removed
|
|
1711
|
+
#XMSG
|
|
882
1712
|
PageRuntime.Message.VisualizationAddedToMyHome=Tile added to My Home
|
|
1713
|
+
#XMSG
|
|
883
1714
|
PageRuntime.Message.Section.Delete=Are you sure you want to delete section "{0}"?
|
|
1715
|
+
#XMSG
|
|
884
1716
|
PageRuntime.Message.Section.DeleteNoTitle=Are you sure you want to delete this section?
|
|
1717
|
+
#XMSG
|
|
885
1718
|
PageRuntime.Message.VisualizationMoved=Tile moved
|
|
1719
|
+
#XMSG
|
|
886
1720
|
PageRuntime.Message.VisualizationConverted=Tile converted
|
|
1721
|
+
#XMSG
|
|
887
1722
|
PageRuntime.Message.VisualizationMovedAndConverted=Tile moved and converted
|
|
1723
|
+
#XMSG
|
|
888
1724
|
PageRuntime.Message.SectionMoved=Section moved
|
|
1725
|
+
#XMSG
|
|
889
1726
|
NavigationDataProvider.CannotLoadData=The navigation target data for the tiles on this page could not be loaded due to an error.
|
|
1727
|
+
#XMSG
|
|
890
1728
|
VisualizationDataProvider.CannotLoadData=The details of the tiles on the page could not be loaded due to an error.
|
|
1729
|
+
#XMSG
|
|
891
1730
|
PagePersistenceAdapter.CannotLoadPage=The page could not be loaded from the page repository.
|
|
892
1731
|
|
|
1732
|
+
# Workpages Runtime
|
|
893
1733
|
|
|
1734
|
+
#XBUT
|
|
894
1735
|
WorkpageRuntime.EditMode.Activate=Customize Current Page
|
|
895
1736
|
|
|
1737
|
+
# Home App
|
|
896
1738
|
|
|
1739
|
+
#XBUT
|
|
897
1740
|
HomeApp.Menu.Title=My Home
|
|
1741
|
+
#XBUT
|
|
898
1742
|
HomeApp.CannotLoadApp.CopyButton=Copy Details
|
|
1743
|
+
#XMSG
|
|
899
1744
|
HomeApp.CannotLoadApp.CopySuccess=Details were copied successfully
|
|
1745
|
+
#XMSG
|
|
900
1746
|
HomeApp.CannotLoadApp.CopyFail=An error occurred while copying details.
|
|
901
|
-
|
|
1747
|
+
#YMSG
|
|
1748
|
+
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
1749
|
|
|
1750
|
+
#XMSG
|
|
903
1751
|
VisualizationOrganizer.Title=Select the Pages for This Tile
|
|
1752
|
+
#XTOL: Tooltip for the search button
|
|
904
1753
|
VisualizationOrganizer.SearchField.Tooltip=Search
|
|
1754
|
+
#XTOL: Tooltip for the toggle button
|
|
905
1755
|
VisualizationOrganizer.ToggleButton.Tooltip=Selected Pages
|
|
1756
|
+
#XTOL: MessageBox Description for discarding changes
|
|
906
1757
|
VisualizationOrganizer.MessageBox.Description=Are you sure you want to discard the changes?
|
|
1758
|
+
#XTOL: MessageBox Title for discarding changes
|
|
907
1759
|
VisualizationOrganizer.MessageBox.Title=Discard
|
|
1760
|
+
#XTOL: MessageBox Action Discard for discarding changes
|
|
908
1761
|
VisualizationOrganizer.MessageBox.ActionDiscard=Discard
|
|
1762
|
+
#XMSG
|
|
909
1763
|
VisualizationOrganizer.PagesList.NoDataText=No pages available.
|
|
1764
|
+
#XMSG
|
|
910
1765
|
VisualizationOrganizer.PagesList.NoResultsText=No pages found.
|
|
911
|
-
|
|
1766
|
+
#XMSG: The added or removed visualizations are now saved.
|
|
1767
|
+
VisualizationOrganizer.MessageToast=Your changes have been saved.
|
|
1768
|
+
#XMSG: "{0}" is the title of a visualization. "{1}" is the title of the section. "{2}" is the title of the page.
|
|
912
1769
|
VisualizationOrganizer.MessageToastSectionContextAdd="{0}\u201D added to section "{1}" of page "{2}"
|
|
1770
|
+
#XMSG: "{0}" is the title of a visualization. "{1}" is the title of the section. "{2}" is the title of the page.
|
|
913
1771
|
VisualizationOrganizer.MessageToastSectionContextRemove="{0}\u201D removed from section "{1}" of page "{2}"
|
|
1772
|
+
#XMSG: "{0}" is the title of a visualization. "{1}" is the title of the page.
|
|
914
1773
|
VisualizationOrganizer.MessageToastPageAdd="{0}" added to "{1}"
|
|
1774
|
+
#XMSG: "{0}" is the title of a visualization. "{1}" is the title of the page.
|
|
915
1775
|
VisualizationOrganizer.MessageToastPageRemove=\u201C{0}" removed from "{1}"
|
|
1776
|
+
#XTIT: "{0}" is the title of the page.
|
|
916
1777
|
VisualizationOrganizer.PageContextTitle=App Finder - Personalize "{0}"
|
|
1778
|
+
#XTIT
|
|
917
1779
|
VisualizationOrganizer.AppFinderSectionContextTitle=App Finder - Personalize "{0}"
|
|
1780
|
+
#XTIT
|
|
918
1781
|
VisualizationOrganizer.AppFinderSectionContextTitleUnnamed=App Finder - Personalize Unnamed Section
|
|
1782
|
+
#XTOL
|
|
919
1783
|
VisualizationOrganizer.Button.Tooltip.AddToSection=Add to Section
|
|
1784
|
+
#XTOL
|
|
920
1785
|
VisualizationOrganizer.Button.Tooltip.RemoveFromSection=Remove from Section
|
|
1786
|
+
#XTOL: "{0}" is the name of the Page
|
|
921
1787
|
VisualizationOrganizer.Button.Tooltip.AddToPage=Add to Page "{0}"
|
|
1788
|
+
#XTOL: "{0}" is the name of the Page
|
|
922
1789
|
VisualizationOrganizer.Button.Tooltip.RemoveFromPage=Remove from Page "{0}"
|
|
923
1790
|
|
|
1791
|
+
#XTXT
|
|
924
1792
|
VisualizationInstance.OutOfRoleContext=Out of role context
|
|
1793
|
+
#XTXT
|
|
925
1794
|
VisualizationInstance.ConvertToStandardAction=Convert to Tile
|
|
1795
|
+
#XTXT
|
|
926
1796
|
VisualizationInstance.ConvertToStandardWideAction=Convert to Wide Tile
|
|
1797
|
+
#XTXT
|
|
927
1798
|
VisualizationInstance.ConvertToFlatAction=Convert to Flat Tile
|
|
1799
|
+
#XTXT
|
|
928
1800
|
VisualizationInstance.ConvertToFlatWideAction=Convert to Flat Wide Tile
|
|
1801
|
+
#XTXT
|
|
929
1802
|
VisualizationInstance.ConvertToCompactAction=Convert to Link
|
|
930
1803
|
|
|
1804
|
+
#XTIT
|
|
931
1805
|
DefaultSection.Title=Recently Added Apps
|
|
932
1806
|
|
|
1807
|
+
# Components: Technical Titles
|
|
933
1808
|
|
|
1809
|
+
#XTIT: Technical name of App Finder component. Not displayed to users.
|
|
934
1810
|
Component.AppFinder.Title=App Finder
|
|
1811
|
+
#XTIT: Technical name of Homepage component. Not displayed to users.
|
|
935
1812
|
Component.Homepage.Title=Home Page
|
|
936
1813
|
|
|
1814
|
+
#XMSG
|
|
937
1815
|
SaveOnPage.CannotLoadPages=An error occured while loading pages.
|
|
938
1816
|
|
|
1817
|
+
# "Contact Support" feature
|
|
939
1818
|
|
|
1819
|
+
#XTIT: Subject of the created backend incident; "{0}" is the system's name; "{1}" is the user's ID.
|
|
940
1820
|
contactSupport.Subject=Issue in {0} reported by {1}
|
|
941
1821
|
|
|
1822
|
+
# FailedTileDialog
|
|
942
1823
|
|
|
1824
|
+
#YMSG
|
|
943
1825
|
FailedTileDialog.Message.Text=This tile could not be loaded. Please remove the tile or reset its group. If the problem persists, contact your system administrator.
|
|
1826
|
+
#XBUT
|
|
944
1827
|
FailedTileDialog.ShowDetails.Text=Show Details
|
|
1828
|
+
#XFLD
|
|
945
1829
|
FailedTileDialog.groupId.Label=Group ID
|
|
1830
|
+
#XFLD
|
|
946
1831
|
FailedTileDialog.chipTitle.Label=Tile Title
|
|
1832
|
+
#XFLD
|
|
947
1833
|
FailedTileDialog.chipDescription.Label=Tile Description
|
|
1834
|
+
#XFLD
|
|
948
1835
|
FailedTileDialog.chipInstanceId.Label=Group Tile ID
|
|
1836
|
+
#XFLD
|
|
949
1837
|
FailedTileDialog.chipId.Label=Catalog Tile ID
|
|
1838
|
+
#XFLD
|
|
950
1839
|
FailedTileDialog.catalogId.Label=Catalog ID
|
|
1840
|
+
#XFLD
|
|
951
1841
|
FailedTileDialog.completelyLoaded.Label=Tile loaded completely
|
|
1842
|
+
#XFLD
|
|
952
1843
|
FailedTileDialog.debugInfo.Label=Debug Information
|
|
953
1844
|
|
|
1845
|
+
# AppilcationContainer
|
|
1846
|
+
#XMSG: Title of the application container iframe, this is written to users on accessing the iframe, when using braille devices: "Application Frame"
|
|
954
1847
|
AppilcationContainer.IframeTitle=Application
|
|
955
1848
|
|
|
1849
|
+
# My Home - Initial Page
|
|
1850
|
+
#XMSG
|
|
956
1851
|
MyHome.InitialPage.Description=You can add your preferred apps to this page.
|
|
1852
|
+
#XTIT
|
|
957
1853
|
MyHome.InitialPage.Title=Nothing here yet?
|
|
1854
|
+
#XBUT
|
|
958
1855
|
MyHome.InitialPage.Button.EditPage=Edit Page
|
|
1856
|
+
#XLNK
|
|
959
1857
|
MyHome.InitialPage.MessageStrip.Link=Start importing now.
|
|
1858
|
+
#XMSG
|
|
960
1859
|
MyHome.InitialPage.MessageStrip.Text=You can add your apps from the classic home page.
|
|
1860
|
+
#XMSG
|
|
961
1861
|
MyHome.InitialPage.MessageStrip.Popup=You can display this message again in the user settings on the Spaces and Pages tab.
|
|
1862
|
+
#XTIT
|
|
962
1863
|
MyHome.ImportDialog.Title=Import Personalization Content
|
|
1864
|
+
#YMSG
|
|
963
1865
|
MyHome.ImportDialog.Info=You have personalized groups in the classic home page. You can import these groups to this page. Once you have done this, the launchpad will restart.
|
|
1866
|
+
#XBUT
|
|
964
1867
|
MyHome.ImportDialog.Button.AddAppsToPage=Import
|
|
1868
|
+
#XBUT
|
|
965
1869
|
MyHome.ImportDialog.Button.Cancel=Cancel
|
|
1870
|
+
#XMSG
|
|
966
1871
|
MyHome.InitialPage.Message.HidePage=Want to hide this page?
|
|
1872
|
+
#XMSG
|
|
967
1873
|
MyHome.InitialPage.Message.GoToUserSettings=Go to User Settings.
|
|
1874
|
+
#XMSG
|
|
968
1875
|
MyHome.InitialPage.Message.ImportSuccessful=Import successful
|
|
969
1876
|
|
|
1877
|
+
# Navigation Bar Menu
|
|
970
1878
|
|
|
1879
|
+
#XTIT Title of the Navigation Bar Menu with number of pinned spaces
|
|
971
1880
|
NavigationBarMenu.PinnedSpaces.Title=Pinned Spaces ({0})
|
|
1881
|
+
#XTIT Title of the All Spaces Tree
|
|
972
1882
|
NavigationBarMenu.AllSpaces.Title=All Spaces
|
|
1883
|
+
#XBUT Button to pin a single unpinned space
|
|
973
1884
|
NavigationBarMenu.Button.PinSpace=Pin Space
|
|
1885
|
+
#XBUT Button to unpin a single pinned space
|
|
974
1886
|
NavigationBarMenu.Button.UnpinSpace=Unpin Space
|
|
1887
|
+
#XBUT Button to unpin all pinned spaces
|
|
975
1888
|
NavigationBarMenu.Button.UnpinAll=Unpin All
|
|
1889
|
+
#XMSG Button tooltip to unpin all pinned spaces
|
|
976
1890
|
NavigationBarMenu.Button.UnpinAll.Tooltip=Unpin All Spaces
|
|
1891
|
+
#XMSG NoData Text for the Tree that holds the pinned spaces
|
|
977
1892
|
NavigationBarMenu.PinnedSpaces.NoDataText=Pin your favorite spaces to the navigation bar.
|
|
1893
|
+
#XMSG NoData Text for the Tree that holds all spaces
|
|
978
1894
|
NavigationBarMenu.AllSpaces.NoDataText=There are no spaces assigned to you.
|
|
1895
|
+
#XBUT Button Text (tooltip) for the burger button to open the popover
|
|
979
1896
|
NavigationBarMenu.Button.OpenPopover=Personalize Navigation Bar
|
|
1897
|
+
#XMSG Announced when a pinned space is moved
|
|
980
1898
|
NavigationBarMenu.PinnedSpaces.Moved=Pinned Space moved
|
|
981
1899
|
|
|
1900
|
+
# System Information Bar
|
|
1901
|
+
#XACT: Aria label for the System Information Bar which is placed above the FLP.
|
|
982
1902
|
SysInfoBarAriaLabel=System Information Bar - {0} {1}
|
|
983
1903
|
|
|
984
1904
|
|
|
1905
|
+
#XFLD: Week Numbering Setting Label
|
|
985
1906
|
weekNumberingFld=Week Numbering
|
|
1907
|
+
#XTIT
|
|
986
1908
|
DefaultWeekNumberingTitle=Default
|
|
987
|
-
|
|
1909
|
+
#XTIT
|
|
1910
|
+
ISO_8601WeekNumberingTitle=ISO 8601
|
|
1911
|
+
#XTIT
|
|
988
1912
|
MiddleEasternWeekNumberingTitle=Middle Eastern
|
|
1913
|
+
#XTIT
|
|
989
1914
|
WesternTraditionalWeekNumberingTitle=Western Traditional
|
|
990
|
-
|
|
1915
|
+
#XTXT
|
|
1916
|
+
DefaultWeekNumberingText=Use the default calendar week numbering from the system.
|
|
1917
|
+
#XTXT
|
|
991
1918
|
ISO_8601WeekNumberingText=Monday is the first day of the week; the week containing January 4th is the first week of the year.
|
|
1919
|
+
#XTXT
|
|
992
1920
|
MiddleEasternWeekNumberingText=Saturday is the first day of the week, the week containing January 1st is the first week of the year.
|
|
1921
|
+
#XTXT
|
|
993
1922
|
WesternTraditionalWeekNumberingText=Sunday is the first day of the week; the week containing January 1st is the first week of the year.
|
|
1923
|
+
|
|
1924
|
+
|
|
1925
|
+
#XFLD Announced to screen readers to mark tiles as interactive elements (link)
|
|
1926
|
+
VizInstance.AriaDescription.Link=Link
|