@openui5/sap.ui.mdc 1.96.25 → 1.96.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
- package/src/sap/ui/mdc/.library +2 -2
- package/src/sap/ui/mdc/ActionToolbar.js +2 -2
- package/src/sap/ui/mdc/AggregationBaseDelegate.js +1 -1
- package/src/sap/ui/mdc/BaseDelegate.js +1 -1
- package/src/sap/ui/mdc/Chart.js +2 -2
- package/src/sap/ui/mdc/ChartDelegate.js +1 -1
- package/src/sap/ui/mdc/ChartDelegateNew.js +1 -1
- package/src/sap/ui/mdc/ChartNew.js +2 -2
- package/src/sap/ui/mdc/ChartNewRenderer.js +1 -1
- package/src/sap/ui/mdc/ChartRenderer.js +1 -1
- package/src/sap/ui/mdc/Control.js +2 -2
- package/src/sap/ui/mdc/Delegate.js +1 -1
- package/src/sap/ui/mdc/Element.js +2 -2
- package/src/sap/ui/mdc/Field.js +3 -3
- package/src/sap/ui/mdc/FilterBar.js +2 -2
- package/src/sap/ui/mdc/FilterBarDelegate.js +1 -1
- package/src/sap/ui/mdc/FilterField.js +3 -3
- package/src/sap/ui/mdc/Link.js +2 -2
- package/src/sap/ui/mdc/LinkDelegate.js +1 -1
- package/src/sap/ui/mdc/MultiValueField.js +2 -2
- package/src/sap/ui/mdc/Table.js +1 -1
- package/src/sap/ui/mdc/TableDelegate.js +1 -1
- package/src/sap/ui/mdc/ValueHelp.js +2 -2
- package/src/sap/ui/mdc/ValueHelpDelegate.js +1 -1
- package/src/sap/ui/mdc/actiontoolbar/ActionToolbarAction.js +2 -2
- package/src/sap/ui/mdc/actiontoolbar/ActionToolbarActionRenderer.js +1 -1
- package/src/sap/ui/mdc/chart/ChartSettings.js +1 -1
- package/src/sap/ui/mdc/chart/ChartTypeButton.js +1 -1
- package/src/sap/ui/mdc/chart/DimensionItem.js +1 -1
- package/src/sap/ui/mdc/chart/DrillStackHandler.js +1 -1
- package/src/sap/ui/mdc/chart/Item.js +1 -1
- package/src/sap/ui/mdc/chart/MeasureItem.js +1 -1
- package/src/sap/ui/mdc/chart/MetadataDelegate.js +1 -1
- package/src/sap/ui/mdc/chart/SelectionDetailsActions.js +2 -2
- package/src/sap/ui/mdc/chart/SelectionHandler.js +1 -1
- package/src/sap/ui/mdc/chart/ToolbarHandler.js +2 -2
- package/src/sap/ui/mdc/chartNew/ChartSelectionDetailsNew.js +2 -2
- package/src/sap/ui/mdc/chartNew/ChartToolbarNew.js +2 -2
- package/src/sap/ui/mdc/chartNew/ChartTypeButtonNew.js +1 -1
- package/src/sap/ui/mdc/chartNew/DrillBreadcrumbsNew.js +1 -1
- package/src/sap/ui/mdc/chartNew/DrillStackHandlerNew.js +1 -1
- package/src/sap/ui/mdc/chartNew/ItemNew.js +1 -1
- package/src/sap/ui/mdc/chartNew/PropertyHelperNew.js +2 -2
- package/src/sap/ui/mdc/chartNew/SelectionDetailsActionsNew.js +1 -1
- package/src/sap/ui/mdc/condition/Condition.js +2 -2
- package/src/sap/ui/mdc/condition/ConditionConverter.js +2 -2
- package/src/sap/ui/mdc/condition/ConditionModel.js +2 -2
- package/src/sap/ui/mdc/condition/ConditionModelPropertyBinding.js +1 -1
- package/src/sap/ui/mdc/condition/FilterConverter.js +2 -2
- package/src/sap/ui/mdc/condition/FilterOperatorUtil.js +2 -2
- package/src/sap/ui/mdc/condition/Operator.js +2 -2
- package/src/sap/ui/mdc/condition/RangeOperator.js +2 -2
- package/src/sap/ui/mdc/designtime/actiontoolbar/ActionToolbar.designtime.js +1 -1
- package/src/sap/ui/mdc/designtime/chart/Chart.designtime.js +1 -1
- package/src/sap/ui/mdc/designtime/chart/ChartNew.designtime.js +1 -1
- package/src/sap/ui/mdc/designtime/filterbar/FilterBar.designtime.js +1 -1
- package/src/sap/ui/mdc/designtime/filterbar/FilterBarBase.designtime.js +1 -1
- package/src/sap/ui/mdc/designtime/library.designtime.js +1 -1
- package/src/sap/ui/mdc/designtime/link/Panel.designtime.js +1 -1
- package/src/sap/ui/mdc/designtime/link/PanelItem.designtime.js +1 -1
- package/src/sap/ui/mdc/designtime/messagebundle_en.properties +0 -4
- package/src/sap/ui/mdc/designtime/messagebundle_en_US_saprigi.properties +2 -2
- package/src/sap/ui/mdc/designtime/p13n/PersistenceProvider.designtime.js +1 -1
- package/src/sap/ui/mdc/designtime/table/Table.designtime.js +1 -1
- package/src/sap/ui/mdc/enum/ActionToolbarActionAlignment.js +1 -1
- package/src/sap/ui/mdc/enum/BaseType.js +1 -1
- package/src/sap/ui/mdc/enum/ConditionValidated.js +1 -1
- package/src/sap/ui/mdc/enum/ContentMode.js +1 -1
- package/src/sap/ui/mdc/enum/EditMode.js +1 -1
- package/src/sap/ui/mdc/enum/FieldDisplay.js +1 -1
- package/src/sap/ui/mdc/enum/OutParameterMode.js +1 -1
- package/src/sap/ui/mdc/enum/PersistenceMode.js +1 -1
- package/src/sap/ui/mdc/enum/SelectType.js +1 -1
- package/src/sap/ui/mdc/field/BoolFieldHelp.js +2 -2
- package/src/sap/ui/mdc/field/ConditionFieldHelp.js +2 -2
- package/src/sap/ui/mdc/field/ConditionType.js +2 -2
- package/src/sap/ui/mdc/field/ConditionsType.js +2 -2
- package/src/sap/ui/mdc/field/CustomFieldHelp.js +2 -2
- package/src/sap/ui/mdc/field/CustomFieldInfo.js +2 -2
- package/src/sap/ui/mdc/field/DefineConditionPanel.js +2 -2
- package/src/sap/ui/mdc/field/FieldBase.js +2 -2
- package/src/sap/ui/mdc/field/FieldBaseDelegate.js +1 -1
- package/src/sap/ui/mdc/field/FieldBaseRenderer.js +1 -1
- package/src/sap/ui/mdc/field/FieldHelpBase.js +2 -2
- package/src/sap/ui/mdc/field/FieldHelpBaseDelegate.js +1 -1
- package/src/sap/ui/mdc/field/FieldInfoBase.js +2 -2
- package/src/sap/ui/mdc/field/FieldInput.js +2 -2
- package/src/sap/ui/mdc/field/FieldInputRenderUtil.js +2 -2
- package/src/sap/ui/mdc/field/FieldInputRenderer.js +1 -1
- package/src/sap/ui/mdc/field/FieldMultiInput.js +2 -2
- package/src/sap/ui/mdc/field/FieldMultiInputRenderer.js +1 -1
- package/src/sap/ui/mdc/field/FieldValueHelp.js +2 -2
- package/src/sap/ui/mdc/field/FieldValueHelpContentWrapperBase.js +2 -2
- package/src/sap/ui/mdc/field/FieldValueHelpDelegate.js +1 -1
- package/src/sap/ui/mdc/field/FieldValueHelpMTableWrapper.js +2 -2
- package/src/sap/ui/mdc/field/FieldValueHelpMdcTableWrapper.js +2 -2
- package/src/sap/ui/mdc/field/FieldValueHelpTableWrapperBase.js +2 -2
- package/src/sap/ui/mdc/field/FieldValueHelpUITableWrapper.js +2 -2
- package/src/sap/ui/mdc/field/InParameter.js +2 -2
- package/src/sap/ui/mdc/field/ListFieldHelp.js +2 -2
- package/src/sap/ui/mdc/field/ListFieldHelpItem.js +2 -2
- package/src/sap/ui/mdc/field/MultiValueFieldDelegate.js +1 -1
- package/src/sap/ui/mdc/field/MultiValueFieldItem.js +2 -2
- package/src/sap/ui/mdc/field/OutParameter.js +2 -2
- package/src/sap/ui/mdc/field/ValueHelpPanel.js +2 -2
- package/src/sap/ui/mdc/field/content/BooleanContent.js +1 -1
- package/src/sap/ui/mdc/field/content/ContentFactory.js +1 -1
- package/src/sap/ui/mdc/field/content/DateContent.js +1 -1
- package/src/sap/ui/mdc/field/content/DateTimeContent.js +1 -1
- package/src/sap/ui/mdc/field/content/DefaultContent.js +1 -1
- package/src/sap/ui/mdc/field/content/LinkContent.js +1 -1
- package/src/sap/ui/mdc/field/content/SearchContent.js +1 -1
- package/src/sap/ui/mdc/field/content/TimeContent.js +1 -1
- package/src/sap/ui/mdc/field/content/UnitContent.js +1 -1
- package/src/sap/ui/mdc/filterbar/FilterBarBase.js +2 -2
- package/src/sap/ui/mdc/filterbar/FilterBarBaseRenderer.js +1 -1
- package/src/sap/ui/mdc/filterbar/IFilterContainer.js +1 -1
- package/src/sap/ui/mdc/filterbar/PropertyHelper.js +2 -2
- package/src/sap/ui/mdc/filterbar/aligned/FilterContainer.js +1 -1
- package/src/sap/ui/mdc/filterbar/aligned/FilterItemLayout.js +1 -1
- package/src/sap/ui/mdc/filterbar/p13n/AdaptationFilterBar.js +2 -2
- package/src/sap/ui/mdc/filterbar/p13n/FilterColumnLayout.js +1 -1
- package/src/sap/ui/mdc/filterbar/p13n/FilterGroupLayout.js +1 -1
- package/src/sap/ui/mdc/filterbar/p13n/GroupContainer.js +1 -1
- package/src/sap/ui/mdc/filterbar/p13n/TableContainer.js +1 -1
- package/src/sap/ui/mdc/filterbar/vh/CollectiveSearchSelect.js +1 -1
- package/src/sap/ui/mdc/filterbar/vh/FilterBar.js +2 -2
- package/src/sap/ui/mdc/filterbar/vh/FilterContainer.js +1 -1
- package/src/sap/ui/mdc/filterbar/vh/GenericFilterBarDelegate.js +1 -1
- package/src/sap/ui/mdc/flexibility/ActionToolbar.flexibility.js +1 -1
- package/src/sap/ui/mdc/flexibility/ActionToolbarAction.flexibility.js +1 -1
- package/src/sap/ui/mdc/flexibility/AggregateFlex.js +1 -1
- package/src/sap/ui/mdc/flexibility/AggregationConfigFlex.js +1 -1
- package/src/sap/ui/mdc/flexibility/Chart.flexibility.js +2 -2
- package/src/sap/ui/mdc/flexibility/ChartItemFlex.js +1 -1
- package/src/sap/ui/mdc/flexibility/ColumnFlex.js +1 -1
- package/src/sap/ui/mdc/flexibility/ConditionFlex.js +1 -1
- package/src/sap/ui/mdc/flexibility/FilterBar.flexibility.js +2 -2
- package/src/sap/ui/mdc/flexibility/FilterItemFlex.js +2 -2
- package/src/sap/ui/mdc/flexibility/GroupFlex.js +1 -1
- package/src/sap/ui/mdc/flexibility/ItemBaseFlex.js +1 -1
- package/src/sap/ui/mdc/flexibility/Panel.flexibility.js +1 -1
- package/src/sap/ui/mdc/flexibility/PanelItem.flexibility.js +1 -1
- package/src/sap/ui/mdc/flexibility/SortFlex.js +1 -1
- package/src/sap/ui/mdc/flexibility/Table.flexibility.js +1 -1
- package/src/sap/ui/mdc/flp/FlpLinkDelegate.js +1 -1
- package/src/sap/ui/mdc/library.js +3 -3
- package/src/sap/ui/mdc/link/ContactDetails.js +2 -2
- package/src/sap/ui/mdc/link/ContactDetailsAddressItem.js +2 -2
- package/src/sap/ui/mdc/link/ContactDetailsEmailItem.js +2 -2
- package/src/sap/ui/mdc/link/ContactDetailsItem.js +2 -2
- package/src/sap/ui/mdc/link/ContactDetailsPhoneItem.js +2 -2
- package/src/sap/ui/mdc/link/Factory.js +2 -2
- package/src/sap/ui/mdc/link/FakeFlpConnector.js +2 -2
- package/src/sap/ui/mdc/link/LinkItem.js +2 -2
- package/src/sap/ui/mdc/link/Log.js +1 -1
- package/src/sap/ui/mdc/link/Panel.js +2 -2
- package/src/sap/ui/mdc/link/PanelItem.js +2 -2
- package/src/sap/ui/mdc/link/PanelListItem.js +2 -2
- package/src/sap/ui/mdc/link/SelectionDialog.js +2 -2
- package/src/sap/ui/mdc/link/SelectionDialogItem.js +2 -2
- package/src/sap/ui/mdc/link/SemanticObjectMapping.js +2 -2
- package/src/sap/ui/mdc/link/SemanticObjectMappingItem.js +2 -2
- package/src/sap/ui/mdc/link/SemanticObjectUnavailableAction.js +2 -2
- package/src/sap/ui/mdc/messagebundle_en.properties +0 -280
- package/src/sap/ui/mdc/messagebundle_en_US_saprigi.properties +291 -291
- package/src/sap/ui/mdc/mixin/AdaptationMixin.js +2 -2
- package/src/sap/ui/mdc/mixin/DelegateMixin.js +2 -2
- package/src/sap/ui/mdc/mixin/FilterIntegrationMixin.js +2 -2
- package/src/sap/ui/mdc/mixin/PromiseMixin.js +2 -2
- package/src/sap/ui/mdc/odata/TypeUtil.js +1 -1
- package/src/sap/ui/mdc/odata/json/FilterBarDelegate.js +1 -1
- package/src/sap/ui/mdc/odata/v4/ChartDelegate.js +1 -1
- package/src/sap/ui/mdc/odata/v4/ChartDelegateNew.js +1 -1
- package/src/sap/ui/mdc/odata/v4/ChartPropertyHelperNew.js +2 -2
- package/src/sap/ui/mdc/odata/v4/FieldBaseDelegate.js +1 -1
- package/src/sap/ui/mdc/odata/v4/FieldValueHelpDelegate.js +1 -1
- package/src/sap/ui/mdc/odata/v4/FilterBarDelegate.js +1 -1
- package/src/sap/ui/mdc/odata/v4/ODataMetaModelUtil.js +1 -1
- package/src/sap/ui/mdc/odata/v4/TableDelegate.js +1 -1
- package/src/sap/ui/mdc/odata/v4/TypeUtil.js +1 -1
- package/src/sap/ui/mdc/odata/v4/ValueHelpDelegate.js +1 -1
- package/src/sap/ui/mdc/odata/v4/util/DelegateUtil.js +1 -1
- package/src/sap/ui/mdc/odata/v4/vizChart/ChartDelegateNew.js +1 -1
- package/src/sap/ui/mdc/p13n/AdaptationProvider.js +1 -1
- package/src/sap/ui/mdc/p13n/DefaultProviderRegistry.js +2 -2
- package/src/sap/ui/mdc/p13n/Engine.js +2 -2
- package/src/sap/ui/mdc/p13n/FlexUtil.js +1 -1
- package/src/sap/ui/mdc/p13n/P13nBuilder.js +1 -1
- package/src/sap/ui/mdc/p13n/PersistenceProvider.js +1 -1
- package/src/sap/ui/mdc/p13n/PropertyHelper.js +2 -2
- package/src/sap/ui/mdc/p13n/StateUtil.js +1 -1
- package/src/sap/ui/mdc/p13n/UIManager.js +2 -2
- package/src/sap/ui/mdc/p13n/modification/FlexModificationHandler.js +1 -1
- package/src/sap/ui/mdc/p13n/modification/ModificationHandler.js +1 -1
- package/src/sap/ui/mdc/p13n/panels/ActionToolbarPanel.js +1 -1
- package/src/sap/ui/mdc/p13n/panels/AdaptFiltersPanel.js +1 -1
- package/src/sap/ui/mdc/p13n/panels/BasePanel.js +1 -1
- package/src/sap/ui/mdc/p13n/panels/ChartItemPanel.js +1 -1
- package/src/sap/ui/mdc/p13n/panels/ChartItemPanelNew.js +1 -1
- package/src/sap/ui/mdc/p13n/panels/GroupPanel.js +2 -2
- package/src/sap/ui/mdc/p13n/panels/GroupView.js +1 -1
- package/src/sap/ui/mdc/p13n/panels/ListView.js +1 -1
- package/src/sap/ui/mdc/p13n/panels/QueryPanel.js +2 -2
- package/src/sap/ui/mdc/p13n/panels/SelectionPanel.js +1 -1
- package/src/sap/ui/mdc/p13n/panels/SortPanel.js +1 -1
- package/src/sap/ui/mdc/p13n/panels/SortQueryPanel.js +2 -2
- package/src/sap/ui/mdc/p13n/panels/Wrapper.js +2 -2
- package/src/sap/ui/mdc/p13n/subcontroller/ActionToolbarController.js +1 -1
- package/src/sap/ui/mdc/p13n/subcontroller/AdaptFiltersController.js +1 -1
- package/src/sap/ui/mdc/p13n/subcontroller/AggregateController.js +1 -1
- package/src/sap/ui/mdc/p13n/subcontroller/BaseController.js +2 -2
- package/src/sap/ui/mdc/p13n/subcontroller/ChartItemController.js +1 -1
- package/src/sap/ui/mdc/p13n/subcontroller/ColumnController.js +1 -1
- package/src/sap/ui/mdc/p13n/subcontroller/ColumnWidthController.js +1 -1
- package/src/sap/ui/mdc/p13n/subcontroller/FilterController.js +1 -1
- package/src/sap/ui/mdc/p13n/subcontroller/GroupController.js +1 -1
- package/src/sap/ui/mdc/p13n/subcontroller/SortController.js +1 -1
- package/src/sap/ui/mdc/table/Column.js +1 -1
- package/src/sap/ui/mdc/table/CreationRow.js +2 -2
- package/src/sap/ui/mdc/table/GridTableType.js +1 -1
- package/src/sap/ui/mdc/table/PropertyHelper.js +2 -2
- package/src/sap/ui/mdc/table/ResponsiveTableType.js +1 -1
- package/src/sap/ui/mdc/table/RowSettings.js +2 -2
- package/src/sap/ui/mdc/table/TableSettings.js +1 -1
- package/src/sap/ui/mdc/table/TableTypeBase.js +1 -1
- package/src/sap/ui/mdc/table/V4AnalyticsPropertyHelper.js +2 -2
- package/src/sap/ui/mdc/themes/base/library.source.less +1 -1
- package/src/sap/ui/mdc/ui/Container.js +3 -3
- package/src/sap/ui/mdc/ui/ContainerItem.js +3 -3
- package/src/sap/ui/mdc/util/Common.js +1 -1
- package/src/sap/ui/mdc/util/DateUtil.js +1 -1
- package/src/sap/ui/mdc/util/FilterUtil.js +1 -1
- package/src/sap/ui/mdc/util/FormatUtil.js +1 -1
- package/src/sap/ui/mdc/util/IdentifierUtil.js +1 -1
- package/src/sap/ui/mdc/util/PromiseCache.js +2 -2
- package/src/sap/ui/mdc/util/PropertyHelper.js +2 -2
- package/src/sap/ui/mdc/util/TypeUtil.js +1 -1
- package/src/sap/ui/mdc/util/loadModules.js +1 -1
- package/src/sap/ui/mdc/valuehelp/Dialog.js +2 -2
- package/src/sap/ui/mdc/valuehelp/Popover.js +2 -2
- package/src/sap/ui/mdc/valuehelp/base/Container.js +2 -2
- package/src/sap/ui/mdc/valuehelp/base/Content.js +2 -2
- package/src/sap/ui/mdc/valuehelp/base/DialogTab.js +2 -2
- package/src/sap/ui/mdc/valuehelp/base/FilterableListContent.js +2 -2
- package/src/sap/ui/mdc/valuehelp/base/ListContent.js +2 -2
- package/src/sap/ui/mdc/valuehelp/content/Bool.js +2 -2
- package/src/sap/ui/mdc/valuehelp/content/Conditions.js +2 -2
- package/src/sap/ui/mdc/valuehelp/content/FixedList.js +2 -2
- package/src/sap/ui/mdc/valuehelp/content/MDCTable.js +2 -2
- package/src/sap/ui/mdc/valuehelp/content/MTable.js +2 -2
|
@@ -1,684 +1,404 @@
|
|
|
1
|
-
#This is the resource bundle for the SAPUI5 sap.ui.mdc library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#XTIT: Long description for an equals operator
|
|
5
2
|
operators.EQ.longText=equal to
|
|
6
3
|
|
|
7
|
-
#XTIT: Long description for a between operator
|
|
8
4
|
operators.BT.longText=between
|
|
9
5
|
|
|
10
|
-
#XTIT: Long description for a not between operator
|
|
11
6
|
operators.NOTBT.longText=not between
|
|
12
7
|
|
|
13
|
-
#XTIT: Long description for empty operator
|
|
14
8
|
operators.Empty.longText=empty
|
|
15
9
|
|
|
16
|
-
#XTIT: Long description for empty operator
|
|
17
10
|
operators.Empty.tokenText=empty
|
|
18
11
|
|
|
19
|
-
#XTIT: Long description for notempty operator
|
|
20
12
|
operators.NotEmpty.longText=not empty
|
|
21
13
|
|
|
22
|
-
#XTIT: Long description for notempty operator
|
|
23
14
|
operators.NotEmpty.tokenText=empty
|
|
24
15
|
|
|
25
|
-
#XTIT: Long description for less than operator
|
|
26
16
|
operators.LT.longText=less than
|
|
27
|
-
#XTIT: Long description for less than operator
|
|
28
17
|
operators.NOTLT.longText=not less than
|
|
29
18
|
|
|
30
|
-
#XTIT: Long description for less than operator and type date
|
|
31
19
|
operators.LT.longText.date=before
|
|
32
|
-
#XTIT: Long description for not less than operator and type date
|
|
33
20
|
operators.NOTLT.longText.date=not before
|
|
34
21
|
|
|
35
|
-
#XTIT: Long description for greater than operator
|
|
36
22
|
operators.GT.longText=greater than
|
|
37
|
-
#XTIT: Long description for greater than operator
|
|
38
23
|
operators.NOTGT.longText=not greater than
|
|
39
24
|
|
|
40
|
-
#XTIT: Long description for greater than operator and type date
|
|
41
25
|
operators.GT.longText.date=after
|
|
42
|
-
#XTIT: Long description for not greater than operator and type date
|
|
43
26
|
operators.NOTGT.longText.date=not after
|
|
44
27
|
|
|
45
|
-
#XTIT: Long description for less equals operator
|
|
46
28
|
operators.LE.longText=less than or equal to
|
|
47
|
-
#XTIT: Long description for not less equals operator
|
|
48
29
|
operators.NOTLE.longText=not less than or equal to
|
|
49
30
|
|
|
50
|
-
#XTIT: Long description for less equals operator and type date
|
|
51
31
|
operators.LE.longText.date=before or on
|
|
52
|
-
#XTIT: Long description for not less equals operator and type date
|
|
53
32
|
operators.NOTLE.longText.date=not before or on
|
|
54
33
|
|
|
55
|
-
#XTIT: Long description for greater equal operator
|
|
56
34
|
operators.GE.longText=greater than or equal to
|
|
57
|
-
#XTIT: Long description for not greater equal operator
|
|
58
35
|
operators.NOTGE.longText=not greater than or equal to
|
|
59
36
|
|
|
60
|
-
#XTIT: Long description for greater equal operator and type date
|
|
61
37
|
operators.GE.longText.date=on or after
|
|
62
|
-
#XTIT: Long description for not greater equal operator and type date
|
|
63
38
|
operators.NOTGE.longText.date=not on or after
|
|
64
39
|
|
|
65
|
-
#XTIT: Long description for not equals operator
|
|
66
40
|
operators.NE.longText=not equal to
|
|
67
41
|
|
|
68
|
-
#XTIT: Long description for starts with operator
|
|
69
42
|
operators.StartsWith.longText=starts with
|
|
70
43
|
|
|
71
|
-
#XTIT: Long description for notStarts with operator
|
|
72
44
|
operators.NotStartsWith.longText=does not start with
|
|
73
45
|
|
|
74
|
-
#XTIT: Long description for ends with operator
|
|
75
46
|
operators.EndsWith.longText=ends with
|
|
76
47
|
|
|
77
|
-
#XTIT: Long description for not ends with operator
|
|
78
48
|
operators.NotEndsWith.longText=does not end with
|
|
79
49
|
|
|
80
|
-
#XTIT: Long description for contains operator
|
|
81
50
|
operators.Contains.longText=contains
|
|
82
51
|
|
|
83
|
-
#XTIT: Long description for NotContains operator
|
|
84
52
|
operators.NotContains.longText=does not contain
|
|
85
53
|
|
|
86
|
-
#XTIT: long description for "yesterday" operator
|
|
87
54
|
operators.YESTERDAY.longText=Yesterday
|
|
88
55
|
|
|
89
|
-
#XTIT: long description for "current day" operator
|
|
90
56
|
operators.TODAY.longText=Today
|
|
91
57
|
|
|
92
|
-
#XTIT: long description for "tomorrow" operator
|
|
93
58
|
operators.TOMORROW.longText=Tomorrow
|
|
94
59
|
|
|
95
|
-
#XTIT: token text for "last x days" operator
|
|
96
60
|
operators.LASTDAYS.tokenText=Last {0} days
|
|
97
61
|
|
|
98
|
-
#XTIT: token text for "Today -x / +y days" operator
|
|
99
62
|
operators.TODAYFROMTO.tokenText=Today -{0} / +{1} days
|
|
100
63
|
|
|
101
|
-
#XTIT: token text for "next x days" operator
|
|
102
64
|
operators.NEXTDAYS.tokenText=Next {0} days
|
|
103
65
|
|
|
104
|
-
#XTIT: long description for "This week" operator
|
|
105
66
|
operators.THISWEEK.longText=This week
|
|
106
67
|
|
|
107
|
-
#XTIT: long description for "last week" operator
|
|
108
68
|
operators.LASTWEEK.longText=Last week
|
|
109
69
|
|
|
110
|
-
#XTIT: long description for "next week" operator
|
|
111
70
|
operators.NEXTWEEK.longText=Next week
|
|
112
71
|
|
|
113
|
-
#XTIT: description for "next x weeks" operator
|
|
114
72
|
operators.NEXTWEEKS.tokenText=Next {0} weeks
|
|
115
73
|
|
|
116
|
-
#XTIT: description for "last x weeks" operator
|
|
117
74
|
operators.LASTWEEKS.tokenText=Last {0} weeks
|
|
118
75
|
|
|
119
|
-
#XTIT: long description for "This month" operator
|
|
120
76
|
operators.THISMONTH.longText=This month
|
|
121
77
|
|
|
122
|
-
#XTIT: long description for "last month" operator
|
|
123
78
|
operators.LASTMONTH.longText=Last month
|
|
124
79
|
|
|
125
|
-
#XTIT: long description for "next month" operator
|
|
126
80
|
operators.NEXTMONTH.longText=Next month
|
|
127
81
|
|
|
128
|
-
#XTIT: description for "next x months" operator
|
|
129
82
|
operators.NEXTMONTHS.tokenText=Next {0} months
|
|
130
83
|
|
|
131
|
-
#XTIT: description for "last x months" operator
|
|
132
84
|
operators.LASTMONTHS.tokenText=Last {0} months
|
|
133
85
|
|
|
134
|
-
#XTIT: long description for "This quarter" operator
|
|
135
86
|
operators.THISQUARTER.longText=This quarter
|
|
136
87
|
|
|
137
|
-
#XTIT: long description for "last quarter" operator
|
|
138
88
|
operators.LASTQUARTER.longText=Last quarter
|
|
139
89
|
|
|
140
|
-
#XTIT: long description for "next quarter" operator
|
|
141
90
|
operators.NEXTQUARTER.longText=Next quarter
|
|
142
91
|
|
|
143
|
-
#XTIT: description for "next x quarter" operator
|
|
144
92
|
operators.NEXTQUARTERS.tokenText=Next {0} quarters
|
|
145
93
|
|
|
146
|
-
#XTIT: description for "last x quarters" operator
|
|
147
94
|
operators.LASTQUARTERS.tokenText=Last {0} quarters
|
|
148
95
|
|
|
149
|
-
#XTIT: long description for "first quarter" operator
|
|
150
96
|
operators.QUARTER1.longText=First quarter
|
|
151
97
|
|
|
152
|
-
#XTIT: long description for "second quarter" operator
|
|
153
98
|
operators.QUARTER2.longText=Second quarter
|
|
154
99
|
|
|
155
|
-
#XTIT: long description for "third quarter" operator
|
|
156
100
|
operators.QUARTER3.longText=Third quarter
|
|
157
101
|
|
|
158
|
-
#XTIT: long description for "forth quarter" operator
|
|
159
102
|
operators.QUARTER4.longText=Forth quarter
|
|
160
103
|
|
|
161
|
-
#XTIT: long description for "last year" operator
|
|
162
104
|
operators.LASTYEAR.longText=Last year
|
|
163
105
|
|
|
164
|
-
#XTIT: long description for "This year" operator
|
|
165
106
|
operators.THISYEAR.longText=This year
|
|
166
107
|
|
|
167
|
-
#XTIT: long description for "next year" operator
|
|
168
108
|
operators.NEXTYEAR.longText=Next year
|
|
169
109
|
|
|
170
|
-
#XTIT: token text for "last x years" operator
|
|
171
110
|
operators.LASTYEARS.tokenText=Last {0} years
|
|
172
111
|
|
|
173
|
-
#XTIT: token text for "next x years" operator
|
|
174
112
|
operators.NEXTYEARS.tokenText=Next {0} years
|
|
175
113
|
|
|
176
|
-
#XTIT: token long text for "year to date" operator
|
|
177
114
|
operators.YEARTODATE.longText=Year to date
|
|
178
115
|
|
|
179
|
-
#XTIT: token text for "specificMonth" operator
|
|
180
116
|
operators.SPECIFICMONTH.tokenText=Month ({0})
|
|
181
117
|
|
|
182
|
-
#XTIT: token long text for "specificMonth" operator
|
|
183
118
|
operators.SPECIFICMONTH.longText=Month
|
|
184
119
|
|
|
185
|
-
#XTXT: between operator validation exception
|
|
186
120
|
operator.between.validate.missingValue="Between" must have two values
|
|
187
121
|
|
|
188
|
-
#XTXT: between operator validation exception
|
|
189
122
|
operator.between.validate.sameValues="Between" must have two different values
|
|
190
123
|
|
|
191
|
-
#XTXT: between operator validation exception
|
|
192
124
|
operator.between.validate.compare="Between" should have a "to" value that is greater than the "from" value
|
|
193
125
|
|
|
194
|
-
#XTIT: condition validation error for empty required field
|
|
195
126
|
conditionmodel.REQUIRED_CONDITION_MISSING=missing value
|
|
196
127
|
|
|
197
|
-
#XFLD: Text for Go Button
|
|
198
128
|
filterbar.GO=Go
|
|
199
129
|
|
|
200
|
-
#XFLD: Label for Search Field
|
|
201
130
|
filterbar.SEARCH=Search
|
|
202
131
|
|
|
203
|
-
#XFLD: Text for Adapt Button
|
|
204
132
|
filterbar.ADAPT=Adapt Filters
|
|
205
133
|
|
|
206
|
-
#XFLD: Text for Adapt Button
|
|
207
134
|
filterbar.ADAPT_NONZERO=Adapt Filters ({0})
|
|
208
135
|
|
|
209
|
-
#XTIT: FilterBar predefined text for basic search, as it should appear in the summary
|
|
210
136
|
filterbar.ADAPT_SEARCHTERM=Search Terms
|
|
211
137
|
|
|
212
|
-
#XTIT: FilterBar predefined text for filters with values, but none are currently set
|
|
213
138
|
filterbar.ADAPT_NOTFILTERED=No filters active
|
|
214
139
|
|
|
215
|
-
#XTIT: FilterBar predefined text for filters with values. Parameter {0} contains the count of currently displayed filters with values. Parameter {1} contains the count of filters with values, whixh are currently not visible on the filter bar.
|
|
216
140
|
filterbar.ADAPT_FILTERS_WITH_HIDDEN={0} filters active ({1} hidden)
|
|
217
141
|
|
|
218
|
-
#XTIT: FilterBar predefined text for filter with values. Singular. Parameter {0} contains one, since only one filter is visible. Parameter {1} contains the count of filters with values, whixh are currently not visible on the filter bar.
|
|
219
142
|
filterbar.ADAPT_FILTER_WITH_HIDDEN={0} filter active ({1} hidden)
|
|
220
143
|
|
|
221
|
-
#XTIT: FilterBar predefined text for filters with values. Parameter {0} contains the count of currently displayed filters with values.
|
|
222
144
|
filterbar.ADAPT_FILTERS_WITH_NON_HIDDEN={0} filters active
|
|
223
145
|
|
|
224
|
-
#XTIT: FilterBar predefined text for filter with values. Singular. Parameter {0} contains one, since only one filter is visible.
|
|
225
146
|
filterbar.ADAPT_FILTER_WITH_NON_HIDDEN={0} filter active
|
|
226
147
|
|
|
227
|
-
#XTIT: FilterBar predefined text for filters with values. Parameter {0} contains the count of currently displayed filters with values. Parameter {1} contains the names of the filters with values.
|
|
228
148
|
filterbar.ADAPT_FILTERS_COLLAPSED={0} filters active\: {1}
|
|
229
149
|
|
|
230
|
-
#XTIT: FilterBar predefined text for filter with values. Singular. Parameter {0} contains one, since only one filter is visible. Parameter {1} contains the name of the filter.
|
|
231
150
|
filterbar.ADAPT_FILTER_COLLAPSED={0} filter active\: {1}
|
|
232
151
|
|
|
233
|
-
#XBUT: Text for Adapt Filter Dialog OK Button
|
|
234
152
|
filterbar.ADAPT_OK=Go
|
|
235
153
|
|
|
236
|
-
#XTIT: FilterBar predefined text for Search action
|
|
237
154
|
filterbar.FILTERSEARCH=Search for Filters
|
|
238
155
|
|
|
239
|
-
#XMSG: error state message displayed for empty required filters
|
|
240
156
|
filterbar.REQUIRED_FILTER_VALUE_MISSING=Required value missing
|
|
241
|
-
#XMSG: error Message shown for empty required field
|
|
242
157
|
filterbar.REQUIRED_CONDITION_MISSING=Fill in all the required fields
|
|
243
|
-
#XMSG: error Message shown for validation error
|
|
244
158
|
filterbar.VALIDATION_ERROR=You have entered inconsistent or invalid data in one or more fields.\n Fix the errors before continuing the search.
|
|
245
159
|
|
|
246
|
-
#XFLD: Text for Adapt Filter Dialog Description column
|
|
247
160
|
filterbar.ADAPT_COLUMN_DESCRIPTION=Filter
|
|
248
|
-
#XFLD: Text for Adapt Filter Dialog Value column
|
|
249
161
|
filterbar.ADAPT_COLUMN_VALUE=Values
|
|
250
|
-
#XBUT: FilterBar predefined text for Clear action
|
|
251
162
|
filterbar.ADAPT_CLEAR=Clear
|
|
252
|
-
#XBUT: FilterBar predefined text for Restore action
|
|
253
163
|
filterbar.ADAPT_RESTORE=Restore
|
|
254
|
-
#XTIT: Title of Adapt Filters dialog
|
|
255
164
|
filterbar.ADAPT_TITLE=Adapt Filters
|
|
256
|
-
#XBUT: 'Show Visible' button in Adapt Filters dialog
|
|
257
165
|
filterbar.ADAPT_SHOW_VISIBLE=Show Visible
|
|
258
|
-
#XTOL: Tooltip for move to start button in Adapt Filters dialog
|
|
259
166
|
filterbar.ADAPT_MOVE_TO_TOP=Move to Top
|
|
260
|
-
#XTOL: Tooltip for move up button in Adapt Filters dialog
|
|
261
167
|
filterbar.ADAPT_MOVE_UP=Move Up
|
|
262
|
-
#XTOL: Tooltip for move down button in Adapt Filters dialog
|
|
263
168
|
filterbar.ADAPT_MOVE_DOWN=Move Down
|
|
264
|
-
#XTOL: Tooltip for move to end button in Adapt Filters dialog
|
|
265
169
|
filterbar.ADAPT_MOVE_TO_BOTTOM=Move to Bottom
|
|
266
|
-
#XTIT: Info toolbar in Adapt Filters dialog
|
|
267
170
|
filterbar.ADAPT_INFO_TOOLBAR=Visible Filters\:
|
|
268
|
-
#XTOL: Tooltip for the Segmented Button in the Adapt Filters dialog
|
|
269
171
|
filterbar.ADAPT_LIST_VIEW=List View
|
|
270
|
-
#XTOL: Tooltip for the Segmented Button in the Adapt Filters dialog
|
|
271
172
|
filterbar.ADAPT_GROUP_VIEW=Group View
|
|
272
|
-
#XTIT: Warning text to confirm the filter reset
|
|
273
173
|
filterbar.ADAPT_RESET_WARNING=You are about to reset all the changes you made to your filters and revert back to the selected view.
|
|
274
|
-
#XBUT: Text to show FilterFields in the Adapt Filters dialog
|
|
275
174
|
filterbar.ADAPT_SHOW_VALUE=Show Values
|
|
276
|
-
#XBUT: Text to hide FilterFields in the Adapt Filters dialog
|
|
277
175
|
filterbar.ADAPT_HIDE_VALUE=Hide Values
|
|
278
176
|
|
|
279
177
|
|
|
280
|
-
#XMSG: Delete message for no header info use case
|
|
281
178
|
table.DELETE_OBJECT=Object
|
|
282
179
|
|
|
283
|
-
#YMSG: Error message if existing value is added again in FilterField
|
|
284
180
|
field.CONDITION_ALREADY_EXIST=Value "{0}" already exists.
|
|
285
181
|
|
|
286
|
-
#YMSG: Error message for invalid value
|
|
287
182
|
field.VALUE_NOT_VALID=The value is not valid.
|
|
288
183
|
|
|
289
|
-
#XMSG: Empty field
|
|
290
184
|
field.NO_VALUE=No value
|
|
291
185
|
|
|
292
|
-
#XTXT: Denotes the separator between texts in the display mode. By default, the unicode character (.) is set as the separator.
|
|
293
186
|
field.SEPARATOR=\u00A0\u00B7\u00A0
|
|
294
187
|
|
|
295
|
-
#XTIT: valuehelp dialog Title template with two parts. When only one content exist on the valuehelp dialog the content ShortTitle {0} will be displayed together with the title of the dialog {1} e.g. "Select: Customer"
|
|
296
188
|
valuehelp.DIALOGSHORTTITLECOLONTITLE={0}\: {1}
|
|
297
189
|
|
|
298
|
-
#XTIT,35: Title of Selected Item
|
|
299
190
|
valuehelp.SELECTED_ITEM=Selected {0}
|
|
300
191
|
|
|
301
|
-
#XFLD,30: Text for ok button
|
|
302
192
|
valuehelp.OK=OK
|
|
303
193
|
|
|
304
|
-
#XFLD,30: Text for cancel button
|
|
305
194
|
valuehelp.CANCEL=Cancel
|
|
306
195
|
|
|
307
|
-
#XFLD,30: Text for reset button
|
|
308
196
|
valuehelp.RESET=Reset
|
|
309
197
|
|
|
310
|
-
#XTOL, 48: Tooltip for Remove condition in Define Conditions
|
|
311
198
|
valuehelp.DEFINECONDITIONS_REMOVECONDITION=Remove Condition
|
|
312
199
|
|
|
313
|
-
#XBUT, 48: Button for Add condition in Define Conditions
|
|
314
200
|
valuehelp.DEFINECONDITIONS_ADDCONDITION=Add
|
|
315
201
|
|
|
316
|
-
#XTIT: invisible field label for operators field on define conditions
|
|
317
202
|
valuehelp.DEFINECONDITIONS_OPERATORLABEL=Operator
|
|
318
203
|
|
|
319
|
-
#XTIT: ValueHelp label for value field
|
|
320
204
|
valuehelp.DEFINECONDITIONS_VALUE=Value
|
|
321
205
|
|
|
322
|
-
#XTIT: ValueHelp label for from field
|
|
323
206
|
valuehelp.DEFINECONDITIONS_FROM=From
|
|
324
207
|
|
|
325
|
-
#XTIT: ValueHelp label for To field
|
|
326
208
|
valuehelp.DEFINECONDITIONS_TO=To
|
|
327
209
|
|
|
328
|
-
#XTIT,30: Text for single-item select in table
|
|
329
210
|
valuehelp.SINGLE_ITEM_SELECT=Select\:
|
|
330
211
|
|
|
331
|
-
#XTIT: IconTabBar tab header text for table
|
|
332
212
|
valuehelp.SELECTFROMLIST=Search and Select ({0})
|
|
333
213
|
|
|
334
|
-
#XTIT: IconTabBar tab header text (short version) for table
|
|
335
214
|
valuehelp.SELECTFROMLIST.Shorttitle=Select
|
|
336
215
|
|
|
337
|
-
#XTIT: IconTabBar tab header text for table without showing number
|
|
338
216
|
valuehelp.SELECTFROMLISTNONUMBER=Search and Select
|
|
339
217
|
|
|
340
|
-
#XTIT: IconTabBar tab header text for define conditions
|
|
341
218
|
valuehelp.DEFINECONDITIONS=Define Conditions ({0})
|
|
342
219
|
|
|
343
|
-
#XTIT: IconTabBar tab header text (short version) for define conditions
|
|
344
220
|
valuehelp.DEFINECONDITIONS.Shorttitle=Conditions
|
|
345
221
|
|
|
346
|
-
#XTIT: IconTabBar tab header text for define conditions without showing number
|
|
347
222
|
valuehelp.DEFINECONDITIONSNONUMBER=Define Conditions
|
|
348
223
|
|
|
349
|
-
#XTIT: Table header text
|
|
350
224
|
valuehelp.TABLETITLE=Items ({0})
|
|
351
225
|
|
|
352
|
-
#XTIT: Table header text without showing number
|
|
353
226
|
valuehelp.TABLETITLENONUMBER=Items
|
|
354
227
|
|
|
355
|
-
#XTIT: Tokenizer header text
|
|
356
228
|
valuehelp.TOKENIZERTITLE=Selected Items and Conditions ({0})
|
|
357
229
|
|
|
358
|
-
#XTIT: Tokenizer header text without showing number
|
|
359
230
|
valuehelp.TOKENIZERTITLENONUMBER=No Items or Conditions Selected
|
|
360
231
|
|
|
361
|
-
#YMSG: Error message for no item found
|
|
362
232
|
valuehelp.VALUE_NOT_EXIST=Value "{0}" does not exist.
|
|
363
233
|
|
|
364
|
-
#YMSG: Error message for item not unique
|
|
365
234
|
valuehelp.VALUE_NOT_UNIQUE=Value "{0}" is not unique.
|
|
366
235
|
|
|
367
|
-
#XTIT: ValueHelp Operator Group title for include operation
|
|
368
236
|
VALUEHELP.OPERATOR.GROUP1=Include
|
|
369
237
|
|
|
370
|
-
#XTIT: ValueHelp Operator Group title for exclude operation
|
|
371
238
|
VALUEHELP.OPERATOR.GROUP2=Exclude
|
|
372
239
|
|
|
373
|
-
#XTIT: ValueHelp hide advanced search for filter fields
|
|
374
240
|
valuehelp.HIDEADVSEARCH=Hide Filters
|
|
375
241
|
|
|
376
|
-
#XTIT: ValueHelp show advanced search for filter fields
|
|
377
242
|
valuehelp.SHOWADVSEARCH=Show Filters
|
|
378
243
|
|
|
379
|
-
#XTOL: Shortcut hint for the Filterbar Go button.
|
|
380
244
|
filterbar.GoBtnShortCutHint=Enter
|
|
381
245
|
|
|
382
|
-
#XTIT: ValueHelp Filterbar show All filter fields
|
|
383
246
|
valuehelp.SHOWALLFILTERS=Show All Filters
|
|
384
247
|
|
|
385
|
-
#XTOL: remove all token button tooltip
|
|
386
248
|
valuehelp.REMOVEALLTOKEN=Remove
|
|
387
249
|
|
|
388
|
-
#XFLD:
|
|
389
250
|
info.POPOVER_FACTSHEET=Display Fact Sheet
|
|
390
|
-
#XTIT: Heading for user or company contact information on a quick view card
|
|
391
251
|
info.POPOVER_CONTACT_SECTION_TITLE=Contact Information
|
|
392
|
-
#XTIT: Navigation Popover text of link in order to define links
|
|
393
252
|
info.POPOVER_DEFINE_LINKS=More Links
|
|
394
|
-
#XTIT: Navigation Popover text for field in 'contact' section
|
|
395
253
|
info.POPOVER_CONTACT_SECTION_NAME=Name
|
|
396
|
-
#XTIT: Navigation Popover text for field in 'contact' section
|
|
397
254
|
info.POPOVER_CONTACT_SECTION_ROLE=Role
|
|
398
|
-
#XTIT: Navigation Popover text for field in 'contact' section
|
|
399
255
|
info.POPOVER_CONTACT_SECTION_JOBTITLE=Job Title
|
|
400
|
-
#XTIT: Navigation Popover text for field in 'contact' section
|
|
401
256
|
info.POPOVER_CONTACT_SECTION_DEPARTMENT=Department
|
|
402
|
-
#XTIT: Navigation Popover text for field in 'contact' section
|
|
403
257
|
info.POPOVER_CONTACT_SECTION_EMAIL=E-Mail
|
|
404
|
-
#XTIT: Navigation Popover text for field in 'contact' section
|
|
405
258
|
info.POPOVER_CONTACT_SECTION_FAX=Fax
|
|
406
|
-
#XTIT: Navigation Popover text for field in 'contact' section
|
|
407
259
|
info.POPOVER_CONTACT_SECTION_MOBILE=Mobile
|
|
408
|
-
#XTIT: Navigation Popover text for field in 'contact' section
|
|
409
260
|
info.POPOVER_CONTACT_SECTION_PHONE=Phone
|
|
410
|
-
#XTIT: Navigation Popover text for field in 'contact' section
|
|
411
261
|
info.POPOVER_CONTACT_SECTION_ADR=Address
|
|
412
|
-
#YMSG, 90
|
|
413
262
|
info.POPOVER_MSG_NO_CONTENT=No content available
|
|
414
|
-
#XTIT: title of warning dialog inside of selection dialog
|
|
415
263
|
info.SELECTION_DIALOG_LINK_VALIDATION_TITLE=Warning
|
|
416
|
-
#XTIT: question of warning dialog inside of selection dialog
|
|
417
264
|
info.SELECTION_DIALOG_LINK_VALIDATION_QUESTION=You are about to leave the selection dialog. All changes will be lost. Are you sure you want to leave?
|
|
418
|
-
#XTIT: dialog title for link selection
|
|
419
265
|
info.SELECTION_DIALOG_TITLE=Select Links
|
|
420
|
-
#XTIT: aligned v2/v4 dialog title for link selection
|
|
421
266
|
info.SELECTION_DIALOG_ALIGNEDTITLE=Define Link List
|
|
422
|
-
#XLST: SelectionDialog Select All label
|
|
423
267
|
info.SELECTION_DIALOG_COLUMNHEADER=Select All ({0}/{1})
|
|
424
|
-
#XTIT: info toolbar for selected links
|
|
425
268
|
info.SELECTION_DIALOG_INFO_TOOLBAR=Select Links\:
|
|
426
269
|
|
|
427
|
-
#XTIT: Title for p13n popups
|
|
428
270
|
p13nDialog.VIEW_SETTINGS=View Settings
|
|
429
|
-
#XFLD, 30: Text for Restore button
|
|
430
271
|
p13nDialog.RESET=Reset
|
|
431
|
-
#XBUT: Text for OK button in the personalization dialog
|
|
432
272
|
p13nDialog.OK=OK
|
|
433
|
-
#XBUT: Text for Cancel button in the personalization dialog
|
|
434
273
|
p13nDialog.CANCEL=Cancel
|
|
435
|
-
#XBUT: Chart's personalization dialog Show Visible button
|
|
436
274
|
p13nDialog.SHOW_VISIBLE=Show Visible
|
|
437
|
-
#XBUT: ListView personalization dialog Show only selected entries
|
|
438
275
|
p13nDialog.SHOW_SELECTED=Show Selected
|
|
439
|
-
#XBUT: ListView personalization dialog Show all entries
|
|
440
276
|
p13nDialog.SHOW_ALL=Show All
|
|
441
|
-
#XTOL: Chart's personalization dialog tooltip for move to start button
|
|
442
277
|
p13nDialog.MOVE_TO_TOP=Move to Top
|
|
443
|
-
#XTOL: Chart's personalization dialog tooltip for move up button
|
|
444
278
|
p13nDialog.MOVE_UP=Move Up
|
|
445
|
-
#XTOL: Chart's personalization dialog tooltip for move down button
|
|
446
279
|
p13nDialog.MOVE_DOWN=Move Down
|
|
447
|
-
#XTOL: Chart's personalization dialog tooltip for move to end button
|
|
448
280
|
p13nDialog.MOVE_TO_BOTTOM=Move to Bottom
|
|
449
|
-
#XBUT: personalization dialog 'Reorder' button
|
|
450
281
|
p13nDialog.REORDER=Reorder
|
|
451
|
-
#XBUT: personalization dialog 'Select' button
|
|
452
282
|
p13nDialog.SELECT=Select
|
|
453
|
-
#XBUT: personalization dialog 'Visible' text for group mode
|
|
454
283
|
p13nDialog.GROUPMODE_VISIBLE=Visible
|
|
455
|
-
#XBUT: personalization dialog 'Active' text for group mode
|
|
456
284
|
p13nDialog.GROUPMODE_ACTIVE=Active
|
|
457
|
-
#XBUT: personalization dialog 'Visible and Active' text for group mode
|
|
458
285
|
p13nDialog.GROUPMODE_VISIBLE_ACTIVE=Visible and Active
|
|
459
|
-
#XBUT: personalization dialog 'All' text for group mode
|
|
460
286
|
p13nDialog.GROUPMODE_ALL=All
|
|
461
|
-
#XBUT: personalization dialog 'Mandatory' text for group mode
|
|
462
287
|
p13nDialog.GROUPMODE_MANDATORY=Mandatory
|
|
463
|
-
#XTIT: default group for undefined groups
|
|
464
288
|
p13nDialog.FILTER_DEFAULT_GROUP=Basic
|
|
465
|
-
#XTIT: Title for left column of the Adapt Filters Dialog in "List" mode
|
|
466
289
|
p13nDialog.LIST_VIEW_COLUMN=Filter
|
|
467
|
-
#XTIT: Title for right column of the Adapt Filters Dialog in "List" mode
|
|
468
290
|
p13nDialog.LIST_VIEW_ACTIVE=Active
|
|
469
|
-
#XFLD: FilterBar personalization dialog 'Search' placeholder text
|
|
470
291
|
p13nDialog.ADAPT_FILTER_SEARCH=Search for Filters
|
|
471
|
-
#XFLD: FilterBar personalization dialog for quick filtering the FilterFields
|
|
472
292
|
p13nDialog.QUICK_FILTER=Show Fields by Attribute
|
|
473
|
-
#XFLD: FilterBar screen reader announcement on accessing filter groups
|
|
474
293
|
p13nDialog.FILTER_GROUP_DESCRIPTION=Filter Group {0}
|
|
475
|
-
#XFLD: Wrapper reset confirmation
|
|
476
294
|
p13nDialog.RESET_WARNING_TEXT=You are about to reset all the changes you made to your view settings and revert to the selected view.
|
|
477
|
-
# XTIT: Title of the Columns list
|
|
478
295
|
p13nDialog.TAB_Column=Columns
|
|
479
|
-
# XTIT: Title of the Sort personalization list
|
|
480
296
|
p13nDialog.TAB_Sort=Sort
|
|
481
|
-
# XTIT: Title of the Filter personalization list
|
|
482
297
|
p13nDialog.TAB_Filter=Filter
|
|
483
|
-
# XTIT: Title of the Group personalization list
|
|
484
298
|
p13nDialog.TAB_Group=Group
|
|
485
|
-
# XTIT: Title of the Group personalization list
|
|
486
299
|
p13nDialog.TAB_Chart=Chart
|
|
487
|
-
# XTIT: Count information for selection table in personalization Dialog
|
|
488
300
|
p13nDialog.HEADER_COUNT=({0}/{1})
|
|
489
301
|
|
|
490
302
|
|
|
491
|
-
#XTIT: filter personalization dialog title
|
|
492
303
|
filter.PERSONALIZATION_DIALOG_TITLE=Filter
|
|
493
|
-
#XTIT: filter personalization dialog title for left column (AdaptationFilterBar)
|
|
494
304
|
filter.AdaptationFilterBar_FIELD_COLUMN=Field
|
|
495
|
-
#XTIT: filter personalization dialog title for right column (AdaptationFilterBar)
|
|
496
305
|
filter.AdaptationFilterBar_FIELD_VALUE_COLUMN=Value
|
|
497
306
|
|
|
498
|
-
#XTIT: sort personalization dialog title
|
|
499
307
|
sort.PERSONALIZATION_DIALOG_TITLE=Sort
|
|
500
|
-
#XTIT: sort personalization dialog info toolbar
|
|
501
308
|
sort.PERSONALIZATION_DIALOG_INFO_TOOLBAR=Selected Entities\:
|
|
502
|
-
#XFLD: sort personalization dialog Description column
|
|
503
309
|
sort.PERSONALIZATION_DIALOG_COLUMN_DESCRIPTION=Sort By
|
|
504
|
-
#XFLD: sort personalization dialog Type column
|
|
505
310
|
sort.PERSONALIZATION_DIALOG_COLUMN_SORTORDER=Sort Order
|
|
506
|
-
#XTIT: sort personalization dialog ascending option
|
|
507
311
|
sort.PERSONALIZATION_DIALOG_OPTION_ASCENDING=Ascending
|
|
508
|
-
#XTIT: sort personalization dialog descending option
|
|
509
312
|
sort.PERSONALIZATION_DIALOG_OPTION_DESCENDING=Descending
|
|
510
|
-
#XBTN: sort personalization dialog text for 'none'
|
|
511
313
|
sort.PERSONALIZATION_DIALOG_OPTION_NONE=(none)
|
|
512
314
|
|
|
513
|
-
#XTIT: group personalization dialog title
|
|
514
315
|
group.PERSONALIZATION_DIALOG_TITLE=Group
|
|
515
|
-
#XFLD: group personalization dialog checkbox to explicitly show a column
|
|
516
316
|
group.PERSONALIZATION_GROUP_CHECKBOX=Show Field as Column
|
|
517
317
|
|
|
518
|
-
#XTOL: Shortcut hint for the settings button.
|
|
519
318
|
mdc.PERSONALIZATION_SHORTCUT=Ctrl+,
|
|
520
|
-
#XTOL: Shortcut hint for the settings button for Mac.
|
|
521
319
|
mdc.PERSONALIZATION_SHORTCUT_MAC=Cmd+,
|
|
522
320
|
|
|
523
|
-
#XTIT: Chart's personalization dialog title
|
|
524
321
|
chart.PERSONALIZATION_DIALOG_TITLE=Adapt Chart
|
|
525
|
-
#XLST: Chart's personalization dialog chart type
|
|
526
322
|
chart.PERSONALIZATION_DIALOG_CHARTTYPE=Chart Type
|
|
527
|
-
#XTIT: Chart's personalization dialog info toolbar
|
|
528
323
|
chart.PERSONALIZATION_DIALOG_INFO_TOOLBAR=Visible Dimension(s) and Measure(s)\:
|
|
529
|
-
#XLST: Chart's personalization dialog chart type
|
|
530
324
|
chart.PERSONALIZATION_DIALOG_TYPE_DIMENSION=Dimension
|
|
531
|
-
#XLST: Chart's personalization dialog chart type
|
|
532
325
|
chart.PERSONALIZATION_DIALOG_TYPE_MEASURE=Measure
|
|
533
|
-
#XFLD: Chart's personalization dialog Description column
|
|
534
326
|
chart.PERSONALIZATION_DIALOG_COLUMN_DESCRIPTION=Field
|
|
535
|
-
#XFLD: Chart's personalization dialog Type column
|
|
536
327
|
chart.PERSONALIZATION_DIALOG_COLUMN_TYPE=Type
|
|
537
|
-
#XFLD: Chart's personalization dialog Role column
|
|
538
328
|
chart.PERSONALIZATION_DIALOG_COLUMN_ROLE=Layout Option
|
|
539
|
-
#XLST: Chart's personalization dialog chart role
|
|
540
329
|
chart.PERSONALIZATION_DIALOG_CHARTROLE_CATEGORY=Category
|
|
541
|
-
#XLST: Chart's personalization dialog chart role
|
|
542
330
|
chart.PERSONALIZATION_DIALOG_CHARTROLE_CATEGORY2=Category 2
|
|
543
|
-
#XLST: Chart's personalization dialog chart role
|
|
544
331
|
chart.PERSONALIZATION_DIALOG_CHARTROLE_SERIES=Series
|
|
545
|
-
#XLST: Chart's personalization dialog chart role
|
|
546
332
|
chart.PERSONALIZATION_DIALOG_CHARTROLE_AXIS1=Axis 1
|
|
547
|
-
#XLST: Chart's personalization dialog chart role
|
|
548
333
|
chart.PERSONALIZATION_DIALOG_CHARTROLE_AXIS2=Axis 2
|
|
549
|
-
#XLST: Chart's personalization dialog chart role
|
|
550
334
|
chart.PERSONALIZATION_DIALOG_CHARTROLE_AXIS3=Axis 3
|
|
551
|
-
#XLST: Chart's personalization dialog chart role
|
|
552
335
|
chart.PERSONALIZATION_DIALOG_CHARTROLE_AXIS4=Axis 4
|
|
553
|
-
#XTOL: Tooltip of the selected chart type button
|
|
554
336
|
chart.CHART_TYPE_TOOLTIP=Selected Chart Type\: {0}
|
|
555
|
-
#XTIT: Chart type search field
|
|
556
337
|
chart.CHART_TYPE_SEARCH=Search in Chart Types
|
|
557
|
-
#XTXT: Chart type list text
|
|
558
338
|
chart.CHART_TYPELIST_TEXT=Chart Type
|
|
559
|
-
# XTOL: Tool tip for zoom buttons
|
|
560
339
|
chart.TOOLBAR_ZOOM_IN=Zoom In
|
|
561
|
-
# XTOL: Tool tip for zoom buttons
|
|
562
340
|
chart.TOOLBAR_ZOOM_OUT=Zoom Out
|
|
563
|
-
# XTOL: Tool tip for drilldown buttons
|
|
564
341
|
chart.CHART_DRILLDOWN_TITLE=View By
|
|
565
|
-
#XTOL: Legend button tooltip
|
|
566
342
|
chart.LEGENDBTN_TOOLTIP=Toggle Legend Visibility
|
|
567
|
-
#XTXT: Legend button text
|
|
568
343
|
chart.LEGENDBTN_TEXT=Toggle Legend Visibility
|
|
569
|
-
# XTXT: No data text for the chart
|
|
570
344
|
chart.NO_DATA=No items available
|
|
571
|
-
# XTXT: No data text for the chart with FilterBar
|
|
572
345
|
chart.NO_DATA_WITH_FILTERBAR=To start, set the relevant filters.
|
|
573
|
-
# XTXT: No data text for the chart when data is not found
|
|
574
346
|
chart.NO_RESULTS=No data found. Try adjusting the filter settings.
|
|
575
|
-
# XTXT: Name for "Measure" group of Chart personalization
|
|
576
347
|
chart.PERSONALIZATION_DIALOG_MEASURE_GROUP_HEADER=Measures
|
|
577
|
-
# XTXT: Name for "Dimension" group of Chart personalization
|
|
578
348
|
chart.PERSONALIZATION_DIALOG_DIMENSION_GROUP_HEADER=Dimensions
|
|
579
|
-
#XTXT: Empty indicator for template row for measures
|
|
580
349
|
chart.PERSONALIZATION_DIALOG_TEMPLATE_MEASURE=(Select a measure)
|
|
581
|
-
#XTXT: Empty indicator for template row for dimension
|
|
582
350
|
chart.PERSONALIZATION_DIALOG_TEMPLATE_DIMENSION=(Select a dimension)
|
|
583
351
|
|
|
584
352
|
|
|
585
|
-
# XTOL: Tooltip & text of the add/remove column settings dialog
|
|
586
353
|
table.SETTINGS_COLUMN=Add/Remove Columns
|
|
587
|
-
# XTOL: Tooltip & text of the general table settings dialog (which offers add/remove column, sort, filter, group, ...)
|
|
588
354
|
table.SETTINGS=Settings
|
|
589
|
-
# XTOL: Tooltip & text of the reorder column settings dialog
|
|
590
355
|
table.SETTINGS_COLUMN_REORDER=Reorder Columns
|
|
591
|
-
# XTOL: Tooltip & text of the filter settings dialog
|
|
592
356
|
table.SETTINGS_FILTER=Filter
|
|
593
|
-
# XTOL: Tooltip & text of the sort ascending settings dialog
|
|
594
357
|
table.SETTINGS_ASCENDING=Sort Ascending
|
|
595
|
-
# XTOL: Tooltip & text of the sort descending settings dialog
|
|
596
358
|
table.SETTINGS_DESCENDING=Sort Descending
|
|
597
|
-
# XTOL: Tooltip & text of the group settings dialog
|
|
598
359
|
table.SETTINGS_GROUP=Group/Ungroup Items
|
|
599
|
-
# XTOL: Tooltip of the totals settings dialog
|
|
600
360
|
table.SETTINGS_TOTALS=Show/Hide Totals
|
|
601
|
-
# XMSG: Message text on messageBox from table column press event
|
|
602
361
|
table.SETTINGS_MESSAGE1=Grouping the items will remove the totals. Group items anyway?
|
|
603
|
-
# XMSG: Message text on messageBox from table column press event
|
|
604
362
|
table.SETTINGS_MESSAGE2=Displaying totals will ungroup the items. Show totals anyway?
|
|
605
|
-
# XTIT: Title of the message warning dialog
|
|
606
363
|
table.SETTINGS_WARNING_TITLE_GROUPS=Show Groups
|
|
607
|
-
# XTIT: Title of the message warning dialog
|
|
608
364
|
table.SETTINGS_WARNING_TITLE_TOTALS=Show Totals
|
|
609
|
-
# XTIT: Action button text of the message warning dialog
|
|
610
365
|
table.SETTINGS_WARNING_BUTTON_GROUP=Group Items
|
|
611
|
-
# XTIT: Action button text of the message warning dialog
|
|
612
366
|
table.SETTINGS_WARNING_BUTTON_TOTALS=Show Totals
|
|
613
|
-
# XTIT: Action button text of the message warning dialog
|
|
614
367
|
table.SETTINGS_WARNING_BUTTON_CANCEL=Cancel
|
|
615
|
-
# XTIT: Title of the table sort settings dialog
|
|
616
368
|
table.SETTINGS_SORT_TITLE=Sort Order
|
|
617
|
-
# XBUT: Button for the accept changes in popup of table settings dialog
|
|
618
369
|
table.SETTINGS_OK=OK
|
|
619
|
-
# XBUT: Button for the cancelling changes in popup of table settings dialog
|
|
620
370
|
table.SETTINGS_CANCEL=Cancel
|
|
621
|
-
# XTXT: No data text for the table
|
|
622
371
|
table.NO_DATA=No items available
|
|
623
|
-
# XTXT: No data text for the table with FilterBar
|
|
624
372
|
table.NO_DATA_WITH_FILTERBAR=To start, set the relevant filters.
|
|
625
|
-
# XTXT: No data text for the table when data is not found
|
|
626
373
|
table.NO_RESULTS=No data found. Try adjusting the filter settings.
|
|
627
|
-
# XBUT: Button to create line items in table
|
|
628
374
|
table.CREATE=Create
|
|
629
|
-
# XBUT: Button to delete line items in table
|
|
630
375
|
table.DELETE=Delete
|
|
631
|
-
# YMSG: Message which is displayed when the user selects more than the allowed number of items.
|
|
632
376
|
table.SELECTION_LIMIT_MESSAGE=Only the first {0} of the items you marked were added to the table selection.
|
|
633
|
-
#XTXT: Show Details button
|
|
634
377
|
table.SHOWDETAILS_TEXT=Show Details
|
|
635
|
-
#XTXT: Hide Details button
|
|
636
378
|
table.HIDEDETAILS_TEXT=Hide Details
|
|
637
|
-
#XTXT: Information about how the table is filtered. For example: "Filtered by: First name, Last name and Country"
|
|
638
379
|
table.FILTER_INFO=Filtered by\: {0}
|
|
639
|
-
#XTOL: Export button
|
|
640
380
|
table.EXPORT_BUTTON_TEXT=Export to Spreadsheet
|
|
641
|
-
#XBUT: Menu item Export
|
|
642
381
|
table.QUICK_EXPORT=Export
|
|
643
|
-
#XBUT: Menu item Export with settings
|
|
644
382
|
table.EXPORT_WITH_SETTINGS=Export As...
|
|
645
|
-
#XMSG: Text for table when no columns are present and export is triggered
|
|
646
383
|
table.NO_COLS_EXPORT=Right now, there are no visible columns in the table. \nBefore you perform an export to spreadsheet, please select the columns you need in the table settings.
|
|
647
|
-
#XMSG: Additional announcement for screen reader when table is updated
|
|
648
384
|
table.ANNOUNCEMENT_TABLE_UPDATED=Table {0} has been updated. Items available.
|
|
649
|
-
#XMSG: Additional announcement for screen reader when table is updated and contains only 1 item
|
|
650
385
|
table.ANNOUNCEMENT_TABLE_UPDATED_SING=Table {0} has been updated. {1} item available.
|
|
651
|
-
#XMSG: Additional announcement for screen reader when table is updated and contains more then 1 item
|
|
652
386
|
table.ANNOUNCEMENT_TABLE_UPDATED_MULT=Table {0} has been updated. {1} items available.
|
|
653
|
-
#XMSG: Additional announcement for screen reader when table is updated and contains no items
|
|
654
387
|
table.ANNOUNCEMENT_TABLE_UPDATED_NOITEMS=Table {0} has been updated. No items available.
|
|
655
|
-
#XTOL: Shortcut hint for the export to excel button.
|
|
656
388
|
table.SHORTCUT_EXPORT_TO_EXCEL=Ctrl+Shift+E
|
|
657
|
-
#XTOL: Shortcut hint for the export to excel button for Mac.
|
|
658
389
|
table.SHORTCUT_EXPORT_TO_EXCEL_MAC=Cmd+Shift+E
|
|
659
|
-
#XMSG: Message text on sort panel when sorting is set for invisible columns
|
|
660
390
|
table.PERSONALIZATION_DIALOG_SORT_RESTRICTION=You can only sort visible columns. If a column has not been made visible, it will not be sorted.
|
|
661
|
-
#XMSG: Message text on group panel when totals is applied on the table
|
|
662
391
|
table.PERSONALIZATION_DIALOG_GROUP_RESTRICTION=You cannot see columns {0} here since totals have been used. Remove totals to see these columns.
|
|
663
|
-
#XMSG: Message text on sort panel when sorting is set for invisible columns
|
|
664
392
|
table.PERSONALIZATION_DIALOG_TOTAL_RESTRICTION=You can only calculate totals for visible columns. If a column has not been made visible, totals will not be shown.
|
|
665
|
-
#XMSG: Message for P13n Filter Dialog when the table is filtered by related messages.
|
|
666
393
|
table.PERSONALIZATION_DIALOG_FILTER_MESSAGESTRIP=The table was filtered for rows with related messages. The defined filters are temporarily ignored.
|
|
667
394
|
|
|
668
395
|
|
|
669
|
-
# XTIT: Title of the Columns list (in p13nDialog)
|
|
670
396
|
fieldsui.COLUMNS=Columns
|
|
671
397
|
|
|
672
|
-
#XTOL: Collective Search predefined text for tooltip on trigger button
|
|
673
398
|
COL_SEARCH_TRIGGER_TT=Select Search Template
|
|
674
|
-
#XTIT: Collective Search predefined text for invisible text. Accessibility support.
|
|
675
399
|
COL_SEARCH_SEL_INVISIBLETXT=Search Template {0}. To open, press spacebar.
|
|
676
|
-
#XTIT: Collective Search predefined title text.
|
|
677
400
|
COL_SEARCH_SEL_TITLE=Select Search Template
|
|
678
401
|
|
|
679
|
-
# XTIT: ActionToolbar's RTA personalization dialog title
|
|
680
402
|
actiontoolbar.RTA_TITLE=Toolbar Configuration
|
|
681
|
-
# XTOL: Tooltip & text of the add/remove action settings dialog
|
|
682
403
|
actiontoolbar.RTA_COLUMN_HEADER=Actions
|
|
683
|
-
# XTOL: Tooltip & text of the add/remove action settings dialog
|
|
684
404
|
actiontoolbar.RTA_SETTINGS_NAME=Toolbar Actions
|