@openui5/sap.m 1.71.35 → 1.71.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (300) hide show
  1. package/package.json +4 -4
  2. package/src/sap/m/.library +1 -1
  3. package/src/sap/m/AccButton.js +1 -1
  4. package/src/sap/m/ActionListItem.js +1 -1
  5. package/src/sap/m/ActionSelect.js +1 -1
  6. package/src/sap/m/ActionSheet.js +1 -1
  7. package/src/sap/m/App.js +1 -1
  8. package/src/sap/m/AssociativeOverflowToolbar.js +1 -1
  9. package/src/sap/m/Bar.js +1 -1
  10. package/src/sap/m/Breadcrumbs.js +1 -1
  11. package/src/sap/m/BusyDialog.js +1 -1
  12. package/src/sap/m/BusyIndicator.js +1 -1
  13. package/src/sap/m/Button.js +16 -2
  14. package/src/sap/m/Carousel.js +1 -1
  15. package/src/sap/m/CarouselLayout.js +1 -1
  16. package/src/sap/m/CheckBox.js +1 -1
  17. package/src/sap/m/ColorPalette.js +1 -1
  18. package/src/sap/m/ColorPalettePopover.js +1 -1
  19. package/src/sap/m/Column.js +1 -1
  20. package/src/sap/m/ColumnHeaderPopover.js +2 -21
  21. package/src/sap/m/ColumnListItem.js +1 -1
  22. package/src/sap/m/ColumnListItemRenderer.js +1 -1
  23. package/src/sap/m/ColumnPopoverActionItem.js +23 -2
  24. package/src/sap/m/ColumnPopoverCustomItem.js +1 -1
  25. package/src/sap/m/ColumnPopoverItem.js +1 -1
  26. package/src/sap/m/ColumnPopoverSortItem.js +1 -1
  27. package/src/sap/m/ComboBox.js +1 -1
  28. package/src/sap/m/ComboBoxBase.js +1 -1
  29. package/src/sap/m/ComboBoxTextField.js +1 -1
  30. package/src/sap/m/CustomListItem.js +1 -1
  31. package/src/sap/m/CustomTile.js +1 -1
  32. package/src/sap/m/CustomTreeItem.js +1 -1
  33. package/src/sap/m/DatePicker.js +1 -1
  34. package/src/sap/m/DateRangeSelection.js +2 -2
  35. package/src/sap/m/DateTimeField.js +1 -1
  36. package/src/sap/m/DateTimeInput.js +1 -1
  37. package/src/sap/m/DateTimePicker.js +1 -1
  38. package/src/sap/m/Dialog.js +1 -1
  39. package/src/sap/m/DisplayListItem.js +1 -1
  40. package/src/sap/m/DraftIndicator.js +1 -1
  41. package/src/sap/m/FacetFilter.js +1 -1
  42. package/src/sap/m/FacetFilterItem.js +1 -1
  43. package/src/sap/m/FacetFilterList.js +1 -1
  44. package/src/sap/m/FeedContent.js +1 -1
  45. package/src/sap/m/FeedInput.js +1 -1
  46. package/src/sap/m/FeedListItem.js +1 -1
  47. package/src/sap/m/FeedListItemAction.js +1 -1
  48. package/src/sap/m/Fiori20Adapter.js +2 -2
  49. package/src/sap/m/FlexBox.js +1 -1
  50. package/src/sap/m/FlexItemData.js +1 -1
  51. package/src/sap/m/FormattedText.js +1 -1
  52. package/src/sap/m/GenericTag.js +1 -1
  53. package/src/sap/m/GenericTile.js +1 -1
  54. package/src/sap/m/GroupHeaderListItem.js +1 -1
  55. package/src/sap/m/GrowingEnablement.js +4 -3
  56. package/src/sap/m/GrowingList.js +1 -1
  57. package/src/sap/m/HBox.js +1 -1
  58. package/src/sap/m/HeaderContainer.js +1 -1
  59. package/src/sap/m/HeaderContainerItemNavigator.js +1 -1
  60. package/src/sap/m/IconTabBar.js +1 -1
  61. package/src/sap/m/IconTabBarSelectList.js +1 -1
  62. package/src/sap/m/IconTabFilter.js +1 -1
  63. package/src/sap/m/IconTabHeader.js +1 -1
  64. package/src/sap/m/IconTabSeparator.js +1 -1
  65. package/src/sap/m/Image.js +1 -1
  66. package/src/sap/m/ImageContent.js +1 -1
  67. package/src/sap/m/Input.js +9 -1
  68. package/src/sap/m/InputBase.js +2 -2
  69. package/src/sap/m/InputListItem.js +1 -1
  70. package/src/sap/m/Label.js +1 -1
  71. package/src/sap/m/LightBox.js +1 -1
  72. package/src/sap/m/LightBoxItem.js +1 -1
  73. package/src/sap/m/Link.js +1 -1
  74. package/src/sap/m/LinkRenderer.js +2 -1
  75. package/src/sap/m/List.js +1 -1
  76. package/src/sap/m/ListBase.js +10 -2
  77. package/src/sap/m/ListBaseRenderer.js +4 -1
  78. package/src/sap/m/ListItemBase.js +1 -1
  79. package/src/sap/m/MaskEnabler.js +1 -1
  80. package/src/sap/m/MaskInput.js +1 -1
  81. package/src/sap/m/MaskInputRule.js +1 -1
  82. package/src/sap/m/Menu.js +1 -1
  83. package/src/sap/m/MenuButton.js +1 -1
  84. package/src/sap/m/MenuItem.js +1 -1
  85. package/src/sap/m/MenuListItem.js +1 -1
  86. package/src/sap/m/MessageItem.js +1 -1
  87. package/src/sap/m/MessageListItem.js +1 -1
  88. package/src/sap/m/MessagePage.js +1 -1
  89. package/src/sap/m/MessagePopover.js +1 -1
  90. package/src/sap/m/MessagePopoverItem.js +1 -1
  91. package/src/sap/m/MessageStrip.js +1 -1
  92. package/src/sap/m/MessageToast.js +1 -1
  93. package/src/sap/m/MessageView.js +1 -1
  94. package/src/sap/m/MultiComboBox.js +147 -172
  95. package/src/sap/m/MultiEditField.js +1 -1
  96. package/src/sap/m/MultiInput.js +1 -1
  97. package/src/sap/m/NavContainer.js +1 -1
  98. package/src/sap/m/NewsContent.js +1 -1
  99. package/src/sap/m/NotificationListBase.js +1 -1
  100. package/src/sap/m/NotificationListGroup.js +1 -1
  101. package/src/sap/m/NotificationListItem.js +1 -1
  102. package/src/sap/m/NumericContent.js +1 -1
  103. package/src/sap/m/ObjectAttribute.js +1 -1
  104. package/src/sap/m/ObjectHeader.js +1 -1
  105. package/src/sap/m/ObjectIdentifier.js +1 -1
  106. package/src/sap/m/ObjectListItem.js +1 -1
  107. package/src/sap/m/ObjectMarker.js +1 -1
  108. package/src/sap/m/ObjectNumber.js +1 -1
  109. package/src/sap/m/ObjectStatus.js +1 -1
  110. package/src/sap/m/OverflowToolbar.js +1 -1
  111. package/src/sap/m/OverflowToolbarAssociativePopover.js +1 -1
  112. package/src/sap/m/OverflowToolbarButton.js +1 -1
  113. package/src/sap/m/OverflowToolbarLayoutData.js +1 -1
  114. package/src/sap/m/OverflowToolbarToggleButton.js +1 -1
  115. package/src/sap/m/P13nAnyFilterItem.js +1 -1
  116. package/src/sap/m/P13nColumnsItem.js +1 -1
  117. package/src/sap/m/P13nColumnsPanel.js +1 -1
  118. package/src/sap/m/P13nConditionPanel.js +1 -1
  119. package/src/sap/m/P13nDialog.js +1 -1
  120. package/src/sap/m/P13nDimMeasureItem.js +1 -1
  121. package/src/sap/m/P13nDimMeasurePanel.js +1 -1
  122. package/src/sap/m/P13nFilterItem.js +1 -1
  123. package/src/sap/m/P13nFilterPanel.js +1 -1
  124. package/src/sap/m/P13nGroupItem.js +1 -1
  125. package/src/sap/m/P13nGroupPanel.js +1 -1
  126. package/src/sap/m/P13nItem.js +1 -1
  127. package/src/sap/m/P13nPanel.js +1 -1
  128. package/src/sap/m/P13nSelectionItem.js +1 -1
  129. package/src/sap/m/P13nSelectionPanel.js +1 -1
  130. package/src/sap/m/P13nSortItem.js +1 -1
  131. package/src/sap/m/P13nSortPanel.js +1 -1
  132. package/src/sap/m/PDFViewer.js +14 -5
  133. package/src/sap/m/PDFViewerRenderer.js +15 -0
  134. package/src/sap/m/Page.js +1 -1
  135. package/src/sap/m/PageAccessibleLandmarkInfo.js +1 -1
  136. package/src/sap/m/PagingButton.js +1 -1
  137. package/src/sap/m/Panel.js +1 -1
  138. package/src/sap/m/PlanningCalendar.js +13 -2
  139. package/src/sap/m/PlanningCalendarHeader.js +4 -4
  140. package/src/sap/m/PlanningCalendarLegend.js +1 -1
  141. package/src/sap/m/PlanningCalendarRow.js +1 -1
  142. package/src/sap/m/PlanningCalendarView.js +1 -1
  143. package/src/sap/m/Popover.js +1 -1
  144. package/src/sap/m/ProgressIndicator.js +1 -1
  145. package/src/sap/m/PullToRefresh.js +1 -1
  146. package/src/sap/m/QuickView.js +1 -1
  147. package/src/sap/m/QuickViewBase.js +1 -1
  148. package/src/sap/m/QuickViewCard.js +1 -1
  149. package/src/sap/m/QuickViewGroup.js +1 -1
  150. package/src/sap/m/QuickViewGroupElement.js +1 -1
  151. package/src/sap/m/QuickViewPage.js +1 -1
  152. package/src/sap/m/RadioButton.js +1 -1
  153. package/src/sap/m/RadioButtonGroup.js +1 -1
  154. package/src/sap/m/RangeSlider.js +1 -1
  155. package/src/sap/m/RatingIndicator.js +1 -1
  156. package/src/sap/m/ResponsivePopover.js +1 -1
  157. package/src/sap/m/ResponsiveScale.js +1 -1
  158. package/src/sap/m/ScrollBar.js +1 -1
  159. package/src/sap/m/ScrollContainer.js +1 -1
  160. package/src/sap/m/SearchField.js +1 -1
  161. package/src/sap/m/SearchFieldRenderer.js +2 -0
  162. package/src/sap/m/SegmentedButton.js +1 -1
  163. package/src/sap/m/SegmentedButtonItem.js +1 -1
  164. package/src/sap/m/Select.js +2 -3
  165. package/src/sap/m/SelectDialog.js +1 -1
  166. package/src/sap/m/SelectList.js +1 -1
  167. package/src/sap/m/SelectRenderer.js +2 -3
  168. package/src/sap/m/SelectionDetails.js +1 -1
  169. package/src/sap/m/SelectionDetailsFacade.js +2 -2
  170. package/src/sap/m/SelectionDetailsItem.js +1 -1
  171. package/src/sap/m/SelectionDetailsItemLine.js +1 -1
  172. package/src/sap/m/Shell.js +1 -1
  173. package/src/sap/m/SimpleFixFlex.js +1 -1
  174. package/src/sap/m/SinglePlanningCalendar.js +1 -1
  175. package/src/sap/m/SinglePlanningCalendarDayView.js +1 -1
  176. package/src/sap/m/SinglePlanningCalendarGrid.js +1 -1
  177. package/src/sap/m/SinglePlanningCalendarMonthGrid.js +1 -1
  178. package/src/sap/m/SinglePlanningCalendarMonthView.js +1 -1
  179. package/src/sap/m/SinglePlanningCalendarView.js +1 -1
  180. package/src/sap/m/SinglePlanningCalendarWeekView.js +1 -1
  181. package/src/sap/m/SinglePlanningCalendarWorkWeekView.js +1 -1
  182. package/src/sap/m/SlideTile.js +1 -1
  183. package/src/sap/m/Slider.js +1 -1
  184. package/src/sap/m/SliderTooltip.js +1 -1
  185. package/src/sap/m/SliderTooltipBase.js +1 -1
  186. package/src/sap/m/SliderTooltipContainer.js +1 -1
  187. package/src/sap/m/SplitApp.js +1 -1
  188. package/src/sap/m/SplitButton.js +1 -1
  189. package/src/sap/m/SplitContainer.js +1 -1
  190. package/src/sap/m/StandardListItem.js +1 -1
  191. package/src/sap/m/StandardTile.js +1 -1
  192. package/src/sap/m/StandardTreeItem.js +1 -1
  193. package/src/sap/m/StepInput.js +1 -1
  194. package/src/sap/m/SuggestionItem.js +1 -1
  195. package/src/sap/m/SuggestionsPopover.js +1 -3
  196. package/src/sap/m/Switch.js +1 -1
  197. package/src/sap/m/TabContainer.js +1 -1
  198. package/src/sap/m/TabContainerItem.js +1 -1
  199. package/src/sap/m/TabStrip.js +1 -1
  200. package/src/sap/m/TabStripItem.js +1 -1
  201. package/src/sap/m/Table.js +1 -1
  202. package/src/sap/m/TablePersoController.js +1 -1
  203. package/src/sap/m/TablePersoDialog.js +1 -1
  204. package/src/sap/m/TablePersoProvider.js +1 -1
  205. package/src/sap/m/TableRenderer.js +1 -0
  206. package/src/sap/m/TableSelectDialog.js +1 -1
  207. package/src/sap/m/Text.js +1 -1
  208. package/src/sap/m/TextArea.js +1 -1
  209. package/src/sap/m/Tile.js +1 -1
  210. package/src/sap/m/TileContainer.js +1 -1
  211. package/src/sap/m/TileContent.js +1 -1
  212. package/src/sap/m/TimePicker.js +21 -6
  213. package/src/sap/m/TimePickerSlider.js +1 -1
  214. package/src/sap/m/TimePickerSliders.js +10 -1
  215. package/src/sap/m/Title.js +1 -1
  216. package/src/sap/m/TitlePropagationSupport.js +1 -1
  217. package/src/sap/m/ToggleButton.js +1 -1
  218. package/src/sap/m/Token.js +1 -1
  219. package/src/sap/m/Tokenizer.js +1 -1
  220. package/src/sap/m/TokenizerRenderer.js +1 -0
  221. package/src/sap/m/Toolbar.js +1 -1
  222. package/src/sap/m/ToolbarLayoutData.js +1 -1
  223. package/src/sap/m/ToolbarSeparator.js +1 -1
  224. package/src/sap/m/ToolbarSpacer.js +1 -1
  225. package/src/sap/m/Tree.js +1 -1
  226. package/src/sap/m/TreeItemBase.js +1 -1
  227. package/src/sap/m/UploadCollection.js +2 -2
  228. package/src/sap/m/UploadCollectionItem.js +1 -1
  229. package/src/sap/m/UploadCollectionParameter.js +1 -1
  230. package/src/sap/m/UploadCollectionToolbarPlaceholder.js +1 -1
  231. package/src/sap/m/VBox.js +1 -1
  232. package/src/sap/m/ViewSettingsCustomItem.js +1 -1
  233. package/src/sap/m/ViewSettingsCustomTab.js +1 -1
  234. package/src/sap/m/ViewSettingsDialog.js +1 -1
  235. package/src/sap/m/ViewSettingsFilterItem.js +1 -1
  236. package/src/sap/m/ViewSettingsItem.js +1 -1
  237. package/src/sap/m/VisibleItem.js +1 -1
  238. package/src/sap/m/Wizard.js +1 -1
  239. package/src/sap/m/WizardProgressNavigator.js +1 -1
  240. package/src/sap/m/WizardStep.js +1 -1
  241. package/src/sap/m/changeHandler/AddTableColumn.js +1 -1
  242. package/src/sap/m/changeHandler/ChangeLinkTarget.js +1 -1
  243. package/src/sap/m/changeHandler/CombineButtons.js +1 -1
  244. package/src/sap/m/changeHandler/MoveTableColumns.js +1 -1
  245. package/src/sap/m/changeHandler/SplitMenuButton.js +1 -1
  246. package/src/sap/m/library.js +2 -2
  247. package/src/sap/m/messagebundle.properties +3 -0
  248. package/src/sap/m/messagebundle_cs.properties +10 -10
  249. package/src/sap/m/messagebundle_de.properties +1 -1
  250. package/src/sap/m/messagebundle_el.properties +1 -1
  251. package/src/sap/m/messagebundle_fr.properties +11 -11
  252. package/src/sap/m/messagebundle_it.properties +2 -2
  253. package/src/sap/m/messagebundle_ko.properties +1 -1
  254. package/src/sap/m/messagebundle_ms.properties +1 -1
  255. package/src/sap/m/messagebundle_no.properties +10 -10
  256. package/src/sap/m/messagebundle_pl.properties +4 -4
  257. package/src/sap/m/messagebundle_pt.properties +3 -3
  258. package/src/sap/m/messagebundle_ro.properties +2 -2
  259. package/src/sap/m/messagebundle_ru.properties +1 -1
  260. package/src/sap/m/semantic/AddAction.js +1 -1
  261. package/src/sap/m/semantic/CancelAction.js +1 -1
  262. package/src/sap/m/semantic/DeleteAction.js +1 -1
  263. package/src/sap/m/semantic/DetailPage.js +1 -1
  264. package/src/sap/m/semantic/DiscussInJamAction.js +1 -1
  265. package/src/sap/m/semantic/EditAction.js +1 -1
  266. package/src/sap/m/semantic/FavoriteAction.js +1 -1
  267. package/src/sap/m/semantic/FilterAction.js +1 -1
  268. package/src/sap/m/semantic/FilterSelect.js +1 -1
  269. package/src/sap/m/semantic/FlagAction.js +1 -1
  270. package/src/sap/m/semantic/ForwardAction.js +1 -1
  271. package/src/sap/m/semantic/FullscreenPage.js +1 -1
  272. package/src/sap/m/semantic/GroupAction.js +1 -1
  273. package/src/sap/m/semantic/GroupSelect.js +1 -1
  274. package/src/sap/m/semantic/MainAction.js +1 -1
  275. package/src/sap/m/semantic/MasterPage.js +1 -1
  276. package/src/sap/m/semantic/MessagesIndicator.js +1 -1
  277. package/src/sap/m/semantic/MultiSelectAction.js +1 -1
  278. package/src/sap/m/semantic/NegativeAction.js +1 -1
  279. package/src/sap/m/semantic/OpenInAction.js +1 -1
  280. package/src/sap/m/semantic/PositiveAction.js +1 -1
  281. package/src/sap/m/semantic/PrintAction.js +1 -1
  282. package/src/sap/m/semantic/SaveAction.js +1 -1
  283. package/src/sap/m/semantic/Segment.js +1 -1
  284. package/src/sap/m/semantic/SegmentedContainer.js +1 -1
  285. package/src/sap/m/semantic/SemanticButton.js +1 -1
  286. package/src/sap/m/semantic/SemanticConfiguration.js +1 -1
  287. package/src/sap/m/semantic/SemanticControl.js +1 -1
  288. package/src/sap/m/semantic/SemanticOverflowToolbarButton.js +1 -1
  289. package/src/sap/m/semantic/SemanticPage.js +1 -1
  290. package/src/sap/m/semantic/SemanticSelect.js +1 -1
  291. package/src/sap/m/semantic/SemanticToggleButton.js +1 -1
  292. package/src/sap/m/semantic/SendEmailAction.js +1 -1
  293. package/src/sap/m/semantic/SendMessageAction.js +1 -1
  294. package/src/sap/m/semantic/ShareInJamAction.js +1 -1
  295. package/src/sap/m/semantic/ShareMenu.js +1 -1
  296. package/src/sap/m/semantic/ShareMenuPage.js +1 -1
  297. package/src/sap/m/semantic/SortAction.js +1 -1
  298. package/src/sap/m/semantic/SortSelect.js +1 -1
  299. package/src/sap/m/upload/UploadSet.js +2 -1
  300. package/src/sap/m/upload/UploadSetItem.js +1 -1
@@ -56,7 +56,7 @@ sap.ui.define([
56
56
  *
57
57
  * @extends sap.ui.core.Control
58
58
  * @author SAP SE
59
- * @version 1.71.35
59
+ * @version 1.71.39
60
60
  *
61
61
  * @constructor
62
62
  * @public
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  *
60
60
  * @extends sap.ui.core.Control
61
61
  * @author SAP SE
62
- * @version 1.71.35
62
+ * @version 1.71.39
63
63
  *
64
64
  * @constructor
65
65
  * @public
@@ -44,6 +44,7 @@ sap.ui.define(['sap/ui/Device', 'sap/ui/core/InvisibleText'],
44
44
  var aTokens = oControl.getTokens();
45
45
  if (!aTokens.length) {
46
46
  oRm.class("sapMTokenizerEmpty");
47
+ oRm.attr("aria-hidden", "true");
47
48
  }
48
49
 
49
50
  oRm.style("max-width", oControl.getMaxWidth());
@@ -68,7 +68,7 @@ function(
68
68
  * @implements sap.ui.core.Toolbar,sap.m.IBar
69
69
  *
70
70
  * @author SAP SE
71
- * @version 1.71.35
71
+ * @version 1.71.39
72
72
  *
73
73
  * @constructor
74
74
  * @public
@@ -23,7 +23,7 @@ sap.ui.define(['./library', 'sap/ui/core/LayoutData'],
23
23
  * <b>Note:</b> <code>ToolbarLayoutData</code> should not be used together with {@link sap.m.ToolbarSpacer}.
24
24
  *
25
25
  * @extends sap.ui.core.LayoutData
26
- * @version 1.71.35
26
+ * @version 1.71.39
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -23,7 +23,7 @@ sap.ui.define(['./library', 'sap/ui/core/Control', './ToolbarSeparatorRenderer']
23
23
  * @extends sap.ui.core.Control
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.71.35
26
+ * @version 1.71.39
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -23,7 +23,7 @@ sap.ui.define(['./library', 'sap/ui/core/Control', './ToolbarSpacerRenderer'],
23
23
  * @extends sap.ui.core.Control
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.71.35
26
+ * @version 1.71.39
27
27
  *
28
28
  * @constructor
29
29
  * @public
package/src/sap/m/Tree.js CHANGED
@@ -39,7 +39,7 @@ function(
39
39
  * @extends sap.m.ListBase
40
40
  *
41
41
  * @author SAP SE
42
- * @version 1.71.35
42
+ * @version 1.71.39
43
43
  *
44
44
  * @constructor
45
45
  * @public
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.m.ListItemBase
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.71.35
33
+ * @version 1.71.39
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -88,7 +88,7 @@ sap.ui.define([
88
88
  * @extends sap.ui.core.Control
89
89
  *
90
90
  * @author SAP SE
91
- * @version 1.71.35
91
+ * @version 1.71.39
92
92
  *
93
93
  * @constructor
94
94
  * @public
@@ -126,7 +126,7 @@ sap.ui.define([
126
126
  this._oFormatDecimal = FileSizeFormat.getInstance({
127
127
  binaryFilesize: true,
128
128
  maxFractionDigits: 1,
129
- maxIntegerDigits: 3
129
+ maxIntegerDigits: 4
130
130
  });
131
131
  }
132
132
  } catch (e) {
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Element
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.71.35
31
+ * @version 1.71.39
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @extends sap.ui.core.Element
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.71.35
23
+ * @version 1.71.39
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.core.Control
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.71.35
25
+ * @version 1.71.39
26
26
  *
27
27
  * @constructor
28
28
  * @public
package/src/sap/m/VBox.js CHANGED
@@ -26,7 +26,7 @@ sap.ui.define(['./FlexBox', './library', "./VBoxRenderer"],
26
26
  * @extends sap.m.FlexBox
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.71.35
29
+ * @version 1.71.39
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -22,7 +22,7 @@ sap.ui.define(['./ViewSettingsItem', 'sap/ui/base/ManagedObject', './library'],
22
22
  * @extends sap.m.ViewSettingsItem
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.71.35
25
+ * @version 1.71.39
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -20,7 +20,7 @@ sap.ui.define(['./library', 'sap/ui/core/Item', 'sap/ui/core/IconPool'],
20
20
  * @extends sap.ui.core.Item
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.71.35
23
+ * @version 1.71.39
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -107,7 +107,7 @@ function(
107
107
  * @extends sap.ui.core.Control
108
108
  *
109
109
  * @author SAP SE
110
- * @version 1.71.35
110
+ * @version 1.71.39
111
111
  *
112
112
  * @constructor
113
113
  * @public
@@ -24,7 +24,7 @@ sap.ui.define(['./ViewSettingsItem', './library', 'sap/ui/base/ManagedObject'],
24
24
  * @extends sap.m.ViewSettingsItem
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.71.35
27
+ * @version 1.71.39
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -25,7 +25,7 @@ sap.ui.define(['./library', 'sap/ui/core/Item', 'sap/ui/base/ManagedObject'],
25
25
  * @extends sap.ui.core.Item
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.71.35
28
+ * @version 1.71.39
29
29
  *
30
30
  * @constructor
31
31
  * @public
@@ -21,7 +21,7 @@ sap.ui.define(['./library', 'sap/ui/core/Item', "sap/ui/thirdparty/jquery"],
21
21
  * @extends sap.ui.core.Item
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.71.35
24
+ * @version 1.71.39
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -64,7 +64,7 @@ sap.ui.define([
64
64
  * On mobile devices the steps in the StepNavigator are grouped together and overlap. Tapping on them will show a popover to select the step to navigate to.
65
65
  * @extends sap.ui.core.Control
66
66
  * @author SAP SE
67
- * @version 1.71.35
67
+ * @version 1.71.39
68
68
  *
69
69
  * @constructor
70
70
  * @public
@@ -41,7 +41,7 @@ function(
41
41
  * @extends sap.ui.core.Control
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.71.35
44
+ * @version 1.71.39
45
45
  *
46
46
  * @constructor
47
47
  * @private
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * <li>If the execution needs to branch after a given step, you should set all possible next steps in the <code>subsequentSteps</code> aggregation.
37
37
  * @extends sap.ui.core.Control
38
38
  * @author SAP SE
39
- * @version 1.71.35
39
+ * @version 1.71.39
40
40
  *
41
41
  * @constructor
42
42
  * @public
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  *
23
23
  * @author SAP SE
24
24
  *
25
- * @version 1.71.35
25
+ * @version 1.71.39
26
26
  *
27
27
  * @experimental Since 1.51.0 This class is experimental and provides only limited functionality.
28
28
  * Also the API might be changed in future.
@@ -12,7 +12,7 @@ sap.ui.define(function () {
12
12
  *
13
13
  * @alias sap.m.changeHandler.ChangeLinkTarget
14
14
  * @author SAP SE
15
- * @version 1.71.35
15
+ * @version 1.71.39
16
16
  * @experimental Since 1.71
17
17
  */
18
18
  var ChangeLinkTarget = {};
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  *
22
22
  * @alias sap.m.changeHandler.CombineButtons
23
23
  * @author SAP SE
24
- * @version 1.71.35
24
+ * @version 1.71.39
25
25
  * @experimental Since 1.48
26
26
  */
27
27
  var CombineButtons = {};
@@ -12,7 +12,7 @@ sap.ui.define(["sap/base/Log", "sap/ui/thirdparty/jquery"], function(Log, jQuery
12
12
  *
13
13
  * @alias sap.m.changeHandler.MoveTableColumns
14
14
  * @author SAP SE
15
- * @version 1.71.35
15
+ * @version 1.71.39
16
16
  * @experimental Since 1.48
17
17
  */
18
18
  var MoveTableColumns = {};
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  *
20
20
  * @alias sap.m.changeHandler.SplitMenuButton
21
21
  * @author SAP SE
22
- * @version 1.71.35
22
+ * @version 1.71.39
23
23
  * @experimental Since 1.48
24
24
  */
25
25
  var SplitMenuButton = {};
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  // delegate further initialization of this library to the Core
46
46
  sap.ui.getCore().initLibrary({
47
47
  name : "sap.m",
48
- version: "1.71.35",
48
+ version: "1.71.39",
49
49
  dependencies : ["sap.ui.core"],
50
50
  designtime: "sap/m/designtime/library.designtime",
51
51
  types: [
@@ -517,7 +517,7 @@ sap.ui.define([
517
517
  * @namespace
518
518
  * @alias sap.m
519
519
  * @author SAP SE
520
- * @version 1.71.35
520
+ * @version 1.71.39
521
521
  * @public
522
522
  */
523
523
  var thisLib = sap.m;
@@ -1206,6 +1206,9 @@ SPC_NAVIGATION_TOOLBAR=Single planning calendar navigation
1206
1206
  #XACT PlanningCalendarHeader's datepicker accessibility announcement
1207
1207
  PCH_SELECT_RANGE=Select range
1208
1208
 
1209
+ #XACT Announcement for the popover of PlanningCalendarHeader's datepicker
1210
+ PCH_RANGE_PICKER=Range picker
1211
+
1209
1212
  #XACT PlanningCalendarHeader "today" button announcement
1210
1213
  PCH_NAVIGATE_TO_TODAY=Navigate to the current day
1211
1214
 
@@ -392,7 +392,7 @@ FACETFILTER_FILTERS_HUGE={0} dal\u0161\u00ED/ch exist.
392
392
  FACETFILTER_SERVER_SEARCH=Dal\u0161\u00ED hled\u00E1n\u00ED na serveru
393
393
 
394
394
  #XBUT: Button to remove a filter from the filter bar
395
- FACETFILTER_REMOVE_FILTER=Odstranit filtr
395
+ FACETFILTER_REMOVE_FILTER=Odebrat filtr
396
396
 
397
397
  #XACT: ARIA announcement for the position of the list items in an entire list
398
398
  FACETFILTERLIST_ARIA_POSITION={0} z {1}
@@ -452,10 +452,10 @@ INPUTBASE_VALUE_STATE_INFORMATION=Status hodnoty - informace
452
452
  VALUE_STATE_ERROR_ALREADY_SELECTED=Tato hodnota je ji\u017E vybr\u00E1na.
453
453
 
454
454
  #XBUT,10: Tooltip for button to remove facet list
455
- FACETFILTER_REMOVE=Odstranit fasetu
455
+ FACETFILTER_REMOVE=OdebSezFas
456
456
 
457
457
  #XBUT: ARIA announcement for removable facet
458
- FACETFILTER_ARIA_REMOVE=Odstraniteln\u00E1 faseta\: Odstranit s V\u00DDMAZEM
458
+ FACETFILTER_ARIA_REMOVE=Faseta k odebr\u00E1n\u00ED\: odebrat v\u00FDb\u011Brem VYMAZAT
459
459
 
460
460
  #XBUT: Tooltip for button to add facet filter list
461
461
  FACETFILTER_ADDFACET=P\u0159idat filtr
@@ -748,21 +748,21 @@ CONDITIONPANEL_REMOVE_TOOLTIP=Odstranit \u0159\u00E1dku
748
748
  #XTOL: ConditionPanel predefined text for tooltip on plus buttons
749
749
  CONDITIONPANEL_ADD_FILTER_TOOLTIP=P\u0159idat filtr
750
750
  #XTOL: ConditionPanel predefined text for tooltip on remove buttons
751
- CONDITIONPANEL_REMOVE_FILTER_TOOLTIP=Odstran\u011Bn\u00ED filtru
751
+ CONDITIONPANEL_REMOVE_FILTER_TOOLTIP=Odebrat filtr
752
752
  #XTOL: ConditionPanel predefined text for tooltip on plus buttons
753
753
  CONDITIONPANEL_ADD_SORT_TOOLTIP=P\u0159idat krit\u00E9ria v\u00FDb\u011Bru
754
754
  #XTOL: ConditionPanel predefined text for tooltip on remove buttons
755
- CONDITIONPANEL_REMOVE_SORT_TOOLTIP=Odstranit krit\u00E9ria v\u00FDb\u011Bru
755
+ CONDITIONPANEL_REMOVE_SORT_TOOLTIP=Odebrat krit\u00E9ria v\u00FDb\u011Bru
756
756
  #XTOL: ConditionPanel predefined text for tooltip on plus buttons
757
757
  CONDITIONPANEL_ADD_GROUP_TOOLTIP=P\u0159idat krit\u00E9rium seskupen\u00ED
758
758
  #XTOL: ConditionPanel predefined text for tooltip on remove buttons
759
- CONDITIONPANEL_REMOVE_GROUP_TOOLTIP=Odstranit krit\u00E9rium seskupen\u00ED
759
+ CONDITIONPANEL_REMOVE_GROUP_TOOLTIP=Odebrat krit\u00E9rium seskupen\u00ED
760
760
  #XTOL: ConditionPanel predefined text for tooltip on plus buttons
761
761
  CONDITIONPANEL_ADD_CONDITION_TOOLTIP=P\u0159idat podm\u00EDnku
762
762
  #XTOL: ConditionPanel predefined text for tooltip on remove buttons
763
- CONDITIONPANEL_REMOVE_CONDITION_TOOLTIP=Odstranit podm\u00EDnku
763
+ CONDITIONPANEL_REMOVE_CONDITION_TOOLTIP=Odebrat podm\u00EDnku
764
764
  #XBUT: ConditionPanel predefined text for remove all button
765
- CONDITIONPANEL_REMOVE_ALL=V\u0161echny odstranit
765
+ CONDITIONPANEL_REMOVE_ALL=Odebrat v\u0161e
766
766
  #XTIT: ConditionPanel predefined field warning hint
767
767
  CONDITIONPANEL_FIELDMESSAGE=Zadejte platnou hodnotu
768
768
 
@@ -1388,7 +1388,7 @@ NOTIFICATION_LIST_BASE_CLOSE=Zav\u0159\u00EDt
1388
1388
  NO_GROUPING=\u017D\u00E1dn\u00E9 seskupen\u00ED
1389
1389
 
1390
1390
  #XBUT: No filtering item in ViewSettingsPopover
1391
- REMOVE_FILTER=Odstranit filtr
1391
+ REMOVE_FILTER=Odebrat filtr
1392
1392
 
1393
1393
  #XBUT: ARIA-LabelledBy for ViewSettingsPopover
1394
1394
  ARIA_LABELLED_BY_POPOVER=Nastaven\u00ED zobrazen\u00ED sloupc\u016F
@@ -1457,7 +1457,7 @@ LIGHTBOX_IMAGE_ERROR_DETAILS=Obr\u00E1zek nebyl na zadan\u00E9m m\u00EDst\u011B
1457
1457
  LIGHTBOX_ARIA_ENLARGED=Zv\u011Bt\u0161en\u00FD obr\u00E1zek {0} {1}
1458
1458
 
1459
1459
  #XACT: ARIA keyboard announcement for the DEL key for removing a tile
1460
- TILE_REMOVE_BY_DEL_KEY=Pro odebr\u00E1n\u00ED polo\u017Eky stiskn\u011Bte tla\u010D\u00EDtko Odstranit (nebo Vymazat).
1460
+ TILE_REMOVE_BY_DEL_KEY=Polo\u017Eku m\u016F\u017Eete odebrat stisknut\u00EDm kl\u00E1vesy Delete.
1461
1461
 
1462
1462
  #XACT: ARIA text for GenericTile in actions scope
1463
1463
  GENERICTILE_ACTIONS_ARIA_TEXT=Odstraniteln\u00E1 dla\u017Edice
@@ -614,7 +614,7 @@ UPLOAD_SET_NO_DATA_TEXT=Keine Dateien gefunden.
614
614
  UPLOAD_SET_NO_DATA_DESCRIPTION=Dateien f\u00FCr Upload hierher ziehen oder Taste "+" verwenden.
615
615
 
616
616
  #XTIT: Predefined text for title in the personalization dialog - Settings for the view ('view' here is a noun).
617
- P13NDIALOG_VIEW_SETTINGS=Anzeigeeinstellungen
617
+ P13NDIALOG_VIEW_SETTINGS=Ansichtseinstellungen
618
618
  #XTIT: dialog title if the dialog contains only filter panel
619
619
  P13NDIALOG_TITLE_FILTER=Filter definieren
620
620
  #XTIT: dialog title if the dialog contains only sort panel
@@ -979,7 +979,7 @@ SEMANTIC_CONTROL_MULTI_SELECT_CANCEL=\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7
979
979
  #XBUT: sap.m.semantic.SemanticControl Message indicator button text
980
980
  SEMANTIC_CONTROL_MESSAGES_INDICATOR=\u039C\u03B7\u03BD\u03CD\u03BC\u03B1\u03C4\u03B1
981
981
  #XBUT: sap.m.semantic.SemanticControl "Action" Share button text
982
- SEMANTIC_CONTROL_ACTION_SHARE=\u039A\u03BF\u03B9\u03BD\u03AE \u03A7\u03C1\u03AE\u03C3\u03B7
982
+ SEMANTIC_CONTROL_ACTION_SHARE=\u039A\u03BF\u03B9\u03BD\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7
983
983
  #XTXT: sap.m.semantic.DetailPage title
984
984
  SEMANTIC_DETAIL_PAGE_TITLE=\u039B\u03B5\u03C0\u03C4\u03BF\u03BC\u03AD\u03C1\u03B5\u03B9\u03B5\u03C2
985
985
  #XTXT: sap.m.semantic.MasterPage title
@@ -119,7 +119,7 @@ LIST_ITEM_STATE_SUCCESS=R\u00E9ussite
119
119
  LIST_ITEM_DELETE=Supprimer
120
120
 
121
121
  #XTOL: tooltip for the edit icon of the list item
122
- LIST_ITEM_EDIT=Traiter
122
+ LIST_ITEM_EDIT=Modifier
123
123
 
124
124
  #XACT: Aria-describedby text for MessageListItem. Placeholder might be Success, Warning, Error or Information
125
125
  MESSAGE_LIST_ITEM_FOCUS_TEXT=Appuyez sur Alt+Entr\u00E9e pour acc\u00E9der \u00E0 l''emplacement {0}. Appuyez sur Entr\u00E9e pour acc\u00E9der \u00E0 la page des d\u00E9tails.
@@ -392,7 +392,7 @@ FACETFILTER_FILTERS_HUGE={0} Autres disponibles
392
392
  FACETFILTER_SERVER_SEARCH=Poursuivre la recherche sur le serveur
393
393
 
394
394
  #XBUT: Button to remove a filter from the filter bar
395
- FACETFILTER_REMOVE_FILTER=Supprimer filtre
395
+ FACETFILTER_REMOVE_FILTER=Supprimer le filtre
396
396
 
397
397
  #XACT: ARIA announcement for the position of the list items in an entire list
398
398
  FACETFILTERLIST_ARIA_POSITION={0}/{1}
@@ -458,7 +458,7 @@ FACETFILTER_REMOVE=Sup.l.fac.
458
458
  FACETFILTER_ARIA_REMOVE=Facette supprimable \: appuyez sur SUPPRIMER pour effacer.
459
459
 
460
460
  #XBUT: Tooltip for button to add facet filter list
461
- FACETFILTER_ADDFACET=Ajouter filtre
461
+ FACETFILTER_ADDFACET=Ajouter un filtre
462
462
 
463
463
  #XBUT: Tooltip for button to reset filter
464
464
  FACETFILTER_RESET=R\u00E9initialiser les filtres
@@ -566,7 +566,7 @@ UPLOAD_SET_ITEM_UPLOADING_STATE=Chargement en cours
566
566
  UPLOAD_SET_RESTART_BUTTON_TEXT=Relancer
567
567
 
568
568
  #XBUT: Text for 'Edit' button in the upload set item
569
- UPLOAD_SET_EDIT_BUTTON_TEXT=Traiter
569
+ UPLOAD_SET_EDIT_BUTTON_TEXT=Modifier
570
570
 
571
571
  #XBUT: Text for 'Rename' button in the upload set item
572
572
  UPLOAD_SET_RENAME_BUTTON_TEXT=Renommer
@@ -746,13 +746,13 @@ CONDITIONPANEL_ADD_TOOLTIP=Ajouter nouvelle ligne
746
746
  #XTOL: ConditionPanel predefined text for tooltip on remove buttons
747
747
  CONDITIONPANEL_REMOVE_TOOLTIP=Supprimer ligne
748
748
  #XTOL: ConditionPanel predefined text for tooltip on plus buttons
749
- CONDITIONPANEL_ADD_FILTER_TOOLTIP=Ajouter filtre
749
+ CONDITIONPANEL_ADD_FILTER_TOOLTIP=Ajouter un filtre
750
750
  #XTOL: ConditionPanel predefined text for tooltip on remove buttons
751
- CONDITIONPANEL_REMOVE_FILTER_TOOLTIP=Supprimer filtre
751
+ CONDITIONPANEL_REMOVE_FILTER_TOOLTIP=Supprimer le filtre
752
752
  #XTOL: ConditionPanel predefined text for tooltip on plus buttons
753
- CONDITIONPANEL_ADD_SORT_TOOLTIP=Ajouter crit\u00E8re de tri
753
+ CONDITIONPANEL_ADD_SORT_TOOLTIP=Ajouter un crit\u00E8re de tri
754
754
  #XTOL: ConditionPanel predefined text for tooltip on remove buttons
755
- CONDITIONPANEL_REMOVE_SORT_TOOLTIP=Supprimer crit\u00E8re de tri
755
+ CONDITIONPANEL_REMOVE_SORT_TOOLTIP=Supprimer le crit\u00E8re de tri
756
756
  #XTOL: ConditionPanel predefined text for tooltip on plus buttons
757
757
  CONDITIONPANEL_ADD_GROUP_TOOLTIP=Ajouter crit\u00E8re de regroupement
758
758
  #XTOL: ConditionPanel predefined text for tooltip on remove buttons
@@ -933,7 +933,7 @@ CAROUSEL_ERROR_MESSAGE=Impossible de charger le contenu
933
933
  COLON=\ \:
934
934
 
935
935
  #XBUT: sap.m.semantic.SemanticControl Edit button text
936
- SEMANTIC_CONTROL_EDIT=Traiter
936
+ SEMANTIC_CONTROL_EDIT=Modifier
937
937
  #XBUT: sap.m.semantic.SemanticControl Save button text
938
938
  SEMANTIC_CONTROL_SAVE=Sauvegarder
939
939
  #XBUT: sap.m.semantic.SemanticControl Delete button text
@@ -1388,7 +1388,7 @@ NOTIFICATION_LIST_BASE_CLOSE=Fermer
1388
1388
  NO_GROUPING=Aucun regroupement
1389
1389
 
1390
1390
  #XBUT: No filtering item in ViewSettingsPopover
1391
- REMOVE_FILTER=Supprimer filtre
1391
+ REMOVE_FILTER=Supprimer le filtre
1392
1392
 
1393
1393
  #XBUT: ARIA-LabelledBy for ViewSettingsPopover
1394
1394
  ARIA_LABELLED_BY_POPOVER=Options pour vue de colonnes
@@ -1517,7 +1517,7 @@ PDF_VIEWER_PLACEHOLDER_ERROR_TEXT=Impossible de charger le fichier PDF
1517
1517
  PDF_VIEWER_ACCESSIBILITY_LABEL=Visualiseur PDF
1518
1518
 
1519
1519
  #XTIT: PDF viewer's message box header for source validation error
1520
- PDF_VIEWER_SOURCE_VALIDATION_MESSAGE_HEADER=Erreur lors de la validation de la source
1520
+ PDF_VIEWER_SOURCE_VALIDATION_MESSAGE_HEADER=Erreur lors validation de la source
1521
1521
 
1522
1522
  #XMSG: PDF viewer's message box text for source validation error
1523
1523
  PDF_VIEWER_SOURCE_VALIDATION_MESSAGE_TEXT=La source du fichier ne peut pas \u00EAtre valid\u00E9e. Afficher le fichier malgr\u00E9 tout ?
@@ -545,10 +545,10 @@ UPLOADCOLLECTION_NO_DATA_TEXT=Nessun file trovato.
545
545
  UPLOADCOLLECTION_NO_DATA_DESCRIPTION=Trascina qui i file da caricare o utilizza il pulsante "+".
546
546
 
547
547
  #XMSG: Message text indicating where to drag
548
- UPLOADCOLLECTION_DRAG_FILE_INDICATOR=Trascina qui i file
548
+ UPLOADCOLLECTION_DRAG_FILE_INDICATOR=Trascinare qui i file
549
549
 
550
550
  #XMSG: Message text indicating where to drop file and upload
551
- UPLOADCOLLECTION_DROP_FILE_INDICATOR=Trascina qui i file per l'upload
551
+ UPLOADCOLLECTION_DROP_FILE_INDICATOR=Trascinare qui i file da caricare
552
552
 
553
553
  #XTXT: Text for 'Complete' upload state in the upload set item
554
554
  UPLOAD_SET_ITEM_COMPLETE_STATE=Completo
@@ -383,7 +383,7 @@ FACETFILTER_INFOBAR_AFTER_AND={0}({1})
383
383
  FACETFILTER_INFOBAR_FILTERS_APPLIED=\uC5EC\uB7EC \uD544\uD130 \uC801\uC6A9
384
384
 
385
385
  #YMSG: Filter bar msg shown when there are more filters available that cannot be displayed because there is not enough room: ex. 2 More...
386
- FACETFILTER_MORE_COUNT={0}\uAC1C \uD56D\uBAA9 \uB354 \uBCF4\uAE30...
386
+ FACETFILTER_MORE_COUNT={0}\uAC1C \uD56D\uBAA9 \uB354...
387
387
 
388
388
  #YMSG: Message displayed in filter dialog when there are many more filters available but not shown: ex. 76 more available
389
389
  FACETFILTER_FILTERS_HUGE={0}\uAC1C \uD56D\uBAA9 \uB354 \uC0AC\uC6A9 \uAC00\uB2A5
@@ -1472,7 +1472,7 @@ NOTIFICATION_LIST_GROUP_MAX_NOTIFICATIONS_TITLE=Terdapat lagi {0}pemberitahuan
1472
1472
  NOTIFICATION_LIST_GROUP_MAX_NOTIFICATIONS_BODY=Anda perlu tutup atau mengambil tindakan pada pemberitahuan tersenarai untuk memaparkan lebih lagi.
1473
1473
 
1474
1474
  #XTOL: Tooltip of the button for increasing for example the quantity of a product inside shopping-cart application
1475
- STEP_INPUT_INCREASE_BTN=Tingkatkan
1475
+ STEP_INPUT_INCREASE_BTN=Kenaikan
1476
1476
 
1477
1477
  #XTOL: Tooltip of the button for decreasing for example the quantity of a product inside shopping-cart application
1478
1478
  STEP_INPUT_DECREASE_BTN=Penurunan
@@ -458,7 +458,7 @@ FACETFILTER_REMOVE=Fjern FL
458
458
  FACETFILTER_ARIA_REMOVE=Fasett som kan fjernes\: Fjern med SLETT
459
459
 
460
460
  #XBUT: Tooltip for button to add facet filter list
461
- FACETFILTER_ADDFACET=Tilf\u00F8y filter
461
+ FACETFILTER_ADDFACET=Legg til filter
462
462
 
463
463
  #XBUT: Tooltip for button to reset filter
464
464
  FACETFILTER_RESET=Tilbakestill filter
@@ -533,7 +533,7 @@ UPLOADCOLLECTION_TERMINATEBUTTON_TEXT=Avbryt opplasting
533
533
  UPLOADCOLLECTION_EDITBUTTON_TEXT=Endre navn
534
534
 
535
535
  #XBUT: Text for Add button in the upload collection
536
- UPLOADCOLLECTION_ADD=Tilf\u00F8y
536
+ UPLOADCOLLECTION_ADD=Legg til
537
537
 
538
538
  #XBUT: Text for Upload button in the upload collection
539
539
  UPLOADCOLLECTION_UPLOAD=Last opp
@@ -712,13 +712,13 @@ CONDITIONPANEL_OPTION_DATE_BT=mellom
712
712
  #XTIT: ConditionPanel Option for date
713
713
  CONDITIONPANEL_OPTION_DATE_EQ=lik
714
714
  #XTIT: ConditionPanel Option for date
715
- CONDITIONPANEL_OPTION_DATE_GT=etter den
715
+ CONDITIONPANEL_OPTION_DATE_GT=etter
716
716
  #XTIT: ConditionPanel Option for date
717
- CONDITIONPANEL_OPTION_DATE_GE=den eller etter den
717
+ CONDITIONPANEL_OPTION_DATE_GE=p\u00E5 den eller etter den
718
718
  #XTIT: ConditionPanel Option for date
719
- CONDITIONPANEL_OPTION_DATE_LT=f\u00F8r den
719
+ CONDITIONPANEL_OPTION_DATE_LT=f\u00F8r
720
720
  #XTIT: ConditionPanel Option for date
721
- CONDITIONPANEL_OPTION_DATE_LE=f\u00F8r den eller den
721
+ CONDITIONPANEL_OPTION_DATE_LE=f\u00F8r den eller p\u00E5 den
722
722
  #XTIT: ConditionPanel Option for numeric
723
723
  CONDITIONPANEL_OPTION_NUMERIC_BT=mellom
724
724
  #XTIT: ConditionPanel Option for numeric
@@ -742,15 +742,15 @@ CONDITIONPANEL_LABELVALUE=Verdi
742
742
  #XTIT: ConditionPanel Option Label
743
743
  CONDITIONPANEL_LABELGROUPING=Vis felt som kolonne
744
744
  #XTOL: ConditionPanel predefined text for tooltip on plus buttons
745
- CONDITIONPANEL_ADD_TOOLTIP=Tilf\u00F8y ny linje
745
+ CONDITIONPANEL_ADD_TOOLTIP=Legg til ny linje
746
746
  #XTOL: ConditionPanel predefined text for tooltip on remove buttons
747
747
  CONDITIONPANEL_REMOVE_TOOLTIP=Fjern linje
748
748
  #XTOL: ConditionPanel predefined text for tooltip on plus buttons
749
- CONDITIONPANEL_ADD_FILTER_TOOLTIP=Tilf\u00F8y filter
749
+ CONDITIONPANEL_ADD_FILTER_TOOLTIP=Legg til filter
750
750
  #XTOL: ConditionPanel predefined text for tooltip on remove buttons
751
751
  CONDITIONPANEL_REMOVE_FILTER_TOOLTIP=Fjern filter
752
752
  #XTOL: ConditionPanel predefined text for tooltip on plus buttons
753
- CONDITIONPANEL_ADD_SORT_TOOLTIP=Tilf\u00F8y sorteringskriterium
753
+ CONDITIONPANEL_ADD_SORT_TOOLTIP=Legg til sorteringskriterium
754
754
  #XTOL: ConditionPanel predefined text for tooltip on remove buttons
755
755
  CONDITIONPANEL_REMOVE_SORT_TOOLTIP=Fjern sorteringskriterium
756
756
  #XTOL: ConditionPanel predefined text for tooltip on plus buttons
@@ -959,7 +959,7 @@ SEMANTIC_CONTROL_FLAG=Indikator
959
959
  #XBUT: sap.m.semantic.SemanticControl Favorite button text
960
960
  SEMANTIC_CONTROL_FAVORITE=Favoritt
961
961
  #XBUT: sap.m.semantic.SemanticControl Add button text
962
- SEMANTIC_CONTROL_ADD=Tilf\u00F8y
962
+ SEMANTIC_CONTROL_ADD=Legg til
963
963
  #XBUT: sap.m.semantic.SemanticControl Send Email button text
964
964
  SEMANTIC_CONTROL_SEND_EMAIL=Send e-post
965
965
  #XBUT: sap.m.semantic.SemanticControl Discuss in SAP Jam button text
@@ -437,16 +437,16 @@ INPUT_DISABLED=Dezaktywowano wprowadzanie tekstu
437
437
  INPUT_AVALIABLE_VALUES=Dost\u0119pne warto\u015Bci
438
438
 
439
439
  #XACT: ARIA announcement for the Input's value state "Error"
440
- INPUTBASE_VALUE_STATE_ERROR=Status warto\u015Bci - b\u0142\u0105d
440
+ INPUTBASE_VALUE_STATE_ERROR=Status warto\u015Bci - b\u0142\u0105d\:
441
441
 
442
442
  #XACT: ARIA announcement for the Input's value state "Warning"
443
- INPUTBASE_VALUE_STATE_WARNING=Status warto\u015Bci - ostrze\u017Cenie
443
+ INPUTBASE_VALUE_STATE_WARNING=Status warto\u015Bci - ostrze\u017Cenie\:
444
444
 
445
445
  #XACT: ARIA announcement for the Input's value state "Success"
446
- INPUTBASE_VALUE_STATE_SUCCESS=Status warto\u015Bci - powodzenie
446
+ INPUTBASE_VALUE_STATE_SUCCESS=Status warto\u015Bci - powodzenie\:
447
447
 
448
448
  #XACT: ARIA announcement for the Input's value state "Information"
449
- INPUTBASE_VALUE_STATE_INFORMATION=Status warto\u015Bci - informacja
449
+ INPUTBASE_VALUE_STATE_INFORMATION=Status warto\u015Bci - informacja\:
450
450
 
451
451
  #XMSG: Text used for value state error message when an item is already selected
452
452
  VALUE_STATE_ERROR_ALREADY_SELECTED=Ta warto\u015B\u0107 jest ju\u017C wybrana.
@@ -131,10 +131,10 @@ MESSAGE_VIEW_LINK_FOCUS_TEXT=Ativar link para ir para a localiza\u00E7\u00E3o {0
131
131
  PAGE_NAVBUTTON_TEXT=Voltar
132
132
 
133
133
  #XBUT: A switch is a user interface control on mobile devices that is used for change between binary states
134
- SWITCH_ON=On
134
+ SWITCH_ON=Atv.
135
135
 
136
136
  #XBUT: A switch is a user interface control on mobile devices that is used for change between binary states
137
- SWITCH_OFF=Off
137
+ SWITCH_OFF=Des.
138
138
 
139
139
  #XACT: ARIA keyboard announcement for the accept state in the Switch control
140
140
  SWITCH_ARIA_ACCEPT=Aceitar
@@ -608,7 +608,7 @@ UPLOAD_SET_OKBUTTON_TEXT=OK
608
608
  UPLOAD_SET_UPLOAD_COMPLETED=Upload conclu\u00EDdo. Aguardar at\u00E9 que o servidor tenha conclu\u00EDdo o processamento.
609
609
 
610
610
  #XMSG: Message text for no data text in the upload set
611
- UPLOAD_SET_NO_DATA_TEXT=Nenhum file encontrado.
611
+ UPLOAD_SET_NO_DATA_TEXT=Nenhum arquivo encontrado.
612
612
 
613
613
  #XMSG: Message text for no data description in the upload set
614
614
  UPLOAD_SET_NO_DATA_DESCRIPTION=Arrastar files para upload ou utilizar o bot\u00E3o "+".
@@ -1490,10 +1490,10 @@ OI_ARIA_ROLE=Identificator obiect
1490
1490
  NOTIFICATION_LIST_ITEM_CREATED_BY=Creat de
1491
1491
 
1492
1492
  #XACT: Unread status of Notification List Item
1493
- NOTIFICATION_LIST_GROUP_UNREAD=Grup de notific\u0103ri necitit.
1493
+ NOTIFICATION_LIST_GROUP_UNREAD=Grup de notific\u0103ri necitite.
1494
1494
 
1495
1495
  #XACT: Read status of Notification List Item
1496
- NOTIFICATION_LIST_GROUP_READ=Grup de notific\u0103ri citit.
1496
+ NOTIFICATION_LIST_GROUP_READ=Grup de notific\u0103ri citite.
1497
1497
 
1498
1498
  #XACT: Aria label for Table select all CheckBox
1499
1499
  TABLE_CHECKBOX_SELECT_ALL=Selectare toate r\u00E2ndurile