@openui5/sap.m 1.120.7 → 1.121.0
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/.reuse/dep5 +23 -21
- package/THIRDPARTY.txt +6 -43
- package/package.json +4 -4
- package/src/sap/m/.library +18 -2
- package/src/sap/m/AccButton.js +1 -1
- package/src/sap/m/ActionListItem.js +1 -1
- package/src/sap/m/ActionSelect.js +11 -11
- package/src/sap/m/ActionSheet.js +12 -8
- package/src/sap/m/ActionSheetRenderer.js +4 -4
- package/src/sap/m/ActionTile.js +7 -1
- package/src/sap/m/ActionTileContent.js +86 -7
- package/src/sap/m/ActionTileContentRenderer.js +4 -41
- package/src/sap/m/AdditionalTextButton.js +1 -1
- package/src/sap/m/App.js +1 -1
- package/src/sap/m/AssociativeOverflowToolbar.js +6 -6
- package/src/sap/m/Avatar.js +32 -14
- package/src/sap/m/Bar.js +5 -5
- package/src/sap/m/BarRenderer.js +3 -3
- package/src/sap/m/Breadcrumbs.js +12 -4
- package/src/sap/m/BreadcrumbsRenderer.js +1 -1
- package/src/sap/m/BusyDialog.js +19 -33
- package/src/sap/m/BusyIndicator.js +1 -1
- package/src/sap/m/Button.js +8 -8
- package/src/sap/m/ButtonRenderer.js +0 -4
- package/src/sap/m/Carousel.js +53 -25
- package/src/sap/m/CarouselLayout.js +14 -3
- package/src/sap/m/CarouselRenderer.js +4 -4
- package/src/sap/m/CheckBox.js +46 -5
- package/src/sap/m/CheckBoxRenderer.js +10 -3
- package/src/sap/m/ColorPalette.js +4 -2
- package/src/sap/m/ColorPalettePopover.js +5 -3
- package/src/sap/m/ColorPaletteRenderer.js +3 -3
- package/src/sap/m/Column.js +3 -4
- package/src/sap/m/ColumnHeaderPopover.js +1 -1
- package/src/sap/m/ColumnListItem.js +59 -20
- package/src/sap/m/ColumnListItemRenderer.js +8 -9
- package/src/sap/m/ColumnPopoverActionItem.js +1 -1
- package/src/sap/m/ColumnPopoverCustomItem.js +1 -1
- package/src/sap/m/ColumnPopoverItem.js +1 -1
- package/src/sap/m/ColumnPopoverSelectListItem.js +1 -1
- package/src/sap/m/ColumnPopoverSortItem.js +6 -6
- package/src/sap/m/ComboBox.js +16 -9
- package/src/sap/m/ComboBoxBase.js +10 -9
- package/src/sap/m/ComboBoxTextField.js +6 -4
- package/src/sap/m/ContentConfig.js +142 -0
- package/src/sap/m/CustomListItem.js +1 -1
- package/src/sap/m/CustomTile.js +1 -1
- package/src/sap/m/CustomTreeItem.js +1 -1
- package/src/sap/m/DatePicker.js +19 -18
- package/src/sap/m/DatePickerRenderer.js +3 -3
- package/src/sap/m/DateRangeSelection.js +16 -13
- package/src/sap/m/DateRangeSelectionRenderer.js +3 -3
- package/src/sap/m/DateTimeField.js +17 -9
- package/src/sap/m/DateTimeInput.js +6 -4
- package/src/sap/m/DateTimePicker.js +39 -30
- package/src/sap/m/DateTimePickerRenderer.js +4 -2
- package/src/sap/m/Dialog.js +21 -9
- package/src/sap/m/DialogRenderer.js +10 -3
- package/src/sap/m/DisplayListItem.js +1 -1
- package/src/sap/m/DraftIndicator.js +5 -5
- package/src/sap/m/DynamicDate.js +5 -3
- package/src/sap/m/DynamicDateFormat.js +7 -6
- package/src/sap/m/DynamicDateOption.js +10 -5
- package/src/sap/m/DynamicDateRange.js +56 -43
- package/src/sap/m/DynamicDateUtil.js +3 -3
- package/src/sap/m/DynamicDateValueHelpUIType.js +1 -1
- package/src/sap/m/ExpandableText.js +5 -9
- package/src/sap/m/ExpandableTextRenderer.js +3 -3
- package/src/sap/m/FacetFilter.js +17 -8
- package/src/sap/m/FacetFilterItem.js +1 -1
- package/src/sap/m/FacetFilterList.js +7 -7
- package/src/sap/m/FacetFilterRenderer.js +4 -4
- package/src/sap/m/FeedContent.js +1 -1
- package/src/sap/m/FeedInput.js +1 -1
- package/src/sap/m/FeedListItem.js +4 -4
- package/src/sap/m/FeedListItemAction.js +1 -1
- package/src/sap/m/FeedListItemRenderer.js +3 -3
- package/src/sap/m/Fiori20Adapter.js +9 -9
- package/src/sap/m/FlexBox.js +2 -2
- package/src/sap/m/FlexItemData.js +17 -17
- package/src/sap/m/FormattedText.js +7 -6
- package/src/sap/m/GenericTag.js +1 -1
- package/src/sap/m/GenericTagRenderer.js +5 -5
- package/src/sap/m/GenericTile.js +102 -14
- package/src/sap/m/GenericTileLineModeRenderer.js +3 -3
- package/src/sap/m/GenericTileRenderer.js +3 -3
- package/src/sap/m/GroupHeaderListItem.js +1 -1
- package/src/sap/m/GroupHeaderListItemRenderer.js +3 -3
- package/src/sap/m/GrowingEnablement.js +7 -6
- package/src/sap/m/GrowingList.js +1 -1
- package/src/sap/m/HBox.js +1 -1
- package/src/sap/m/HeaderContainer.js +5 -5
- package/src/sap/m/HeaderContainerItemNavigator.js +1 -1
- package/src/sap/m/IconTabBar.js +4 -4
- package/src/sap/m/IconTabBarDragAndDropUtil.js +5 -5
- package/src/sap/m/IconTabBarSelectList.js +2 -2
- package/src/sap/m/IconTabFilter.js +27 -15
- package/src/sap/m/IconTabFilterExpandButtonBadge.js +4 -4
- package/src/sap/m/IconTabHeader.js +61 -28
- package/src/sap/m/IconTabHeaderRenderer.js +5 -5
- package/src/sap/m/IconTabSeparator.js +7 -7
- package/src/sap/m/IllustratedMessage.js +8 -6
- package/src/sap/m/IllustratedMessageType.js +12 -0
- package/src/sap/m/Illustration.js +4 -4
- package/src/sap/m/IllustrationPool.js +3 -3
- package/src/sap/m/Image.js +6 -3
- package/src/sap/m/ImageContent.js +1 -1
- package/src/sap/m/Input.js +65 -36
- package/src/sap/m/InputBase.js +33 -8
- package/src/sap/m/InputBaseRenderer.js +3 -3
- package/src/sap/m/InputListItem.js +1 -1
- package/src/sap/m/InputRenderer.js +5 -6
- package/src/sap/m/Label.js +6 -6
- package/src/sap/m/LightBox.js +4 -4
- package/src/sap/m/LightBoxItem.js +1 -1
- package/src/sap/m/Link.js +30 -6
- package/src/sap/m/LinkRenderer.js +4 -4
- package/src/sap/m/LinkTileContent.js +1 -1
- package/src/sap/m/List.js +1 -1
- package/src/sap/m/ListBase.js +43 -24
- package/src/sap/m/ListItemBase.js +7 -6
- package/src/sap/m/ListItemBaseRenderer.js +3 -0
- package/src/sap/m/MaskEnabler.js +8 -6
- package/src/sap/m/MaskInput.js +1 -1
- package/src/sap/m/MaskInputRenderer.js +2 -2
- package/src/sap/m/MaskInputRule.js +1 -1
- package/src/sap/m/Menu.js +19 -17
- package/src/sap/m/MenuButton.js +8 -6
- package/src/sap/m/MenuItem.js +9 -9
- package/src/sap/m/MenuListItem.js +5 -4
- package/src/sap/m/MessageBox.js +5 -3
- package/src/sap/m/MessageItem.js +1 -1
- package/src/sap/m/MessageListItem.js +4 -3
- package/src/sap/m/MessagePage.js +4 -2
- package/src/sap/m/MessagePopover.js +9 -6
- package/src/sap/m/MessagePopoverItem.js +1 -1
- package/src/sap/m/MessageStrip.js +9 -7
- package/src/sap/m/MessageStripRenderer.js +5 -2
- package/src/sap/m/MessageStripUtilities.js +6 -4
- package/src/sap/m/MessageToast.js +8 -7
- package/src/sap/m/MessageView.js +29 -6
- package/src/sap/m/MessageViewRenderer.js +2 -2
- package/src/sap/m/MultiComboBox.js +36 -17
- package/src/sap/m/MultiComboBoxRenderer.js +4 -4
- package/src/sap/m/MultiEditField.js +4 -4
- package/src/sap/m/MultiInput.js +66 -19
- package/src/sap/m/MultiInputRenderer.js +3 -3
- package/src/sap/m/NavContainer.js +14 -9
- package/src/sap/m/NewsContent.js +1 -1
- package/src/sap/m/NotificationList.js +1 -1
- package/src/sap/m/NotificationListBase.js +4 -4
- package/src/sap/m/NotificationListGroup.js +4 -4
- package/src/sap/m/NotificationListItem.js +4 -4
- package/src/sap/m/NumericContent.js +6 -6
- package/src/sap/m/NumericInput.js +1 -1
- package/src/sap/m/NumericInputRenderer.js +6 -6
- package/src/sap/m/ObjectAttribute.js +7 -6
- package/src/sap/m/ObjectAttributeRenderer.js +3 -3
- package/src/sap/m/ObjectHeader.js +15 -11
- package/src/sap/m/ObjectHeaderRenderer.js +4 -4
- package/src/sap/m/ObjectIdentifier.js +37 -8
- package/src/sap/m/ObjectIdentifierRenderer.js +3 -3
- package/src/sap/m/ObjectListItem.js +4 -4
- package/src/sap/m/ObjectMarker.js +6 -4
- package/src/sap/m/ObjectNumber.js +4 -3
- package/src/sap/m/ObjectNumberRenderer.js +6 -6
- package/src/sap/m/ObjectStatus.js +28 -22
- package/src/sap/m/ObjectStatusRenderer.js +26 -20
- package/src/sap/m/OverflowToolbar.js +2 -2
- package/src/sap/m/OverflowToolbarAssociativePopover.js +3 -3
- package/src/sap/m/OverflowToolbarButton.js +1 -1
- package/src/sap/m/OverflowToolbarLayoutData.js +2 -2
- package/src/sap/m/OverflowToolbarMenuButton.js +1 -1
- package/src/sap/m/OverflowToolbarToggleButton.js +1 -1
- package/src/sap/m/P13nAnyFilterItem.js +1 -1
- package/src/sap/m/P13nColumnsItem.js +1 -1
- package/src/sap/m/P13nColumnsPanel.js +33 -11
- package/src/sap/m/P13nConditionPanel.js +6 -4
- package/src/sap/m/P13nDialog.js +27 -13
- package/src/sap/m/P13nDimMeasureItem.js +1 -1
- package/src/sap/m/P13nDimMeasurePanel.js +18 -12
- package/src/sap/m/P13nFilterItem.js +1 -1
- package/src/sap/m/P13nFilterPanel.js +71 -49
- package/src/sap/m/P13nGroupItem.js +1 -1
- package/src/sap/m/P13nGroupPanel.js +5 -4
- package/src/sap/m/P13nItem.js +1 -1
- package/src/sap/m/P13nPanel.js +1 -1
- package/src/sap/m/P13nSelectionItem.js +1 -1
- package/src/sap/m/P13nSelectionPanel.js +28 -7
- package/src/sap/m/P13nSortItem.js +1 -1
- package/src/sap/m/P13nSortPanel.js +6 -5
- package/src/sap/m/PDFViewer.js +13 -5
- package/src/sap/m/Page.js +4 -8
- package/src/sap/m/PageAccessibleLandmarkInfo.js +1 -1
- package/src/sap/m/PagingButton.js +5 -4
- package/src/sap/m/Panel.js +10 -5
- package/src/sap/m/PlanningCalendar.js +160 -109
- package/src/sap/m/PlanningCalendarHeader.js +9 -7
- package/src/sap/m/PlanningCalendarLegend.js +5 -5
- package/src/sap/m/PlanningCalendarRow.js +26 -15
- package/src/sap/m/PlanningCalendarView.js +1 -4
- package/src/sap/m/Popover.js +19 -21
- package/src/sap/m/PopoverRenderer.js +4 -4
- package/src/sap/m/ProgressIndicator.js +15 -13
- package/src/sap/m/ProgressIndicatorRenderer.js +3 -4
- package/src/sap/m/PullToRefresh.js +4 -3
- package/src/sap/m/QuickView.js +1 -1
- package/src/sap/m/QuickViewBase.js +1 -1
- package/src/sap/m/QuickViewCard.js +1 -1
- package/src/sap/m/QuickViewCardRenderer.js +3 -3
- package/src/sap/m/QuickViewGroup.js +1 -1
- package/src/sap/m/QuickViewGroupElement.js +1 -1
- package/src/sap/m/QuickViewPage.js +29 -17
- package/src/sap/m/RadioButton.js +4 -4
- package/src/sap/m/RadioButtonGroup.js +38 -5
- package/src/sap/m/RadioButtonGroupRenderer.js +4 -4
- package/src/sap/m/RadioButtonRenderer.js +3 -3
- package/src/sap/m/RangeSlider.js +9 -7
- package/src/sap/m/RangeSliderRenderer.js +2 -2
- package/src/sap/m/RatingIndicator.js +7 -6
- package/src/sap/m/RatingIndicatorRenderer.js +4 -4
- package/src/sap/m/ResponsivePopover.js +1 -3
- package/src/sap/m/ResponsiveScale.js +1 -1
- package/src/sap/m/ScrollBar.js +3 -3
- package/src/sap/m/ScrollContainer.js +6 -6
- package/src/sap/m/SearchField.js +1 -1
- package/src/sap/m/SegmentedButton.js +7 -5
- package/src/sap/m/SegmentedButtonItem.js +1 -1
- package/src/sap/m/Select.js +30 -16
- package/src/sap/m/SelectDialog.js +5 -3
- package/src/sap/m/SelectDialogBase.js +6 -6
- package/src/sap/m/SelectList.js +6 -6
- package/src/sap/m/SelectionDetails.js +7 -3
- package/src/sap/m/SelectionDetailsFacade.js +2 -2
- package/src/sap/m/SelectionDetailsItem.js +1 -1
- package/src/sap/m/SelectionDetailsItemLine.js +1 -1
- package/src/sap/m/Shell.js +4 -4
- package/src/sap/m/ShellRenderer.js +3 -2
- package/src/sap/m/SimpleFixFlex.js +1 -1
- package/src/sap/m/SinglePlanningCalendar.js +41 -9
- package/src/sap/m/SinglePlanningCalendarDayView.js +1 -1
- package/src/sap/m/SinglePlanningCalendarGrid.js +122 -54
- package/src/sap/m/SinglePlanningCalendarGridRenderer.js +22 -20
- package/src/sap/m/SinglePlanningCalendarMonthGrid.js +315 -61
- package/src/sap/m/SinglePlanningCalendarMonthGridRenderer.js +88 -35
- package/src/sap/m/SinglePlanningCalendarMonthView.js +3 -4
- package/src/sap/m/SinglePlanningCalendarView.js +1 -1
- package/src/sap/m/SinglePlanningCalendarWeekView.js +5 -5
- package/src/sap/m/SinglePlanningCalendarWorkWeekView.js +6 -5
- package/src/sap/m/SlideTile.js +6 -6
- package/src/sap/m/SlideTileRenderer.js +1 -3
- package/src/sap/m/Slider.js +38 -11
- package/src/sap/m/SliderRenderer.js +4 -4
- package/src/sap/m/SliderTooltip.js +4 -4
- package/src/sap/m/SliderTooltipBase.js +1 -1
- package/src/sap/m/SliderTooltipContainer.js +10 -8
- package/src/sap/m/SliderTooltipRenderer.js +3 -3
- package/src/sap/m/SplitApp.js +2 -1
- package/src/sap/m/SplitButton.js +5 -3
- package/src/sap/m/SplitContainer.js +20 -11
- package/src/sap/m/StandardDynamicDateOption.js +16 -12
- package/src/sap/m/StandardListItem.js +4 -3
- package/src/sap/m/StandardListItemRenderer.js +3 -3
- package/src/sap/m/StandardTile.js +1 -1
- package/src/sap/m/StandardTreeItem.js +1 -1
- package/src/sap/m/StepInput.js +6 -4
- package/src/sap/m/Suggest.js +5 -5
- package/src/sap/m/SuggestionItem.js +1 -1
- package/src/sap/m/SuggestionsList.js +9 -7
- package/src/sap/m/SuggestionsListRenderer.js +2 -2
- package/src/sap/m/SuggestionsPopover.js +1 -1
- package/src/sap/m/Switch.js +13 -11
- package/src/sap/m/SwitchRenderer.js +3 -3
- package/src/sap/m/TabContainer.js +9 -6
- package/src/sap/m/TabContainerItem.js +5 -8
- package/src/sap/m/TabStrip.js +23 -12
- package/src/sap/m/TabStripItem.js +7 -10
- package/src/sap/m/TabStripRenderer.js +2 -2
- package/src/sap/m/Table.js +4 -5
- package/src/sap/m/TablePersoController.js +10 -8
- package/src/sap/m/TablePersoDialog.js +19 -16
- package/src/sap/m/TablePersoProvider.js +1 -1
- package/src/sap/m/TableRenderer.js +4 -4
- package/src/sap/m/TableSelectDialog.js +5 -3
- package/src/sap/m/Text.js +36 -39
- package/src/sap/m/TextArea.js +5 -3
- package/src/sap/m/TextRenderer.js +2 -7
- package/src/sap/m/Tile.js +1 -1
- package/src/sap/m/TileAttribute.js +64 -0
- package/src/sap/m/TileAttributeRenderer.js +70 -0
- package/src/sap/m/TileContainer.js +10 -8
- package/src/sap/m/TileContent.js +8 -4
- package/src/sap/m/TileRenderer.js +3 -3
- package/src/sap/m/TimePicker.js +24 -19
- package/src/sap/m/TimePickerClock.js +4 -3
- package/src/sap/m/TimePickerClocks.js +1 -1
- package/src/sap/m/TimePickerInputs.js +1 -1
- package/src/sap/m/TimePickerInternals.js +12 -10
- package/src/sap/m/TimePickerSlider.js +9 -7
- package/src/sap/m/TimePickerSliders.js +17 -13
- package/src/sap/m/TimePickerSlidersRenderer.js +3 -3
- package/src/sap/m/Title.js +5 -4
- package/src/sap/m/TitlePropagationSupport.js +4 -4
- package/src/sap/m/ToggleButton.js +4 -3
- package/src/sap/m/Token.js +6 -6
- package/src/sap/m/Tokenizer.js +16 -10
- package/src/sap/m/Toolbar.js +4 -4
- package/src/sap/m/ToolbarLayoutData.js +1 -1
- package/src/sap/m/ToolbarSeparator.js +1 -1
- package/src/sap/m/ToolbarSpacer.js +1 -1
- package/src/sap/m/Tree.js +4 -2
- package/src/sap/m/TreeItemBase.js +4 -3
- package/src/sap/m/TreeItemBaseRenderer.js +3 -3
- package/src/sap/m/UploadCollection.js +28 -24
- package/src/sap/m/UploadCollectionItem.js +1 -1
- package/src/sap/m/UploadCollectionParameter.js +1 -1
- package/src/sap/m/UploadCollectionToolbarPlaceholder.js +1 -1
- package/src/sap/m/VBox.js +1 -1
- package/src/sap/m/ValueStateHeader.js +5 -5
- package/src/sap/m/VariantItem.js +8 -3
- package/src/sap/m/VariantManagement.js +112 -33
- package/src/sap/m/ViewSettingsCustomItem.js +1 -1
- package/src/sap/m/ViewSettingsCustomTab.js +1 -1
- package/src/sap/m/ViewSettingsDialog.js +34 -21
- package/src/sap/m/ViewSettingsFilterItem.js +1 -1
- package/src/sap/m/ViewSettingsItem.js +9 -2
- package/src/sap/m/VisibleItem.js +1 -1
- package/src/sap/m/WheelSlider.js +4 -3
- package/src/sap/m/WheelSliderContainer.js +1 -1
- package/src/sap/m/WheelSliderContainerRenderer.js +3 -3
- package/src/sap/m/Wizard.js +17 -15
- package/src/sap/m/WizardProgressNavigator.js +18 -2
- package/src/sap/m/WizardProgressNavigatorRenderer.js +9 -5
- package/src/sap/m/WizardRenderer.js +6 -4
- package/src/sap/m/WizardStep.js +9 -11
- package/src/sap/m/changeHandler/AddTableColumn.js +3 -7
- package/src/sap/m/changeHandler/ChangeLinkTarget.js +1 -1
- package/src/sap/m/changeHandler/CombineButtons.js +4 -4
- package/src/sap/m/changeHandler/MoveTableColumns.js +3 -2
- package/src/sap/m/changeHandler/SelectIconTabBarFilter.js +1 -1
- package/src/sap/m/changeHandler/SplitMenuButton.js +1 -1
- package/src/sap/m/delegate/ValueStateMessage.js +3 -3
- package/src/sap/m/designtime/IconTabBar.designtime.js +3 -2
- package/src/sap/m/designtime/Link.designtime.js +4 -4
- package/src/sap/m/designtime/MenuButton.designtime.js +3 -0
- package/src/sap/m/designtime/ObjectIdentifier.designtime.js +0 -4
- package/src/sap/m/designtime/messagebundle_en_US_saprigi.properties +91 -91
- package/src/sap/m/flexibility/EngineFlex.js +14 -8
- package/src/sap/m/flexibility/MenuButton.flexibility.js +1 -0
- package/src/sap/m/inputUtils/SuggestionsPopoverPopoverMixin.js +4 -4
- package/src/sap/m/library.js +181 -59
- package/src/sap/m/messagebundle.properties +113 -90
- package/src/sap/m/messagebundle_ar.properties +16 -10
- package/src/sap/m/messagebundle_bg.properties +19 -13
- package/src/sap/m/messagebundle_ca.properties +16 -10
- package/src/sap/m/messagebundle_cnr.properties +21 -15
- package/src/sap/m/messagebundle_cs.properties +16 -10
- package/src/sap/m/messagebundle_cy.properties +19 -13
- package/src/sap/m/messagebundle_da.properties +14 -8
- package/src/sap/m/messagebundle_de.properties +12 -6
- package/src/sap/m/messagebundle_el.properties +27 -21
- package/src/sap/m/messagebundle_en.properties +1164 -22
- package/src/sap/m/messagebundle_en_GB.properties +23 -17
- package/src/sap/m/messagebundle_en_US_saprigi.properties +34 -22
- package/src/sap/m/messagebundle_es.properties +19 -13
- package/src/sap/m/messagebundle_es_MX.properties +18 -12
- package/src/sap/m/messagebundle_et.properties +14 -8
- package/src/sap/m/messagebundle_fi.properties +21 -15
- package/src/sap/m/messagebundle_fr.properties +15 -9
- package/src/sap/m/messagebundle_fr_CA.properties +11 -5
- package/src/sap/m/messagebundle_hi.properties +24 -18
- package/src/sap/m/messagebundle_hr.properties +15 -9
- package/src/sap/m/messagebundle_hu.properties +20 -14
- package/src/sap/m/messagebundle_id.properties +15 -9
- package/src/sap/m/messagebundle_it.properties +17 -11
- package/src/sap/m/messagebundle_iw.properties +13 -7
- package/src/sap/m/messagebundle_ja.properties +23 -17
- package/src/sap/m/messagebundle_kk.properties +14 -8
- package/src/sap/m/messagebundle_ko.properties +18 -12
- package/src/sap/m/messagebundle_lt.properties +17 -11
- package/src/sap/m/messagebundle_lv.properties +26 -20
- package/src/sap/m/messagebundle_mk.properties +20 -14
- package/src/sap/m/messagebundle_ms.properties +13 -7
- package/src/sap/m/messagebundle_nl.properties +16 -10
- package/src/sap/m/messagebundle_no.properties +15 -9
- package/src/sap/m/messagebundle_pl.properties +16 -10
- package/src/sap/m/messagebundle_pt.properties +16 -10
- package/src/sap/m/messagebundle_pt_PT.properties +13 -7
- package/src/sap/m/messagebundle_ro.properties +13 -7
- package/src/sap/m/messagebundle_ru.properties +15 -9
- package/src/sap/m/messagebundle_sh.properties +21 -15
- package/src/sap/m/messagebundle_sk.properties +13 -7
- package/src/sap/m/messagebundle_sl.properties +14 -8
- package/src/sap/m/messagebundle_sr.properties +21 -15
- package/src/sap/m/messagebundle_sv.properties +15 -9
- package/src/sap/m/messagebundle_th.properties +12 -6
- package/src/sap/m/messagebundle_tr.properties +15 -9
- package/src/sap/m/messagebundle_uk.properties +15 -9
- package/src/sap/m/messagebundle_vi.properties +16 -10
- package/src/sap/m/messagebundle_zh_CN.properties +12 -6
- package/src/sap/m/messagebundle_zh_TW.properties +12 -6
- package/src/sap/m/p13n/.eslintrc.json +19 -0
- package/src/sap/m/p13n/AbstractContainer.js +43 -29
- package/src/sap/m/p13n/AbstractContainerItem.js +8 -8
- package/src/sap/m/p13n/BasePanel.js +123 -76
- package/src/sap/m/p13n/Container.js +80 -50
- package/src/sap/m/p13n/Engine.js +331 -294
- package/src/sap/m/p13n/FilterController.js +335 -0
- package/src/sap/m/p13n/FilterPanel.js +291 -0
- package/src/sap/m/p13n/FlexUtil.js +23 -21
- package/src/sap/m/p13n/GroupController.js +97 -85
- package/src/sap/m/p13n/GroupPanel.js +30 -25
- package/src/sap/m/p13n/MetadataHelper.js +65 -21
- package/src/sap/m/p13n/PersistenceProvider.js +11 -9
- package/src/sap/m/p13n/Popup.js +63 -45
- package/src/sap/m/p13n/QueryPanel.js +117 -93
- package/src/sap/m/p13n/SelectionController.js +302 -237
- package/src/sap/m/p13n/SelectionPanel.js +117 -83
- package/src/sap/m/p13n/SortController.js +100 -89
- package/src/sap/m/p13n/SortPanel.js +46 -31
- package/src/sap/m/p13n/enums/PersistenceMode.js +57 -0
- package/src/sap/m/p13n/{enum → enums}/ProcessingStrategy.js +10 -8
- package/src/sap/m/p13n/handler/xConfigHandler.js +175 -161
- package/src/sap/m/p13n/modification/FlexModificationHandler.js +151 -133
- package/src/sap/m/p13n/modification/LocalStorageModificationHandler.js +28 -28
- package/src/sap/m/p13n/modification/ModificationHandler.js +15 -15
- package/src/sap/m/p13n/modules/AdaptationProvider.js +7 -7
- package/src/sap/m/p13n/modules/DefaultProviderRegistry.js +20 -18
- package/src/sap/m/p13n/modules/StateHandlerRegistry.js +7 -7
- package/src/sap/m/p13n/modules/UIManager.js +119 -117
- package/src/sap/m/p13n/modules/xConfigAPI.js +74 -68
- package/src/sap/m/plugins/CellSelector.js +142 -26
- package/src/sap/m/plugins/ColumnResizer.js +12 -17
- package/src/sap/m/plugins/ContextMenuSetting.js +155 -0
- package/src/sap/m/plugins/CopyProvider.js +165 -110
- package/src/sap/m/plugins/DataStateIndicator.js +9 -6
- package/src/sap/m/plugins/PasteProvider.js +18 -10
- package/src/sap/m/plugins/PluginBase.js +39 -15
- package/src/sap/m/semantic/AddAction.js +1 -1
- package/src/sap/m/semantic/CancelAction.js +1 -1
- package/src/sap/m/semantic/DeleteAction.js +1 -1
- package/src/sap/m/semantic/DetailPage.js +3 -3
- package/src/sap/m/semantic/DiscussInJamAction.js +1 -1
- package/src/sap/m/semantic/EditAction.js +1 -1
- package/src/sap/m/semantic/FavoriteAction.js +1 -1
- package/src/sap/m/semantic/FilterAction.js +1 -1
- package/src/sap/m/semantic/FilterSelect.js +1 -1
- package/src/sap/m/semantic/FlagAction.js +1 -1
- package/src/sap/m/semantic/ForwardAction.js +1 -1
- package/src/sap/m/semantic/FullscreenPage.js +1 -1
- package/src/sap/m/semantic/GroupAction.js +1 -1
- package/src/sap/m/semantic/GroupSelect.js +1 -1
- package/src/sap/m/semantic/MainAction.js +1 -1
- package/src/sap/m/semantic/MasterPage.js +3 -3
- package/src/sap/m/semantic/MessagesIndicator.js +1 -1
- package/src/sap/m/semantic/MultiSelectAction.js +3 -3
- package/src/sap/m/semantic/NegativeAction.js +1 -1
- package/src/sap/m/semantic/OpenInAction.js +1 -1
- package/src/sap/m/semantic/PositiveAction.js +1 -1
- package/src/sap/m/semantic/PrintAction.js +1 -1
- package/src/sap/m/semantic/SaveAction.js +1 -1
- package/src/sap/m/semantic/Segment.js +1 -1
- package/src/sap/m/semantic/SegmentedContainer.js +1 -1
- package/src/sap/m/semantic/SemanticButton.js +1 -1
- package/src/sap/m/semantic/SemanticConfiguration.js +7 -5
- package/src/sap/m/semantic/SemanticControl.js +1 -1
- package/src/sap/m/semantic/SemanticOverflowToolbarButton.js +1 -1
- package/src/sap/m/semantic/SemanticOverflowToolbarToggleButton.js +1 -1
- package/src/sap/m/semantic/SemanticPage.js +4 -2
- package/src/sap/m/semantic/SemanticSelect.js +1 -1
- package/src/sap/m/semantic/SemanticToggleButton.js +1 -1
- package/src/sap/m/semantic/SendEmailAction.js +1 -1
- package/src/sap/m/semantic/SendMessageAction.js +1 -1
- package/src/sap/m/semantic/ShareInJamAction.js +1 -1
- package/src/sap/m/semantic/ShareMenu.js +6 -12
- package/src/sap/m/semantic/ShareMenuPage.js +1 -1
- package/src/sap/m/semantic/SortAction.js +1 -1
- package/src/sap/m/semantic/SortSelect.js +1 -1
- package/src/sap/m/table/ColumnWidthController.js +2 -3
- package/src/sap/m/table/Util.js +67 -40
- package/src/sap/m/table/columnmenu/ActionItem.js +1 -1
- package/src/sap/m/table/columnmenu/Entry.js +1 -1
- package/src/sap/m/table/columnmenu/Item.js +5 -5
- package/src/sap/m/table/columnmenu/ItemBase.js +1 -1
- package/src/sap/m/table/columnmenu/Menu.js +13 -20
- package/src/sap/m/table/columnmenu/QuickAction.js +1 -1
- package/src/sap/m/table/columnmenu/QuickActionBase.js +1 -1
- package/src/sap/m/table/columnmenu/QuickActionItem.js +1 -1
- package/src/sap/m/table/columnmenu/QuickGroup.js +7 -5
- package/src/sap/m/table/columnmenu/QuickGroupItem.js +1 -1
- package/src/sap/m/table/columnmenu/QuickSort.js +6 -4
- package/src/sap/m/table/columnmenu/QuickSortItem.js +6 -4
- package/src/sap/m/table/columnmenu/QuickTotal.js +7 -5
- package/src/sap/m/table/columnmenu/QuickTotalItem.js +1 -1
- package/src/sap/m/themes/base/ActionSheet.less +10 -3
- package/src/sap/m/themes/base/ActionTile.less +7 -4
- package/src/sap/m/themes/base/Carousel.less +1 -1
- package/src/sap/m/themes/base/ContextMenuSetting.less +3 -0
- package/src/sap/m/themes/base/IconTabBar.less +2 -2
- package/src/sap/m/themes/base/Label.less +2 -1
- package/src/sap/m/themes/base/Link.less +1 -1
- package/src/sap/m/themes/base/ListItemBase.less +1 -1
- package/src/sap/m/themes/base/MenuButton.less +2 -2
- package/src/sap/m/themes/base/MessageView.less +6 -0
- package/src/sap/m/themes/base/MultiComboBox.less +7 -4
- package/src/sap/m/themes/base/NumericContent.less +2 -2
- package/src/sap/m/themes/base/ObjectListItem.less +1 -1
- package/src/sap/m/themes/base/ObjectNumber.less +4 -4
- package/src/sap/m/themes/base/ObjectStatus.less +263 -160
- package/src/sap/m/themes/base/Panel.less +18 -4
- package/src/sap/m/themes/base/Popover.less +5 -0
- package/src/sap/m/themes/base/SinglePlanningCalendarMonthGrid.less +21 -0
- package/src/sap/m/themes/base/StandardListItem.less +1 -1
- package/src/sap/m/themes/base/SuggestionItem.less +6 -0
- package/src/sap/m/themes/base/Table.less +0 -5
- package/src/sap/m/themes/base/TablePersoDialog.less +4 -2
- package/src/sap/m/themes/base/Text.less +2 -1
- package/src/sap/m/themes/base/UploadCollection.less +2 -2
- package/src/sap/m/themes/base/UploadSet.less +55 -0
- package/src/sap/m/themes/base/VariantManagement.less +2 -1
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-NewMail.svg +27 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dialog-SignOut.svg +24 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dot-NewMail.svg +9 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Dot-SignOut.svg +12 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-NewMail.svg +59 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Scene-SignOut.svg +113 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-NewMail.svg +27 -0
- package/src/sap/m/themes/base/illustrations/sapIllus-Spot-SignOut.svg +23 -0
- package/src/sap/m/themes/base/library.source.less +2 -1
- package/src/sap/m/upload/ActionsPlaceholder.js +1 -1
- package/src/sap/m/upload/Column.js +1 -1
- package/src/sap/m/upload/FilePreviewDialog.js +5 -5
- package/src/sap/m/upload/FilterPanel.js +5 -3
- package/src/sap/m/upload/UploadSet.js +122 -61
- package/src/sap/m/upload/UploadSetItem.js +31 -7
- package/src/sap/m/upload/UploadSetToolbarPlaceholder.js +1 -1
- package/src/sap/m/upload/UploadSetwithTable.js +7 -6
- package/src/sap/m/upload/UploadSetwithTableItem.js +5 -5
- package/src/sap/m/upload/UploaderTableItem.js +1 -1
- package/src/sap/m/upload/p13n/PersManager.js +4 -2
- package/src/sap/m/upload/p13n/mediator/BaseMediator.js +1 -1
- package/src/sap/m/upload/p13n/mediator/ColumnsMediator.js +5 -4
- package/src/sap/m/upload/p13n/mediator/FilterMediator.js +5 -2
- package/src/sap/m/upload/p13n/mediator/GroupMediator.js +5 -4
- package/src/sap/m/upload/p13n/mediator/SortMediator.js +5 -4
- package/src/sap/m/upload/p13n/modules/PersPopupManager.js +3 -3
- package/LICENSES/BSD-2-Clause.txt +0 -22
- package/src/sap/m/CustomAttribute.js +0 -53
- package/src/sap/m/p13n/enum/PersistenceMode.js +0 -55
|
@@ -1,550 +1,827 @@
|
|
|
1
|
+
#This is the resource bundle for the SAPUI5 sap.m library
|
|
2
|
+
#
|
|
1
3
|
|
|
4
|
+
#XACT: ARIA announcement for the Avatar default tooltip
|
|
2
5
|
AVATAR_TOOLTIP=Avatar
|
|
3
6
|
|
|
7
|
+
#XACT: ARIA announcement for the Avatar predefined tooltip for Zoom-in
|
|
4
8
|
AVATAR_TOOLTIP_ZOOMIN=Zoom in
|
|
5
9
|
|
|
10
|
+
#XACT: ARIA announcement for the Avatar predefined tooltip for Camera
|
|
6
11
|
AVATAR_TOOLTIP_CAMERA=Camera
|
|
7
12
|
|
|
13
|
+
#XACT: ARIA announcement for the Avatar predefined tooltip for Edit
|
|
8
14
|
AVATAR_TOOLTIP_EDIT=Edit
|
|
9
15
|
|
|
16
|
+
#XACT: ARIA ColumnHeader control description
|
|
10
17
|
COLUMNHEADER_ACCESS_COLUMN_ACTIONS=Access Column Actions
|
|
11
18
|
|
|
19
|
+
#XACT: ARIA ColumnHeader filtered state announcement
|
|
12
20
|
COLUMNHEADER_FILTERED=Filtered
|
|
13
21
|
|
|
22
|
+
#XACT: ARIA ColumnHeader sorted state announcement
|
|
14
23
|
COLUMNHEADER_SORTED=Sorted
|
|
15
24
|
|
|
25
|
+
#XACT: ARIA ColumnHeader sort ascending state announcement
|
|
16
26
|
COLUMNHEADER_SORTED_ASCENDING=Ascending
|
|
17
27
|
|
|
28
|
+
#XACT: ARIA ColumnHeader sort descending state announcement
|
|
18
29
|
COLUMNHEADER_SORTED_DESCENDING=Descending
|
|
19
30
|
|
|
31
|
+
#XBUT: tooltip text for close button in the ColumnHeaderPopover
|
|
20
32
|
COLUMNHEADERPOPOVER_CLOSE_BUTTON=Close
|
|
21
33
|
|
|
34
|
+
#XBUT: tooltip text for sort button in the ColumnHeaderPopover
|
|
22
35
|
COLUMNHEADERPOPOVER_SORT_BUTTON=Sort
|
|
23
36
|
|
|
37
|
+
#XACT: ARIA keyboard announcement for the combo box arrow
|
|
24
38
|
COMBOBOX_BUTTON=Select Options
|
|
25
39
|
|
|
40
|
+
#XACT: ARIA announcement for Combo Box available options
|
|
26
41
|
COMBOBOX_AVAILABLE_OPTIONS=Available Options
|
|
27
42
|
|
|
43
|
+
#XBUT: Button text for ok button in the combo box (mobile version)
|
|
28
44
|
COMBOBOX_CLOSE_BUTTON=OK
|
|
29
45
|
|
|
46
|
+
#XBUT: Default title text for picker in the combo box (mobile version)
|
|
30
47
|
COMBOBOX_PICKER_TITLE=Select
|
|
31
48
|
|
|
49
|
+
#XBUT: Button text for confirmation button in the select
|
|
32
50
|
SELECT_CONFIRM_BUTTON=Select
|
|
33
51
|
|
|
52
|
+
#XBUT: Button text for cancel button in the select (mobile version)
|
|
34
53
|
SELECT_CANCEL_BUTTON=Cancel
|
|
35
54
|
|
|
55
|
+
#XBUT: Button text for show only selected items button in the dialog (mobile version)
|
|
36
56
|
SHOW_SELECTED_BUTTON=Show Selected Items Only
|
|
37
57
|
|
|
58
|
+
#XBLI: List text for no data lists
|
|
38
59
|
LIST_NO_DATA=No data
|
|
39
60
|
|
|
61
|
+
#XFLD: Label for Item selection control
|
|
40
62
|
LIST_ITEM_SELECTION=Item Selection
|
|
41
63
|
|
|
64
|
+
#XMSG: The message when all columns are hidden in the table control
|
|
42
65
|
TABLE_NO_COLUMNS=There are no visible columns in the table right now. Please select the columns you need in the table settings.
|
|
43
66
|
|
|
67
|
+
#XMSG: The title for the illustrated message when all columns are hidden in the table control
|
|
44
68
|
TABLE_NO_COLUMNS_TITLE=Add columns to see the content
|
|
45
69
|
|
|
70
|
+
#XMSG: The description for the illustrated message when all columns are hidden in the table control
|
|
46
71
|
TABLE_NO_COLUMNS_DESCRIPTION=Select the columns you need in the table settings.
|
|
47
72
|
|
|
73
|
+
#XFLD: A table can be rendered on small screens like a form like structure. In this case the column header texts are extended by the framework with a colon to separate the "label" from the value. In some languages there might be a different symbol used for such a colon.
|
|
48
74
|
TABLE_POPIN_LABEL_COLON=\:
|
|
49
75
|
|
|
76
|
+
#XTIT: Title of the Row Action Column
|
|
50
77
|
TABLE_ROW_ACTION=Row Action
|
|
51
78
|
|
|
79
|
+
#XACT: The role description of sap.m.Table control.
|
|
52
80
|
TABLE_ROLE_DESCRIPTION=Responsive Table
|
|
53
81
|
|
|
82
|
+
#XFLD: A colon to separate the "label" from an input. In some languages there might be a different symbol used for such a colon.
|
|
54
83
|
LABEL_COLON=\:
|
|
55
84
|
|
|
85
|
+
#XFLD: A - to indicate that there is an empty space. In some languages there might be a different symbol used.
|
|
56
86
|
EMPTY_INDICATOR=\u2013
|
|
87
|
+
#XFLD: ARIA announcement for the empty value.
|
|
57
88
|
EMPTY_INDICATOR_TEXT=Empty Value
|
|
58
89
|
|
|
90
|
+
#XACT: ARIA announcement (aria-labelledby) for internal actions toolbar aggregation inside sap.m.Page / sap.m.Dialog / sap.m.SemanticPage
|
|
59
91
|
ARIA_LABEL_TOOLBAR_HEADER_ACTIONS=Header actions
|
|
60
92
|
|
|
93
|
+
#XACT: ARIA announcement (aria-labelledby) for internal actions toolbar aggregation inside sap.m.Page / sap.m.Dialog / sap.m.SemanticPage
|
|
61
94
|
ARIA_LABEL_TOOLBAR_FOOTER_ACTIONS=Footer actions
|
|
62
95
|
|
|
96
|
+
#XACT: ARIA announcement for the controls which do not provide any accessibility info
|
|
63
97
|
CONTROL_EMPTY=Empty
|
|
64
98
|
|
|
99
|
+
#XACT: ARIA announcement for the required controls
|
|
65
100
|
ELEMENT_REQUIRED=Required
|
|
66
101
|
|
|
102
|
+
#XACT: ARIA announcement for the columns of a table which contain required content
|
|
67
103
|
CONTROL_IN_COLUMN_REQUIRED=Contains required content
|
|
68
104
|
|
|
105
|
+
#XACT: ARIA announcement for the disabled controls
|
|
69
106
|
CONTROL_DISABLED=Disabled
|
|
70
107
|
|
|
108
|
+
#XACT: ARIA announcement for the read-only controls
|
|
71
109
|
CONTROL_READONLY=Read Only
|
|
72
110
|
|
|
111
|
+
#XACT: ARIA announcement for the list which allows single selections
|
|
73
112
|
LIST_SELECTABLE=Contains Selectable Items
|
|
74
113
|
|
|
114
|
+
#XACT: ARIA announcement for the list which allows multiple selections
|
|
75
115
|
LIST_MULTISELECTABLE=Contains Multi-Selectable Items
|
|
76
116
|
|
|
117
|
+
#XACT: ARIA announcement for the list which has deletable items
|
|
77
118
|
LIST_DELETABLE=Contains Deletable Items
|
|
78
119
|
|
|
120
|
+
#XACT: ARIA announcement for the list which is grouped
|
|
79
121
|
LIST_GROUPED=Grouped
|
|
80
122
|
|
|
123
|
+
#XACT: ARIA announcement for the list when all items are selected
|
|
81
124
|
LIST_ALL_SELECTED=All Selected
|
|
82
125
|
|
|
126
|
+
#XACT: ARIA announcement for a required list (e.g. inside a form)
|
|
83
127
|
LIST_REQUIRED=Required
|
|
84
128
|
|
|
129
|
+
#XACT: ARIA announcement for the selected list item
|
|
85
130
|
LIST_ITEM_SELECTED=Selected
|
|
86
131
|
|
|
132
|
+
#XACT: ARIA announcement for a list item whic is not selected
|
|
87
133
|
LIST_ITEM_NOT_SELECTED=Not Selected
|
|
88
134
|
|
|
135
|
+
#XACT: ARIA keyboard announcement for the unread state of the list items
|
|
89
136
|
LIST_ITEM_UNREAD=Unread
|
|
90
137
|
|
|
138
|
+
#XACT: ARIA announcement for the navigable list items
|
|
91
139
|
LIST_ITEM_NAVIGATION=Has Details
|
|
92
140
|
|
|
141
|
+
#XACT: ARIA announcement for the active clickable list items
|
|
93
142
|
LIST_ITEM_ACTIVE=Is Active
|
|
94
143
|
|
|
144
|
+
#XACT: ARIA announcement for the group header list items in grouped lists. This text is being concatenated with either a type like ACC_CTR_TYPE_OPTION or ACC_CTR_TYPE_ROW, or the text of the group.
|
|
95
145
|
LIST_ITEM_GROUP_HEADER=Group Header
|
|
96
146
|
|
|
147
|
+
#XACT: ARIA announcement for the position of the list items in an entire list
|
|
97
148
|
LIST_ITEM_POSITION={0} of {1}
|
|
98
149
|
|
|
150
|
+
#XACT: ARIA announcement for the position of the list item
|
|
99
151
|
LIST_ITEM_INDEX=Item {0}
|
|
100
152
|
|
|
153
|
+
#XACT: ARIA announcement for the counter property of the list item
|
|
101
154
|
LIST_ITEM_COUNTER=Counter {0}
|
|
102
155
|
|
|
156
|
+
#XACT: ARIA announcement for the information state of the list item
|
|
103
157
|
LIST_ITEM_STATE_INFORMATION=Information
|
|
104
158
|
|
|
159
|
+
#XACT: ARIA announcement for the error state of the list item
|
|
105
160
|
LIST_ITEM_STATE_ERROR=Error
|
|
106
161
|
|
|
162
|
+
#XACT: ARIA announcement for the warning state of the list item
|
|
107
163
|
LIST_ITEM_STATE_WARNING=Warning
|
|
108
164
|
|
|
165
|
+
#XACT: ARIA announcement for the success state of the list item
|
|
109
166
|
LIST_ITEM_STATE_SUCCESS=Success
|
|
110
167
|
|
|
168
|
+
#XTOL: Tooltip for the delete button of the list item
|
|
111
169
|
LIST_ITEM_DELETE=Delete
|
|
112
170
|
|
|
171
|
+
#XTOL: Keyboard shortcut hint to trigger the delete action of the list item
|
|
113
172
|
LIST_ITEM_DELETE_SHORTCUT=Delete Key
|
|
114
173
|
|
|
174
|
+
#XTOL: Tooltip for the edit button of the list item
|
|
115
175
|
LIST_ITEM_EDIT=Edit
|
|
116
176
|
|
|
177
|
+
#XTOL: Keyboard shortcut hint to trigger the edit action of the list item
|
|
117
178
|
LIST_ITEM_EDIT_SHORTCUT=CTRL+E
|
|
118
179
|
|
|
180
|
+
#XTOL: Keyboard shortcut hint to trigger the edit action of the list item in MAC OS
|
|
119
181
|
LIST_ITEM_EDIT_SHORTCUT_MAC=CMD+E
|
|
120
182
|
|
|
183
|
+
#XACT: Description for list items with navigation icon
|
|
121
184
|
LIST_ITEM_NAVIGATION_ICON=Navigation
|
|
122
185
|
|
|
186
|
+
#XACT: Aria-describedby text for Error MessageListItem.
|
|
123
187
|
MESSAGE_LIST_ITEM_FOCUS_TEXT_LOCATION_ERROR=Press Alt+Enter to go to the error location
|
|
124
188
|
|
|
189
|
+
#XACT: Aria-describedby text for Warning MessageListItem.
|
|
125
190
|
MESSAGE_LIST_ITEM_FOCUS_TEXT_LOCATION_WARNING=Press Alt+Enter to go to the warning location
|
|
126
191
|
|
|
192
|
+
#XACT: Aria-describedby text for Success MessageListItem.
|
|
127
193
|
MESSAGE_LIST_ITEM_FOCUS_TEXT_LOCATION_SUCCESS=Press Alt+Enter to go to the success location
|
|
128
194
|
|
|
195
|
+
#XACT: Aria-describedby text for Information MessageListItem.
|
|
129
196
|
MESSAGE_LIST_ITEM_FOCUS_TEXT_LOCATION_INFORMATION=Press Alt+Enter to go to the information location
|
|
130
197
|
|
|
198
|
+
#XACT: Aria-describedby text for MessageListItem when details are available.
|
|
131
199
|
MESSAGE_LIST_ITEM_FOCUS_TEXT_DESCRIPTION=Press Enter to go to the Details page
|
|
132
200
|
|
|
201
|
+
#XACT: Link aria-describedby text for MessageView type Error.
|
|
133
202
|
MESSAGE_VIEW_LINK_FOCUS_TEXT_ERROR=Activate link to go to the error location
|
|
134
203
|
|
|
204
|
+
#XACT: Link aria-describedby text for MessageView type Warning.
|
|
135
205
|
MESSAGE_VIEW_LINK_FOCUS_TEXT_WARNING=Activate link to go to the warning location
|
|
136
206
|
|
|
207
|
+
#XACT: Link aria-describedby text for MessageView type Error.
|
|
137
208
|
MESSAGE_VIEW_LINK_FOCUS_TEXT_SUCCESS=Activate link to go to the success location
|
|
138
209
|
|
|
210
|
+
#XACT: Link aria-describedby text for MessageView type Warning.
|
|
139
211
|
MESSAGE_VIEW_LINK_FOCUS_TEXT_INFORMATION=Activate link to go to the information location
|
|
140
212
|
|
|
213
|
+
#XBUT: Button text for back button on page
|
|
141
214
|
PAGE_NAVBUTTON_TEXT=Back
|
|
142
215
|
|
|
216
|
+
#XBUT: A switch is a user interface control on mobile devices that is used for change between binary states
|
|
143
217
|
SWITCH_ON=On
|
|
144
218
|
|
|
219
|
+
#XBUT: A switch is a user interface control on mobile devices that is used for change between binary states
|
|
145
220
|
SWITCH_OFF=Off
|
|
146
221
|
|
|
222
|
+
#XACT: ARIA keyboard announcement for the accept state in the Switch control
|
|
147
223
|
SWITCH_ARIA_ACCEPT=Accept
|
|
148
224
|
|
|
225
|
+
#XACT: ARIA keyboard announcement for the reject state in the Switch control
|
|
149
226
|
SWITCH_ARIA_REJECT=Reject
|
|
150
227
|
|
|
228
|
+
#XBUT: Button text for cancel button in the action sheet
|
|
151
229
|
ACTIONSHEET_CANCELBUTTON_TEXT=Cancel
|
|
152
230
|
|
|
231
|
+
#XACT: ARIA announcement for index of a button
|
|
153
232
|
ACTIONSHEET_BUTTON_INDEX=Item {0} of {1}
|
|
154
233
|
|
|
234
|
+
#XACT: ARIA announcement for Action Sheet available actions
|
|
155
235
|
ACTIONSHEET_AVAILABLE_ACTIONS=Available Actions
|
|
156
236
|
|
|
237
|
+
#XBUT: Button text for cancel button in the busy dialog
|
|
157
238
|
BUSYDIALOG_CANCELBUTTON_TEXT=Cancel
|
|
158
239
|
|
|
240
|
+
#XACT: ARIA announcement for the busy dialog title
|
|
159
241
|
BUSYDIALOG_TITLE=Busy
|
|
160
242
|
|
|
243
|
+
#XBUT: Text for growing list - pull button to load more data
|
|
161
244
|
LOAD_MORE_DATA=More
|
|
162
245
|
|
|
246
|
+
#XACT: ARIA announcement to load more items in a list - with item counts
|
|
163
247
|
LOAD_MORE_DATA_ACC_WITH_COUNT=Load more items. Currently {0} of {1} items are available.
|
|
164
248
|
|
|
249
|
+
#XACT: ARIA announcement to load more rows in a table - with item counts
|
|
165
250
|
LOAD_MORE_ROWS_ACC_WITH_COUNT=Load more rows. Currently {0} of {1} rows are available.
|
|
166
251
|
|
|
252
|
+
#XACT: ARIA announcement to load more data
|
|
167
253
|
LOAD_MORE_DATA_ACC=Load more items.
|
|
168
254
|
|
|
255
|
+
#XBUT: Date Selection text for Date&Time Picker of MobiScroll
|
|
169
256
|
MOBISCROLL_SET=OK
|
|
170
257
|
|
|
258
|
+
#XBUT: Cancel/Close button of MobiScroll Date&Time Picker
|
|
171
259
|
MOBISCROLL_CANCEL=Cancel
|
|
172
260
|
|
|
261
|
+
#XBUT: MobiScroll Date&Time Picker Month Header
|
|
173
262
|
MOBISCROLL_MONTH=Month
|
|
174
263
|
|
|
264
|
+
#XBUT: MobiScroll Date&Time Picker Day Header
|
|
175
265
|
MOBISCROLL_DAY=Day
|
|
176
266
|
|
|
267
|
+
#XBUT: MobiScroll Date&Time Picker Year Header
|
|
177
268
|
MOBISCROLL_YEAR=Year
|
|
178
269
|
|
|
270
|
+
#XBUT: MobiScroll Date&Time Picker Hours Header
|
|
179
271
|
MOBISCROLL_HOURS=Hours
|
|
180
272
|
|
|
273
|
+
#XBUT: MobiScroll Date&Time Picker Minutes Header
|
|
181
274
|
MOBISCROLL_MINUTES=Minutes
|
|
182
275
|
|
|
276
|
+
#XBUT: MobiScroll Date&Time Picker Seconds Header
|
|
183
277
|
MOBISCROLL_SECONDS=Seconds
|
|
184
278
|
|
|
279
|
+
#XBUT: Show Now button of MobiScroll Date&Time Picker
|
|
185
280
|
MOBISCROLL_NOW=Now
|
|
186
281
|
|
|
282
|
+
#XTOL: tooltip for open picker icon
|
|
187
283
|
OPEN_PICKER_TEXT=Open Picker
|
|
188
284
|
|
|
285
|
+
#XBUT: The navigation button text in master area in SplitContainer
|
|
189
286
|
SPLITCONTAINER_NAVBUTTON_TEXT=Navigation
|
|
190
287
|
|
|
288
|
+
#XTOL: Tooltip for navigation button
|
|
191
289
|
SPLITCONTAINER_NAVBUTTON_DEFAULT_TOOLTIP=Show Object List
|
|
192
290
|
|
|
291
|
+
#XTOL: Tooltip for navigation button
|
|
193
292
|
SPLITCONTAINER_NAVBUTTON_TOOLTIP=Show {0}
|
|
194
293
|
|
|
294
|
+
#XBUT: MessageBox predefined text for OK action
|
|
195
295
|
MSGBOX_OK=OK
|
|
196
296
|
|
|
297
|
+
#XBUT: MessageBox predefined text for CANCEL action
|
|
197
298
|
MSGBOX_CANCEL=Cancel
|
|
198
299
|
|
|
300
|
+
#XBUT: MessageBox predefined text for YES action
|
|
199
301
|
MSGBOX_YES=Yes
|
|
200
302
|
|
|
303
|
+
#XBUT: MessageBox predefined text for No action
|
|
201
304
|
MSGBOX_NO=No
|
|
202
305
|
|
|
306
|
+
#XBUT: MessageBox predefined text for ABORT action
|
|
203
307
|
MSGBOX_ABORT=Abort
|
|
204
308
|
|
|
309
|
+
#XBUT: MessageBox predefined text for RETRY action
|
|
205
310
|
MSGBOX_RETRY=Retry
|
|
206
311
|
|
|
312
|
+
#XBUT: MessageBox predefined text for IGNORE action
|
|
207
313
|
MSGBOX_IGNORE=Ignore
|
|
208
314
|
|
|
315
|
+
#XBUT: MessageBox predefined text for CLOSE action
|
|
209
316
|
MSGBOX_CLOSE=Close
|
|
210
317
|
|
|
318
|
+
#XBUT: MessageBox predefined text for DELETE action
|
|
211
319
|
MSGBOX_DELETE=Delete
|
|
212
320
|
|
|
321
|
+
#XTIT: MessageBox predefined text for title of alert dialog
|
|
213
322
|
MSGBOX_TITLE_ALERT=Alert
|
|
214
323
|
|
|
324
|
+
#XTIT: MessageBox predefined text for title of confirm dialog
|
|
215
325
|
MSGBOX_TITLE_CONFIRM=Confirmation
|
|
216
326
|
|
|
327
|
+
#XTIT: MessageBox predefined text for title of confirm dialog
|
|
217
328
|
MSGBOX_TITLE_ERROR=Error
|
|
218
329
|
|
|
330
|
+
#XTIT: MessageBox predefined text for title of confirm dialog
|
|
219
331
|
MSGBOX_TITLE_INFO=Information
|
|
220
332
|
|
|
333
|
+
#XTIT: MessageBox predefined text for title of confirm dialog
|
|
221
334
|
MSGBOX_TITLE_WARNING=Warning
|
|
222
335
|
|
|
336
|
+
#XTIT: MessageBox predefined text for title of confirm dialog
|
|
223
337
|
MSGBOX_TITLE_SUCCESS=Success
|
|
224
338
|
|
|
339
|
+
#XLNK: MessageBox textLink
|
|
225
340
|
MSGBOX_LINK_TITLE=View Details
|
|
226
341
|
|
|
342
|
+
#XMSG: Text displayed when the details of MessageBox could not be loaded
|
|
227
343
|
MSGBOX_DETAILS_LOAD_ERROR=Details could not be loaded.
|
|
228
344
|
|
|
345
|
+
#XLNK: Link to retry the loading of the details
|
|
229
346
|
MSGBOX_DETAILS_RETRY_LOADING=Try again
|
|
230
347
|
|
|
348
|
+
#XACT: ARIA announcement for the PullToRefresh control, F5 keyboard shortcut
|
|
231
349
|
PULL_TO_REFRESH_ARIA_F5=Press F5 to Refresh
|
|
232
350
|
|
|
351
|
+
#YINS,30: Pull down to refresh text in the hidden area of a scrolled area
|
|
233
352
|
PULL2REFRESH_PULLDOWN=Pull Down to Refresh
|
|
234
353
|
|
|
354
|
+
#YINS,30: Release dragged list to start update request
|
|
235
355
|
PULL2REFRESH_RELEASE=Release to Refresh
|
|
236
356
|
|
|
357
|
+
#YMSG,25: Refresh request is in process, short text, displayed on all platforms
|
|
237
358
|
PULL2REFRESH_LOADING=Loading...
|
|
238
359
|
|
|
360
|
+
#YMSG,32: Refresh request is in process, longer text, displayed smaller and only on certain platforms
|
|
239
361
|
PULL2REFRESH_LOADING_LONG=Please wait, data is loading
|
|
240
362
|
|
|
363
|
+
#XBUT: Button to trigger refresh of the displayed data
|
|
241
364
|
PULL2REFRESH_REFRESH=Refresh
|
|
242
365
|
|
|
366
|
+
#XBUT: Text displayed on the logout button in the top right corner of the Shell
|
|
243
367
|
SHELL_LOGOUT=Logout
|
|
244
368
|
|
|
369
|
+
#XBUT: Text for OK button in the personalization dialog
|
|
245
370
|
PERSODIALOG_OK=OK
|
|
246
371
|
|
|
372
|
+
#XBUT: Text for Cancel button in the personalization dialog
|
|
247
373
|
PERSODIALOG_CANCEL=Cancel
|
|
248
374
|
|
|
375
|
+
#XTOL: Tooltip for Perso Dialog's 'Move Up' button (displays an 'up' arrow)
|
|
249
376
|
PERSODIALOG_UP=Move column up
|
|
250
377
|
|
|
378
|
+
#XTOL: Tooltip for Perso Dialog's 'Move Down' button (displays a 'down' arrow)
|
|
251
379
|
PERSODIALOG_DOWN=Move column down
|
|
252
380
|
|
|
381
|
+
#XTIT: Title text of personalization dialog for columns
|
|
253
382
|
PERSODIALOG_COLUMNS_TITLE=Columns
|
|
254
383
|
|
|
384
|
+
#XBUT: Text of personalization dialog for 'Select All' checkbox
|
|
255
385
|
PERSODIALOG_SELECT_ALL=Select All
|
|
256
386
|
|
|
387
|
+
#XTIT: Text of personalization dialog for its list to indicate no search hits
|
|
257
388
|
PERSODIALOG_NO_DATA=No columns found
|
|
258
389
|
|
|
390
|
+
#XTIT: Predefined text for the view settings dialog title
|
|
259
391
|
VIEWSETTINGS_TITLE=View Settings
|
|
260
392
|
|
|
393
|
+
#XTIT: Predefined text for the sort button tooltip and the dialog title when in sort mode where there is title set
|
|
261
394
|
VIEWSETTINGS_TITLE_SORT=Sort
|
|
262
395
|
|
|
396
|
+
#XTIT: Predefined text for the group button tooltip and the dialog title when in group mode where there is title set
|
|
263
397
|
VIEWSETTINGS_TITLE_GROUP=Group
|
|
264
398
|
|
|
399
|
+
#XTIT: Predefined text for the filter button tooltip and the dialog title when in filter mode where there is title set
|
|
265
400
|
VIEWSETTINGS_TITLE_FILTER=Filter
|
|
266
401
|
|
|
402
|
+
#XTIT: Predefined text for the view settings dialog title when in filter detail mode (an item name is appended to this string)
|
|
267
403
|
VIEWSETTINGS_TITLE_FILTERBY=Filter By\:
|
|
268
404
|
|
|
405
|
+
#YMSG: Start text for the text representation of the filter state
|
|
269
406
|
VIEWSETTINGS_FILTERTEXT=Filtered By\:
|
|
270
407
|
|
|
408
|
+
#XBUT: Button to confirm the view settings dialog
|
|
271
409
|
VIEWSETTINGS_ACCEPT=OK
|
|
272
410
|
|
|
411
|
+
#XBUT: Button to cancel the view settings dialog
|
|
273
412
|
VIEWSETTINGS_CANCEL=Cancel
|
|
274
413
|
|
|
414
|
+
#XBUT: Button to reset filters
|
|
275
415
|
VIEWSETTINGS_RESET=Reset
|
|
276
416
|
|
|
417
|
+
#XBLI: List item text in the group panel of the view settings dialog that represents a "none of the above" or "none" selection in a single selection list
|
|
277
418
|
VIEWSETTINGS_NONE_ITEM=(Not Grouped)
|
|
278
419
|
|
|
420
|
+
#XBLI: List item text in the filter panel of the view settings dialog that represents a "none of the above" or "none" selection in a single selection list
|
|
279
421
|
VIEWSETTINGS_NONE_ITEM_FILTER=(Not Filtered)
|
|
280
422
|
|
|
423
|
+
#XBLI: List item text in the view settings for sorting items in ascending order
|
|
281
424
|
VIEWSETTINGS_ASCENDING_ITEM=Ascending
|
|
282
425
|
|
|
426
|
+
#XBLI: List item text in the view settings for sorting items in descending order
|
|
283
427
|
VIEWSETTINGS_DESCENDING_ITEM=Descending
|
|
284
428
|
|
|
429
|
+
#XTOL: Tooltip for the clear filter button
|
|
285
430
|
VIEWSETTINGS_CLEAR_FILTER_TOOLTIP=Clear All Filters
|
|
286
431
|
|
|
432
|
+
#XBLI: List group header in the view settings dialog
|
|
287
433
|
VIEWSETTINGS_SORT_BY=Sort Order
|
|
288
434
|
|
|
435
|
+
#XBLI: List group header in the view settings dialog
|
|
289
436
|
VIEWSETTINGS_SORT_OBJECT=Sort By
|
|
290
437
|
|
|
438
|
+
#XBLI: List group header in the view settings dialog
|
|
291
439
|
VIEWSETTINGS_FILTER_BY=Filter By
|
|
292
440
|
|
|
441
|
+
#XBLI: List group header in the view settings dialog
|
|
293
442
|
VIEWSETTINGS_GROUP_BY=Group Order
|
|
294
443
|
|
|
444
|
+
#XBLI: List group header in the view settings dialog
|
|
295
445
|
VIEWSETTINGS_GROUP_OBJECT=Group By
|
|
296
446
|
|
|
447
|
+
#XLST: Label for the select all checkbox used to select all facet filter items
|
|
297
448
|
FACETFILTER_CHECKBOX_ALL=All
|
|
298
449
|
|
|
450
|
+
#XLST: All Items in the list with the name of the list as a parameter: ex. Suppliers (All)
|
|
299
451
|
FACETFILTER_ALL_SELECTED={0} (All)
|
|
300
452
|
|
|
453
|
+
#XFLD: Search field prompt
|
|
301
454
|
FACETFILTER_SEARCH=Search
|
|
302
455
|
|
|
456
|
+
#XBUT: Either a single filter value or the number of selected values, displayed on facet filter button: ex. Suppliers (Dell) or Suppliers (6)
|
|
303
457
|
FACETFILTER_ITEM_SELECTION={0} ({1})
|
|
304
458
|
|
|
459
|
+
#XACT: ARIA announcement for facet filter itself
|
|
305
460
|
FACETFILTER_ARIA_FACET_FILTER=Facet Filter
|
|
306
461
|
|
|
462
|
+
#XTIT: Light flow facet filter dialog and facet add dialog title
|
|
307
463
|
FACETFILTER_TITLE=Filter
|
|
308
464
|
|
|
465
|
+
#XACT: ARIA announcement for the active facet filter
|
|
309
466
|
FACETFILTER_ACTIVE_TITLE=Active Filter
|
|
310
467
|
|
|
468
|
+
#XBUT: Button to confirm facet filter dialogs
|
|
311
469
|
FACETFILTER_ACCEPT=OK
|
|
312
470
|
|
|
471
|
+
#XSEL: Infobar filter summary: ex. Filtered by Suppliers (Supplier1, Supplier2)
|
|
313
472
|
FACETFILTER_INFOBAR_FILTERED_BY=Filtered by {0} ({1})
|
|
314
473
|
|
|
474
|
+
#XSEL: Infobar filter summary when no filters selected
|
|
315
475
|
FACETFILTER_INFOBAR_NO_FILTERS=No filters selected
|
|
316
476
|
|
|
477
|
+
#XSEL: Infobar filter add: ex. Filtered by Suppliers (Supplier1, Supplier2) and Items (Item1)
|
|
317
478
|
FACETFILTER_INFOBAR_AND=and
|
|
318
479
|
|
|
480
|
+
#XSEL: Infobar filter after add: ex. Filtered by Suppliers (Supplier1, Supplier2) and Items (Item1)
|
|
319
481
|
FACETFILTER_INFOBAR_AFTER_AND={0} ({1})
|
|
320
482
|
|
|
483
|
+
#XSEL: Alternate infobar filter summary
|
|
321
484
|
FACETFILTER_INFOBAR_FILTERS_APPLIED=Several filters applied
|
|
322
485
|
|
|
486
|
+
#YMSG: Filter bar msg shown when there are more filters available that cannot be displayed because there is not enough room: ex. 2 More...
|
|
323
487
|
FACETFILTER_MORE_COUNT={0} more...
|
|
324
488
|
|
|
489
|
+
#YMSG: Message displayed in filter dialog when there are many more filters available but not shown: ex. 76 more available
|
|
325
490
|
FACETFILTER_FILTERS_HUGE={0} more available
|
|
326
491
|
|
|
492
|
+
#XLNK: Link to allow searching additional filter values from the server
|
|
327
493
|
FACETFILTER_SERVER_SEARCH=Search Further on Server
|
|
328
494
|
|
|
495
|
+
#XBUT: Button to remove a filter from the filter bar
|
|
329
496
|
FACETFILTER_REMOVE_FILTER=Remove Filter
|
|
330
497
|
|
|
498
|
+
#XACT: ARIA announcement for the position of the list items in an entire list
|
|
331
499
|
FACETFILTERLIST_ARIA_POSITION={0} of {1}
|
|
332
500
|
|
|
501
|
+
#XACT: ARIA announcement for the title of the facet filter dialog
|
|
333
502
|
FACETFILTER_AVAILABLE_FILTER_NAMES=Available Filter Names
|
|
334
503
|
|
|
504
|
+
#XACT: ARIA announcement for the list
|
|
335
505
|
SELECTDIALOGBASE_LISTLABEL=Available Items
|
|
336
506
|
|
|
507
|
+
#YMSG: Message displayed near the list of selection items in the SelectDialog and TableSelectDialog controls. It will be filled with the number of selected items
|
|
337
508
|
TABLESELECTDIALOG_SELECTEDITEMS=Selected\: {0}
|
|
338
509
|
|
|
510
|
+
#YMSG: Message read out from the screen reader for SelectDialog and TableSelectDialog controls. It will be filled with the number of selected items
|
|
339
511
|
TABLESELECTDIALOG_SELECTEDITEMS_SR=Selected items {0}
|
|
340
512
|
|
|
513
|
+
#YMSG: Reset button of TableSelectDialog
|
|
341
514
|
TABLESELECTDIALOG_CLEARBUTTON=Clear
|
|
342
515
|
|
|
516
|
+
#YMSG: Reset button of SelectDialog
|
|
343
517
|
SELECTDIALOG_CLEARBUTTON=Clear
|
|
344
518
|
|
|
519
|
+
#XACT: ARIA announcement for the search field
|
|
345
520
|
SELECTDIALOG_SEARCH=Search
|
|
346
521
|
|
|
522
|
+
#YMSG: Default placeholder for the input field of a feed
|
|
347
523
|
FEEDINPUT_PLACEHOLDER=Post something here
|
|
348
524
|
|
|
525
|
+
#XTOL: Tooltip for submit button of a feed input
|
|
349
526
|
FEEDINPUT_SUBMIT=Submit
|
|
350
527
|
|
|
528
|
+
#XACT: ARIA announcement for the Feed Input aria-label attribute
|
|
351
529
|
FEED_INPUT_ARIA_LABEL=Your Input
|
|
352
530
|
|
|
531
|
+
#XBUT: A link that can be clicked to display more/all items
|
|
353
532
|
INPUT_SUGGESTIONS_SHOW_ALL=Show All Items
|
|
354
533
|
|
|
534
|
+
#XACT: ARIA announcement for the Input suggestion result if one hit
|
|
355
535
|
INPUT_SUGGESTIONS_ONE_HIT=1 result available
|
|
356
536
|
|
|
537
|
+
#XACT: ARIA announcement for the Input suggestion result if more than one hit ({0} is the number of hits)
|
|
357
538
|
INPUT_SUGGESTIONS_MORE_HITS={0} results are available
|
|
358
539
|
|
|
540
|
+
#XACT: ARIA announcement for the Input suggestion result if no hit
|
|
359
541
|
INPUT_SUGGESTIONS_NO_HIT=No results
|
|
360
542
|
|
|
543
|
+
#XACT: ARIA announcement for the value help
|
|
361
544
|
INPUT_VALUEHELP=Value help available
|
|
362
545
|
|
|
546
|
+
#XACT: ARIA announcement for the value help button
|
|
363
547
|
INPUT_VALUEHELP_BUTTON=Show Value Help
|
|
364
548
|
|
|
549
|
+
#XACT: ARIA announcement for the clear button
|
|
365
550
|
INPUT_CLEAR_ICON_ALT=Clear
|
|
366
551
|
|
|
552
|
+
#XACT: ARIA announcement disabled input (e.g. for value help only)
|
|
367
553
|
INPUT_DISABLED=Entering value by keyboard is suppressed
|
|
368
554
|
|
|
555
|
+
#XACT: ARIA announcement for suggestions popup
|
|
369
556
|
INPUT_AVALIABLE_VALUES=Available Values
|
|
370
557
|
|
|
558
|
+
#XACT: ARIA announcement for the Input's value state "Error"
|
|
371
559
|
INPUTBASE_VALUE_STATE_ERROR=Value State Error
|
|
372
560
|
|
|
561
|
+
#XACT: ARIA announcement for the Input's value state "Warning"
|
|
373
562
|
INPUTBASE_VALUE_STATE_WARNING=Value State Warning
|
|
374
563
|
|
|
564
|
+
#XACT: ARIA announcement for the Input's value state "Success"
|
|
375
565
|
INPUTBASE_VALUE_STATE_SUCCESS=Value State Success
|
|
376
566
|
|
|
567
|
+
#XACT: ARIA announcement for the Input's value state "Information"
|
|
377
568
|
INPUTBASE_VALUE_STATE_INFORMATION=Value State Information
|
|
378
569
|
|
|
570
|
+
#XACT: ARIA announcement for Input's value when empty
|
|
379
571
|
INPUTBASE_VALUE_EMPTY=Empty
|
|
380
572
|
|
|
573
|
+
#XACT: ARIA announcement for roledescription attribute of MessageStrip
|
|
381
574
|
MESSAGE_STRIP_ARIA_ROLE_DESCRIPTION=Information Bar
|
|
382
575
|
|
|
576
|
+
#XACT: ARIA announcement for roledescription attribute of MultiComboBox
|
|
383
577
|
MULTICOMBOBOX_ARIA_ROLE_DESCRIPTION=Multi Value Combo Box
|
|
384
578
|
|
|
579
|
+
#XCKL: Select all checkbox label
|
|
385
580
|
MULTICOMBOBOX_SELECT_ALL_CHECKBOX=Select All ({0} of {1})
|
|
386
581
|
|
|
582
|
+
#XACT: ARIA announcement for roledescription attribute of MultiInput
|
|
387
583
|
MULTIINPUT_ARIA_ROLE_DESCRIPTION=Multi Value Input
|
|
388
584
|
|
|
585
|
+
#XACT: ARIA announcement for roldesecription attribute of Dialog header
|
|
389
586
|
DIALOG_HEADER_ARIA_ROLE_DESCRIPTION=Interactive Header
|
|
390
587
|
|
|
588
|
+
#XACT: ARIA announcement for describedby attribute of resizable Dialog header
|
|
391
589
|
DIALOG_HEADER_ARIA_DESCRIBEDBY_RESIZABLE=Use Shift+Arrow keys to resize
|
|
392
590
|
|
|
591
|
+
#XACT: ARIA announcement for describedby attribute of draggable Dialog header
|
|
393
592
|
DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE=Use Arrow keys to move
|
|
394
593
|
|
|
594
|
+
#XACT: ARIA announcement for describedby attribute of draggable and resizable Dialog header
|
|
395
595
|
DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Use Arrow keys to move, Shift+Arrow keys to resize
|
|
396
596
|
|
|
597
|
+
#XACT: ARIA announcement for aria-label attribute of WizardProgressNavigator
|
|
397
598
|
WIZARD_PROGRESS_NAVIGATOR_ARIA_LABEL=Wizard Progress Bar
|
|
398
599
|
|
|
600
|
+
#XACT: ARIA announcement for aria-label attribute of WizardProgressNavigator's list
|
|
399
601
|
WIZARD_PROGRESS_NAVIGATOR_LIST_ARIA_LABEL=Wizard Steps
|
|
400
602
|
|
|
603
|
+
#XACT: ARIA announcement for aria-describedby attribute of WizardProgressNavigator's list
|
|
401
604
|
WIZARD_PROGRESS_NAVIGATOR_LIST_ARIA_DESCRIBEDBY=To activate, press the space bar or Enter
|
|
402
605
|
|
|
606
|
+
#XACT: ARIA announcement for label attribute of MessageView
|
|
403
607
|
MESSAGE_VIEW_ARIA_LABEL=Messages
|
|
404
608
|
|
|
609
|
+
#XACT: ARIA announcement for roledescription attribute of RatingIndicator
|
|
405
610
|
RATING_INDICATOR_ARIA_ROLEDESCRIPTION=Rating Indicator
|
|
406
611
|
|
|
612
|
+
#XMSG: Text used for value state error message when an item is already selected
|
|
407
613
|
VALUE_STATE_ERROR_ALREADY_SELECTED=This value is already selected.
|
|
408
614
|
|
|
615
|
+
#XBUT,10: Tooltip for button to remove facet list
|
|
409
616
|
FACETFILTER_REMOVE=Remove Facet List
|
|
410
617
|
|
|
618
|
+
#XBUT: ARIA announcement for removable facet
|
|
411
619
|
FACETFILTER_ARIA_REMOVE=Removable Facet\: Press DELETE to Remove
|
|
412
620
|
|
|
621
|
+
#XBUT: Tooltip for button to add facet filter list
|
|
413
622
|
FACETFILTER_ADDFACET=Add Filter
|
|
414
623
|
|
|
624
|
+
#XBUT: Tooltip for button to reset filter
|
|
415
625
|
FACETFILTER_RESET=Reset Filter
|
|
416
626
|
|
|
627
|
+
#XBUT: Tooltip for left scrolling arrow
|
|
417
628
|
FACETFILTER_PREVIOUS=Previous
|
|
418
629
|
|
|
630
|
+
#XBUT: Tooltip for right scrolling arrow
|
|
419
631
|
FACETFILTER_NEXT=Next
|
|
420
632
|
|
|
633
|
+
#XLNK: Link to allow the user to see complete feed post
|
|
421
634
|
TEXT_SHOW_MORE=MORE
|
|
422
635
|
|
|
636
|
+
#XLNK: This link allows the user to hide the complete feed post and display only the first lines
|
|
423
637
|
TEXT_SHOW_LESS=LESS
|
|
424
638
|
|
|
639
|
+
#XLNK: Link to allow the user to see complete text
|
|
425
640
|
EXPANDABLE_TEXT_SHOW_MORE=Show More
|
|
426
641
|
|
|
642
|
+
#XLNK: This link allows the user to collapse the complete text and display only the first characters that can fit
|
|
427
643
|
EXPANDABLE_TEXT_SHOW_LESS=Show Less
|
|
428
644
|
|
|
645
|
+
#XACT: ARIA-label text for link that allow the user to see complete text in a popover
|
|
429
646
|
EXPANDABLE_TEXT_SHOW_MORE_POPOVER_ARIA_LABEL=Show the full text
|
|
430
647
|
|
|
648
|
+
#XACT: ARIA-label text for link that allows the user to close the popover with the complete text
|
|
431
649
|
EXPANDABLE_TEXT_SHOW_LESS_POPOVER_ARIA_LABEL=Close the popover
|
|
432
650
|
|
|
651
|
+
#XFLD: Label text for number of attachments in the UploadCollection control
|
|
433
652
|
UPLOADCOLLECTION_ATTACHMENTS=Attachments ({0})
|
|
434
653
|
|
|
654
|
+
#XMSG: Message text for deleting a file in the UploadCollection control
|
|
435
655
|
UPLOADCOLLECTION_DELETE_TEXT=Are you sure you want to delete ''{0}''?
|
|
436
656
|
|
|
657
|
+
#XMSG: Message text for deleting a file in the UploadCollection control without filename
|
|
437
658
|
UPLOADCOLLECTION_DELETE_WITHOUT_FILENAME_TEXT=Are you sure you want to delete the file?
|
|
438
659
|
|
|
660
|
+
#XMSG: Message title for deleting a file in the UploadCollection control
|
|
439
661
|
UPLOADCOLLECTION_DELETE_TITLE=Delete File
|
|
440
662
|
|
|
663
|
+
#XMSG: Message text for a popup to terminate a file uploading in the UploadCollection control
|
|
441
664
|
UPLOADCOLLECTION_TERMINATE_TEXT=The upload for the following files will be terminated\:
|
|
442
665
|
|
|
666
|
+
#XMSG: Message title for a popup to terminate a file uploading in the UploadCollection control
|
|
443
667
|
UPLOADCOLLECTION_TERMINATE_TITLE=Terminate upload
|
|
444
668
|
|
|
669
|
+
#XMSG: Message text file name already exists in the UploadCollection control
|
|
445
670
|
UPLOADCOLLECTION_EXISTS=File name already exists.
|
|
446
671
|
|
|
672
|
+
#XMSG: Message text informing that a file name must be entered during edit file name in the UploadCollection control
|
|
447
673
|
UPLOADCOLLECTION_TYPE_FILENAME=Please enter a file name.
|
|
448
674
|
|
|
675
|
+
#XMSG: Message text for uploading status to the UploadCollection control
|
|
449
676
|
UPLOADCOLLECTION_UPLOADING=Uploading\: {0} %
|
|
450
677
|
|
|
678
|
+
#XMSG: Message title for the Upload Failed message box
|
|
451
679
|
UPLOADCOLLECTION_FAILED=Upload failed
|
|
452
680
|
|
|
681
|
+
#XMSG: Message text informing that it is not allowed to upload the selected file(s) (MIME type or file extension not allowed)
|
|
453
682
|
UPLOADCOLLECTION_MISMATCH=File type is not allowed.
|
|
454
683
|
|
|
684
|
+
#XMSG: Message text informing that upload is completed
|
|
455
685
|
UPLOADCOLLECTION_UPLOAD_COMPLETED=Upload completed. Please wait for the server to finish processing.
|
|
456
686
|
|
|
687
|
+
#XMSG: Message text informing that only one file can be dropped if uploading multiple files is not allowed
|
|
457
688
|
UPLOADCOLLECTION_MULTIPLE_FALSE=You can only drag and drop single files here.
|
|
458
689
|
|
|
690
|
+
#XBUT: Button text for cancel button in the upload collection
|
|
459
691
|
UPLOADCOLLECTION_CANCELBUTTON_TEXT=Cancel
|
|
460
692
|
|
|
693
|
+
#XBUT: Text for OK button in the upload collection in case of Delete Dialog
|
|
461
694
|
UPLOADCOLLECTION_OKBUTTON_TEXT=OK
|
|
462
695
|
|
|
696
|
+
#XBUT: Text for Rename button in the upload collection in case of renaming a file
|
|
463
697
|
UPLOADCOLLECTION_RENAMEBUTTON_TEXT=Rename
|
|
464
698
|
|
|
699
|
+
#XBUT: Text for DELETE button in the upload collection
|
|
465
700
|
UPLOADCOLLECTION_DELETEBUTTON_TEXT=Delete
|
|
466
701
|
|
|
702
|
+
#XBUT: Text for TERMINATE button in the upload collection
|
|
467
703
|
UPLOADCOLLECTION_TERMINATEBUTTON_TEXT=Terminate
|
|
468
704
|
|
|
705
|
+
#XBUT: Text for RENAME button in the upload collection
|
|
469
706
|
UPLOADCOLLECTION_EDITBUTTON_TEXT=Rename
|
|
470
707
|
|
|
708
|
+
#XBUT: Text for Add button in the upload collection
|
|
471
709
|
UPLOADCOLLECTION_ADD=Add
|
|
472
710
|
|
|
711
|
+
#XBUT: Text for Upload button in the upload collection
|
|
473
712
|
UPLOADCOLLECTION_UPLOAD=Upload
|
|
474
713
|
|
|
714
|
+
#XMSG: Message text for no data text in the upload collection
|
|
475
715
|
UPLOADCOLLECTION_NO_DATA_TEXT=No files found.
|
|
476
716
|
|
|
717
|
+
#XMSG: Message text for no data description in the upload collection
|
|
477
718
|
UPLOADCOLLECTION_NO_DATA_DESCRIPTION=Drop files to upload, or use the "Upload" button.
|
|
478
719
|
|
|
720
|
+
#XMSG: Message text indicating where to drag
|
|
479
721
|
UPLOADCOLLECTION_DRAG_FILE_INDICATOR=Drag files here
|
|
480
722
|
|
|
723
|
+
#XMSG: Message text indicating where to drop file and upload
|
|
481
724
|
UPLOADCOLLECTION_DROP_FILE_INDICATOR=Drop files to upload
|
|
482
725
|
|
|
726
|
+
#XTXT: Text for 'Complete' upload state in the upload set item
|
|
483
727
|
UPLOAD_SET_ITEM_COMPLETE_STATE=Complete
|
|
484
728
|
|
|
729
|
+
#XTXT: Text for 'Error' upload state in the upload set item
|
|
485
730
|
UPLOAD_SET_ITEM_ERROR_STATE=Terminated
|
|
486
731
|
|
|
732
|
+
#XTXT: Text for 'Ready' upload state in the upload set item
|
|
487
733
|
UPLOAD_SET_ITEM_READY_STATE=Pending
|
|
488
734
|
|
|
735
|
+
#XTXT: Text for 'Uploading' upload state in the upload set item
|
|
489
736
|
UPLOAD_SET_ITEM_UPLOADING_STATE=Uploading
|
|
490
737
|
|
|
738
|
+
#XBUT: Text for 'Restart' button in the upload set item
|
|
491
739
|
UPLOAD_SET_RESTART_BUTTON_TEXT=Restart
|
|
492
740
|
|
|
741
|
+
#XBUT: Text for 'Edit' button in the upload set item
|
|
493
742
|
UPLOAD_SET_EDIT_BUTTON_TEXT=Edit
|
|
494
743
|
|
|
744
|
+
#XBUT: Text for 'Rename' button in the upload set item
|
|
495
745
|
UPLOAD_SET_RENAME_BUTTON_TEXT=Rename
|
|
496
746
|
|
|
747
|
+
#XBUT: Text for 'Cancel' button in the upload set item
|
|
497
748
|
UPLOAD_SET_CANCEL_BUTTON_TEXT=Cancel
|
|
498
749
|
|
|
750
|
+
#XMSG: Message text informing that a file name must be entered during editing of the file name in the upload set item
|
|
499
751
|
UPLOAD_SET_TYPE_FILE_NAME=Please enter a file name.
|
|
500
752
|
|
|
753
|
+
#XMSG: Message text informning that the file name already exists in the upload set item
|
|
501
754
|
UPLOAD_SET_FILE_NAME_EXISTS=File name already exists.
|
|
502
755
|
|
|
756
|
+
#XBUT: Text for 'Remove' button in the upload set item
|
|
503
757
|
UPLOAD_SET_DELETE_BUTTON_TEXT=Delete
|
|
504
758
|
|
|
759
|
+
#XBUT: Text for 'Terminate' button in the upload set item
|
|
505
760
|
UPLOAD_SET_TERMINATE_BUTTON_TEXT=Terminate
|
|
506
761
|
|
|
762
|
+
#XMSG: Message text for removing a file in the upload set without a file name
|
|
507
763
|
UPLOAD_SET_DELETE_WITHOUT_FILE_NAME_TEXT=Are you sure you want to delete the file?
|
|
508
764
|
|
|
765
|
+
#XMSG: Message text for removing a file in the upload set
|
|
509
766
|
UPLOAD_SET_DELETE_TEXT=Are you sure you want to delete ''{0}''?
|
|
510
767
|
|
|
768
|
+
#XMSG: Message title for removing a file in the upload set
|
|
511
769
|
UPLOAD_SET_DELETE_TITLE=Delete File
|
|
512
770
|
|
|
771
|
+
#XTIT: Message title for a popup to terminate a file uploading in the upload set
|
|
513
772
|
UPLOAD_SET_TERMINATE_TITLE=Terminate Upload
|
|
514
773
|
|
|
774
|
+
#XMSG: Message text for a popup to terminate a file uploading in the upload set
|
|
515
775
|
UPLOAD_SET_TERMINATE_TEXT=The upload of the following files will be terminated\:
|
|
516
776
|
|
|
777
|
+
#XBUT: Text for OK button in the upload set in case of Delete Dialog
|
|
517
778
|
UPLOAD_SET_OKBUTTON_TEXT=OK
|
|
518
779
|
|
|
780
|
+
#XMSG: Message text informing that upload is completed
|
|
519
781
|
UPLOAD_SET_UPLOAD_COMPLETED=Upload completed. Please wait for the server to finish processing.
|
|
520
782
|
|
|
783
|
+
#XMSG: Message text for no data text in the upload set
|
|
521
784
|
UPLOAD_SET_NO_DATA_TEXT=No files found.
|
|
522
785
|
|
|
786
|
+
#XMSG: Message text for no data description in the upload set
|
|
523
787
|
UPLOAD_SET_NO_DATA_DESCRIPTION=Drop files to upload, or use the "+" button.
|
|
524
788
|
|
|
789
|
+
#XMSG: Message text for Illustrated Message
|
|
525
790
|
UPLOAD_SET_ILLUSTRATED_MESSAGE=This is an illustrated message.
|
|
526
791
|
|
|
792
|
+
#XMSG: Message text for the text on the default button for cloud file picker selector
|
|
527
793
|
UPLOAD_SET_DEFAULT_CFP_BUTTON_TEXT=Upload from Cloud
|
|
528
794
|
|
|
795
|
+
#XMSG: Message text for the text on the default button for cloud file picker selector
|
|
529
796
|
UPLOAD_SET_DEFAULT_LFP_BUTTON_TEXT=Local
|
|
530
797
|
|
|
798
|
+
#XMSG: Message text informing that only files can be dropped if uploading directory files is not allowed
|
|
531
799
|
UPLOAD_SET_DIRECTORY_FALSE=You can only drag and drop files here.
|
|
532
800
|
|
|
801
|
+
#XMSG: Message text informing that only directories can be dropped if files are dropped
|
|
533
802
|
UPLOAD_SET_DROP_DIRECTORY=You can only drag and drop directories here.
|
|
534
803
|
|
|
804
|
+
#XBUT: Close button text of File Preview Dialog control
|
|
535
805
|
UPLOAD_SET_TABLE_FILE_PREVIEW_DIALOG_CLOSE=Close
|
|
536
806
|
|
|
807
|
+
#XBUT: Download button text of File Preview Dialog control
|
|
537
808
|
UPLOAD_SET_TABLE_FILE_PREVIEW_DIALOG_DOWNLOAD=Download
|
|
538
809
|
|
|
810
|
+
#UploadSetWithTable message resources
|
|
539
811
|
|
|
812
|
+
#XMSG: No Data text displayed when no records available
|
|
540
813
|
UPLOADSET_WITH_TABLE_NO_DATA_TEXT=No documents available
|
|
541
814
|
|
|
815
|
+
#XMSG: No Data description displayed when no records available.
|
|
542
816
|
UPLOADSET_WITH_TABLE_NO_DATA_DESCRIPTION=Drag and drop files here to upload
|
|
543
817
|
|
|
818
|
+
#XMSG: Message text informing that only one file can be dropped if uploading multiple files is not allowed
|
|
544
819
|
UPLOADSET_WITH_TABLE_MULTIPLE_RESTRICTED=You can only drag and drop single files here.
|
|
545
820
|
|
|
821
|
+
#XMSG: Message text informing that only files can be dropped if uploading directory files is not allowed
|
|
546
822
|
UPLOADSET_WITH_TABLE_DIRECTORY_RESTRICTED=You can only drag and drop files here.
|
|
547
823
|
|
|
824
|
+
#XMSG: Message text informing that only directories can be dropped if files are dropped
|
|
548
825
|
UPLOADSET_WITH_TABLE_DROP_DIRECTORY_ALLOWED=You can only drag and drop directories here.
|
|
549
826
|
|
|
550
827
|
UPLOADSET_WITH_TABLE_DOCUMENT_RENAME_INPUT_LABEL=Document Name\:
|
|
@@ -555,23 +832,40 @@ UPLOADSET_WITH_TABLE_DOCUMENT_RENAME_APPLY_BUTTON_TEXT=Apply
|
|
|
555
832
|
|
|
556
833
|
UPLOADSET_WITH_TABLE_CANCELBUTTON_TEXT=Cancel
|
|
557
834
|
|
|
835
|
+
# XTIT: Title of the Filter personalization list
|
|
558
836
|
p13n.DEFAULT_TITLE_FILTER=Filter
|
|
559
837
|
|
|
838
|
+
# XLST: Title for filter operator
|
|
560
839
|
p13n.FILTER_OPERATOR_CONTAINS=contains
|
|
840
|
+
# XLST: Title for filter operator
|
|
561
841
|
p13n.FILTER_OPERATOR_NOT_CONTAINS=does not contain
|
|
842
|
+
# XLST: Title for filter operator
|
|
562
843
|
p13n.FILTER_OPERATOR_EQ=equal to
|
|
844
|
+
# XLST: Title for filter operator
|
|
563
845
|
p13n.FILTER_OPERATOR_GE=greater than or equal to
|
|
846
|
+
# XLST: Title for filter operator
|
|
564
847
|
p13n.FILTER_OPERATOR_GT=greater than
|
|
848
|
+
# XLST: Title for filter operator
|
|
565
849
|
p13n.FILTER_OPERATOR_LE=less than or equal to
|
|
850
|
+
# XLST: Title for filter operator
|
|
566
851
|
p13n.FILTER_OPERATOR_LT=less than
|
|
852
|
+
# XLST: Title for filter operator
|
|
567
853
|
p13n.FILTER_OPERATOR_NE=not equal to
|
|
854
|
+
# XLST: Title for filter operator
|
|
568
855
|
p13n.FILTER_OPERATOR_STARTSWITH=starts with
|
|
856
|
+
# XLST: Title for filter operator
|
|
569
857
|
p13n.FILTER_OPERATOR_ENDSWITH=ends with
|
|
858
|
+
# XLST: Title for filter operator
|
|
570
859
|
p13n.FILTER_OPERATOR_NOTSTARTSWITH=does not start with
|
|
860
|
+
# XLST: Title for filter operator
|
|
571
861
|
p13n.FILTER_OPERATOR_NOTENDSWITH=does not end with
|
|
572
862
|
|
|
863
|
+
# XBUT: Label for button to add new filter criteria
|
|
573
864
|
p13n.ADD_FILTER_CRITERIA=Add
|
|
574
865
|
|
|
866
|
+
#XMSG: Message text informing that certain items on the dialog are disabled/not editable
|
|
867
|
+
p13n.MESSAGE_DISABLED_ITEMS=Some items in this dialog are disabled and cannot be reordered and hidden or made visible.
|
|
868
|
+
|
|
575
869
|
UPLOADSET_WITH_TABLE_DOCUMENT_RENAME_DISCARD_POPUP_CHANGES_TEXT=You have made changes to this object. What would you like to do?
|
|
576
870
|
|
|
577
871
|
UPLOADSET_WITH_TABLE_DOCUMENT_RENAME_SAVE_BUTTON_TEXT=Save
|
|
@@ -582,1296 +876,2144 @@ UPLOADSET_WITH_TABLE_DOCUMENT_RENAME_EMPTY_NAME_VALIDATION_ERROR_MESSAGE=Name fi
|
|
|
582
876
|
|
|
583
877
|
UPLOADSET_WITH_TABLE_DOCUMENT_RENAME_SPLC_VALIDATION_ERROR_MESSAGE=Special characters {0} are not allowed in the name field.
|
|
584
878
|
|
|
879
|
+
#XTIT: Predefined text for title in the personalization dialog - Settings for the view ('view' here is a noun).
|
|
585
880
|
P13NDIALOG_VIEW_SETTINGS=View Settings
|
|
881
|
+
#XTIT: dialog title if the dialog contains only filter panel
|
|
586
882
|
P13NDIALOG_TITLE_FILTER=Define Filters
|
|
883
|
+
#XTIT: dialog title if the dialog contains only sort panel
|
|
587
884
|
P13NDIALOG_TITLE_SORT=Define Sorting
|
|
885
|
+
#XTIT: dialog title if the dialog contains only group panel
|
|
588
886
|
P13NDIALOG_TITLE_GROUP=Define Groups
|
|
887
|
+
#XTIT: dialog title if the dialog contains only columns panel
|
|
589
888
|
P13NDIALOG_TITLE_COLUMNS=Define Column Properties
|
|
889
|
+
#XTIT: dialog title if the dialog contains only panel for dimensions and measures
|
|
590
890
|
P13NDIALOG_TITLE_DIMEASURE=Define Chart Properties
|
|
891
|
+
#XBUT: Text for OK button in the personalization dialog
|
|
591
892
|
P13NDIALOG_OK=OK
|
|
893
|
+
#XBUT: Text for Cancel button in the personalization dialog
|
|
592
894
|
P13NDIALOG_CANCEL=Cancel
|
|
895
|
+
#XBUT: Text for Reset button in the personalization dialog
|
|
593
896
|
P13NDIALOG_RESET=Reset
|
|
897
|
+
#XTIT: Text for Fix button in ValidationDialog
|
|
594
898
|
P13NDIALOG_VALIDATION_FIX=Fix
|
|
899
|
+
#XTIT: personalization dialog ValidationDialog predefined title for warning
|
|
595
900
|
P13NDIALOG_VALIDATION_TITLE=Warning
|
|
901
|
+
#XTIT: personalization dialog ValidationDialog predefined title for error
|
|
596
902
|
P13NDIALOG_VALIDATION_TITLE_ERROR=Error
|
|
903
|
+
#XTIT: personalization dialog ValidationDialog predefined message
|
|
597
904
|
P13NDIALOG_VALIDATION_MESSAGE=Some filter values are missing or incorrect
|
|
905
|
+
#XTIT: personalization dialog ValidationDialog predefined message for columns panel
|
|
598
906
|
P13NDIALOG_VISIBLE_ITEMS_THRESHOLD_MESSAGE=Selecting a large number of columns can slow down the performance
|
|
907
|
+
#XTIT: personalization dialog ValidationDialog predefined message for P13nDimMeasure
|
|
599
908
|
P13NDIALOG_VALIDATION_CHARTTYPE=The dimensions and measures you have selected cannot be used with this chart type
|
|
909
|
+
#XTIT: personalization dialog ValidationDialog predefined question an the end
|
|
600
910
|
P13NDIALOG_VALIDATION_MESSAGE_QUESTION=Do you want to correct your entries?
|
|
601
911
|
|
|
912
|
+
#XTIT: on some personalization panels "(none)" as 'column key' means that no criteria was defined
|
|
602
913
|
P13NDIALOG_SELECTION_NONE=(none)
|
|
603
914
|
|
|
915
|
+
#XTIT: Filterpanel predefined title for Include filter
|
|
604
916
|
FILTERPANEL_INCLUDES=Include
|
|
917
|
+
#XTIT: Filterpanel predefined title for Exclude filter
|
|
605
918
|
FILTERPANEL_EXCLUDES=Exclude
|
|
919
|
+
#XTIT: Text for title 'Filter' in the personalization dialog
|
|
606
920
|
FILTERPANEL_TITLE=Filter
|
|
607
921
|
|
|
922
|
+
#XTIT: Text for title 'Sort' in the personalization dialog
|
|
608
923
|
SORTPANEL_TITLE=Sort
|
|
609
924
|
|
|
925
|
+
#XTIT: Text for title 'Group' in the personalization dialog
|
|
610
926
|
GROUPPANEL_TITLE=Group
|
|
611
927
|
|
|
928
|
+
#XACT: Label text for combobox control
|
|
612
929
|
CONDITIONPANEL_FIELD_LABEL=Field
|
|
930
|
+
#XACT: ARIA-label text for select control
|
|
613
931
|
CONDITIONPANEL_OPERATOR_ARIA_LABEL=Conditions Operator
|
|
932
|
+
#XACT: ARIA-label text for field value control
|
|
614
933
|
CONDITIONPANEL_FIELD_VALUE_ARIA_LABEL=Conditions Value
|
|
615
934
|
|
|
935
|
+
#XTIT: ConditionPanel Option
|
|
616
936
|
CONDITIONPANEL_OPTIONBT=between
|
|
937
|
+
#XTIT: ConditionPanel Option
|
|
617
938
|
CONDITIONPANEL_OPTIONNotBT=not between
|
|
939
|
+
#XTIT: ConditionPanel Option
|
|
618
940
|
CONDITIONPANEL_OPTIONEQ=equal to
|
|
941
|
+
#XTIT: ConditionPanel Option
|
|
619
942
|
CONDITIONPANEL_OPTIONNotEQ=not equal to
|
|
943
|
+
#XTIT: ConditionPanel Option
|
|
620
944
|
CONDITIONPANEL_OPTIONContains=contains
|
|
945
|
+
#XTIT: ConditionPanel Option
|
|
621
946
|
CONDITIONPANEL_OPTIONNotContains=does not contain
|
|
947
|
+
#XTIT: ConditionPanel Option
|
|
622
948
|
CONDITIONPANEL_OPTIONGT=greater than
|
|
949
|
+
#XTIT: ConditionPanel Option
|
|
623
950
|
CONDITIONPANEL_OPTIONNotGT=not greater than
|
|
951
|
+
#XTIT: ConditionPanel Option
|
|
624
952
|
CONDITIONPANEL_OPTIONGE=greater than or equal to
|
|
953
|
+
#XTIT: ConditionPanel Option
|
|
625
954
|
CONDITIONPANEL_OPTIONNotGE=not greater than or equal to
|
|
955
|
+
#XTIT: ConditionPanel Option
|
|
626
956
|
CONDITIONPANEL_OPTIONLT=less than
|
|
957
|
+
#XTIT: ConditionPanel Option
|
|
627
958
|
CONDITIONPANEL_OPTIONNotLT=not less than
|
|
959
|
+
#XTIT: ConditionPanel Option
|
|
628
960
|
CONDITIONPANEL_OPTIONLE=less than or equal to
|
|
961
|
+
#XTIT: ConditionPanel Option
|
|
629
962
|
CONDITIONPANEL_OPTIONNotLE=not less than or equal to
|
|
963
|
+
#XTIT: ConditionPanel Option
|
|
630
964
|
CONDITIONPANEL_OPTIONInitial=initial
|
|
965
|
+
#XTIT: ConditionPanel Option
|
|
631
966
|
CONDITIONPANEL_OPTIONStartsWith=starts with
|
|
967
|
+
#XTIT: ConditionPanel Option
|
|
632
968
|
CONDITIONPANEL_OPTIONNotStartsWith=does not start with
|
|
969
|
+
#XTIT: ConditionPanel Option
|
|
633
970
|
CONDITIONPANEL_OPTIONEndsWith=ends with
|
|
971
|
+
#XTIT: ConditionPanel Option
|
|
634
972
|
CONDITIONPANEL_OPTIONNotEndsWith=does not end with
|
|
973
|
+
#XTIT: ConditionPanel Option
|
|
635
974
|
CONDITIONPANEL_OPTIONAscending=Ascending
|
|
975
|
+
#XTIT: ConditionPanel Option
|
|
636
976
|
CONDITIONPANEL_OPTIONDescending=Descending
|
|
977
|
+
#XTIT: ConditionPanel Option
|
|
637
978
|
CONDITIONPANEL_OPTIONGroupAscending=Ascending
|
|
979
|
+
#XTIT: ConditionPanel Option
|
|
638
980
|
CONDITIONPANEL_OPTIONGroupDescending=Descending
|
|
981
|
+
#XTIT: ConditionPanel Option
|
|
639
982
|
CONDITIONPANEL_OPTIONTotal=Total
|
|
983
|
+
#XTIT: ConditionPanel Option
|
|
640
984
|
CONDITIONPANEL_OPTIONAverage=Average
|
|
985
|
+
#XTIT: ConditionPanel Option
|
|
641
986
|
CONDITIONPANEL_OPTIONMinimum=Minimum
|
|
987
|
+
#XTIT: ConditionPanel Option
|
|
642
988
|
CONDITIONPANEL_OPTIONMaximum=Maximum
|
|
989
|
+
#XTIT: ConditionPanel Empty
|
|
643
990
|
CONDITIONPANEL_OPTIONEmpty=empty
|
|
991
|
+
#XTIT: ConditionPanel NotEmpty
|
|
644
992
|
CONDITIONPANEL_OPTIONNotEmpty=not empty
|
|
993
|
+
#XTIT: ConditionPanel Option for date
|
|
645
994
|
CONDITIONPANEL_OPTION_DATE_BT=between
|
|
995
|
+
#XTIT: ConditionPanel Option for date
|
|
646
996
|
CONDITIONPANEL_OPTION_DATE_EQ=equal to
|
|
997
|
+
#XTIT: ConditionPanel Option for date
|
|
647
998
|
CONDITIONPANEL_OPTION_DATE_GT=after
|
|
999
|
+
#XTIT: ConditionPanel Option for date
|
|
648
1000
|
CONDITIONPANEL_OPTION_DATE_GE=on or after
|
|
1001
|
+
#XTIT: ConditionPanel Option for date
|
|
649
1002
|
CONDITIONPANEL_OPTION_DATE_LT=before
|
|
1003
|
+
#XTIT: ConditionPanel Option for date
|
|
650
1004
|
CONDITIONPANEL_OPTION_DATE_LE=before or on
|
|
1005
|
+
#XTIT: ConditionPanel Option for date
|
|
651
1006
|
CONDITIONPANEL_OPTION_DATE_Empty=empty
|
|
1007
|
+
#XTIT: ConditionPanel Option for date
|
|
652
1008
|
CONDITIONPANEL_OPTION_DATE_NotBT=not between
|
|
1009
|
+
#XTIT: ConditionPanel Option for date
|
|
653
1010
|
CONDITIONPANEL_OPTION_DATE_NotEQ=not equal to
|
|
1011
|
+
#XTIT: ConditionPanel Option for date
|
|
654
1012
|
CONDITIONPANEL_OPTION_DATE_NotGT=not after
|
|
1013
|
+
#XTIT: ConditionPanel Option for date
|
|
655
1014
|
CONDITIONPANEL_OPTION_DATE_NotGE=not on or after
|
|
1015
|
+
#XTIT: ConditionPanel Option for date
|
|
656
1016
|
CONDITIONPANEL_OPTION_DATE_NotLT=not before
|
|
1017
|
+
#XTIT: ConditionPanel Option for date
|
|
657
1018
|
CONDITIONPANEL_OPTION_DATE_NotLE=not before or on
|
|
1019
|
+
#XTIT: ConditionPanel Option for date
|
|
658
1020
|
CONDITIONPANEL_OPTION_DATE_NotEmpty=not empty
|
|
659
1021
|
|
|
1022
|
+
#XTIT: ConditionPanel Option for numeric
|
|
660
1023
|
CONDITIONPANEL_OPTION_NUMERIC_BT=between
|
|
1024
|
+
#XTIT: ConditionPanel Option for numeric
|
|
661
1025
|
CONDITIONPANEL_OPTION_NUMERIC_EQ=equal to
|
|
1026
|
+
#XTIT: ConditionPanel Option for numeric
|
|
662
1027
|
CONDITIONPANEL_OPTION_NUMERIC_GT=greater than
|
|
1028
|
+
#XTIT: ConditionPanel Option for numeric
|
|
663
1029
|
CONDITIONPANEL_OPTION_NUMERIC_GE=greater than or equal to
|
|
1030
|
+
#XTIT: ConditionPanel Option for numeric
|
|
664
1031
|
CONDITIONPANEL_OPTION_NUMERIC_LT=less than
|
|
1032
|
+
#XTIT: ConditionPanel Option for numeric
|
|
665
1033
|
CONDITIONPANEL_OPTION_NUMERIC_LE=less than or equal to
|
|
666
1034
|
|
|
1035
|
+
#XTIT: Title for p13n popups
|
|
667
1036
|
p13n.VIEW_SETTINGS=View Settings
|
|
1037
|
+
#XFLD: P13n Popup reset confirmation
|
|
668
1038
|
p13n.RESET_WARNING_TEXT=You are about to reset all the changes you made to your view settings and revert to the selected view.
|
|
1039
|
+
#XTOL: Personalization panel tooltip for move to start button
|
|
669
1040
|
p13n.MOVE_TO_TOP=Move to Top
|
|
1041
|
+
#XTOL: Personalization panel Shortcut hint for the move to start button for Mac.
|
|
670
1042
|
p13n.SHORTCUT_MOVE_TO_TOP_MAC=Cmd+Home
|
|
1043
|
+
#XTOL: Personalization panel Shortcut hint for the move to start button for Win.
|
|
671
1044
|
p13n.SHORTCUT_MOVE_TO_TOP=Ctrl+Home
|
|
1045
|
+
#XTOL: Personalization panel tooltip for move up button
|
|
672
1046
|
p13n.MOVE_UP=Move Up
|
|
1047
|
+
#XTOL: Personalization panel Shortcut hint for the move up button for Mac.
|
|
673
1048
|
p13n.SHORTCUT_MOVE_UP_MAC=Cmd+Up Arrow
|
|
1049
|
+
#XTOL: Personalization panel Shortcut hint for the move up button for Win.
|
|
674
1050
|
p13n.SHORTCUT_MOVE_UP=Ctrl+Up Arrow
|
|
1051
|
+
#XTOL: Personalization panel tooltip for move down button
|
|
675
1052
|
p13n.MOVE_DOWN=Move Down
|
|
1053
|
+
#XTOL: Personalization panel Shortcut hint for the move down button for Mac.
|
|
676
1054
|
p13n.SHORTCUT_MOVE_DOWN_MAC=Cmd+Down Arrow
|
|
1055
|
+
#XTOL: Personalization panel Shortcut hint for the move down button for Win.
|
|
677
1056
|
p13n.SHORTCUT_MOVE_DOWN=Ctrl+Down Arrow
|
|
1057
|
+
#XTOL: Personalization panel tooltip for move to end button
|
|
678
1058
|
p13n.MOVE_TO_BOTTOM=Move to Bottom
|
|
1059
|
+
#XTOL: Personalization panel Shortcut hint for the move to end button for Mac.
|
|
679
1060
|
p13n.SHORTCUT_MOVE_TO_BOTTOM_MAC=Cmd+End
|
|
1061
|
+
#XTOL: Personalization panel Shortcut hint for the move to end button for Win.
|
|
680
1062
|
p13n.SHORTCUT_MOVE_TO_BOTTOM=Ctrl+End
|
|
1063
|
+
# XTIT: Count information for selection table in personalization Dialog
|
|
681
1064
|
p13n.HEADER_COUNT=({0}/{1})
|
|
1065
|
+
#XTIT: sort personalization ascending option
|
|
682
1066
|
p13n.SORT_ASCENDING=Ascending
|
|
1067
|
+
#XTIT: sort personalization descending option
|
|
683
1068
|
p13n.SORT_DESCENDING=Descending
|
|
1069
|
+
#XBTN: sort personalization text placeholder for empty combobox
|
|
684
1070
|
p13n.SORT_PLACEHOLDER=Sort by
|
|
1071
|
+
#XBTN: group personalization text placeholder for empty combobox
|
|
685
1072
|
p13n.GROUP_PLACEHOLDER=Group by
|
|
1073
|
+
#XBTN: filter personalization text placeholder for empty combobox
|
|
686
1074
|
p13n.FILTER_PLACEHOLDER=Filter by
|
|
1075
|
+
#XTOL: filter personalization panel tooltip for remove icon
|
|
687
1076
|
p13n.FILTER_REMOVEICONTOOLTIP=Remove Filter Criterion
|
|
1077
|
+
#XTXT: filter personalization panel screenreader announcement for remove icon
|
|
688
1078
|
p13n.FILTER_REMOVEICONANNOUNCE=Filter has been removed
|
|
1079
|
+
#XTOL: group personalization panel tooltip for remove icon
|
|
689
1080
|
p13n.GROUP_REMOVEICONTOOLTIP=Remove Group Criterion
|
|
1081
|
+
#XTXT: group personalization panel screenreader announcement for remove icon
|
|
690
1082
|
p13n.GROUP_REMOVEICONANNOUNCE=Group has been removed
|
|
1083
|
+
#XTOL: sort personalization panel tooltip for remove icon
|
|
691
1084
|
p13n.SORT_REMOVEICONTOOLTIP=Remove Sort Criterion
|
|
1085
|
+
#XTXT: sort personalization panel screenreader announcement for remove icon
|
|
692
1086
|
p13n.SORT_REMOVEICONANNOUNCE=Sorter has been removed
|
|
693
1087
|
|
|
1088
|
+
#XBUT: SelectionPanel personalization panel - Show only selected entries
|
|
694
1089
|
p13n.SHOW_SELECTED=Show Selected
|
|
1090
|
+
#XBUT: SelectionPanel personalization panel - Show all entries
|
|
695
1091
|
p13n.SHOW_ALL=Show All
|
|
1092
|
+
#XTIT: SelectionPanel default column to describe different properties
|
|
696
1093
|
p13n.DEFAULT_DESCRIPTION=Field
|
|
1094
|
+
#XTIT: SelectionPanel personalization panel - accessibility related speech output for the active field state
|
|
697
1095
|
p13n.ACTIVESTATE_ACTIVE=Field is active
|
|
1096
|
+
#XTIT: SelectionPanel personalization panel - accessibility related speech output for the inactive field state
|
|
698
1097
|
p13n.ACTIVESTATE_INACTIVE=Field is inactive
|
|
1098
|
+
#XFLD: group personalization dialog checkbox to explicitly show a column
|
|
699
1099
|
p13n.GROUP_CHECKBOX=Show Field as Column
|
|
1100
|
+
#XFLD: Text for Reset button in the personalization dialog
|
|
700
1101
|
p13n.POPUP_RESET=Reset
|
|
1102
|
+
#XBUT: Text for OK button in the personalization dialog
|
|
701
1103
|
p13n.POPUP_OK=OK
|
|
1104
|
+
#XBUT: Text for Cancel button in the personalization dialog
|
|
702
1105
|
p13n.POPUP_CANCEL=Cancel
|
|
1106
|
+
# XTIT: Title of the Fields list
|
|
703
1107
|
p13n.DEFAULT_TITLE_SELECTION=Fields
|
|
1108
|
+
# XTIT: Title of the Sort personalization list
|
|
704
1109
|
p13n.DEFAULT_TITLE_SORT=Sort
|
|
1110
|
+
# XTIT: Title of the Group personalization list
|
|
705
1111
|
p13n.DEFAULT_TITLE_GROUP=Group
|
|
1112
|
+
#XTIT: default group label for undefined groups
|
|
706
1113
|
p13n.BASIC_DEFAULT_GROUP=Basic
|
|
707
1114
|
|
|
1115
|
+
#XTIT: ConditionPanel Option Label
|
|
708
1116
|
CONDITIONPANEL_LABELFROM=from
|
|
1117
|
+
#XTIT: ConditionPanel Option Label
|
|
709
1118
|
CONDITIONPANEL_LABELTO=to
|
|
1119
|
+
#XTIT: ConditionPanel Option Label
|
|
710
1120
|
CONDITIONPANEL_LABELVALUE=Value
|
|
1121
|
+
#XTIT: ConditionPanel Option Label
|
|
711
1122
|
CONDITIONPANEL_LABELGROUPING=Show Field as Column
|
|
1123
|
+
#XTOL: ConditionPanel predefined text for tooltip on plus buttons
|
|
712
1124
|
CONDITIONPANEL_ADD_TOOLTIP=Add New Line
|
|
1125
|
+
#XTOL: ConditionPanel predefined text for tooltip on remove buttons
|
|
713
1126
|
CONDITIONPANEL_REMOVE_TOOLTIP=Remove line
|
|
1127
|
+
#XTOL: ConditionPanel predefined text for tooltip on plus buttons
|
|
714
1128
|
CONDITIONPANEL_ADD_FILTER_TOOLTIP=Add Filter
|
|
1129
|
+
#XTOL: ConditionPanel predefined text for tooltip on remove buttons
|
|
715
1130
|
CONDITIONPANEL_REMOVE_FILTER_TOOLTIP=Remove Filter
|
|
1131
|
+
#XTOL: ConditionPanel predefined text for tooltip on plus buttons
|
|
716
1132
|
CONDITIONPANEL_ADD_SORT_TOOLTIP=Add Sort Criterion
|
|
1133
|
+
#XTOL: ConditionPanel predefined text for tooltip on remove buttons
|
|
717
1134
|
CONDITIONPANEL_REMOVE_SORT_TOOLTIP=Remove Sort Criterion
|
|
1135
|
+
#XTOL: ConditionPanel predefined text for tooltip on plus buttons
|
|
718
1136
|
CONDITIONPANEL_ADD_GROUP_TOOLTIP=Add Grouping Criterion
|
|
1137
|
+
#XTOL: ConditionPanel predefined text for tooltip on remove buttons
|
|
719
1138
|
CONDITIONPANEL_REMOVE_GROUP_TOOLTIP=Remove Grouping Criterion
|
|
1139
|
+
#XTOL: ConditionPanel predefined text for tooltip on plus buttons
|
|
720
1140
|
CONDITIONPANEL_ADD_CONDITION_TOOLTIP=Add Condition
|
|
1141
|
+
#XTOL: ConditionPanel predefined text for tooltip on remove buttons
|
|
721
1142
|
CONDITIONPANEL_REMOVE_CONDITION_TOOLTIP=Remove Condition
|
|
1143
|
+
#XBUT: ConditionPanel predefined text for remove all button
|
|
722
1144
|
CONDITIONPANEL_REMOVE_ALL=Remove All
|
|
1145
|
+
#XTIT: ConditionPanel predefined field warning hint
|
|
723
1146
|
CONDITIONPANEL_FIELDMESSAGE=Enter a valid value
|
|
1147
|
+
#YACT: ValueHelpDialog Condition Panel Add Button ARIA description
|
|
724
1148
|
CONDITIONPANEL_ADD_SCREENREADER_DESCRIPTION=Add Condition Row
|
|
725
1149
|
|
|
1150
|
+
#XTIT: Text for title 'Chart' in the personalization dialog
|
|
726
1151
|
CHARTPANEL_TITLE=Chart
|
|
727
1152
|
|
|
1153
|
+
#XTIT: Text for title 'Columns' in the personalization dialog
|
|
728
1154
|
COLUMSPANEL_TITLE=Columns
|
|
1155
|
+
#XBUT: ColumnsPanel Show All button
|
|
729
1156
|
COLUMNSPANEL_SHOW_ALL=Show all
|
|
1157
|
+
#XBUT: ColumnsPanel Show Selected button
|
|
730
1158
|
COLUMNSPANEL_SHOW_SELECTED=Show Selected
|
|
1159
|
+
#XLST: ColumnsPanel Select All label
|
|
731
1160
|
COLUMNSPANEL_SELECT_ALL=Select All
|
|
1161
|
+
#XLST: ColumnsPanel Select All label
|
|
732
1162
|
COLUMNSPANEL_SELECT_ALL_WITH_COUNTER=Select All ({0}/{1})
|
|
1163
|
+
#XTOL: Tooltip for MOVE: ToStart button
|
|
733
1164
|
COLUMNSPANEL_MOVE_TO_TOP=Move to Top
|
|
1165
|
+
#XTOL: Tooltip for MOVE: Up button
|
|
734
1166
|
COLUMNSPANEL_MOVE_UP=Move Up
|
|
1167
|
+
#XTOL: Tooltip for MOVE: Down button
|
|
735
1168
|
COLUMNSPANEL_MOVE_DOWN=Move Down
|
|
1169
|
+
#XTOL: Tooltip for MOVE: ToEnd button
|
|
736
1170
|
COLUMNSPANEL_MOVE_TO_BOTTOM=Move to Bottom
|
|
737
1171
|
|
|
1172
|
+
#XLST: ColumnsPanel Chart Type caption
|
|
738
1173
|
COLUMNSPANEL_COLUMN_TYPE=Type
|
|
1174
|
+
#XLST: ColumnsPanel Chart Type
|
|
739
1175
|
COLUMNSPANEL_TYPE_DIMENSION=Dimension
|
|
1176
|
+
#XLST: ColumnsPanel Chart Type
|
|
740
1177
|
COLUMNSPANEL_TYPE_MEASURE=Measure
|
|
1178
|
+
#XLST: ColumnsPanel Chart Role caption
|
|
741
1179
|
COLUMNSPANEL_COLUMN_ROLE=Role
|
|
1180
|
+
#XLST: ColumnsPanel Chart Role
|
|
742
1181
|
COLUMNSPANEL_CHARTROLE_CATEGORY=Category
|
|
1182
|
+
#XLST: ColumnsPanel Chart Role
|
|
743
1183
|
COLUMNSPANEL_CHARTROLE_CATEGORY2=Category 2
|
|
1184
|
+
#XLST: ColumnsPanel Chart Role
|
|
744
1185
|
COLUMNSPANEL_CHARTROLE_SERIES=Series
|
|
1186
|
+
#XLST: ColumnsPanel Chart Role
|
|
745
1187
|
COLUMNSPANEL_CHARTROLE_AXIS1=Axis 1
|
|
1188
|
+
#XLST: ColumnsPanel Chart Role
|
|
746
1189
|
COLUMNSPANEL_CHARTROLE_AXIS2=Axis 2
|
|
1190
|
+
#XLST: ColumnsPanel Chart Role
|
|
747
1191
|
COLUMNSPANEL_CHARTROLE_AXIS3=Axis 3
|
|
1192
|
+
#XLST: ColumnsPanel Chart Role
|
|
748
1193
|
COLUMNSPANEL_CHARTROLE_AXIS4=Axis 4
|
|
1194
|
+
#XLST: ColumnsPanel Chart Type
|
|
749
1195
|
COLUMNSPANEL_CHARTTYPE=Chart Type
|
|
750
1196
|
|
|
751
1197
|
|
|
1198
|
+
#XFLD: Subtle link description label
|
|
752
1199
|
LINK_SUBTLE=Subtle
|
|
1200
|
+
#XFLD: Emphasized link description label
|
|
753
1201
|
LINK_EMPHASIZED=Emphasized
|
|
754
1202
|
|
|
1203
|
+
#XACT: ARIA announcement for the search field F5 keyboard shortcut
|
|
755
1204
|
SEARCHFIELD_ARIA_F5=Press F5 to refresh
|
|
756
1205
|
|
|
1206
|
+
#XACT: ARIA announcement for the F4 value help keyboard shortcut
|
|
757
1207
|
VALUEHELP_ARIA_F4=Press F4 to open a value help dialog.
|
|
758
1208
|
|
|
1209
|
+
#XACT: Object Number control name
|
|
759
1210
|
OBJECTNUMBER_NAME=Object Number
|
|
1211
|
+
#XACT: ARIA announcement for an emphasized ObjectNumber
|
|
760
1212
|
OBJECTNUMBER_EMPHASIZED=Emphasized
|
|
1213
|
+
#XACT: ARIA announcement for the ObjectNumber's value state "Error"
|
|
761
1214
|
OBJECTNUMBER_ARIA_VALUE_STATE_ERROR=Value State Error
|
|
1215
|
+
#XACT: ARIA announcement for the ObjectNumber's value state "Warning"
|
|
762
1216
|
OBJECTNUMBER_ARIA_VALUE_STATE_WARNING=Value State Warning
|
|
1217
|
+
#XACT: ARIA announcement for the ObjectNumber's value state "Success"
|
|
763
1218
|
OBJECTNUMBER_ARIA_VALUE_STATE_SUCCESS=Value State Success
|
|
1219
|
+
#XACT: ARIA announcement for the ObjectNumber's value state "Information"
|
|
764
1220
|
OBJECTNUMBER_ARIA_VALUE_STATE_INFORMATION=Value State Information
|
|
765
1221
|
|
|
1222
|
+
#XACT: ARIA text for tab separator icons
|
|
766
1223
|
ICONTABBAR_NEXTSTEP=Next Step
|
|
1224
|
+
#XACT: ARIA text for positive icon color
|
|
767
1225
|
ICONTABBAR_ICONCOLOR_POSITIVE=Positive
|
|
1226
|
+
#XACT: ARIA text for critical icon color
|
|
768
1227
|
ICONTABBAR_ICONCOLOR_CRITICAL=Critical
|
|
1228
|
+
#XACT: ARIA text for negative icon color
|
|
769
1229
|
ICONTABBAR_ICONCOLOR_NEGATIVE=Negative
|
|
1230
|
+
#XACT: ARIA text for neutral icon color
|
|
770
1231
|
ICONTABBAR_ICONCOLOR_NEUTRAL=Neutral
|
|
771
1232
|
|
|
1233
|
+
#XACT: Label for Overflow button ('More' button) in IconTabHeader
|
|
772
1234
|
ICONTABHEADER_OVERFLOW_MORE=More
|
|
773
1235
|
|
|
1236
|
+
#XACT: ARIA announcement for the OverflowToolbar`s roledescription attribute
|
|
774
1237
|
OVERFLOW_TOOLBAR_ROLE_DESCRIPTION=Overflow Toolbar
|
|
1238
|
+
#XACT: ARIA announcement for the OverflowToolbar`s toggle button tooltip
|
|
775
1239
|
OVERFLOW_TOOLBAR_TOGGLE_BUTTON_TOOLTIP=Additional Options
|
|
776
1240
|
|
|
777
|
-
|
|
1241
|
+
#XACT: ARIA description for IconTabHeader tablist when there are split tabs
|
|
1242
|
+
ICONTABHEADER_SPLIT_TAB_DESCRIPTION=Press the down arrow key to access menus
|
|
778
1243
|
|
|
1244
|
+
#XACT: ARIA description for IconTabFilter split tab
|
|
779
1245
|
ICONTABFILTER_SPLIT_TAB=Tab with Subitems
|
|
780
1246
|
|
|
1247
|
+
#XACT: ARIA description for the IconTabFilter badge
|
|
781
1248
|
ICONTABFILTER_BADGE=New items were added
|
|
782
1249
|
|
|
1250
|
+
#XACT: ARIA description for the IconTabFilter, that contains tabs with badges
|
|
783
1251
|
ICONTABFILTER_SUB_ITEMS_BADGES=Contains tabs with a new items
|
|
784
1252
|
|
|
1253
|
+
#XACT: ARIA notification for the IconTabFilter, when a badge appears
|
|
785
1254
|
ICONTABFILTER_BADGE_MSG=New items were added to the {0} tab
|
|
786
1255
|
|
|
1256
|
+
#XACT: ARIA notification for the IconTabFilter, when a badge appears to a subitem.
|
|
787
1257
|
ICONTABFILTER_SUB_ITEM_BADGE=New items were added to the {0} tab. The tab is within the {1} tab
|
|
788
1258
|
|
|
1259
|
+
#XACT: ARIA text of current selected value vs. max. possible value of the RatingIndicator control
|
|
789
1260
|
RATING_VALUEARIATEXT={0} of {1}
|
|
1261
|
+
#XACT: ARIA description of the RatingIndicator control
|
|
790
1262
|
RATING_ARIA_NAME=Rating
|
|
791
1263
|
|
|
1264
|
+
#XACT: ARIA description for ObjectHeader and ObjectListItem`s favorite property
|
|
792
1265
|
ARIA_FAVORITE_MARK_VALUE=Favorite
|
|
1266
|
+
#XACT: ARIA description for ObjectHeader and ObjectListItem`s flag property
|
|
793
1267
|
ARIA_FLAG_MARK_VALUE=Flag
|
|
794
1268
|
|
|
1269
|
+
#XACT: ARIA description for ObjectHeader icon infront of the title when it's active
|
|
795
1270
|
OH_ARIA_ICON=Icon
|
|
796
1271
|
|
|
1272
|
+
#XACT: ARIA description for Shell logo
|
|
797
1273
|
SHELL_ARIA_LOGO=Logo
|
|
798
1274
|
|
|
1275
|
+
#XACT: ARIA announcement for the MessagePage`s roledescription attribute
|
|
799
1276
|
MESSAGE_PAGE_ROLE_DESCRIPTION=Message Page
|
|
800
1277
|
|
|
1278
|
+
#XTXT: MessagePage text
|
|
801
1279
|
MESSAGE_PAGE_TEXT=No matching items found.
|
|
1280
|
+
#XTXT: MessagePage description
|
|
802
1281
|
MESSAGE_PAGE_DESCRIPTION=Check the filter settings
|
|
803
1282
|
|
|
1283
|
+
#XFLD: Token number indicator which is used to show more tokens in Tokenizers inside MultiInput and MultiComboBox
|
|
804
1284
|
MULTIINPUT_SHOW_MORE_TOKENS={0} More
|
|
805
1285
|
|
|
1286
|
+
#XACT: ARIA announcement for MultiInput for navigation through items
|
|
806
1287
|
MULTIINPUT_NAVIGATION_POPUP=Navigate suggestions with the up arrow and down arrow keys
|
|
807
1288
|
|
|
1289
|
+
#XACT: ARIA announcement for MultiInput for navigation through items and tokens
|
|
808
1290
|
MULTIINPUT_NAVIGATION_POPUP_AND_TOKENS=Navigate suggestions with the up arrow and down arrow keys or press Esc and leff arrow to navigate to the tokenizer
|
|
809
1291
|
|
|
1292
|
+
#XACT: ARIA announcement for MultiComboBox/MultiInput with Nmore indicator and readonly mode.
|
|
810
1293
|
MULTICOMBOBOX_OPEN_NMORE_POPOVER=Press Enter to open the list with selected items.
|
|
811
1294
|
|
|
1295
|
+
#XFLD: Token number indicator which is used to show all tokens in Tokenizer when all of the tokens are hidden
|
|
812
1296
|
TOKENIZER_SHOW_ALL_ITEM={0} Item
|
|
1297
|
+
#XFLD: Token number indicator which is used to show all tokens in Tokenizer when all of the tokens are hidden
|
|
813
1298
|
TOKENIZER_SHOW_ALL_ITEMS={0} Items
|
|
1299
|
+
#XACT: ARIA announcement for tokens
|
|
814
1300
|
TOKENIZER_ARIA_NO_TOKENS=No tokens
|
|
1301
|
+
#XACT: ARIA announcement for tokenizer with 1 token
|
|
815
1302
|
TOKENIZER_ARIA_CONTAIN_ONE_TOKEN=Contains 1 token
|
|
1303
|
+
#XACT: ARIA announcement for tokenizer with n tokens
|
|
816
1304
|
TOKENIZER_ARIA_CONTAIN_SEVERAL_TOKENS=Contains {0} tokens
|
|
817
1305
|
|
|
1306
|
+
#XACT: ARIA announcement for tokenizer label
|
|
818
1307
|
TOKENIZER_ARIA_LABEL=Tokenizer
|
|
819
1308
|
|
|
1309
|
+
#XACT: ARIA announcement for token label
|
|
820
1310
|
TOKEN_ARIA_LABEL=Token
|
|
1311
|
+
#XTOL: Token remove icon tooltip
|
|
821
1312
|
TOKEN_ICON_TOOLTIP=Remove
|
|
1313
|
+
#XACT: ARIA announcement for token deletable
|
|
822
1314
|
TOKEN_ARIA_DELETABLE=Deletable
|
|
823
1315
|
|
|
1316
|
+
#XACT: ARIA announcement for the Select`s roledescription attribute
|
|
824
1317
|
SELECT_ROLE_DESCRIPTION=Listbox
|
|
825
1318
|
|
|
1319
|
+
#XACT: ARIA announcement for a required select description (e.g. inside a table)
|
|
826
1320
|
SELECT_REQUIRED=Required
|
|
827
1321
|
|
|
1322
|
+
#XACT: ARIA announcement for the ObjectListItem unread mark
|
|
828
1323
|
OBJECTLISTITEM_ARIA_UNREAD_VALUE=Unread
|
|
1324
|
+
#XACT: ARIA announcement for the ObjectListItem locked mark
|
|
829
1325
|
OBJECTLISTITEM_ARIA_LOCKED_MARK_VALUE=Locked
|
|
830
1326
|
|
|
1327
|
+
#XBUT: MessagePopover predefined text for CLOSE action
|
|
831
1328
|
MESSAGEPOPOVER_CLOSE=Close
|
|
1329
|
+
#XBUT: MessagePopover predefined text for All Button
|
|
832
1330
|
MESSAGEPOPOVER_ALL=All
|
|
1331
|
+
#XACT: ARIA announcement for the MessagePopover back buttons tooltip
|
|
833
1332
|
MESSAGEPOPOVER_ARIA_BACK_BUTTON_TOOLTIP=Back to Messages
|
|
1333
|
+
#XACT: ARIA announcement for the MessagePopover back buttons
|
|
834
1334
|
MESSAGEPOPOVER_ARIA_BACK_BUTTON=Message Details
|
|
1335
|
+
#XACT: ARIA announcement for the MessagePopover heading
|
|
835
1336
|
MESSAGEPOPOVER_ARIA_HEADING=Messages
|
|
836
1337
|
|
|
1338
|
+
#XTOL: Message view error button tooltip
|
|
837
1339
|
MESSAGEVIEW_BUTTON_TOOLTIP_ERROR=Error
|
|
1340
|
+
#XTOL: Message view success button tooltip
|
|
838
1341
|
MESSAGEVIEW_BUTTON_TOOLTIP_SUCCESS=Success
|
|
1342
|
+
#XTOL: Message view warning button tooltip
|
|
839
1343
|
MESSAGEVIEW_BUTTON_TOOLTIP_WARNING=Warning
|
|
1344
|
+
#XTOL: Message view information button tooltip
|
|
840
1345
|
MESSAGEVIEW_BUTTON_TOOLTIP_INFORMATION=Information
|
|
1346
|
+
#XACT: ARIA announcement for SegmentedButton
|
|
841
1347
|
MESSAGEVIEW_SEGMENTED_BTN_DESCRIPTION=Message Types
|
|
842
1348
|
|
|
1349
|
+
#XACT: ARIA announcement for the accept button
|
|
843
1350
|
BUTTON_ARIA_TYPE_ACCEPT=Positive Action
|
|
1351
|
+
#XACT: ARIA announcement for the reject button
|
|
844
1352
|
BUTTON_ARIA_TYPE_REJECT=Negative Action
|
|
1353
|
+
#XACT: ARIA announcement for the attention button
|
|
845
1354
|
BUTTON_ARIA_TYPE_ATTENTION=Attention Action
|
|
1355
|
+
#XACT: ARIA announcement for the emphasized button
|
|
846
1356
|
BUTTON_ARIA_TYPE_EMPHASIZED=Emphasized
|
|
847
1357
|
|
|
1358
|
+
#XACT: ARIA announcement for the critical button
|
|
848
1359
|
BUTTON_ARIA_TYPE_CRITICAL=Warning Type
|
|
1360
|
+
#XACT: ARIA announcement for the negative button
|
|
849
1361
|
BUTTON_ARIA_TYPE_NEGATIVE=Error Type
|
|
1362
|
+
#XACT: ARIA announcement for the success button
|
|
850
1363
|
BUTTON_ARIA_TYPE_SUCCESS=Success Type
|
|
851
1364
|
|
|
1365
|
+
#XACT: ARIA text for position markers
|
|
852
1366
|
CAROUSEL_POSITION=Item {0} of {1} displayed
|
|
853
1367
|
|
|
1368
|
+
#XTXT: Text between numbers in the numeric page indicator
|
|
854
1369
|
CAROUSEL_PAGE_INDICATOR_TEXT={0} of {1}
|
|
855
1370
|
|
|
1371
|
+
#XTXT: colon separator
|
|
856
1372
|
COLON=\:
|
|
857
1373
|
|
|
1374
|
+
#XBUT: sap.m.semantic.SemanticControl Edit button text
|
|
858
1375
|
SEMANTIC_CONTROL_EDIT=Edit
|
|
1376
|
+
#XBUT: sap.m.semantic.SemanticControl Save button text
|
|
859
1377
|
SEMANTIC_CONTROL_SAVE=Save
|
|
1378
|
+
#XBUT: sap.m.semantic.SemanticControl Delete button text
|
|
860
1379
|
SEMANTIC_CONTROL_DELETE=Delete
|
|
1380
|
+
#XBUT: sap.m.semantic.SemanticControl Cancel button text
|
|
861
1381
|
SEMANTIC_CONTROL_CANCEL=Cancel
|
|
1382
|
+
#XBUT: sap.m.semantic.SemanticControl Approve button text
|
|
862
1383
|
SEMANTIC_CONTROL_APPROVE=Approve
|
|
1384
|
+
#XBUT: sap.m.semantic.SemanticControl Reject button text
|
|
863
1385
|
SEMANTIC_CONTROL_REJECT=Reject
|
|
1386
|
+
#XBUT: sap.m.semantic.SemanticControl Forward button text
|
|
864
1387
|
SEMANTIC_CONTROL_FORWARD=Forward
|
|
1388
|
+
#XBUT: sap.m.semantic.SemanticControl Open in button text
|
|
865
1389
|
SEMANTIC_CONTROL_OPEN_IN=Open in...
|
|
1390
|
+
#XBUT: sap.m.semantic.SemanticControl Sort button text
|
|
866
1391
|
SEMANTIC_CONTROL_SORT=Sort
|
|
1392
|
+
#XBUT: sap.m.semantic.SemanticControl Filter button text
|
|
867
1393
|
SEMANTIC_CONTROL_FILTER=Filter
|
|
1394
|
+
#XBUT: sap.m.semantic.SemanticControl Group button text
|
|
868
1395
|
SEMANTIC_CONTROL_GROUP=Group
|
|
1396
|
+
#XBUT: sap.m.semantic.SemanticControl Flag button text
|
|
869
1397
|
SEMANTIC_CONTROL_FLAG=Flag
|
|
1398
|
+
#XBUT: sap.m.semantic.SemanticControl Favorite button text
|
|
870
1399
|
SEMANTIC_CONTROL_FAVORITE=Favorite
|
|
1400
|
+
#XBUT: sap.m.semantic.SemanticControl Add button text
|
|
871
1401
|
SEMANTIC_CONTROL_ADD=Add
|
|
1402
|
+
#XBUT: sap.m.semantic.SemanticControl Send E-Mail button text
|
|
872
1403
|
SEMANTIC_CONTROL_SEND_EMAIL=Send E-Mail
|
|
1404
|
+
#XBUT: sap.m.semantic.SemanticControl Discuss in SAP Work Zone button text
|
|
873
1405
|
SEMANTIC_CONTROL_DISCUSS_IN_WORK_ZONE=Discuss in SAP Work Zone
|
|
1406
|
+
#XBUT: sap.m.semantic.SemanticControl Share on SAP Work Zone button text
|
|
874
1407
|
SEMANTIC_CONTROL_SHARE_ON_WORK_ZONE=Share on SAP Work Zone
|
|
1408
|
+
#XBUT: sap.m.semantic.SemanticControl Send Message button text
|
|
875
1409
|
SEMANTIC_CONTROL_SEND_MESSAGE=Send Message
|
|
1410
|
+
#XBUT: sap.m.semantic.SemanticControl Save as Tile button text
|
|
876
1411
|
SEMANTIC_CONTROL_SAVE_AS_TILE=Save as Tile
|
|
1412
|
+
#XBUT: sap.m.semantic.SemanticControl Print button text
|
|
877
1413
|
SEMANTIC_CONTROL_PRINT=Print
|
|
1414
|
+
#XBUT: sap.m.semantic.SemanticControl Multi select button text
|
|
878
1415
|
SEMANTIC_CONTROL_MULTI_SELECT=Multiple Selection
|
|
1416
|
+
#XBUT: sap.m.semantic.SemanticControl Multi select cancel button text
|
|
879
1417
|
SEMANTIC_CONTROL_MULTI_SELECT_CANCEL=Cancel Multiple Selection
|
|
1418
|
+
#XBUT: sap.m.semantic.SemanticControl Message indicator button text
|
|
880
1419
|
SEMANTIC_CONTROL_MESSAGES_INDICATOR=Messages
|
|
1420
|
+
#XBUT: sap.m.semantic.SemanticControl "Action" Share button text
|
|
881
1421
|
SEMANTIC_CONTROL_ACTION_SHARE=Share
|
|
1422
|
+
#XTXT: sap.m.semantic.DetailPage title
|
|
882
1423
|
SEMANTIC_DETAIL_PAGE_TITLE=Details
|
|
1424
|
+
#XTXT: sap.m.semantic.MasterPage title
|
|
883
1425
|
SEMANTIC_MASTER_PAGE_TITLE=Master
|
|
884
1426
|
|
|
1427
|
+
#XFLD: sap.m.DraftIndicator Saving Draft indicator text
|
|
885
1428
|
DRAFT_INDICATOR_SAVING_DRAFT=Updating draft...
|
|
1429
|
+
#XFLD: sap.m.DraftIndicator Draft saved indicator text
|
|
886
1430
|
DRAFT_INDICATOR_DRAFT_SAVED=Draft updated
|
|
887
1431
|
|
|
1432
|
+
#XBUT: Wizard predefined text for Cancel button
|
|
888
1433
|
WIZARD_CANCEL=Cancel
|
|
1434
|
+
#XBUT: Wizard predefined text for Next button
|
|
889
1435
|
WIZARD_NEXT=Next
|
|
1436
|
+
#XBUT: Wizard predefined text for Finish button
|
|
890
1437
|
WIZARD_FINISH=Review
|
|
891
1438
|
|
|
1439
|
+
#XACT: Aria information for the Date Picker
|
|
892
1440
|
DATEPICKER_DATE_TYPE=Date Type
|
|
1441
|
+
#XBUT: Date Selection button text of Date Picker control
|
|
893
1442
|
DATEPICKER_SELECTION_CONFIRM=OK
|
|
1443
|
+
#XBUT: Cancel/Close button text of Date Picker control
|
|
894
1444
|
DATEPICKER_SELECTION_CANCEL=Cancel
|
|
895
1445
|
|
|
1446
|
+
#XACT: Wizard predefined text for next step button
|
|
896
1447
|
WIZARD_STEP=Step
|
|
1448
|
+
#XACT: Aria label for the Wizard's ActionSheet
|
|
897
1449
|
WIZARD_STEPS=Steps
|
|
1450
|
+
#XACT: Aria label for the Wizard's active steps
|
|
898
1451
|
WIZARD_STEP_ACTIVE_LABEL=Step {0} {1} Active {2}
|
|
1452
|
+
#XACT: Aria label for the Wizard's inactive steps
|
|
899
1453
|
WIZARD_STEP_INACTIVE_LABEL=Step {0} {1} Inactive {2}
|
|
1454
|
+
#XACT: Aria label for the wizard
|
|
900
1455
|
WIZARD_LABEL=Wizard
|
|
901
1456
|
|
|
1457
|
+
#XTOL: Tooltip for the flag icon inside sap.m.ObjectHeader, showing that the item is flagged
|
|
902
1458
|
TOOLTIP_OH_FLAG_MARK_VALUE=Flagged
|
|
903
1459
|
|
|
1460
|
+
#XTOL: Tooltip for the favorite icon inside sap.m.ObjectHeader, showing that the item is favorite
|
|
904
1461
|
TOOLTIP_OH_FAVORITE_MARK_VALUE=Favorite
|
|
905
1462
|
|
|
1463
|
+
#XTOL: Tooltip for the select title arrow inside sap.m.ObjectHeader
|
|
906
1464
|
OH_SELECT_ARROW_TOOLTIP=Related Options
|
|
907
1465
|
|
|
1466
|
+
#XTXT: Text value for marker type Flag
|
|
908
1467
|
OM_FLAG=Flagged
|
|
909
1468
|
|
|
1469
|
+
#XTXT: Text value for marker type Favorite
|
|
910
1470
|
OM_FAVORITE=Favorite
|
|
911
1471
|
|
|
1472
|
+
#XTXT: Text value for marker type Draft
|
|
912
1473
|
OM_DRAFT=Draft
|
|
913
1474
|
|
|
1475
|
+
#XTXT: Text value for marker type Locked
|
|
914
1476
|
OM_LOCKED=Locked
|
|
915
1477
|
|
|
1478
|
+
#XTXT: Text value for marker type LockedBy that shows who has locked the object, e.g. Locked by {User name}
|
|
916
1479
|
OM_LOCKED_BY=Locked by {0}
|
|
917
1480
|
|
|
1481
|
+
#XTXT: Text value for marker type Locked by another user
|
|
918
1482
|
OM_LOCKED_BY_ANOTHER_USER=Locked by another user
|
|
919
1483
|
|
|
1484
|
+
#XTXT: Text value for marker type Unsaved Changes
|
|
920
1485
|
OM_UNSAVED=Unsaved Changes
|
|
921
1486
|
|
|
1487
|
+
#XTXT: Text value for marker type UnsavedBy Changes that shows who has unsaved changes, e.g. Unsaved Changes by {User name}
|
|
922
1488
|
OM_UNSAVED_BY=Unsaved Changes by {0}
|
|
923
1489
|
|
|
1490
|
+
#XTXT: Text value for marker type Unsaved by another user
|
|
924
1491
|
OM_UNSAVED_BY_ANOTHER_USER=Unsaved changes by another user
|
|
925
1492
|
|
|
1493
|
+
#XTOL: Tooltip for "Send SMS" in QuickView
|
|
926
1494
|
QUICKVIEW_SEND_SMS=Send SMS
|
|
927
1495
|
|
|
1496
|
+
#XTXT: Text for character left
|
|
928
1497
|
TEXTAREA_CHARACTER_LEFT={0} character remaining
|
|
929
1498
|
|
|
1499
|
+
#XTXT: Text for characters left
|
|
930
1500
|
TEXTAREA_CHARACTERS_LEFT={0} characters remaining
|
|
931
1501
|
|
|
1502
|
+
#XTXT: Text for character over
|
|
932
1503
|
TEXTAREA_CHARACTER_EXCEEDED={0} character over limit
|
|
933
1504
|
|
|
1505
|
+
#XTXT: Text for characters over
|
|
934
1506
|
TEXTAREA_CHARACTERS_EXCEEDED={0} characters over limit
|
|
935
1507
|
|
|
1508
|
+
#XTOL: Tooltip for the flag icon inside sap.m.ObjectListItem, showing that the item is flagged
|
|
936
1509
|
TOOLTIP_OLI_FLAG_MARK_VALUE=Flagged
|
|
937
1510
|
|
|
1511
|
+
#XTOL: Tooltip for the favorite icon inside sap.m.ObjectListItem, showing that the item is favorite
|
|
938
1512
|
TOOLTIP_OLI_FAVORITE_MARK_VALUE=Favorite
|
|
939
1513
|
|
|
1514
|
+
#XTOL: Tooltip for the locked icon inside sap.m.ObjectListItem, showing that the item is locked
|
|
940
1515
|
TOOLTIP_OLI_LOCK_MARK_VALUE=Locked
|
|
941
1516
|
|
|
1517
|
+
#XBUT: Time Selection button text of Time Picker control
|
|
942
1518
|
TIMEPICKER_SET=OK
|
|
943
1519
|
|
|
1520
|
+
#XBUT: Cancel/Close button text of Time Picker control
|
|
944
1521
|
TIMEPICKER_CANCEL=Cancel
|
|
945
1522
|
|
|
1523
|
+
#YACT: ARIA tag of Time Picker control
|
|
946
1524
|
TIMEPICKER_SCREENREADER_TAG=Time Picker
|
|
947
1525
|
|
|
1526
|
+
#YACT: ARIA tag of Time Picker control with format as placeholder
|
|
948
1527
|
TIMEPICKER_WITH_PH_SCREENREADER_TAG=Time Picker in format {0}
|
|
949
1528
|
|
|
1529
|
+
#XFLD: Label of the hours value slider inside a Time Picker control
|
|
950
1530
|
TIMEPICKER_LBL_HOURS=Hours
|
|
951
1531
|
|
|
1532
|
+
#XFLD: Label of the minutes value slider inside a Time Picker control
|
|
952
1533
|
TIMEPICKER_LBL_MINUTES=Minutes
|
|
953
1534
|
|
|
1535
|
+
#XFLD: Label of the seconds value slider inside a Time Picker control
|
|
954
1536
|
TIMEPICKER_LBL_SECONDS=Seconds
|
|
955
1537
|
|
|
1538
|
+
#XACT: Announcement for the current time shortcut icon-button in the TimePicker
|
|
956
1539
|
TIMEPICKER_TOOLTIP_NOW=Now
|
|
957
1540
|
|
|
1541
|
+
#XFLD: Label of the am/pm value slider inside a Time Picker control
|
|
958
1542
|
TIMEPICKER_LBL_AMPM=AM/PM
|
|
959
1543
|
|
|
1544
|
+
#XACT: Text announced by the screen reader, when TimePicker' popover opens
|
|
960
1545
|
TIMEPICKER_SET_TIME=Set time
|
|
961
1546
|
|
|
1547
|
+
#XTOL: Tooltip text for the up arrow of the sliders
|
|
962
1548
|
TIMEPICKER_TOOLTIP_UP=Up
|
|
963
1549
|
|
|
1550
|
+
#XTOL: Tooltip text for the down arrow of the sliders
|
|
964
1551
|
TIMEPICKER_TOOLTIP_DOWN=Down
|
|
965
1552
|
|
|
1553
|
+
#XACT: ARIA label for Breadcrumbs
|
|
966
1554
|
BREADCRUMB_LABEL=Breadcrumb Trail
|
|
967
1555
|
|
|
1556
|
+
#XACT: position (current and max. value) of a Breadcrumb item which should be announced by screenreaders
|
|
968
1557
|
BREADCRUMB_ITEM_POS={0} of {1}
|
|
969
1558
|
|
|
1559
|
+
#XTOL: Tooltip text for Breadcrumbs select
|
|
970
1560
|
BREADCRUMB_SELECT_TOOLTIP=More
|
|
971
1561
|
|
|
1562
|
+
#XACT: Unread status of Notification List Item
|
|
972
1563
|
NOTIFICATION_LIST_ITEM_UNREAD=Notification unread.
|
|
973
1564
|
|
|
1565
|
+
#XACT: Read status of Notification List Item
|
|
974
1566
|
NOTIFICATION_LIST_ITEM_READ=Notification read.
|
|
975
1567
|
|
|
1568
|
+
#XACT: Unread status of Notification Group Item
|
|
976
1569
|
NOTIFICATION_LIST_GROUP_UNREAD=Notification group unread.
|
|
977
1570
|
|
|
1571
|
+
#XACT: Read status of Notification Group Item
|
|
978
1572
|
NOTIFICATION_LIST_GROUP_READ=Notification group read.
|
|
979
1573
|
|
|
1574
|
+
#XACT: ARIA text for datetime
|
|
980
1575
|
NOTIFICATION_LIST_ITEM_DATETIME=Due in {0}.
|
|
981
1576
|
|
|
1577
|
+
#XACT: ARIA text for priority
|
|
982
1578
|
NOTIFICATION_LIST_ITEM_PRIORITY={0} Priority.
|
|
983
1579
|
|
|
1580
|
+
#XACT: ARIA text for priority
|
|
984
1581
|
NOTIFICATION_LIST_GROUP_PRIORITY={0} Priority.
|
|
985
1582
|
|
|
1583
|
+
#XFLD: text that will be displayed when tile failed to load
|
|
986
1584
|
INFOTILE_CANNOT_LOAD_TILE=Cannot load tile
|
|
987
1585
|
|
|
1586
|
+
#XFLD: text that will be read while tile is loading
|
|
988
1587
|
INFOTILE_LOADING=Loading
|
|
989
1588
|
|
|
1589
|
+
#XBUT: Default Button for Navigate Action Button
|
|
990
1590
|
ACTION_READ_MORE=Read More
|
|
991
1591
|
|
|
1592
|
+
#XTXT: Text for Priority
|
|
992
1593
|
TEXT_CONTENT_PRIORITY=Priority
|
|
993
1594
|
|
|
1595
|
+
#XTXT: text for critical color
|
|
994
1596
|
SEMANTIC_COLOR_CRITICAL=Warning
|
|
995
1597
|
|
|
1598
|
+
#XTXT: text for good color
|
|
996
1599
|
SEMANTIC_COLOR_GOOD=Good
|
|
997
1600
|
|
|
1601
|
+
#XTXT: text for neutral color
|
|
998
1602
|
SEMANTIC_COLOR_NEUTRAL=Neutral
|
|
999
1603
|
|
|
1604
|
+
#XTXT: text for error color
|
|
1000
1605
|
SEMANTIC_COLOR_ERROR=Critical
|
|
1001
1606
|
|
|
1607
|
+
#XTOL:
|
|
1002
1608
|
NUMERICCONTENT_DEVIATION_UP=Ascending
|
|
1003
1609
|
|
|
1610
|
+
#XTOL:
|
|
1004
1611
|
NUMERICCONTENT_DEVIATION_DOWN=Descending
|
|
1005
1612
|
|
|
1613
|
+
#YACT: ARIA tag of MaskInput control
|
|
1006
1614
|
MASKINPUT_ROLE_DESCRIPTION=Masked Edit
|
|
1007
1615
|
|
|
1616
|
+
#YACT: ARIA description of MaskInput control
|
|
1008
1617
|
MASKINPUT_SCREENREADER_DESCRIPTION=When focused, the masked input field is formatted and prefilled. The {0} symbol is reserved for a placeholder. The value that has to be entered in this field is in the following format {1} where every symbol corresponds to a rule. A rule is a set of characters that are allowed for their particular position. Symbols that do not have a rule are immutable characters and are part of the value formatting.
|
|
1009
1618
|
|
|
1619
|
+
#XACT: ARIA scroll back button for tabstrip
|
|
1010
1620
|
TABSTRIP_SCROLL_BACK=Scroll Back
|
|
1011
1621
|
|
|
1622
|
+
#XACT: ARIA scroll forward button for tabstrip
|
|
1012
1623
|
TABSTRIP_SCROLL_FORWARD=Scroll Forward
|
|
1013
1624
|
|
|
1625
|
+
#XACT: ARIA static text for modified tabstrip item
|
|
1014
1626
|
TABSTRIP_ITEM_MODIFIED=Unsaved
|
|
1015
1627
|
|
|
1628
|
+
#XACT: ARIA static text for not-modified tabstrip item
|
|
1016
1629
|
TABSTRIP_ITEM_NOT_MODIFIED=Saved
|
|
1017
1630
|
|
|
1631
|
+
#XACT: ARIA static text for closable tabstrip item
|
|
1018
1632
|
TABSTRIP_ITEM_CLOSABLE=Closable
|
|
1633
|
+
#XFLD: Footer text for TileContent
|
|
1019
1634
|
TILECONTENT_FOOTER_TEXT={0}, {1}
|
|
1020
1635
|
|
|
1636
|
+
#XBUT: Button text for collapsing the Notification List Group
|
|
1021
1637
|
NOTIFICATION_LIST_GROUP_COLLAPSE=Collapse Group
|
|
1022
1638
|
|
|
1639
|
+
#XBUT: Button text for expanding the Notification List Group
|
|
1023
1640
|
NOTIFICATION_LIST_GROUP_EXPAND=Expand Group
|
|
1024
1641
|
|
|
1642
|
+
#XACT: ARIA add new tab button for tabstrip
|
|
1025
1643
|
TABCONTAINER_ADD_NEW_TAB=Add New Tab
|
|
1026
1644
|
|
|
1645
|
+
#XACT: ARIA dropdown button for tabstrip
|
|
1027
1646
|
TABSTRIP_OPENED_TABS=Opened Tabs
|
|
1028
1647
|
|
|
1648
|
+
#XTOL: Tooltip of close tab strip item button
|
|
1029
1649
|
TABSTRIP_ITEM_CLOSE_BTN=Close
|
|
1030
1650
|
|
|
1651
|
+
#XBUT: Button text for expanding a Notification List Item
|
|
1031
1652
|
NOTIFICATION_LIST_ITEM_SHOW_MORE=Show More
|
|
1032
1653
|
|
|
1654
|
+
#XBUT: Button text for collapsing a Notification List Item
|
|
1033
1655
|
NOTIFICATION_LIST_ITEM_SHOW_LESS=Show Less
|
|
1034
1656
|
|
|
1657
|
+
#XBUT: Date button of DateTimePicker on small screens
|
|
1035
1658
|
DATETIMEPICKER_DATE=Date
|
|
1036
1659
|
|
|
1660
|
+
#XBUT: Time button of DateTimePicker on small screens
|
|
1037
1661
|
DATETIMEPICKER_TIME=Time
|
|
1038
1662
|
|
|
1663
|
+
#XACT: Aria information for the Date Time Picker
|
|
1039
1664
|
DATETIMEPICKER_TYPE=Date and Time
|
|
1040
1665
|
|
|
1666
|
+
#XACT SinglePlanningCalendar control name
|
|
1041
1667
|
SPC_CONTROL_NAME=Single planning calendar
|
|
1042
1668
|
|
|
1669
|
+
#XACT SinglePlanningCalendar actions toolbar accessibility description
|
|
1043
1670
|
SPC_ACTIONS_TOOLBAR=Single planning calendar actions
|
|
1044
1671
|
|
|
1672
|
+
#XACT SinglePlanningCalendar navigation toolbar accessibility description
|
|
1045
1673
|
SPC_NAVIGATION_TOOLBAR=Single planning calendar navigation
|
|
1046
1674
|
|
|
1675
|
+
#XACT PlanningCalendarHeader's datepicker accessibility announcement
|
|
1047
1676
|
PCH_SELECT_RANGE=Select range
|
|
1048
1677
|
|
|
1678
|
+
#XACT Announcement for the popover of PlanningCalendarHeader's datepicker
|
|
1049
1679
|
PCH_RANGE_PICKER=Range picker
|
|
1050
1680
|
|
|
1681
|
+
#XACT PlanningCalendarHeader "today" button announcement
|
|
1051
1682
|
PCH_NAVIGATE_TO_TODAY=Navigate to the current day
|
|
1052
1683
|
|
|
1684
|
+
#XACT Announcement for the "Previous" icon-button in PlanningCalendarHeader
|
|
1053
1685
|
PCH_NAVIGATE_BACKWARDS=Navigate backward
|
|
1054
1686
|
|
|
1687
|
+
#XACT Announcement for the "Next" icon-button in PlanningCalendarHeader
|
|
1055
1688
|
PCH_NAVIGATE_FORWARD=Navigate forward
|
|
1056
1689
|
|
|
1690
|
+
#XACT Announcement for the view switch in PlanningCalendarHeader
|
|
1057
1691
|
PCH_VIEW_SWITCH=View switch
|
|
1058
1692
|
|
|
1693
|
+
#XACT Announcement for the Blockers area in SinglePlanningCalendar
|
|
1059
1694
|
SPC_BLOCKERS=Blockers
|
|
1060
1695
|
|
|
1696
|
+
#XACT Announcement for the Appointments area in SinglePlanningCalendar
|
|
1061
1697
|
SPC_APPOINTMENTS=Appointments
|
|
1062
1698
|
|
|
1699
|
+
#XLNK Text for the link when we have more Appointments for a day in month view in SinglePlanningCalendar
|
|
1063
1700
|
SPC_MORE_LINK={0} More
|
|
1064
1701
|
|
|
1702
|
+
#XACT: PlanningCalendar accessibility description
|
|
1065
1703
|
PLANNINGCALENDAR=Planning calendar
|
|
1066
1704
|
|
|
1705
|
+
#XACT PlanningCalendar functions toolbar accessibility description
|
|
1067
1706
|
PC_FUNCTIONS_TOOLBAR=Planning calendar functions
|
|
1068
1707
|
|
|
1708
|
+
#XACT PlanningCalendar interval accessibility description
|
|
1069
1709
|
PC_INTERVAL_TOOLBAR=Planning calendar interval
|
|
1070
1710
|
|
|
1711
|
+
#XACT PlanningCalendar interval selection accessibility description
|
|
1071
1712
|
PC_INTERVAL_SELECTION_TOOLBAR=Planning calendar interval selection
|
|
1072
1713
|
|
|
1714
|
+
#XACT: PlanningCalendar view selector accessibility description
|
|
1073
1715
|
PLANNINGCALENDAR_VIEW=View calendar by
|
|
1074
1716
|
|
|
1717
|
+
#XFLD: Name of the "Hours" view in the PlanningCalendar control
|
|
1075
1718
|
PLANNINGCALENDAR_HOURS=Hours
|
|
1076
1719
|
|
|
1720
|
+
#XFLD: Name of the "Days" view in the PlanningCalendar control
|
|
1077
1721
|
PLANNINGCALENDAR_DAYS=Days
|
|
1078
1722
|
|
|
1723
|
+
#XFLD: Name of the "Months" view in the PlanningCalendar control
|
|
1079
1724
|
PLANNINGCALENDAR_MONTHS=Months
|
|
1080
1725
|
|
|
1726
|
+
#XFLD: Name of the "Week" view in the PlanningCalendar control
|
|
1081
1727
|
PLANNINGCALENDAR_WEEK=1 Week
|
|
1082
1728
|
|
|
1729
|
+
#XFLD: Name of the "OneMonth" view in the PlanningCalendar control
|
|
1083
1730
|
PLANNINGCALENDAR_ONE_MONTH=1 Month
|
|
1084
1731
|
|
|
1732
|
+
#XBUT: Today button of PlanningCalendar and SinglePlanningCalendar control
|
|
1085
1733
|
PLANNINGCALENDAR_TODAY=Today
|
|
1086
1734
|
|
|
1735
|
+
#XFLD: Text for all day event
|
|
1087
1736
|
PLANNINGCALENDAR_ALLDAY=All Day
|
|
1088
1737
|
|
|
1738
|
+
#XFLD: Text for event with no ending time
|
|
1089
1739
|
PLANNINGCALENDAR_FROM=from
|
|
1090
1740
|
|
|
1741
|
+
#XFLD: Text for event with no starting time
|
|
1091
1742
|
PLANNINGCALENDAR_UNTIL=until
|
|
1092
1743
|
|
|
1744
|
+
#XFLD: Duration of an appointment lasting more than an hour and is not full hours, ex.: 2 hrs, 30 min
|
|
1093
1745
|
PLANNINGCALENDAR_APP_DURATION={0}, {1}
|
|
1094
1746
|
|
|
1747
|
+
#XFLD: Text for a placeholder row when there are no appointments
|
|
1095
1748
|
PLANNINGCALENDAR_ROW_NO_APPOINTMENTS=No Entries
|
|
1096
1749
|
|
|
1750
|
+
#XACT: PlanningCalendar accessibility description for the custom row header content
|
|
1097
1751
|
PC_CUSTOM_ROW_HEADER_CONTENT_DESC=Custom row header content
|
|
1098
1752
|
|
|
1753
|
+
#XTOL: Tool tip for nextButton of the PagingButton
|
|
1099
1754
|
PAGINGBUTTON_NEXT=Next Page
|
|
1100
1755
|
|
|
1756
|
+
#XTOL: Tool tip for nextButton of the PagingButton
|
|
1101
1757
|
PAGINGBUTTON_PREVIOUS=Previous Page
|
|
1102
1758
|
|
|
1759
|
+
#XBUT: Text and number of selected items for toolbar button of SelectionDetails
|
|
1103
1760
|
SELECTIONDETAILS_BUTTON_TEXT_WITH_NUMBER=Details ({0})
|
|
1104
1761
|
|
|
1762
|
+
#XBUT: Text for toolbar button of SelectionDetails
|
|
1105
1763
|
SELECTIONDETAILS_BUTTON_TEXT=Details
|
|
1106
1764
|
|
|
1765
|
+
#XBUT: Text for ok button in the suggestion popover
|
|
1107
1766
|
SUGGESTIONSPOPOVER_CLOSE_BUTTON=OK
|
|
1108
1767
|
|
|
1768
|
+
#############
|
|
1769
|
+
#Translatable Control Types and States for ACC
|
|
1770
|
+
#############
|
|
1109
1771
|
|
|
1772
|
+
#XACT: type of a UI control is an input field
|
|
1110
1773
|
ACC_CTR_TYPE_INPUT=Input
|
|
1111
1774
|
|
|
1775
|
+
#XACT: type of a UI control is a input field (which allows setting multiple values)
|
|
1112
1776
|
ACC_CTR_TYPE_MULTIINPUT=Multi Input
|
|
1113
1777
|
|
|
1778
|
+
#XACT: type of a UI control is a date input field
|
|
1114
1779
|
ACC_CTR_TYPE_DATEINPUT=Date Input
|
|
1115
1780
|
|
|
1781
|
+
#XACT: type of a UI control is a date range input field
|
|
1116
1782
|
ACC_CTR_TYPE_DATERANGEINPUT=Date Range Input
|
|
1117
1783
|
|
|
1784
|
+
#XACT: type of a UI control is a time input field
|
|
1118
1785
|
ACC_CTR_TYPE_TIMEINPUT=Time Input
|
|
1119
1786
|
|
|
1787
|
+
#XACT: type of a UI control is a dynamic date range input field
|
|
1120
1788
|
ACC_CTR_TYPE_DYNAMIC_DATE_RANGE=Dynamic Date Input
|
|
1121
1789
|
|
|
1790
|
+
#XACT: aria-describedby for mobile TimePicker
|
|
1122
1791
|
ACC_CTR_TYPE_TIMEINPUT_MOBILE_DESCRIBEDBY=Tap to activate edit mode
|
|
1123
1792
|
|
|
1793
|
+
#XACT: type of a UI control is a date and time input field
|
|
1124
1794
|
ACC_CTR_TYPE_DATETIMEINPUT=Date/Time Input
|
|
1125
1795
|
|
|
1796
|
+
#XACT: type of a UI control is a rating indicator
|
|
1126
1797
|
ACC_CTR_TYPE_RATING=Rating
|
|
1127
1798
|
|
|
1799
|
+
#XACT: type of a UI control is a step input
|
|
1128
1800
|
ACC_CTR_TYPE_STEPINPUT=Spin Button
|
|
1129
1801
|
|
|
1802
|
+
#XACT: type of a UI control is a button
|
|
1130
1803
|
ACC_CTR_TYPE_BUTTON=Button
|
|
1131
1804
|
|
|
1805
|
+
#XACT: type of a UI control is a link
|
|
1132
1806
|
ACC_CTR_TYPE_LINK=Link
|
|
1133
1807
|
|
|
1808
|
+
#XACT: type of a UI control is an image
|
|
1134
1809
|
ACC_CTR_TYPE_IMAGE=Image
|
|
1135
1810
|
|
|
1811
|
+
#XACT: type of a UI control is a checkbox
|
|
1136
1812
|
ACC_CTR_TYPE_CHECKBOX=Checkbox
|
|
1137
1813
|
|
|
1814
|
+
#XACT: type of a UI control is a switch
|
|
1138
1815
|
ACC_CTR_TYPE_SWITCH=Switch
|
|
1139
1816
|
|
|
1817
|
+
#XACT: type of a UI control is a radiobutton
|
|
1140
1818
|
ACC_CTR_TYPE_RADIO=Radio Button
|
|
1141
1819
|
|
|
1820
|
+
#XACT: type of a UI control is a progress indicator
|
|
1142
1821
|
ACC_CTR_TYPE_PROGRESS=Progress
|
|
1143
1822
|
|
|
1823
|
+
#XACT: type of a UI control is a combobox
|
|
1144
1824
|
ACC_CTR_TYPE_COMBO=Combo Box
|
|
1145
1825
|
|
|
1826
|
+
#XACT: type of a UI control is a combobox (which allows multi selection)
|
|
1146
1827
|
ACC_CTR_TYPE_MULTICOMBO=Multi Combo Box
|
|
1147
1828
|
|
|
1829
|
+
#XACT: type of a UI control is a list
|
|
1148
1830
|
ACC_CTR_TYPE_LIST=List Box
|
|
1149
1831
|
|
|
1832
|
+
#XACT: type of a UI control is a list item
|
|
1150
1833
|
ACC_CTR_TYPE_LISTITEM=List Item
|
|
1151
1834
|
|
|
1835
|
+
#XACT: type of a UI control is a tree
|
|
1152
1836
|
ACC_CTR_TYPE_TREE=Tree
|
|
1153
1837
|
|
|
1838
|
+
#XACT: type of a UI control is a tree item
|
|
1154
1839
|
ACC_CTR_TYPE_TREEITEM=Tree Item
|
|
1155
1840
|
|
|
1841
|
+
#XTOL: tooltip for expand icon in a tree item
|
|
1156
1842
|
TREE_ITEM_EXPAND_NODE=Expand Node
|
|
1157
1843
|
|
|
1844
|
+
#XTOL: tooltip for collapse icon in a tree item
|
|
1158
1845
|
TREE_ITEM_COLLAPSE_NODE=Collapse Node
|
|
1159
1846
|
|
|
1847
|
+
#XACT: type of a UI control is a table row
|
|
1160
1848
|
ACC_CTR_TYPE_ROW=Row
|
|
1161
1849
|
|
|
1850
|
+
#XACT: ARIA announcement for the column header row of the table
|
|
1162
1851
|
ACC_CTR_TYPE_HEADER_ROW=Column Header Row
|
|
1163
1852
|
|
|
1853
|
+
#XACT: ARIA announcement for the footer row of the table
|
|
1164
1854
|
ACC_CTR_TYPE_FOOTER_ROW=Footer Row
|
|
1165
1855
|
|
|
1856
|
+
#XACT: "pressed" state of e.g. a togglebutton which should be announced by screenreaders
|
|
1166
1857
|
ACC_CTR_STATE_PRESSED=Pressed
|
|
1167
1858
|
|
|
1859
|
+
#XACT: "checked" state of e.g. a checkbox, switch which should be announced by screenreaders
|
|
1168
1860
|
ACC_CTR_STATE_CHECKED=Checked
|
|
1169
1861
|
|
|
1862
|
+
#XACT: "not checked" state of e.g. a checkbox, switch which should be announced by screenreaders
|
|
1170
1863
|
ACC_CTR_STATE_NOT_CHECKED=Not Checked
|
|
1171
1864
|
|
|
1865
|
+
#XACT: state (current and max. value) of a rating indicator which should be announced by screenreaders
|
|
1172
1866
|
ACC_CTR_STATE_RATING={0} out of {1}
|
|
1173
1867
|
|
|
1868
|
+
#XACT: progress state of a progress indicator which should be announced by screenreaders
|
|
1174
1869
|
ACC_CTR_STATE_PROGRESS={0} %
|
|
1175
1870
|
|
|
1871
|
+
#XACT: ARIA announcement for the illustrated message
|
|
1176
1872
|
ACC_CTR_ILLUSTRATED_MESSAGE=Illustrated Message
|
|
1177
1873
|
|
|
1874
|
+
#############
|
|
1178
1875
|
|
|
1876
|
+
#XACT: Aria information for the Split Button
|
|
1179
1877
|
SPLIT_BUTTON_DESCRIPTION=Split Button
|
|
1180
1878
|
|
|
1879
|
+
#XACT: Tooltip for the arrow button
|
|
1181
1880
|
SPLIT_BUTTON_ARROW_TOOLTIP=Open Menu
|
|
1182
1881
|
|
|
1882
|
+
#XACT: Aria hint for the keyboard handling support of the Split Button
|
|
1183
1883
|
SPLIT_BUTTON_KEYBOARD_HINT=Press Enter to trigger action and Arrow Down to open menu
|
|
1184
1884
|
|
|
1885
|
+
#XTOL: Tooltip text for back button inside a Menu Page
|
|
1185
1886
|
MENU_PAGE_BACK_BUTTON=Back to
|
|
1186
1887
|
|
|
1888
|
+
#XBUT: Menu predefined text for CLOSE action
|
|
1187
1889
|
MENU_CLOSE=Cancel
|
|
1188
1890
|
|
|
1891
|
+
#XBUT: Button text for closing a Notification List Item control
|
|
1189
1892
|
NOTIFICATION_LIST_ITEM_CLOSE=Close
|
|
1190
1893
|
|
|
1894
|
+
#XBUT: Button text for closing a Notification List Group control
|
|
1191
1895
|
NOTIFICATION_LIST_GROUP_CLOSE=Close All
|
|
1192
1896
|
|
|
1897
|
+
#XBUT: No grouping item in ViewSettingsPopover
|
|
1193
1898
|
NO_GROUPING=No Grouping
|
|
1194
1899
|
|
|
1900
|
+
#XBUT: No filtering item in ViewSettingsPopover
|
|
1195
1901
|
REMOVE_FILTER=Remove Filter
|
|
1196
1902
|
|
|
1903
|
+
#XBUT: ARIA-LabelledBy for ViewSettingsPopover
|
|
1197
1904
|
ARIA_LABELLED_BY_POPOVER=Column View Settings
|
|
1198
1905
|
|
|
1906
|
+
#XBUT: Show selected only for ViewSettingsPopover
|
|
1199
1907
|
SHOW_SELECTED_ONLY=Show Selected Only
|
|
1200
1908
|
|
|
1909
|
+
#XBUT: No sorting item in ViewSettingsPopover
|
|
1201
1910
|
NO_SORTING=No Sorting
|
|
1202
1911
|
|
|
1912
|
+
#YACT: ARIA information on which the instance of the tile has been focused when it is paused
|
|
1203
1913
|
SLIDETILE_INSTANCE_FOCUS_PAUSE={0} of {1} in paused state.
|
|
1204
1914
|
|
|
1915
|
+
#YACT: ARIA information on which the instance of the tile has been focused when it is scrolling
|
|
1205
1916
|
SLIDETILE_INSTANCE_FOCUS_SCROLL={0} of {1} scrolling.
|
|
1206
1917
|
|
|
1918
|
+
#YACT: ARIA information about multiple content within the SlideTile
|
|
1207
1919
|
SLIDETILE_MULTIPLE_CONTENT=Element with multiple content
|
|
1208
1920
|
|
|
1921
|
+
#YACT: ARIA information about toggle sliding within the SlideTile
|
|
1209
1922
|
SLIDETILE_TOGGLE_SLIDING=To toggle sliding, press space bar
|
|
1210
1923
|
|
|
1924
|
+
#YACT: ARIA information how to activate the SlideTile
|
|
1211
1925
|
SLIDETILE_ACTIVATE=To activate, press enter
|
|
1212
1926
|
|
|
1927
|
+
#YACT: ARIA information how to scroll back in the SlideTile
|
|
1213
1928
|
SLIDETILE_SCROLL_BACK=To scroll back, press B
|
|
1214
1929
|
|
|
1930
|
+
#YACT: ARIA information how to to scroll forward in the SlideTile
|
|
1215
1931
|
SLIDETILE_SCROLL_FORWARD=To scroll forward, press F
|
|
1216
1932
|
|
|
1933
|
+
#YACT: NAME OF THE CONTROL
|
|
1217
1934
|
SLIDETILE=Slide Tile
|
|
1218
1935
|
|
|
1936
|
+
#XACT: ARIA ARIA-LabelledBy for the entire range handler in RangeSlider
|
|
1219
1937
|
SLIDER_HANDLE=Slider Handle
|
|
1220
1938
|
|
|
1939
|
+
#XACT: ARIA announcement for the range in RangeSlider
|
|
1221
1940
|
RANGE_SLIDER_RANGE_ANNOUNCEMENT=From {0} to {1}
|
|
1222
1941
|
|
|
1942
|
+
#XACT: ARIA ARIA-LabelledBy for the left handle and tooltip in RangeSlider
|
|
1223
1943
|
RANGE_SLIDER_LEFT_HANDLE=Left Handle
|
|
1224
1944
|
|
|
1945
|
+
#XACT: ARIA ARIA-LabelledBy for the right handle and tooltip in RangeSlider
|
|
1225
1946
|
RANGE_SLIDER_RIGHT_HANDLE=Right Handle
|
|
1226
1947
|
|
|
1948
|
+
#XACT: ARIA ARIA-LabelledBy for the entire range handler in RangeSlider
|
|
1227
1949
|
RANGE_SLIDER_RANGE_HANDLE=Range
|
|
1228
1950
|
|
|
1951
|
+
#XACT: ARIA ARIA-DescribedBy for inputs as tooltips
|
|
1229
1952
|
SLIDER_INPUT_TOOLTIP=Press F2 to enter a value.
|
|
1230
1953
|
|
|
1954
|
+
#XACT: ARIA aria-label for Slider's input
|
|
1231
1955
|
SLIDER_INPUT_LABEL=Current Value
|
|
1232
1956
|
|
|
1957
|
+
#XBUT: Button text for close button in the LightBox
|
|
1233
1958
|
LIGHTBOX_CLOSE_BUTTON=Close
|
|
1234
1959
|
|
|
1960
|
+
#XTOL: Tooltip on the button to allow to scroll back
|
|
1235
1961
|
HEADERCONTAINER_BUTTON_PREV_SECTION=Previous
|
|
1236
1962
|
|
|
1963
|
+
#XTOL: Tooltip on the button to allow to scroll forward
|
|
1237
1964
|
HEADERCONTAINER_BUTTON_NEXT_SECTION=Next
|
|
1238
1965
|
|
|
1966
|
+
#XTXT: Error message for LightBox image not loaded due to timeout.
|
|
1239
1967
|
LIGHTBOX_IMAGE_TIMED_OUT=Image could not be loaded
|
|
1240
1968
|
|
|
1969
|
+
#XTXT: Error message for LightBox image not loaded due to timeout detailed message.
|
|
1241
1970
|
LIGHTBOX_IMAGE_TIMED_OUT_DETAILS=This image is too big to load right now. Please try again later.
|
|
1242
1971
|
|
|
1972
|
+
#XTXT: Error message for LightBox image not loaded.
|
|
1243
1973
|
LIGHTBOX_IMAGE_ERROR=An error has occurred.
|
|
1244
1974
|
|
|
1975
|
+
#XTXT: Error message for LightBox image not loaded due to timeout detailed message.
|
|
1245
1976
|
LIGHTBOX_IMAGE_ERROR_DETAILS=We could not find the image at the specified location, or the server is not responding.
|
|
1246
1977
|
|
|
1978
|
+
#XACT: ARIA announcement for enlarged image
|
|
1247
1979
|
LIGHTBOX_ARIA_ENLARGED=Enlarged image of {0} {1}
|
|
1248
1980
|
|
|
1981
|
+
#XACT: ARIA keyboard announcement for the DEL key for removing a tile
|
|
1249
1982
|
TILE_REMOVE_BY_DEL_KEY=Press delete key to remove the item.
|
|
1250
1983
|
|
|
1984
|
+
#XACT: ARIA text for GenericTile in actions scope
|
|
1251
1985
|
GENERICTILE_ACTIONS_ARIA_TEXT=Removable tile
|
|
1252
1986
|
|
|
1987
|
+
#XTOL: Tooltip for REMOVE button in the GenericTile
|
|
1253
1988
|
GENERICTILE_REMOVEBUTTON_TEXT=Remove
|
|
1254
1989
|
|
|
1990
|
+
#XTOL: Tooltip for More action button in the GenericTile
|
|
1255
1991
|
GENERICTILE_MORE_ACTIONBUTTON_TEXT=More
|
|
1256
1992
|
|
|
1257
1993
|
GENERICTILE_LINK_TILE_CONTENT_DESCRIPTION=Press tab to navigate to the links present inside the wide tile
|
|
1258
1994
|
|
|
1995
|
+
#XTXT: Reached maximum number of notifications in NotificationListGroup title
|
|
1259
1996
|
NOTIFICATION_LIST_GROUP_MAX_NOTIFICATIONS_TITLE=There are {0} more notifications
|
|
1260
1997
|
|
|
1998
|
+
#XTXT: Reached maximum number of notifications in NotificationListGroup
|
|
1261
1999
|
NOTIFICATION_LIST_GROUP_MAX_NOTIFICATIONS_BODY=You need to close or take action on the listed notifications to display more.
|
|
1262
2000
|
|
|
2001
|
+
#XTOL: Tooltip of the button for increasing for example the quantity of a product inside shopping-cart application
|
|
1263
2002
|
STEP_INPUT_INCREASE_BTN=Increase
|
|
1264
2003
|
|
|
2004
|
+
#XTOL: Tooltip of the button for decreasing for example the quantity of a product inside shopping-cart application
|
|
1265
2005
|
STEP_INPUT_DECREASE_BTN=Decrease
|
|
1266
2006
|
|
|
2007
|
+
#XACT: Object Status control name
|
|
2008
|
+
OBJECT_STATUS=Object Status
|
|
2009
|
+
|
|
2010
|
+
#XACT: Object Status active control name
|
|
1267
2011
|
OBJECT_STATUS_ACTIVE=Object Status Button
|
|
1268
2012
|
|
|
2013
|
+
#XACT: Object Status icon announcement
|
|
1269
2014
|
OBJECT_STATUS_ICON=Status Icon
|
|
1270
2015
|
|
|
2016
|
+
#XACT: ARIA role for the control Object Identifier
|
|
1271
2017
|
OI_ARIA_ROLE=Object Identifier
|
|
1272
2018
|
|
|
2019
|
+
#XACT:Author of Notification List Item
|
|
1273
2020
|
NOTIFICATION_LIST_ITEM_CREATED_BY=Created By
|
|
1274
2021
|
|
|
2022
|
+
#XACT: Aria label for Table select all CheckBox
|
|
1275
2023
|
TABLE_CHECKBOX_SELECT_ALL=Select all rows
|
|
1276
2024
|
|
|
2025
|
+
#XACT: Aria label for Table deselect all Icon
|
|
1277
2026
|
TABLE_ICON_DESELECT_ALL=Deselect all rows
|
|
1278
2027
|
|
|
2028
|
+
#XTOL: Tooltip for the select all checkbox
|
|
1279
2029
|
TABLE_SELECT_ALL_TOOLTIP=Select All
|
|
1280
2030
|
|
|
2031
|
+
#XTOL: Tooltip for the clear all button
|
|
1281
2032
|
TABLE_CLEARBUTTON_TOOLTIP=Deselect All
|
|
1282
2033
|
|
|
2034
|
+
#XACT: Description for the popin containing column header
|
|
1283
2035
|
TABLE_COLUMNHEADER_POPIN=Row Popin
|
|
1284
2036
|
|
|
2037
|
+
#XACT: Description for the single or multi-selection containing column header
|
|
1285
2038
|
TABLE_SELECTION_COLUMNHEADER=Selection
|
|
1286
2039
|
|
|
2040
|
+
#XMSG: Message to indicate that the data in the table is invalid
|
|
1287
2041
|
TABLE_INVALID=Invalid Table
|
|
1288
2042
|
|
|
2043
|
+
#XACT: ARIA announcement for the group row of the table
|
|
1289
2044
|
TABLE_GROUP_ROW=Group Row
|
|
1290
2045
|
|
|
2046
|
+
#XBUT: Pdf viewer's popup close button
|
|
1291
2047
|
PDF_VIEWER_POPUP_CLOSE_BUTTON=Close
|
|
1292
2048
|
|
|
2049
|
+
#XTXT: Pdf viewer's download link
|
|
1293
2050
|
PDF_VIEWER_DOWNLOAD_TEXT=Download
|
|
1294
2051
|
|
|
2052
|
+
#XTXT: Text in error placeholder of pdf viewer
|
|
1295
2053
|
PDF_VIEWER_PLACEHOLDER_ERROR_TEXT=The PDF file could not be loaded.
|
|
1296
2054
|
|
|
2055
|
+
#XACT: PDF viewer's accessibility label
|
|
1297
2056
|
PDF_VIEWER_ACCESSIBILITY_LABEL=PDF Viewer
|
|
1298
2057
|
|
|
2058
|
+
#XACT: PDF viewer's content area accessibility label
|
|
1299
2059
|
PDF_VIEWER_CONTENT_ACCESSIBILITY_LABEL=PDF Viewer Content
|
|
1300
2060
|
|
|
2061
|
+
#XTIT: PDF viewer's message box header for source validation error
|
|
1301
2062
|
PDF_VIEWER_SOURCE_VALIDATION_MESSAGE_HEADER=Source Validation Error
|
|
1302
2063
|
|
|
2064
|
+
#XMSG: PDF viewer's message box text for source validation error
|
|
1303
2065
|
PDF_VIEWER_SOURCE_VALIDATION_MESSAGE_TEXT=Could not validate the source of the file. Show the file anyway?
|
|
1304
2066
|
|
|
2067
|
+
#XBUT: MultiEditField prefilled Item keep
|
|
1305
2068
|
MULTI_EDIT_KEEP_TEXT=Keep Existing Values
|
|
1306
2069
|
|
|
2070
|
+
#XBUT: MultiEditField prefilled Item blank
|
|
1307
2071
|
MULTI_EDIT_BLANK_TEXT=Leave Blank
|
|
1308
2072
|
|
|
2073
|
+
#XBUT: MultiEditField prefilled Item new
|
|
1309
2074
|
MULTI_EDIT_NEW_TEXT=Use Value Help
|
|
1310
2075
|
|
|
2076
|
+
#XTXT: Text representing the Select's picker title text
|
|
1311
2077
|
SELECT_PICKER_TITLE_TEXT=Select
|
|
1312
2078
|
|
|
2079
|
+
#XBUT: ActionSelect Picker Tutor Message
|
|
1313
2080
|
ACTION_SELECT_TUTOR_MESSAGE=To reach available actions, press TAB
|
|
1314
2081
|
|
|
2082
|
+
#XTXT: Text representing the WizardStep's optional step label
|
|
1315
2083
|
WIZARD_STEP_OPTIONAL_STEP_TEXT=Optional
|
|
1316
2084
|
|
|
2085
|
+
#XTIT: The title of ColorPalette when wrapped in the popover
|
|
1317
2086
|
COLOR_PALETTE_TITLE=Color Palette
|
|
1318
2087
|
|
|
2088
|
+
#XTIT: The title of the SWATCH Container in the CollorPalette
|
|
1319
2089
|
COLOR_PALETTE_SWATCH_CONTAINER_TITLE=Color Palette - Predefined Colors
|
|
1320
2090
|
|
|
2091
|
+
#XTIT: The title of the SWATCH Container of Recent colors in the CollorPalette
|
|
1321
2092
|
COLOR_PALETTE_SWATCH_RECENT_COLOR_CONTAINER_TITLE=Color Palette - Recent Colors
|
|
1322
2093
|
|
|
2094
|
+
#XBUT: The cancel button in ColorPalette
|
|
1323
2095
|
COLOR_PALETTE_CANCEL=Cancel
|
|
1324
2096
|
|
|
2097
|
+
#XBUT: ColorPalette "Default color" action text
|
|
1325
2098
|
COLOR_PALETTE_DEFAULT_COLOR=Default Color
|
|
1326
2099
|
|
|
2100
|
+
#XBUT: ColorPalette "More Colors..." action text
|
|
1327
2101
|
COLOR_PALETTE_MORE_COLORS=More Colors...
|
|
1328
2102
|
|
|
2103
|
+
#XTIT: ColorPalette title of the "Color Picker" that opens upon "More colors..." click
|
|
1329
2104
|
COLOR_PALETTE_MORE_COLORS_TITLE=Change Color
|
|
1330
2105
|
|
|
2106
|
+
#XBUT: The confirm button in Color Picker that is opened upon "More colors..." click
|
|
1331
2107
|
COLOR_PALETTE_MORE_COLORS_CONFIRM=OK
|
|
1332
2108
|
|
|
2109
|
+
#XBUT: The cancel button in Color Picker that is opened upon "More colors..." click
|
|
1333
2110
|
COLOR_PALETTE_MORE_COLORS_CANCEL=Cancel
|
|
1334
2111
|
|
|
2112
|
+
#XTXT: The aria info about the predefined color
|
|
1335
2113
|
COLOR_PALETTE_PREDEFINED_COLOR=Color {0}\: {1}
|
|
1336
2114
|
|
|
2115
|
+
#XTXT: The aria info about the recent color
|
|
1337
2116
|
COLOR_PALETTE_RECENT_COLOR=Recent Color {0}\: {1}
|
|
1338
2117
|
|
|
2118
|
+
#XTXT: The aria info about the predefined color if it is a custom one (not amongst list of predefined ones)
|
|
1339
2119
|
COLOR_PALETTE_PREDEFINED_COLOR_CUSTOM=Custom
|
|
1340
2120
|
|
|
2121
|
+
#XTOL: Gold color
|
|
1341
2122
|
COLOR_PALETTE_PREDEFINED_COLOR_GOLD=Gold
|
|
1342
2123
|
|
|
2124
|
+
#XTOL: Dark orange color
|
|
1343
2125
|
COLOR_PALETTE_PREDEFINED_COLOR_DARKORANGE=Dark Orange
|
|
1344
2126
|
|
|
2127
|
+
#XTOL: Indian red color
|
|
1345
2128
|
COLOR_PALETTE_PREDEFINED_COLOR_INDIANRED=Indian Red
|
|
1346
2129
|
|
|
2130
|
+
#XTOL: Dark magenta color
|
|
1347
2131
|
COLOR_PALETTE_PREDEFINED_COLOR_DARKMAGENTA=Dark Magenta
|
|
1348
2132
|
|
|
2133
|
+
#XTOL: Cornflower blue color
|
|
1349
2134
|
COLOR_PALETTE_PREDEFINED_COLOR_CORNFLOWERBLUE=Cornflower Blue
|
|
1350
2135
|
|
|
2136
|
+
#XTOL: Deep sky blue color
|
|
1351
2137
|
COLOR_PALETTE_PREDEFINED_COLOR_DEEPSKYBLUE=Deep Sky Blue
|
|
1352
2138
|
|
|
2139
|
+
#XTOL: Dark cyan color
|
|
1353
2140
|
COLOR_PALETTE_PREDEFINED_COLOR_DARKCYAN=Dark Cyan
|
|
1354
2141
|
|
|
2142
|
+
#XTOL: Olive drab color
|
|
1355
2143
|
COLOR_PALETTE_PREDEFINED_COLOR_OLIVEDRAB=Olive Drab
|
|
1356
2144
|
|
|
2145
|
+
#XTOL: Dark slate gray color
|
|
1357
2146
|
COLOR_PALETTE_PREDEFINED_COLOR_DARKSLATEGRAY=Dark Slate Gray
|
|
1358
2147
|
|
|
2148
|
+
#XTOL: Azure color
|
|
1359
2149
|
COLOR_PALETTE_PREDEFINED_COLOR_AZURE=Azure
|
|
1360
2150
|
|
|
2151
|
+
#XTOL: White color
|
|
1361
2152
|
COLOR_PALETTE_PREDEFINED_COLOR_WHITE=White
|
|
1362
2153
|
|
|
2154
|
+
#XTOL: Light gray color
|
|
1363
2155
|
COLOR_PALETTE_PREDEFINED_COLOR_LIGHTGRAY=Light Gray
|
|
1364
2156
|
|
|
2157
|
+
#XTOL: Dark gray color
|
|
1365
2158
|
COLOR_PALETTE_PREDEFINED_COLOR_DARKGRAY=Dark Gray
|
|
1366
2159
|
|
|
2160
|
+
#XTOL: Dim gray color
|
|
1367
2161
|
COLOR_PALETTE_PREDEFINED_COLOR_DIMGRAY=Dim Gray
|
|
1368
2162
|
|
|
2163
|
+
#XTOL: Black color
|
|
1369
2164
|
COLOR_PALETTE_PREDEFINED_COLOR_BLACK=Black
|
|
1370
2165
|
|
|
2166
|
+
#XTOL: Tooltip for panel expand title
|
|
1371
2167
|
PANEL_ICON=Expand/Collapse
|
|
1372
2168
|
|
|
2169
|
+
#XACT: ARIA announcement for aria-describedby attribute of SearchFIled
|
|
1373
2170
|
SEARCHFIELD_ARIA_DESCRIBEDBY=Search Field
|
|
1374
2171
|
|
|
2172
|
+
#XTOL: Tooltip of the MessageStrip's close button
|
|
1375
2173
|
MESSAGE_STRIP_TITLE=Close
|
|
1376
2174
|
|
|
2175
|
+
#XACT: ARIA announcement for the MessageStrip's "Error" close button
|
|
1377
2176
|
MESSAGE_STRIP_ERROR_CLOSE_BUTTON=Error Message Strip Close
|
|
2177
|
+
#XACT: ARIA announcement for the MessageStrip's "Warning" close button
|
|
1378
2178
|
MESSAGE_STRIP_WARNING_CLOSE_BUTTON=Warning Message Strip Close
|
|
2179
|
+
#XACT: ARIA announcement for the MessageStrip's "Success" close button
|
|
1379
2180
|
MESSAGE_STRIP_SUCCESS_CLOSE_BUTTON=Success Message Strip Close
|
|
2181
|
+
#XACT: ARIA announcement for the MessageStrip's "Information" close button
|
|
1380
2182
|
MESSAGE_STRIP_INFORMATION_CLOSE_BUTTON=Information Message Strip Close
|
|
1381
2183
|
|
|
2184
|
+
#XACT: ARIA announcement for the MessageStrip's "Error" state
|
|
1382
2185
|
MESSAGE_STRIP_ERROR=Message Strip Error
|
|
2186
|
+
#XACT: ARIA announcement for the MessageStrip's "Warning" state
|
|
1383
2187
|
MESSAGE_STRIP_WARNING=Message Strip Warning
|
|
2188
|
+
#XACT: ARIA announcement for the MessageStrip's "Success" state
|
|
1384
2189
|
MESSAGE_STRIP_SUCCESS=Message Strip Success
|
|
2190
|
+
#XACT: ARIA announcement for the MessageStrip's "Information" state
|
|
1385
2191
|
MESSAGE_STRIP_INFORMATION=Message Strip Information
|
|
2192
|
+
#XACT: ARIA announcement for the MessageStrip's closable state
|
|
1386
2193
|
MESSAGE_STRIP_CLOSABLE=Closable
|
|
1387
2194
|
|
|
2195
|
+
#XACT: GenericTag Roledescription
|
|
1388
2196
|
GENERICTAG_ROLEDESCRIPTION=Object Tag
|
|
1389
2197
|
|
|
2198
|
+
#XACT: ARIA announcement for the GenericTag's value state "Error"
|
|
1390
2199
|
GENERICTAG_ARIA_VALUE_STATE_ERROR=Value State Error
|
|
2200
|
+
#XACT: ARIA announcement for the GenericTag's value state "Warning"
|
|
1391
2201
|
GENERICTAG_ARIA_VALUE_STATE_WARNING=Value State Warning
|
|
2202
|
+
#XACT: ARIA announcement for the GenericTag's value state "Success"
|
|
1392
2203
|
GENERICTAG_ARIA_VALUE_STATE_SUCCESS=Value State Success
|
|
2204
|
+
#XACT: ARIA announcement for the GenericTag's value state "Information"
|
|
1393
2205
|
GENERICTAG_ARIA_VALUE_STATE_INFORMATION=Value State Information
|
|
1394
2206
|
|
|
2207
|
+
#XBUT: sap.m.QuickViewCard "Card" aria-roledescription text
|
|
1395
2208
|
ARIA_ROLEDESCRIPTION_CARD=Card
|
|
1396
2209
|
|
|
2210
|
+
#XTXT: Error message for the MessageStrip of the Table's DataState plugin
|
|
1397
2211
|
DATASTATE_ERROR=The table contains errors.
|
|
2212
|
+
#XTXT: Warning message for the MessageStrip of the Table's DataState plugin
|
|
1398
2213
|
DATASTATE_WARNING=The table contains warnings.
|
|
2214
|
+
#XTXT: Issues message for the MessageStrip of the Table's DataState plugin
|
|
1399
2215
|
DATASTATE_ISSUE=The table contains issues.
|
|
2216
|
+
#XTXT: Notifications message for the MessageStrip of the Table's DataState plugin
|
|
1400
2217
|
DATASTATE_NOTIFICATION=The table contains notifications.
|
|
2218
|
+
#XTXT: Info toolbar text when data state messages are filtered by errors.
|
|
1401
2219
|
DATASTATE_FILTERED_BY_ERROR=Filtered By\: Errors
|
|
2220
|
+
#XTXT: Info toolbar text when data state messages are filtered by warnings.
|
|
1402
2221
|
DATASTATE_FILTERED_BY_WARNING=Filtered By\: Warnings
|
|
2222
|
+
#XTXT: Info toolbar text when data state messages are filtered by issues.
|
|
1403
2223
|
DATASTATE_FILTERED_BY_ISSUE=Filtered By\: Issues
|
|
2224
|
+
#XTXT: Info toolbar text when data state messages are filtered by notifications.
|
|
1404
2225
|
DATASTATE_FILTERED_BY_NOTIFICATION=Filtered By\: Notifications
|
|
2226
|
+
#XLNK: Message strip link text to filter item.
|
|
1405
2227
|
DATASTATE_FILTER_ITEMS=Filter Items
|
|
2228
|
+
#XLNK: Message strip link text to clear filter.
|
|
1406
2229
|
DATASTATE_CLEAR_FILTER=Clear Filter
|
|
1407
2230
|
|
|
2231
|
+
#XTXT: Error message for the MessageStrip of the List's DataState plugin
|
|
1408
2232
|
LIST_DATASTATE_ERROR=The list contains errors.
|
|
2233
|
+
#XTXT: Warning message for the MessageStrip of the List's DataState plugin
|
|
1409
2234
|
LIST_DATASTATE_WARNING=The list contains warnings.
|
|
2235
|
+
#XTXT: Issues message for the MessageStrip of the List's DataState plugin
|
|
1410
2236
|
LIST_DATASTATE_ISSUE=The list contains issues.
|
|
2237
|
+
#XTXT: Notifications message for the MessageStrip of the List's DataState plugin
|
|
1411
2238
|
LIST_DATASTATE_NOTIFICATION=The list contains notifications.
|
|
1412
2239
|
|
|
2240
|
+
#XTXT: Error message for the MessageStrip of the Tree's DataState plugin
|
|
1413
2241
|
TREE_DATASTATE_ERROR=The tree contains errors.
|
|
2242
|
+
#XTXT: Warning message for the MessageStrip of the Tree's DataState plugin
|
|
1414
2243
|
TREE_DATASTATE_WARNING=The tree contains warnings.
|
|
2244
|
+
#XTXT: Issues message for the MessageStrip of the Tree's DataState plugin
|
|
1415
2245
|
TREE_DATASTATE_ISSUE=The tree contains issues.
|
|
2246
|
+
#XTXT: Notifications message for the MessageStrip of the Tree's DataState plugin
|
|
1416
2247
|
TREE_DATASTATE_NOTIFICATION=The tree contains notifications.
|
|
1417
2248
|
|
|
2249
|
+
#XACT: Accessibility text to notify that the column is resizable
|
|
1418
2250
|
COLUMNRESIZER_RESIZABLE=Resizable
|
|
2251
|
+
#XTOL: Tooltip for resize column button in the popover control.
|
|
1419
2252
|
COLUMNRESIZER_RESIZE_BUTTON=Resize column
|
|
1420
2253
|
|
|
2254
|
+
#XBUT: Text and Tooltip for the copy button
|
|
1421
2255
|
COPYPROVIDER_COPY=Copy to Clipboard
|
|
1422
2256
|
|
|
2257
|
+
#XMSG: Message, which is shown, when something went wrong while copy to clipboard
|
|
1423
2258
|
COPYPROVIDER_DEFAULT_ERROR_MSG=Selection can't be copied. Please try again.
|
|
2259
|
+
#XMSG: Message, which is shown, when the user tries to copy to clipboard without having something selected.
|
|
1424
2260
|
COPYPROVIDER_NOSELECTION_MSG=To copy data, make a selection first.
|
|
2261
|
+
#XMSG: SuccessMessage, which is shown, when the user copies a single row.
|
|
1425
2262
|
COPYPROVIDER_SELECT_ROW_SINGLE_MSG=Selected row copied to clipboard
|
|
2263
|
+
#XMSG: SuccessMessage, which is shown, when the user copies multiple rows.
|
|
1426
2264
|
COPYPROVIDER_SELECT_ROW_MULTI_MSG=Selected rows copied to clipboard
|
|
2265
|
+
#XMSG: SuccessMessage, which is shown, when the user copies a single cell.
|
|
1427
2266
|
COPYPROVIDER_SELECT_CELL_SINGLE_MSG=Selected cell copied to clipboard
|
|
2267
|
+
#XMSG: SuccessMessage, which is shown, when the user copies multiple cells.
|
|
1428
2268
|
COPYPROVIDER_SELECT_CELL_MULTI_MSG=Selected cells copied to clipboard
|
|
2269
|
+
#XMSG: SuccessMessage, which is shown, when the user copies rows and cells.
|
|
1429
2270
|
COPYPROVIDER_SELECT_ROW_AND_CELL_MSG=Selected cells and rows copied to clipboard
|
|
1430
2271
|
|
|
2272
|
+
#XBUT: Text and Tooltip for the paste button
|
|
1431
2273
|
PASTEPROVIDER_PASTE=Paste
|
|
2274
|
+
#XTIT: The title of paste pop-over
|
|
1432
2275
|
PASTEPROVIDER_TITLE=Information
|
|
2276
|
+
#XMSG: The keyboard shortcut to paste the clipboard text on mac
|
|
1433
2277
|
PASTEPROVIDER_SHORTCUT_MAC=Cmd + V
|
|
2278
|
+
#XMSG: The keyboard shortcut to paste the clipboard text on windows/linux
|
|
1434
2279
|
PASTEPROVIDER_SHORTCUT_WIN=Ctrl + V
|
|
2280
|
+
#XMSG: The keyboard shortcut message in the paste pop-over content for desktop cases e.g. To paste data, press Ctrl + V here.
|
|
1435
2281
|
PASTEPROVIDER_DESKTOP_MSG=To paste data, press {0} here.
|
|
2282
|
+
#XMSG: Device specific message in the paste pop-over content for mobile cases
|
|
1436
2283
|
PASTEPROVIDER_MOBILE_MSG=To paste data, use your device\u2019s paste feature here.
|
|
1437
2284
|
|
|
2285
|
+
#XACT: ARIA announcement for the Button Badge with value 1 - "{0} item"
|
|
1438
2286
|
BUTTON_BADGE_ONE_ITEM={0} item
|
|
1439
2287
|
|
|
2288
|
+
#XACT: ARIA announcement for the Button Badge with value more than 1 - "{0} items"
|
|
1440
2289
|
BUTTON_BADGE_MANY_ITEMS={0} items
|
|
1441
2290
|
|
|
2291
|
+
#XACT: ARIA announcement for the Button Badge with value more than permitted items (example 999+) - "more than {0} items"
|
|
1442
2292
|
BUTTON_BADGE_MORE_THAN_ITEMS=more than {0} items
|
|
1443
2293
|
|
|
2294
|
+
#XACT: ARIA announcement for the Numeric Content aria-roledescription attribute
|
|
1444
2295
|
NUMERIC_CONTENT_ROLE_DESCRIPTION=Numeric Content
|
|
1445
2296
|
|
|
2297
|
+
#XACT: ARIA announcement for the Generic Tile aria-roledescription attribute
|
|
1446
2298
|
GENERIC_TILE_ROLE_DESCRIPTION=Tile
|
|
1447
2299
|
|
|
2300
|
+
#XACT: ARIA announcement for the Generic Tile with wide frame size
|
|
1448
2301
|
GENERIC_TILE_WIDE_SIZE=Wide Tile
|
|
1449
2302
|
|
|
2303
|
+
#XACT: ARIA announcement for the Generic Tile with flat frame size
|
|
1450
2304
|
GENERIC_TILE_FLAT_SIZE=Flat Tile
|
|
1451
2305
|
|
|
2306
|
+
#XACT: ARIA announcement for the Generic Tile with flat wide frame size
|
|
1452
2307
|
GENERIC_TILE_FLAT_WIDE_SIZE=Flat Wide Tile
|
|
1453
2308
|
|
|
2309
|
+
#XACT: ARIA announcement for the Generic Tile with line size
|
|
1454
2310
|
GENERIC_TILE_LINE_SIZE=Line Tile
|
|
1455
2311
|
|
|
2312
|
+
#XACT: ARIA announcement for the Generic Tile with link attributes
|
|
1456
2313
|
GENERIC_TILE_LINK=Link Tile
|
|
1457
2314
|
|
|
2315
|
+
#XACT: ARIA announcement for the Action Tile
|
|
1458
2316
|
ACTION_TILE_SIZE=Action Tile
|
|
1459
2317
|
|
|
2318
|
+
#XACT: Role description for the SegmentedButton control
|
|
1460
2319
|
SEGMENTEDBUTTON_NAME=Segmented button group
|
|
1461
2320
|
|
|
2321
|
+
#XACT: Role description for all individual buttons inside the SegmentedButton control
|
|
1462
2322
|
SEGMENTEDBUTTON_BUTTONS_NAME=Segmented button
|
|
1463
2323
|
|
|
2324
|
+
#XACT: Selection tutor message for the SegmentedButton control
|
|
1464
2325
|
SEGMENTEDBUTTON_SELECTION=Press SPACE or ENTER to select an item
|
|
1465
2326
|
|
|
2327
|
+
#XACT: Tooltip message for AM/PM button of the Time Picker
|
|
1466
2328
|
TIMEPICKER_AMPM_BUTTON_TOOLTIP=Hour Range
|
|
1467
2329
|
|
|
2330
|
+
#XACT: Time Picker Inputs role description
|
|
1468
2331
|
TIMEPICKER_INPUTS_ROLE_DESCRIPTION=Time Selector
|
|
1469
2332
|
|
|
2333
|
+
#XACT: Time Picker Clock Dial label
|
|
1470
2334
|
TIMEPICKER_CLOCK_DIAL_LABEL=Clock Dial
|
|
1471
2335
|
|
|
2336
|
+
#XACT: Time Picker Inputs tooltip/aria-label for Hours input
|
|
1472
2337
|
TIMEPICKER_INPUTS_ENTER_HOURS=Please enter hours
|
|
1473
2338
|
|
|
2339
|
+
#XACT: Time Picker Inputs tooltip/aria-label for Minutes input
|
|
1474
2340
|
TIMEPICKER_INPUTS_ENTER_MINUTES=Please enter minutes
|
|
1475
2341
|
|
|
2342
|
+
#XACT: Time Picker Inputs tooltip/aria-label for Seconds input
|
|
1476
2343
|
TIMEPICKER_INPUTS_ENTER_SECONDS=Please enter seconds
|
|
1477
2344
|
|
|
2345
|
+
#XBUT: Dynamic Date Selection button text of Dynamic Date Range control
|
|
1478
2346
|
DYNAMIC_DATE_RANGE_CONFIRM=Apply
|
|
2347
|
+
#XBUT: Cancel/Close button text of Dynamic Date Range control
|
|
1479
2348
|
DYNAMIC_DATE_RANGE_CANCEL=Cancel
|
|
1480
2349
|
|
|
2350
|
+
#XACT: The Date option format pattern of a Dynamic Date Range control
|
|
1481
2351
|
DYNAMIC_DATE_DATE_FORMAT={0}
|
|
2352
|
+
#XACT: The DateTime option format pattern of a Dynamic Date Range control
|
|
1482
2353
|
DYNAMIC_DATE_DATETIME_FORMAT={0}
|
|
2354
|
+
#XACT: The Month option format pattern of a Dynamic Date Range control
|
|
1483
2355
|
DYNAMIC_DATE_SPECIFICMONTH_FORMAT={0}
|
|
2356
|
+
#XACT: The Month in Year option format pattern of a Dynamic Date Range control
|
|
1484
2357
|
DYNAMIC_DATE_SPECIFICMONTHINYEAR_FORMAT={0} {1}
|
|
2358
|
+
#XACT: The Date range option format pattern of a Dynamic Date Range control
|
|
1485
2359
|
DYNAMIC_DATE_DATERANGE_FORMAT={0} - {1}
|
|
2360
|
+
#XACT: The Today option format pattern of a Dynamic Date Range control
|
|
1486
2361
|
DYNAMIC_DATE_TODAY_FORMAT=Today
|
|
2362
|
+
#XACT: The Date Time range option format pattern of a Dynamic Date Range control
|
|
1487
2363
|
DYNAMIC_DATE_DATETIMERANGE_FORMAT={0} - {1}
|
|
2364
|
+
#XACT: The Yesterday option format pattern of a Dynamic Date Range control
|
|
1488
2365
|
DYNAMIC_DATE_YESTERDAY_FORMAT=Yesterday
|
|
2366
|
+
#XACT: The Tomorrow option format pattern of a Dynamic Date Range control
|
|
1489
2367
|
DYNAMIC_DATE_TOMORROW_FORMAT=Tomorrow
|
|
2368
|
+
#XACT: The This week option format pattern of a Dynamic Date Range control
|
|
1490
2369
|
DYNAMIC_DATE_THISWEEK_FORMAT=This Week
|
|
2370
|
+
#XACT: The First day in this week option format pattern of a Dynamic Date Range control
|
|
1491
2371
|
DYNAMIC_DATE_FIRSTDAYWEEK_FORMAT=First Day in This Week
|
|
2372
|
+
#XACT: The This month option format pattern of a Dynamic Date Range control
|
|
1492
2373
|
DYNAMIC_DATE_THISMONTH_FORMAT=This Month
|
|
2374
|
+
#XACT: The First day in this month option format pattern of a Dynamic Date Range control
|
|
1493
2375
|
DYNAMIC_DATE_FIRSTDAYMONTH_FORMAT=First Day in This Month
|
|
2376
|
+
#XACT: The This quarter option format pattern of a Dynamic Date Range control
|
|
1494
2377
|
DYNAMIC_DATE_THISQUARTER_FORMAT=This Quarter
|
|
2378
|
+
#XACT: The First day in this quarter option format pattern of a Dynamic Date Range control
|
|
1495
2379
|
DYNAMIC_DATE_FIRSTDAYQUARTER_FORMAT=First Day in This Quarter
|
|
2380
|
+
#XACT: The This year option format pattern of a Dynamic Date Range control
|
|
1496
2381
|
DYNAMIC_DATE_THISYEAR_FORMAT=This Year
|
|
2382
|
+
#XACT: The First day in this year option format pattern of a Dynamic Date Range control
|
|
1497
2383
|
DYNAMIC_DATE_FIRSTDAYYEAR_FORMAT=First Day in This Year
|
|
2384
|
+
#XACT: The Last week option format pattern of a Dynamic Date Range control
|
|
1498
2385
|
DYNAMIC_DATE_LASTWEEK_FORMAT=Last Week
|
|
2386
|
+
#XACT: The Last day in this week option format pattern of a Dynamic Date Range control
|
|
1499
2387
|
DYNAMIC_DATE_LASTDAYWEEK_FORMAT=Last Day in This Week
|
|
2388
|
+
#XACT: The Last month option format pattern of a Dynamic Date Range control
|
|
1500
2389
|
DYNAMIC_DATE_LASTMONTH_FORMAT=Last Month
|
|
2390
|
+
#XACT: The Last day in this month option format pattern of a Dynamic Date Range control
|
|
1501
2391
|
DYNAMIC_DATE_LASTDAYMONTH_FORMAT=Last Day in This Month
|
|
2392
|
+
#XACT: The Last quarter option format pattern of a Dynamic Date Range control
|
|
1502
2393
|
DYNAMIC_DATE_LASTQUARTER_FORMAT=Last Quarter
|
|
2394
|
+
#XACT: The Last day in this quarter option format pattern of a Dynamic Date Range control
|
|
1503
2395
|
DYNAMIC_DATE_LASTDAYQUARTER_FORMAT=Last Day in This Quarter
|
|
2396
|
+
#XACT: The Last year option format pattern of a Dynamic Date Range control
|
|
1504
2397
|
DYNAMIC_DATE_LASTYEAR_FORMAT=Last Year
|
|
2398
|
+
#XACT: The Last day in this year option format pattern of a Dynamic Date Range control
|
|
1505
2399
|
DYNAMIC_DATE_LASTDAYYEAR_FORMAT=Last Day in This Year
|
|
2400
|
+
#XACT: The Next week option format pattern of a Dynamic Date Range control
|
|
1506
2401
|
DYNAMIC_DATE_NEXTWEEK_FORMAT=Next Week
|
|
2402
|
+
#XACT: The Next month option format pattern of a Dynamic Date Range control
|
|
1507
2403
|
DYNAMIC_DATE_NEXTMONTH_FORMAT=Next Month
|
|
2404
|
+
#XACT: The Next quarter option format pattern of a Dynamic Date Range control
|
|
1508
2405
|
DYNAMIC_DATE_NEXTQUARTER_FORMAT=Next Quarter
|
|
2406
|
+
#XACT: The Next year option format pattern of a Dynamic Date Range control
|
|
1509
2407
|
DYNAMIC_DATE_NEXTYEAR_FORMAT=Next Year
|
|
2408
|
+
#XACT: The Last minutes option format pattern of a Dynamic Date Range control
|
|
1510
2409
|
DYNAMIC_DATE_LASTMINUTES_FORMAT=Last {0} Minutes
|
|
2410
|
+
#XACT: The Last hours option format pattern of a Dynamic Date Range control
|
|
1511
2411
|
DYNAMIC_DATE_LASTHOURS_FORMAT=Last {0} Hours
|
|
2412
|
+
#XACT: The Last days option format pattern of a Dynamic Date Range control
|
|
1512
2413
|
DYNAMIC_DATE_LASTDAYS_FORMAT=Last {0} Days
|
|
2414
|
+
#XACT: The Last months option format pattern of a Dynamic Date Range control
|
|
1513
2415
|
DYNAMIC_DATE_LASTMONTHS_FORMAT=Last {0} Months
|
|
2416
|
+
#XACT: The Last weeks option format pattern of a Dynamic Date Range control
|
|
1514
2417
|
DYNAMIC_DATE_LASTWEEKS_FORMAT=Last {0} Weeks
|
|
2418
|
+
#XACT: The Last quarters option format pattern of a Dynamic Date Range control
|
|
1515
2419
|
DYNAMIC_DATE_LASTQUARTERS_FORMAT=Last {0} Quarters
|
|
2420
|
+
#XACT: The Last years option format pattern of a Dynamic Date Range control
|
|
1516
2421
|
DYNAMIC_DATE_LASTYEARS_FORMAT=Last {0} Years
|
|
2422
|
+
#XACT: The Next minutes option format pattern of a Dynamic Date Range control
|
|
1517
2423
|
DYNAMIC_DATE_NEXTMINUTES_FORMAT=Next {0} Minutes
|
|
2424
|
+
#XACT: The Next hours option format pattern of a Dynamic Date Range control
|
|
1518
2425
|
DYNAMIC_DATE_NEXTHOURS_FORMAT=Next {0} Hours
|
|
2426
|
+
#XACT: The Next days option format pattern of a Dynamic Date Range control
|
|
1519
2427
|
DYNAMIC_DATE_NEXTDAYS_FORMAT=Next {0} Days
|
|
2428
|
+
#XACT: The Next months option format pattern of a Dynamic Date Range control
|
|
1520
2429
|
DYNAMIC_DATE_NEXTMONTHS_FORMAT=Next {0} Months
|
|
2430
|
+
#XACT: The Next weeks option format pattern of a Dynamic Date Range control
|
|
1521
2431
|
DYNAMIC_DATE_NEXTWEEKS_FORMAT=Next {0} Weeks
|
|
2432
|
+
#XACT: The Next quarters option format pattern of a Dynamic Date Range control
|
|
1522
2433
|
DYNAMIC_DATE_NEXTQUARTERS_FORMAT=Next {0} Quarters
|
|
2434
|
+
#XACT: The Next years option format pattern of a Dynamic Date Range control
|
|
1523
2435
|
DYNAMIC_DATE_NEXTYEARS_FORMAT=Next {0} Years
|
|
2436
|
+
#XACT: The From option format pattern of a Dynamic Date Range control
|
|
1524
2437
|
DYNAMIC_DATE_FROM_FORMAT=From {0}
|
|
2438
|
+
#XACT: The To option format pattern of a Dynamic Date Range control
|
|
1525
2439
|
DYNAMIC_DATE_TO_FORMAT=To {0}
|
|
2440
|
+
#XACT: The From Date and Time option format pattern of a Dynamic Date Range control
|
|
1526
2441
|
DYNAMIC_DATE_FROMDATETIME_FORMAT=From {0}
|
|
2442
|
+
#XACT: The To Date and Time option format pattern of a Dynamic Date Range control
|
|
1527
2443
|
DYNAMIC_DATE_TODATETIME_FORMAT=To {0}
|
|
1528
|
-
|
|
2444
|
+
#XACT: The Year to date option format pattern of a Dynamic Date Range control
|
|
2445
|
+
DYNAMIC_DATE_YEARTODATE_FORMAT=Year to Date
|
|
2446
|
+
#XACT: The date to Year option format pattern of a Dynamic Date Range control
|
|
1529
2447
|
DYNAMIC_DATE_DATETOYEAR_FORMAT=Date to Year
|
|
2448
|
+
#XACT: The From - To option format pattern of a Dynamic Date Range control
|
|
1530
2449
|
DYNAMIC_DATE_TODAYFROMTO_FORMAT=Today {0} / {1} Days
|
|
2450
|
+
#XACT: The First quarter option format pattern of a Dynamic Date Range control
|
|
1531
2451
|
DYNAMIC_DATE_QUARTER1_FORMAT=First Quarter
|
|
2452
|
+
#XACT: The Second quarter option format pattern of a Dynamic Date Range control
|
|
1532
2453
|
DYNAMIC_DATE_QUARTER2_FORMAT=Second Quarter
|
|
2454
|
+
#XACT: The Third quarter option format pattern of a Dynamic Date Range control
|
|
1533
2455
|
DYNAMIC_DATE_QUARTER3_FORMAT=Third Quarter
|
|
2456
|
+
#XACT: The Fourth quarter option format pattern of a Dynamic Date Range control
|
|
1534
2457
|
DYNAMIC_DATE_QUARTER4_FORMAT=Fourth Quarter
|
|
1535
2458
|
|
|
2459
|
+
#XACT: The Date option title of a Dynamic Date Range control
|
|
1536
2460
|
DYNAMIC_DATE_DATE_TITLE=Date
|
|
2461
|
+
#XACT: The DateTime option title of a Dynamic Date Range control
|
|
1537
2462
|
DYNAMIC_DATE_DATETIME_TITLE=Date and Time
|
|
2463
|
+
#XACT: The Month option title of a Dynamic Date Range control
|
|
1538
2464
|
DYNAMIC_DATE_SPECIFICMONTH_TITLE=Month
|
|
2465
|
+
#XACT: The Month in Year option title of a Dynamic Date Range control
|
|
1539
2466
|
DYNAMIC_DATE_SPECIFICMONTHINYEAR_TITLE=Month in Year
|
|
2467
|
+
#XACT: The Date range option title of a Dynamic Date Range control
|
|
1540
2468
|
DYNAMIC_DATE_DATERANGE_TITLE=From / To
|
|
2469
|
+
#XACT: The Date Time range option title of a Dynamic Date Range control
|
|
1541
2470
|
DYNAMIC_DATE_DATETIMERANGE_TITLE=From / To
|
|
2471
|
+
#XACT: The Today option title of a Dynamic Date Range control
|
|
1542
2472
|
DYNAMIC_DATE_TODAY_TITLE=Today
|
|
2473
|
+
#XACT: The Yesterday option title of a Dynamic Date Range control
|
|
1543
2474
|
DYNAMIC_DATE_YESTERDAY_TITLE=Yesterday
|
|
2475
|
+
#XACT: The Tomorrow option title of a Dynamic Date Range control
|
|
1544
2476
|
DYNAMIC_DATE_TOMORROW_TITLE=Tomorrow
|
|
2477
|
+
#XACT: The This week option title of a Dynamic Date Range control
|
|
1545
2478
|
DYNAMIC_DATE_THISWEEK_TITLE=This Week
|
|
2479
|
+
#XACT: The First day in this week option title of a Dynamic Date Range control
|
|
1546
2480
|
DYNAMIC_DATE_FIRSTDAYWEEK_TITLE=First Day in This Week
|
|
2481
|
+
#XACT: The This month option title of a Dynamic Date Range control
|
|
1547
2482
|
DYNAMIC_DATE_THISMONTH_TITLE=This Month
|
|
2483
|
+
#XACT: The First day in this month option title of a Dynamic Date Range control
|
|
1548
2484
|
DYNAMIC_DATE_FIRSTDAYMONTH_TITLE=First Day in This Month
|
|
2485
|
+
#XACT: The This quarter option title of a Dynamic Date Range control
|
|
1549
2486
|
DYNAMIC_DATE_THISQUARTER_TITLE=This Quarter
|
|
2487
|
+
#XACT: The First day in this quarter option title of a Dynamic Date Range control
|
|
1550
2488
|
DYNAMIC_DATE_FIRSTDAYQUARTER_TITLE=First Day in This Quarter
|
|
2489
|
+
#XACT: The This year option title of a Dynamic Date Range control
|
|
1551
2490
|
DYNAMIC_DATE_THISYEAR_TITLE=This Year
|
|
2491
|
+
#XACT: The First day in this year option title of a Dynamic Date Range control
|
|
1552
2492
|
DYNAMIC_DATE_FIRSTDAYYEAR_TITLE=First Day in This Year
|
|
2493
|
+
#XACT: The Last week option title of a Dynamic Date Range control
|
|
1553
2494
|
DYNAMIC_DATE_LASTWEEK_TITLE=Last Week
|
|
2495
|
+
#XACT: The Last day in this week option title of a Dynamic Date Range control
|
|
1554
2496
|
DYNAMIC_DATE_LASTDAYWEEK_TITLE=Last Day in This Week
|
|
2497
|
+
#XACT: The Last month option title of a Dynamic Date Range control
|
|
1555
2498
|
DYNAMIC_DATE_LASTMONTH_TITLE=Last Month
|
|
2499
|
+
#XACT: The Last day in this month option title of a Dynamic Date Range control
|
|
1556
2500
|
DYNAMIC_DATE_LASTDAYMONTH_TITLE=Last Day in This Month
|
|
2501
|
+
#XACT: The Last quarter option title of a Dynamic Date Range control
|
|
1557
2502
|
DYNAMIC_DATE_LASTQUARTER_TITLE=Last Quarter
|
|
2503
|
+
#XACT: The Last day in this quarter option title of a Dynamic Date Range control
|
|
1558
2504
|
DYNAMIC_DATE_LASTDAYQUARTER_TITLE=Last Day in This Quarter
|
|
2505
|
+
#XACT: The Last year option title of a Dynamic Date Range control
|
|
1559
2506
|
DYNAMIC_DATE_LASTYEAR_TITLE=Last Year
|
|
2507
|
+
#XACT: The Last day in this year option title of a Dynamic Date Range control
|
|
1560
2508
|
DYNAMIC_DATE_LASTDAYYEAR_TITLE=Last Day in This Year
|
|
2509
|
+
#XACT: The Next week option title of a Dynamic Date Range control
|
|
1561
2510
|
DYNAMIC_DATE_NEXTWEEK_TITLE=Next Week
|
|
2511
|
+
#XACT: The Next month option title of a Dynamic Date Range control
|
|
1562
2512
|
DYNAMIC_DATE_NEXTMONTH_TITLE=Next Month
|
|
2513
|
+
#XACT: The Next quarter option title of a Dynamic Date Range control
|
|
1563
2514
|
DYNAMIC_DATE_NEXTQUARTER_TITLE=Next Quarter
|
|
2515
|
+
#XACT: The Next year option title of a Dynamic Date Range control
|
|
1564
2516
|
DYNAMIC_DATE_NEXTYEAR_TITLE=Next Year
|
|
2517
|
+
#XACT: The Last X days/weeks/months/quarters/years option title of a Dynamic Date Range control when there is more than 1 option
|
|
1565
2518
|
DYNAMIC_DATE_LASTX_TITLE=Last X {0}
|
|
2519
|
+
#XACT: The Next X days/weeks/months/quarters/years option title of a Dynamic Date Range control when there is more than 1 option
|
|
1566
2520
|
DYNAMIC_DATE_NEXTX_TITLE=Next X {0}
|
|
2521
|
+
#XACT: The Last X minutes option title of a Dynamic Date Range control
|
|
1567
2522
|
DYNAMIC_DATE_LASTMINUTES_TITLE=Last X Minutes
|
|
2523
|
+
#XACT: The Last X hours option title of a Dynamic Date Range control
|
|
1568
2524
|
DYNAMIC_DATE_LASTHOURS_TITLE=Last X Hours
|
|
2525
|
+
#XACT: The Last X days option title of a Dynamic Date Range control
|
|
1569
2526
|
DYNAMIC_DATE_LASTDAYS_TITLE=Last X Days
|
|
2527
|
+
#XACT: The Last X weeks option title of a Dynamic Date Range control
|
|
1570
2528
|
DYNAMIC_DATE_LASTWEEKS_TITLE=Last X Weeks
|
|
2529
|
+
#XACT: The Last X months option title of a Dynamic Date Range control
|
|
1571
2530
|
DYNAMIC_DATE_LASTMONTHS_TITLE=Last X Months
|
|
2531
|
+
#XACT: The Last X quarters option title of a Dynamic Date Range controll
|
|
1572
2532
|
DYNAMIC_DATE_LASTQUARTERS_TITLE=Last X Quarters
|
|
2533
|
+
#XACT: The Last X years option title of a Dynamic Date Range control
|
|
1573
2534
|
DYNAMIC_DATE_LASTYEARS_TITLE=Last X Years
|
|
2535
|
+
#XACT: The Next X minutes option title of a Dynamic Date Range control
|
|
1574
2536
|
DYNAMIC_DATE_NEXTMINUTES_TITLE=Next X Minutes
|
|
2537
|
+
#XACT: The Next X hours option title of a Dynamic Date Range control
|
|
1575
2538
|
DYNAMIC_DATE_NEXTHOURS_TITLE=Next X Hours
|
|
2539
|
+
#XACT: The Next X days option title of a Dynamic Date Range control
|
|
1576
2540
|
DYNAMIC_DATE_NEXTDAYS_TITLE=Next X Days
|
|
2541
|
+
#XACT: The Next X weeks option title of a Dynamic Date Range control
|
|
1577
2542
|
DYNAMIC_DATE_NEXTWEEKS_TITLE=Next X Weeks
|
|
2543
|
+
#XACT: The Next X months option title of a Dynamic Date Range control
|
|
1578
2544
|
DYNAMIC_DATE_NEXTMONTHS_TITLE=Next X Months
|
|
2545
|
+
#XACT: The Next X quarters option title of a Dynamic Date Range control
|
|
1579
2546
|
DYNAMIC_DATE_NEXTQUARTERS_TITLE=Next X Quarters
|
|
2547
|
+
#XACT: The Next X years option title of a Dynamic Date Range control
|
|
1580
2548
|
DYNAMIC_DATE_NEXTYEARS_TITLE=Next X Years
|
|
2549
|
+
#XACT: The word 'minutes' in X minutes/hours/days/weeks/months/quarters/years option title of a Dynamic Date Range Control
|
|
1581
2550
|
DYNAMIC_DATE_MINUTES=Minutes
|
|
2551
|
+
#XACT: The word 'hours' in X minutes/hours/days/weeks/months/quarters/years option title of a Dynamic Date Range Control
|
|
1582
2552
|
DYNAMIC_DATE_HOURS=Hours
|
|
2553
|
+
#XACT: The word 'days' in X minutes/hours/days/weeks/months/quarters/years option title of a Dynamic Date Range Control
|
|
1583
2554
|
DYNAMIC_DATE_DAYS=Days
|
|
2555
|
+
#XACT: The word 'weeks' in X minutes/hours/days/weeks/months/quarters/years option title of a Dynamic Date Range Control
|
|
1584
2556
|
DYNAMIC_DATE_WEEKS=Weeks
|
|
2557
|
+
#XACT: The word 'months' in X minutes/hours/days/weeks/months/quarters/years option title of a Dynamic Date Range Control
|
|
1585
2558
|
DYNAMIC_DATE_MONTHS=Months
|
|
2559
|
+
#XACT: The word 'quarters' in X minutes/hours/days/weeks/months/quarters/years option title of a Dynamic Date Range Control
|
|
1586
2560
|
DYNAMIC_DATE_QUARTERS=Quarters
|
|
2561
|
+
#XACT: The word 'years' in X minutes/hours/days/weeks/months/quarters/years option title of a Dynamic Date Range Control
|
|
1587
2562
|
DYNAMIC_DATE_YEARS=Years
|
|
2563
|
+
#XACT: The From option title of a Dynamic Date Range control
|
|
1588
2564
|
DYNAMIC_DATE_FROM_TITLE=From
|
|
2565
|
+
#XACT: The To option title of a Dynamic Date Range control
|
|
1589
2566
|
DYNAMIC_DATE_TO_TITLE=To
|
|
2567
|
+
#XACT: The From Date and Time option title of a Dynamic Date Range control
|
|
1590
2568
|
DYNAMIC_DATE_FROMDATETIME_TITLE=From
|
|
2569
|
+
#XACT: The To Date and Time option title of a Dynamic Date Range control
|
|
1591
2570
|
DYNAMIC_DATE_TODATETIME_TITLE=To
|
|
2571
|
+
#XACT: The FROM option label of a Dynamic Date Range DateTimeRangePicker control
|
|
1592
2572
|
DDR_DATETIMERANGE_FROM_LABEL=From\:
|
|
2573
|
+
#XACT: The To option label of a Dynamic Date Range DateTimeRangePicker control
|
|
1593
2574
|
DDR_DATETIMERANGE_TO_LABEL=To\:
|
|
1594
|
-
|
|
2575
|
+
#XACT: The Year to date option title of a Dynamic Date Range control
|
|
2576
|
+
DYNAMIC_DATE_YEARTODATE_TITLE=Year to Date
|
|
2577
|
+
#XACT: The date to year option title of a Dynamic Date Range control
|
|
1595
2578
|
DYNAMIC_DATE_DATETOYEAR_TITLE=Date to Year
|
|
2579
|
+
#XACT: The From - To option title of a Dynamic Date Range control
|
|
1596
2580
|
DYNAMIC_DATE_TODAYFROMTO_TITLE=Today -X / +Y Days
|
|
2581
|
+
#XACT: The First quarter option title of a Dynamic Date Range control
|
|
1597
2582
|
DYNAMIC_DATE_QUARTER1_TITLE=First Quarter
|
|
2583
|
+
#XACT: The Second quarter option title of a Dynamic Date Range control
|
|
1598
2584
|
DYNAMIC_DATE_QUARTER2_TITLE=Second Quarter
|
|
2585
|
+
#XACT: The Third quarter option title of a Dynamic Date Range control
|
|
1599
2586
|
DYNAMIC_DATE_QUARTER3_TITLE=Third Quarter
|
|
2587
|
+
#XACT: The Fourth quarter option title of a Dynamic Date Range control
|
|
1600
2588
|
DYNAMIC_DATE_QUARTER4_TITLE=Fourth Quarter
|
|
1601
2589
|
|
|
2590
|
+
#XACT: The no group header in the value help list of a Dynamic Date Range control
|
|
1602
2591
|
DDR_OPTIONS_GROUP_0=No Group
|
|
2592
|
+
#XACT: The single dates header in the value help list of a Dynamic Date Range control
|
|
1603
2593
|
DDR_OPTIONS_GROUP_1=Single Dates
|
|
2594
|
+
#XACT: The date ranges header in the value help list of a Dynamic Date Range control
|
|
1604
2595
|
DDR_OPTIONS_GROUP_2=Date Ranges
|
|
2596
|
+
#XACT: The weeks header in the value help list of a Dynamic Date Range control
|
|
1605
2597
|
DDR_OPTIONS_GROUP_3=Weeks
|
|
2598
|
+
#XACT: The months header in the value help list of a Dynamic Date Range control
|
|
1606
2599
|
DDR_OPTIONS_GROUP_4=Months
|
|
2600
|
+
#XACT: The quarters header in the value help list of a Dynamic Date Range control
|
|
1607
2601
|
DDR_OPTIONS_GROUP_5=Quarters
|
|
2602
|
+
#XACT: The years header in the value help list of a Dynamic Date Range control
|
|
1608
2603
|
DDR_OPTIONS_GROUP_6=Years
|
|
1609
2604
|
|
|
2605
|
+
#XACT: The date range hint in a Dynamic Date Range control
|
|
1610
2606
|
DDR_INFO_DATES_EMPTY_HINT=Choose Dates
|
|
2607
|
+
#XACT: The formatted date range info text
|
|
1611
2608
|
DDR_INFO_DATES=Selected\: {0}
|
|
1612
2609
|
|
|
2610
|
+
#XACT: The parsing error text in a Dynamic Date Range control
|
|
1613
2611
|
DDR_WRONG_VALUE=Incorrect value
|
|
1614
2612
|
|
|
2613
|
+
#XACT: The Last X and Next X options input label in a Dynamic Date Range control
|
|
1615
2614
|
DDR_LASTNEXTX_LABEL=Value for X\:
|
|
1616
2615
|
|
|
2616
|
+
#XACT: The Last X and Next X options time periods label in a Dynamic Date Range control
|
|
1617
2617
|
DDR_LASTNEXTX_TIME_PERIODS_LABEL=Time Period\:
|
|
1618
2618
|
|
|
2619
|
+
#XACT: The "Today -X / +Y Days" option input's "From" label in a Dynamic Date Range control
|
|
1619
2620
|
DDR_TODAYFROMTO_FROM_LABEL=Before Today\:
|
|
1620
2621
|
|
|
2622
|
+
#XACT: The "Today -X / +Y Days" option input's "To" label in a Dynamic Date Range control
|
|
1621
2623
|
DDR_TODAYFROMTO_TO_LABEL=After Today\:
|
|
1622
2624
|
|
|
2625
|
+
#XACT: The "Today -X / +Y Days" option input's "Additional label" in a Dynamic Date Range control
|
|
1623
2626
|
DDR_TODAYFROMTO_TO_ADDITIONAL_LABEL=days
|
|
1624
2627
|
|
|
2628
|
+
#XACT The validation error message for the resulting period start date
|
|
1625
2629
|
DynamicDate.InvalidStart=The resulting start date {0} is invalid
|
|
1626
2630
|
|
|
2631
|
+
#XACT The validation error message for the resulting period end date
|
|
1627
2632
|
DynamicDate.InvalidEnd=The resulting end date {0} is invalid
|
|
1628
2633
|
|
|
2634
|
+
#XACT A header for the items in a PlanningCalendarLegend
|
|
1629
2635
|
PLANNING_CALENDAR_LEGEND_ITEMS_HEADER=Calendar
|
|
1630
2636
|
|
|
2637
|
+
#XACT A header for the appointment items in a PlanningCalendarLegend
|
|
1631
2638
|
PLANNING_CALENDAR_LEGEND_APPOINTMENT_ITEMS_HEADER=Appointments
|
|
1632
2639
|
|
|
2640
|
+
#XTIT: Row header description
|
|
2641
|
+
PLANNING_CALENDAR_ROW_HEADER_DESCRIPTION=Action available\: Press Enter or Space
|
|
2642
|
+
|
|
2643
|
+
#XBUT: Button to cancel the menu action
|
|
1633
2644
|
table.COLUMNMENU_CANCEL=Cancel
|
|
1634
2645
|
|
|
2646
|
+
#XBUT: Button to confirm the menu action
|
|
1635
2647
|
table.COLUMNMENU_CONFIRM=OK
|
|
1636
2648
|
|
|
2649
|
+
#XBUT: Button to reset the menu action
|
|
1637
2650
|
table.COLUMNMENU_RESET=Reset
|
|
1638
2651
|
|
|
2652
|
+
#XFLD: Label to mark sorting by a specific property
|
|
1639
2653
|
table.COLUMNMENU_QUICK_SORT=Sort By\: {0}
|
|
1640
2654
|
|
|
2655
|
+
#XBUT: Button to sort the items in ascending order
|
|
1641
2656
|
table.COLUMNMENU_SORT_ASCENDING=Ascending
|
|
1642
2657
|
|
|
2658
|
+
#XBUT: Button to sort the items in descending order
|
|
1643
2659
|
table.COLUMNMENU_SORT_DESCENDING=Descending
|
|
1644
2660
|
|
|
2661
|
+
#XFLD: Label to mark filtering by a specific property
|
|
1645
2662
|
table.COLUMNMENU_QUICK_FILTER=Filter By\: {0}
|
|
1646
2663
|
|
|
2664
|
+
#XFLD: Label to mark grouping by a specific property
|
|
1647
2665
|
table.COLUMNMENU_QUICK_GROUP=Group By
|
|
1648
2666
|
|
|
2667
|
+
#XFLD: Label to mark showing totals for a specific property
|
|
1649
2668
|
table.COLUMNMENU_QUICK_TOTAL=Totals For
|
|
1650
2669
|
|
|
2670
|
+
#XFLD: Label for column resize
|
|
1651
2671
|
table.COLUMNMENU_RESIZE=Resize
|
|
1652
2672
|
|
|
2673
|
+
#XTIT: ColumnMenu description
|
|
1653
2674
|
table.COLUMNMENU_TITLE=Column settings
|
|
1654
2675
|
|
|
2676
|
+
#XTXT: ColumnMenu QuickActionContainer description
|
|
1655
2677
|
table.COLUMNMENU_ACTION_CONTAINER_DESC=Actions for this column
|
|
1656
2678
|
|
|
2679
|
+
#XTIT: ColumnMenu ItemContainer description
|
|
1657
2680
|
table.COLUMNMENU_ITEM_CONTAINER_DESC=Settings for this table
|
|
1658
2681
|
|
|
2682
|
+
#XMSG: Additional announcement for screen reader when table is updated
|
|
1659
2683
|
table.ANNOUNCEMENT_TABLE_UPDATED=Table {0} has been updated. Items are available.
|
|
1660
2684
|
|
|
2685
|
+
#XMSG: Additional announcement for screen reader when table is updated and contains only 1 item
|
|
1661
2686
|
table.ANNOUNCEMENT_TABLE_UPDATED_SING=Table {0} has been updated. {1} item available.
|
|
1662
2687
|
|
|
2688
|
+
#XMSG: Additional announcement for screen reader when table is updated and contains more than 1 item
|
|
1663
2689
|
table.ANNOUNCEMENT_TABLE_UPDATED_MULT=Table {0} has been updated. {1} items available.
|
|
1664
2690
|
|
|
2691
|
+
#XMSG: Additional announcement for screen reader when table is updated and contains no items
|
|
1665
2692
|
table.ANNOUNCEMENT_TABLE_UPDATED_NOITEMS=Table {0} has been updated. No items available.
|
|
1666
2693
|
|
|
1667
|
-
|
|
2694
|
+
#XTIT: IllustratedMessage title for the BeforeSearch illustration
|
|
2695
|
+
IllustratedMessage_TITLE_BeforeSearch=Let\u2019s get some results
|
|
1668
2696
|
|
|
2697
|
+
#XTXT: IllustratedMessage description for the BeforeSearch illustration
|
|
1669
2698
|
IllustratedMessage_DESCRIPTION_BeforeSearch=Start by providing your search criteria.
|
|
1670
2699
|
|
|
1671
|
-
|
|
2700
|
+
#XTIT: IllustratedMessage title for the NoActivities illustration
|
|
2701
|
+
IllustratedMessage_TITLE_NoActivities=You\u2019ve not added any activities yet
|
|
1672
2702
|
|
|
2703
|
+
#XTXT: IllustratedMessage description for the NoActivities illustration
|
|
1673
2704
|
IllustratedMessage_DESCRIPTION_NoActivities=Would you like to add one now?
|
|
1674
2705
|
|
|
1675
|
-
|
|
2706
|
+
#XTIT: IllustratedMessage title for the NoData illustration
|
|
2707
|
+
IllustratedMessage_TITLE_NoData=There\u2019s no data yet
|
|
1676
2708
|
|
|
1677
|
-
|
|
2709
|
+
#XTXT: IllustratedMessage description for the NoData illustration
|
|
2710
|
+
IllustratedMessage_DESCRIPTION_NoData=When there is, you\u2019ll see it here.
|
|
1678
2711
|
|
|
2712
|
+
#XTIT: IllustratedMessage title for the NoMail illustration
|
|
1679
2713
|
IllustratedMessage_TITLE_NoMail=No new mail
|
|
1680
2714
|
|
|
2715
|
+
#XTXT: IllustratedMessage description for the NoMail illustration
|
|
1681
2716
|
IllustratedMessage_DESCRIPTION_NoMail=Check back again later.
|
|
1682
2717
|
|
|
2718
|
+
#XTIT: IllustratedMessage title for the NoEntries illustration
|
|
1683
2719
|
IllustratedMessage_TITLE_NoEntries=There are no entries yet
|
|
1684
2720
|
|
|
1685
|
-
|
|
2721
|
+
#XTXT: IllustratedMessage description for the NoEntries illustration
|
|
2722
|
+
IllustratedMessage_DESCRIPTION_NoEntries=When there are, you\u2019ll see them here.
|
|
1686
2723
|
|
|
2724
|
+
#XTIT: IllustratedMessage title for the NoNotifications illustration
|
|
1687
2725
|
IllustratedMessage_TITLE_NoNotifications=You don't have any new notifications
|
|
1688
2726
|
|
|
2727
|
+
#XTXT: IllustratedMessage description for the NoNotifications illustration
|
|
1689
2728
|
IllustratedMessage_DESCRIPTION_NoNotifications=Check back again later.
|
|
1690
2729
|
|
|
1691
|
-
|
|
2730
|
+
#XTIT: IllustratedMessage title for the NoSavedItems illustration
|
|
2731
|
+
IllustratedMessage_TITLE_NoSavedItems=You\u2019ve not added any favorites yet
|
|
1692
2732
|
|
|
2733
|
+
#XTXT: IllustratedMessage description for the NoSavedItems illustration
|
|
1693
2734
|
IllustratedMessage_DESCRIPTION_NoSavedItems=Would you like to create a list of your favorite items now?
|
|
1694
2735
|
|
|
2736
|
+
#XTIT: IllustratedMessage title for the NoSearchResults illustration
|
|
1695
2737
|
IllustratedMessage_TITLE_NoSearchResults=No results found
|
|
1696
2738
|
|
|
2739
|
+
#XTXT: IllustratedMessage description for the NoSearchResults illustration
|
|
1697
2740
|
IllustratedMessage_DESCRIPTION_NoSearchResults=Try changing your search criteria.
|
|
1698
2741
|
|
|
1699
|
-
|
|
2742
|
+
#XTIT: IllustratedMessage title for the NoTasks illustration
|
|
2743
|
+
IllustratedMessage_TITLE_NoTasks=You don't have any new tasks
|
|
1700
2744
|
|
|
1701
|
-
|
|
2745
|
+
#XTXT: IllustratedMessage description for the NoTasks illustration
|
|
2746
|
+
IllustratedMessage_DESCRIPTION_NoTasks=When you do, you\u2019ll see them here.
|
|
1702
2747
|
|
|
2748
|
+
#XTIT: IllustratedMessage title for the NoColumnsSet illustration
|
|
1703
2749
|
IllustratedMessage_TITLE_NoColumnsSet=Add columns to see the content
|
|
1704
2750
|
|
|
2751
|
+
#XTXT: IllustratedMessage description for the NoColumnsSet illustration
|
|
1705
2752
|
IllustratedMessage_DESCRIPTION_NoColumnsSet=Select the columns you need in the table settings.
|
|
1706
2753
|
|
|
2754
|
+
#XTIT: IllustratedMessage title for the UnableToLoad illustration
|
|
1707
2755
|
IllustratedMessage_TITLE_UnableToLoad=Unable to load data
|
|
1708
2756
|
|
|
1709
|
-
|
|
2757
|
+
#XTXT: IllustratedMessage description for the UnableToLoad illustration
|
|
2758
|
+
IllustratedMessage_DESCRIPTION_UnableToLoad=Check your internet connection. If that doesn't help, try reloading. If this doesn\u2019t help either, contact your administrator.
|
|
1710
2759
|
|
|
2760
|
+
#XTIT: IllustratedMessage title for the UnableToLoadImage illustration
|
|
1711
2761
|
IllustratedMessage_TITLE_UnableToLoadImage=Unable to load image
|
|
1712
2762
|
|
|
1713
|
-
|
|
2763
|
+
#XTXT: IllustratedMessage description for the UnableToLoadImage illustration
|
|
2764
|
+
IllustratedMessage_DESCRIPTION_UnableToLoadImage=We couldn\u2019t find the image at the specified location, or the server isn\u2019t responding.
|
|
1714
2765
|
|
|
2766
|
+
#XTIT: IllustratedMessage title for the UnableToUpload illustration
|
|
1715
2767
|
IllustratedMessage_TITLE_UnableToUpload=Unable to upload data
|
|
1716
2768
|
|
|
1717
|
-
|
|
2769
|
+
#XTXT: IllustratedMessage description for the UnableToUpload illustration
|
|
2770
|
+
IllustratedMessage_DESCRIPTION_UnableToUpload=Check your internet connection. If that doesn't help, check the file format and file size. Otherwise, contact your administrator.
|
|
1718
2771
|
|
|
1719
|
-
|
|
2772
|
+
#XTIT: IllustratedMessage title for the AddColumn illustration
|
|
2773
|
+
IllustratedMessage_TITLE_AddColumn=Looks like there\u2019s free space
|
|
1720
2774
|
|
|
2775
|
+
#XTXT: IllustratedMessage description for the AddColumn illustration
|
|
1721
2776
|
IllustratedMessage_DESCRIPTION_AddColumn=You can add more columns in the table settings.
|
|
1722
2777
|
|
|
1723
|
-
|
|
2778
|
+
#XTIT: IllustratedMessage title for the AddPeople illustration
|
|
2779
|
+
IllustratedMessage_TITLE_AddPeople=You\u2019ve not added anyone to the calendar yet
|
|
1724
2780
|
|
|
2781
|
+
#XTXT: IllustratedMessage description for the AddPeople illustration
|
|
1725
2782
|
IllustratedMessage_DESCRIPTION_AddPeople=Do you want to add someone now?
|
|
1726
2783
|
|
|
1727
|
-
|
|
2784
|
+
#XTIT: IllustratedMessage title for the BalloonSky illustration
|
|
2785
|
+
IllustratedMessage_TITLE_BalloonSky=You\u2019ve been appreciated\!
|
|
1728
2786
|
|
|
2787
|
+
#XTXT: IllustratedMessage description for the BalloonSky illustration
|
|
1729
2788
|
IllustratedMessage_DESCRIPTION_BalloonSky=Keep up the great work\!
|
|
1730
2789
|
|
|
2790
|
+
#XTIT: IllustratedMessage title for the EmptyPlanningCalendar illustration
|
|
1731
2791
|
IllustratedMessage_TITLE_EmptyPlanningCalendar=Nothing planned yet
|
|
1732
2792
|
|
|
2793
|
+
#XTXT: IllustratedMessage description for the EmptyPlanningCalendar illustration
|
|
1733
2794
|
IllustratedMessage_DESCRIPTION_EmptyPlanningCalendar=There are no activities in this time frame.
|
|
1734
2795
|
|
|
2796
|
+
#XTIT: IllustratedMessage title for the FilterTable illustration
|
|
1735
2797
|
IllustratedMessage_TITLE_FilterTable=Filter options are available
|
|
1736
2798
|
|
|
1737
|
-
|
|
2799
|
+
#XTXT: IllustratedMessage description for the FilterTable illustration
|
|
2800
|
+
IllustratedMessage_DESCRIPTION_FilterTable=Filters help you focus on what\u2019s most relevant for you.
|
|
1738
2801
|
|
|
2802
|
+
#XTIT: IllustratedMessage title for the GroupTable illustration
|
|
1739
2803
|
IllustratedMessage_TITLE_GroupTable=Try grouping items for a better overview
|
|
1740
2804
|
|
|
2805
|
+
#XTXT: IllustratedMessage description for the GroupTable illustration
|
|
1741
2806
|
IllustratedMessage_DESCRIPTION_GroupTable=You can choose grouping categories in the group settings.
|
|
1742
2807
|
|
|
2808
|
+
#XTIT: IllustratedMessage title for the NoFilterResults illustration
|
|
1743
2809
|
IllustratedMessage_TITLE_NoFilterResults=No results found
|
|
1744
2810
|
|
|
2811
|
+
#XTXT: IllustratedMessage description for the NoFilterResults illustration
|
|
1745
2812
|
IllustratedMessage_DESCRIPTION_NoFilterResults=Try adjusting your filter criteria.
|
|
1746
2813
|
|
|
1747
|
-
|
|
2814
|
+
#XTIT: IllustratedMessage title for the PageNotFound illustration
|
|
2815
|
+
IllustratedMessage_TITLE_PageNotFound=Sorry, we can\u2019t find this page
|
|
1748
2816
|
|
|
2817
|
+
#XTXT: IllustratedMessage description for the PageNotFound illustration
|
|
1749
2818
|
IllustratedMessage_DESCRIPTION_PageNotFound=Please check the URL you are using to call the app.
|
|
1750
2819
|
|
|
2820
|
+
#XTIT: IllustratedMessage title for the ResizeColumn illustration
|
|
1751
2821
|
IllustratedMessage_TITLE_ResizeColumn=Choose your own column width
|
|
1752
2822
|
|
|
2823
|
+
#XTXT: IllustratedMessage description for the ResizeColumn illustration
|
|
1753
2824
|
IllustratedMessage_DESCRIPTION_ResizeColumn=You can resize columns by dragging the column borders.
|
|
1754
2825
|
|
|
2826
|
+
#XTIT: IllustratedMessage title for the SignOut illustration
|
|
2827
|
+
IllustratedMessage_TITLE_SignOut=You\u2019ve been signed out.
|
|
2828
|
+
|
|
2829
|
+
#XTXT: IllustratedMessage description for the SignOut illustration
|
|
2830
|
+
IllustratedMessage_DESCRIPTION_SignOut=You can now close this window.
|
|
2831
|
+
|
|
2832
|
+
#XTIT: IllustratedMessage title for the SortColumn illustration
|
|
1755
2833
|
IllustratedMessage_TITLE_SortColumn=Not seeing the most important items first?
|
|
1756
2834
|
|
|
2835
|
+
#XTXT: IllustratedMessage description for the SortColumn illustration
|
|
1757
2836
|
IllustratedMessage_DESCRIPTION_SortColumn=Choose the sort criteria in the sort settings.
|
|
1758
2837
|
|
|
2838
|
+
#XTIT: IllustratedMessage title for the SuccessScreen illustration
|
|
1759
2839
|
IllustratedMessage_TITLE_SuccessScreen=Nicely done\!
|
|
1760
2840
|
|
|
2841
|
+
#XTXT: IllustratedMessage description for the SuccessScreen illustration
|
|
1761
2842
|
IllustratedMessage_DESCRIPTION_SuccessScreen=You completed all your learning assignments.
|
|
1762
2843
|
|
|
2844
|
+
#XTIT: IllustratedMessage title for the UploadCollection illustration
|
|
1763
2845
|
IllustratedMessage_TITLE_UploadCollection=Drop files here
|
|
1764
2846
|
|
|
2847
|
+
#XTXT: IllustratedMessage description for the UploadCollection illustration
|
|
1765
2848
|
IllustratedMessage_DESCRIPTION_UploadCollection=You can also upload several files all at once.
|
|
1766
2849
|
|
|
2850
|
+
#XTIT: IllustratedMessage title for the Add Dimensions illustration
|
|
1767
2851
|
IllustratedMessage_TITLE_AddDimensions=Some dimensions are missing
|
|
1768
2852
|
|
|
2853
|
+
#XTXT: IllustratedMessage description for the Add Dimensions illustration
|
|
1769
2854
|
IllustratedMessage_DESCRIPTION_AddDimensions=Add more dimensions to complete your chart.
|
|
1770
2855
|
|
|
2856
|
+
#XTIT: IllustratedMessage title for the No Dimensions Set illustration
|
|
1771
2857
|
IllustratedMessage_TITLE_NoDimensionsSet=No chart data
|
|
1772
2858
|
|
|
2859
|
+
#XTXT: IllustratedMessage description for the No Dimensions Set illustration
|
|
1773
2860
|
IllustratedMessage_DESCRIPTION_NoDimensionsSet=Try adjusting your chart settings.
|
|
1774
2861
|
|
|
2862
|
+
#XTIT: IllustratedMessage title for the Upload To Cloud Set illustration
|
|
1775
2863
|
IllustratedMessage_TITLE_UploadToCloud=Migrate to SAP Integration Suite
|
|
1776
2864
|
|
|
2865
|
+
#XTXT: IllustratedMessage description for the Upload To Cloud Set illustration
|
|
1777
2866
|
IllustratedMessage_DESCRIPTION_UploadToCloud=Move your integration content from the existing Process Integration subscription to the Cloud Integration capability.
|
|
1778
2867
|
|
|
2868
|
+
#XTIT: IllustratedMessage title for the Survey illustration
|
|
1779
2869
|
IllustratedMessage_TITLE_Survey=Your Opinion Matters
|
|
1780
2870
|
|
|
2871
|
+
#XTXT: IllustratedMessage description for Survey illustration
|
|
1781
2872
|
IllustratedMessage_DESCRIPTION_Survey=We want to hear what you think about SAP software. Share your feedback with us by taking our short survey.
|
|
1782
2873
|
|
|
2874
|
+
#XBUT: VariantManagement predefined text for Save action on Main dialog
|
|
1783
2875
|
VARIANT_MANAGEMENT_SAVE=Save
|
|
1784
2876
|
|
|
2877
|
+
#XBUT: VariantManagement predefined text for Save action on Main dialog
|
|
1785
2878
|
VARIANT_MANAGEMENT_SAVEAS=Save As
|
|
1786
2879
|
|
|
2880
|
+
#XBUT: VariantManagement predefined text for Ok action on the dialogs
|
|
1787
2881
|
VARIANT_MANAGEMENT_OK=OK
|
|
1788
2882
|
|
|
2883
|
+
#XBUT: VariantManagement predefined text for Cancel action on Main dialog
|
|
1789
2884
|
VARIANT_MANAGEMENT_CANCEL=Cancel
|
|
1790
2885
|
|
|
2886
|
+
#XBUT: VariantManagement predefined text for Management action on Main dialog
|
|
1791
2887
|
VARIANT_MANAGEMENT_MANAGE=Manage
|
|
1792
2888
|
|
|
2889
|
+
#XTIT: VariantManagement predefined text for Name in Save dialog
|
|
1793
2890
|
VARIANT_MANAGEMENT_NAME=View
|
|
1794
2891
|
|
|
1795
|
-
|
|
1796
|
-
|
|
2892
|
+
#XTIT: VariantManagement predefined text for Set as default Checkbox in Save dialog
|
|
1797
2893
|
VARIANT_MANAGEMENT_SETASDEFAULT=Set as Default
|
|
1798
2894
|
|
|
2895
|
+
#XTIT: VariantManagement predefined text for Set as Public
|
|
1799
2896
|
VARIANT_MANAGEMENT_SETASPUBLIC=Public
|
|
1800
2897
|
|
|
2898
|
+
#XTIT: VariantManagement predefined column title for Variant Type
|
|
1801
2899
|
VARIANT_MANAGEMENT_VARIANTTYPE=Sharing
|
|
1802
2900
|
|
|
2901
|
+
#XTXT: VariantManagement predefined text for Public Variants
|
|
1803
2902
|
VARIANT_MANAGEMENT_PUBLIC=Public
|
|
1804
2903
|
|
|
2904
|
+
#XTXT: VariantManagement predefined text for Private Variants
|
|
1805
2905
|
VARIANT_MANAGEMENT_PRIVATE=Private
|
|
1806
2906
|
|
|
2907
|
+
#XTIT: VariantManagement predefined text for Save dialog
|
|
1807
2908
|
VARIANT_MANAGEMENT_SAVEDIALOG=Save View
|
|
1808
2909
|
|
|
2910
|
+
#XTIT: VariantManagement predefined text for Manage Variants dialog
|
|
1809
2911
|
VARIANT_MANAGEMENT_MANAGEDIALOG=Manage Views
|
|
1810
2912
|
|
|
1811
|
-
|
|
2913
|
+
#XTXT: My Views/Manage Views list when nothing was found
|
|
2914
|
+
VARIANT_MANAGEMENT_NODATA_FOUND=No matching views found
|
|
1812
2915
|
|
|
2916
|
+
#XTXT: No views available
|
|
2917
|
+
VARIANT_MANAGEMENT_NODATA=No views available
|
|
2918
|
+
|
|
2919
|
+
#XTIT: VariantManagement predefined text for Default Variant
|
|
1813
2920
|
VARIANT_MANAGEMENT_DEFAULT=Default
|
|
1814
2921
|
|
|
2922
|
+
#XTIT: VariantManagement predefined text for Execute on Select
|
|
1815
2923
|
VARIANT_MANAGEMENT_EXECUTEONSELECT=Apply Automatically
|
|
1816
2924
|
|
|
2925
|
+
#XTIT: VariantManagement predefined text for Author
|
|
1817
2926
|
VARIANT_MANAGEMENT_AUTHOR=Created By
|
|
1818
2927
|
|
|
2928
|
+
#XTIT: VariantManagement predefined text for 'Favorite' column.
|
|
1819
2929
|
VARIANT_MANAGEMENT_FAVORITE_COLUMN=Favorite
|
|
1820
2930
|
|
|
2931
|
+
#XTIT: VariantManagement predefined text for the 'Delete Variant' column.
|
|
1821
2932
|
VARIANT_MANAGEMENT_ACTION_COLUMN=Action
|
|
1822
2933
|
|
|
2934
|
+
#XTIT: VariantManagement predefined text for invisible text. Accessibility support.
|
|
1823
2935
|
VARIANT_MANAGEMENT_SEL_VARIANT=View {0}
|
|
1824
2936
|
|
|
2937
|
+
#XTIT: VariantManagement predefined text for invisible text indicating modified variant. Accessibility support.
|
|
1825
2938
|
VARIANT_MANAGEMENT_SEL_VARIANT_MOD=Modified view {0}.
|
|
1826
2939
|
|
|
2940
|
+
#XTIT: VariantManagement predefined title of the VariantManangement Popover Title
|
|
1827
2941
|
VARIANT_MANAGEMENT_VARIANTS=My Views
|
|
1828
2942
|
|
|
2943
|
+
#XTIT: VariantManagement predefined title for Error Message duplicate Variant
|
|
1829
2944
|
VARIANT_MANAGEMENT_ERROR_DUPLICATE=The view name already exists. Please enter a different name.
|
|
1830
2945
|
|
|
2946
|
+
#XTIT: VariantManagement predefined title for Error Message duplicate Variant with active search
|
|
1831
2947
|
VARIANT_MANAGEMENT_ERROR_DUPLICATE_SAVE=The view name already exists. Please enter a different name or re-check without active search.
|
|
1832
2948
|
|
|
2949
|
+
#XTIT: VariantManagement predefined title for Error Message empty Variant
|
|
1833
2950
|
VARIANT_MANAGEMENT_ERROR_EMPTY=Please enter a name.
|
|
1834
2951
|
|
|
2952
|
+
#XTIT: VariantManagement predefined title for Error Message not allowed characters
|
|
1835
2953
|
VARIANT_MANAGEMENT_NOT_ALLOWED_CHAR=Character {0} is not allowed for view names
|
|
1836
2954
|
|
|
2955
|
+
#XTIT: VariantManagement predefined title for Error Message max length
|
|
1837
2956
|
VARIANT_MANAGEMENT_MAX_LEN=View names are restricted to {0} characters
|
|
1838
2957
|
|
|
2958
|
+
#XTOL: VariantManagement predefined text for tooltip on trigger button
|
|
1839
2959
|
VARIANT_MANAGEMENT_TRIGGER_TT=Select View
|
|
1840
2960
|
|
|
2961
|
+
#XBUT: VariantManagement predefined text for Delete action on Manage dialog
|
|
1841
2962
|
VARIANT_MANAGEMENT_DELETE=Delete View
|
|
1842
2963
|
|
|
2964
|
+
#XTXT: VariantManagement predefined aria text for Add as Favorite
|
|
1843
2965
|
VARIANT_MANAGEMENT_FAV_ADD_ACC=Favorite icon not checked
|
|
1844
2966
|
|
|
2967
|
+
#XTXT: VariantManagement predefined aria text for Remove as Favorite
|
|
1845
2968
|
VARIANT_MANAGEMENT_FAV_DEL_ACC=Favorite icon checked
|
|
1846
2969
|
|
|
2970
|
+
#XTOL: VariantManagement predefined text for Remove as Favorites tooltip
|
|
1847
2971
|
VARIANT_MANAGEMENT_FAV_DEL_TOOLTIP=Selected as favorite
|
|
1848
2972
|
|
|
2973
|
+
#XTIT: VariantManagement predefined text for Add to Favorites tooltip
|
|
1849
2974
|
VARIANT_MANAGEMENT_FAV_ADD_TOOLTIP=Unselected as Favorite
|
|
1850
2975
|
|
|
2976
|
+
#YMSG: error message when in error state. Main text.
|
|
1851
2977
|
VARIANT_MANAGEMENT_ERROR_TEXT1=Unable to load the data.
|
|
1852
2978
|
|
|
2979
|
+
#YMSG: error message when in error state. Explanation text.
|
|
1853
2980
|
VARIANT_MANAGEMENT_ERROR_TEXT2=This can happen if you are not connected to the Internet, or if an underlying system or component is not available.
|
|
1854
2981
|
|
|
2982
|
+
#XTIT: VariantManagement predefined text for Visibility column
|
|
1855
2983
|
VARIANT_MANAGEMENT_VISIBILITY=Visibility
|
|
1856
2984
|
|
|
2985
|
+
#XTIT: VariantManagement predefined text for Change Visibility Dialog
|
|
1857
2986
|
VARIANT_MANAGEMENT_CHANGE_VISIBILITY=Change Visibility for {0}
|
|
1858
2987
|
|
|
2988
|
+
#XTXT: VariantManagement predefined text for non restricted
|
|
1859
2989
|
VARIANT_MANAGEMENT_VISIBILITY_NON_RESTRICTED=All Users
|
|
1860
2990
|
|
|
2991
|
+
#XTXT: VariantManagement predefined text for restricted
|
|
1861
2992
|
VARIANT_MANAGEMENT_VISIBILITY_RESTRICTED=Restricted
|
|
1862
2993
|
|
|
2994
|
+
#XTOL: VariantManagement predefined text for (non) restricted icon
|
|
1863
2995
|
VARIANT_MANAGEMENT_VISIBILITY_ICON_TT=To change visibility, press spacebar.
|
|
1864
2996
|
|
|
2997
|
+
#XTIT: VariantManagement title of the Select Roles dialog
|
|
1865
2998
|
VARIANT_MANAGEMENT_SELECTROLES_DIALOG=Select Roles
|
|
1866
2999
|
|
|
3000
|
+
#XTIT: VariantManagement predefined text for Create Tile
|
|
1867
3001
|
VARIANT_MANAGEMENT_CREATETILE=Create Tile
|
|
1868
3002
|
|
|
3003
|
+
#XTIT: error message when the default check-box was set on a restricted view
|
|
1869
3004
|
VARIANT_MANAGEMENT_NO_DEFAULT_ON_RESTRICTED_VIEWS=The visibility of this view is based on a role. You cannot select it as the default view.
|
|
1870
3005
|
|
|
3006
|
+
#XTIT: VariantManagement predefined text for Create Tile
|
|
3007
|
+
VARIANT_MANAGEMENT_VIEW_LIST=List of Assigned Views
|
|
3008
|
+
|
|
3009
|
+
#XTIT: Title of the message popover on the last selected item, when the selection was limited
|
|
1871
3010
|
TABLE_SELECT_LIMIT_TITLE=Selection Limit
|
|
1872
3011
|
|
|
3012
|
+
#XMSG: Message popover on the last selected item, when the selection was limited
|
|
1873
3013
|
TABLE_SELECT_LIMIT=Only the first {0} of the items you selected were added to the selection.
|
|
1874
3014
|
|
|
3015
|
+
#XMSG: File preview Dialog maximum previewable file size exceeding message
|
|
1875
3016
|
FILE_PREVIEW_DIALOG_MAX_PREVIEW_SIZE_EXCEEDED=The file cannot be previewed as its size is larger than {0} MB. Download and preview the file locally.
|
|
1876
3017
|
|
|
3018
|
+
#XMSG: No Preview available message
|
|
1877
3019
|
FILE_PREVIEW_DIALOG_NO_PREVIEW_AVAILABLE_MSG=Preview not available for this file.
|