@openui5/sap.ui.commons 1.143.1 → 1.145.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/REUSE.toml +40 -16
- package/THIRDPARTY.txt +22 -1
- package/package.json +4 -4
- package/src/sap/ui/commons/.library +2 -2
- package/src/sap/ui/commons/Accordion.js +2 -2
- package/src/sap/ui/commons/AccordionRenderer.js +1 -1
- package/src/sap/ui/commons/AccordionSection.js +2 -2
- package/src/sap/ui/commons/ApplicationHeader.js +2 -2
- package/src/sap/ui/commons/ApplicationHeaderRenderer.js +1 -1
- package/src/sap/ui/commons/Area.js +2 -2
- package/src/sap/ui/commons/AutoComplete.js +2 -2
- package/src/sap/ui/commons/AutoCompleteRenderer.js +1 -1
- package/src/sap/ui/commons/Button.js +2 -2
- package/src/sap/ui/commons/ButtonRenderer.js +2 -2
- package/src/sap/ui/commons/Callout.js +2 -2
- package/src/sap/ui/commons/CalloutBase.js +2 -2
- package/src/sap/ui/commons/CalloutBaseRenderer.js +1 -1
- package/src/sap/ui/commons/CalloutRenderer.js +1 -1
- package/src/sap/ui/commons/Carousel.js +2 -2
- package/src/sap/ui/commons/CarouselRenderer.js +1 -1
- package/src/sap/ui/commons/CheckBox.js +2 -2
- package/src/sap/ui/commons/CheckBoxRenderer.js +1 -1
- package/src/sap/ui/commons/ColorPicker.js +2 -2
- package/src/sap/ui/commons/ComboBox.js +2 -2
- package/src/sap/ui/commons/ComboBoxRenderer.js +1 -1
- package/src/sap/ui/commons/DatePicker.js +2 -2
- package/src/sap/ui/commons/DatePickerRenderer.js +1 -1
- package/src/sap/ui/commons/Dialog.js +2 -2
- package/src/sap/ui/commons/DialogRenderer.js +1 -1
- package/src/sap/ui/commons/DropdownBox.js +2 -2
- package/src/sap/ui/commons/DropdownBoxRenderer.js +1 -1
- package/src/sap/ui/commons/FileUploader.js +2150 -22
- package/src/sap/ui/commons/FileUploaderHttpRequestMethod.js +41 -0
- package/src/sap/ui/commons/FileUploaderParameter.js +25 -15
- package/src/sap/ui/commons/FileUploaderRenderer.js +114 -5
- package/src/sap/ui/commons/FileUploaderXHRSettings.js +49 -0
- package/src/sap/ui/commons/FormattedTextView.js +2 -2
- package/src/sap/ui/commons/FormattedTextViewRenderer.js +1 -1
- package/src/sap/ui/commons/HorizontalDivider.js +2 -2
- package/src/sap/ui/commons/HorizontalDividerRenderer.js +1 -1
- package/src/sap/ui/commons/Image.js +2 -2
- package/src/sap/ui/commons/ImageMap.js +2 -2
- package/src/sap/ui/commons/ImageMapRenderer.js +1 -1
- package/src/sap/ui/commons/ImageRenderer.js +1 -1
- package/src/sap/ui/commons/InPlaceEdit.js +2 -2
- package/src/sap/ui/commons/InPlaceEditRenderer.js +1 -1
- package/src/sap/ui/commons/Label.js +2 -2
- package/src/sap/ui/commons/LabelRenderer.js +1 -1
- package/src/sap/ui/commons/Link.js +2 -2
- package/src/sap/ui/commons/LinkRenderer.js +1 -1
- package/src/sap/ui/commons/ListBox.js +2 -2
- package/src/sap/ui/commons/ListBoxRenderer.js +2 -2
- package/src/sap/ui/commons/Menu.js +2 -2
- package/src/sap/ui/commons/MenuBar.js +2 -2
- package/src/sap/ui/commons/MenuBarRenderer.js +1 -1
- package/src/sap/ui/commons/MenuButton.js +2 -2
- package/src/sap/ui/commons/MenuButtonRenderer.js +1 -1
- package/src/sap/ui/commons/MenuItem.js +2 -2
- package/src/sap/ui/commons/MenuItemBase.js +2 -2
- package/src/sap/ui/commons/MenuRenderer.js +1 -1
- package/src/sap/ui/commons/MenuTextFieldItem.js +2 -2
- package/src/sap/ui/commons/Message.js +2 -2
- package/src/sap/ui/commons/MessageBar.js +2 -2
- package/src/sap/ui/commons/MessageBarRenderer.js +1 -1
- package/src/sap/ui/commons/MessageBox.js +2 -2
- package/src/sap/ui/commons/MessageList.js +2 -2
- package/src/sap/ui/commons/MessageListRenderer.js +1 -1
- package/src/sap/ui/commons/MessageRenderer.js +1 -1
- package/src/sap/ui/commons/MessageToast.js +2 -2
- package/src/sap/ui/commons/MessageToastRenderer.js +1 -1
- package/src/sap/ui/commons/Paginator.js +2 -2
- package/src/sap/ui/commons/PaginatorRenderer.js +1 -1
- package/src/sap/ui/commons/Panel.js +2 -2
- package/src/sap/ui/commons/PanelRenderer.js +1 -1
- package/src/sap/ui/commons/PasswordField.js +2 -2
- package/src/sap/ui/commons/PasswordFieldRenderer.js +1 -1
- package/src/sap/ui/commons/ProgressIndicator.js +2 -2
- package/src/sap/ui/commons/ProgressIndicatorRenderer.js +1 -1
- package/src/sap/ui/commons/RadioButton.js +2 -2
- package/src/sap/ui/commons/RadioButtonGroup.js +2 -2
- package/src/sap/ui/commons/RadioButtonGroupRenderer.js +1 -1
- package/src/sap/ui/commons/RadioButtonRenderer.js +1 -1
- package/src/sap/ui/commons/RangeSlider.js +2 -2
- package/src/sap/ui/commons/RangeSliderRenderer.js +1 -1
- package/src/sap/ui/commons/RatingIndicator.js +2 -2
- package/src/sap/ui/commons/RatingIndicatorRenderer.js +1 -1
- package/src/sap/ui/commons/ResponsiveContainer.js +2 -2
- package/src/sap/ui/commons/ResponsiveContainerRange.js +2 -2
- package/src/sap/ui/commons/ResponsiveContainerRenderer.js +1 -1
- package/src/sap/ui/commons/RichTooltip.js +2 -2
- package/src/sap/ui/commons/RichTooltipRenderer.js +1 -1
- package/src/sap/ui/commons/RoadMap.js +2 -2
- package/src/sap/ui/commons/RoadMapRenderer.js +1 -1
- package/src/sap/ui/commons/RoadMapStep.js +2 -2
- package/src/sap/ui/commons/RowRepeater.js +2 -2
- package/src/sap/ui/commons/RowRepeaterFilter.js +2 -2
- package/src/sap/ui/commons/RowRepeaterRenderer.js +1 -1
- package/src/sap/ui/commons/RowRepeaterSorter.js +2 -2
- package/src/sap/ui/commons/SearchField.js +2 -2
- package/src/sap/ui/commons/SearchFieldRenderer.js +1 -1
- package/src/sap/ui/commons/SearchProvider.js +2 -2
- package/src/sap/ui/commons/SegmentedButton.js +2 -2
- package/src/sap/ui/commons/SegmentedButtonRenderer.js +1 -1
- package/src/sap/ui/commons/Slider.js +2 -2
- package/src/sap/ui/commons/SliderRenderer.js +1 -1
- package/src/sap/ui/commons/Splitter.js +2 -2
- package/src/sap/ui/commons/SplitterRenderer.js +1 -1
- package/src/sap/ui/commons/Tab.js +2 -2
- package/src/sap/ui/commons/TabStrip.js +2 -2
- package/src/sap/ui/commons/TabStripRenderer.js +1 -1
- package/src/sap/ui/commons/TextArea.js +2 -2
- package/src/sap/ui/commons/TextAreaRenderer.js +1 -1
- package/src/sap/ui/commons/TextField.js +2 -2
- package/src/sap/ui/commons/TextFieldRenderer.js +2 -2
- package/src/sap/ui/commons/TextView.js +2 -2
- package/src/sap/ui/commons/TextViewRenderer.js +1 -1
- package/src/sap/ui/commons/Title.js +2 -2
- package/src/sap/ui/commons/ToggleButton.js +2 -2
- package/src/sap/ui/commons/ToggleButtonRenderer.js +1 -1
- package/src/sap/ui/commons/Toolbar.js +2 -2
- package/src/sap/ui/commons/ToolbarRenderer.js +1 -1
- package/src/sap/ui/commons/ToolbarSeparator.js +2 -2
- package/src/sap/ui/commons/Tree.js +2 -2
- package/src/sap/ui/commons/TreeNode.js +2 -2
- package/src/sap/ui/commons/TreeRenderer.js +1 -1
- package/src/sap/ui/commons/TriStateCheckBox.js +2 -2
- package/src/sap/ui/commons/TriStateCheckBoxRenderer.js +1 -1
- package/src/sap/ui/commons/ValueHelpField.js +2 -2
- package/src/sap/ui/commons/ValueHelpFieldRenderer.js +1 -1
- package/src/sap/ui/commons/form/Form.js +2 -2
- package/src/sap/ui/commons/form/FormContainer.js +2 -2
- package/src/sap/ui/commons/form/FormElement.js +2 -2
- package/src/sap/ui/commons/form/FormLayout.js +2 -2
- package/src/sap/ui/commons/form/FormLayoutRenderer.js +1 -1
- package/src/sap/ui/commons/form/FormRenderer.js +1 -1
- package/src/sap/ui/commons/form/GridContainerData.js +2 -2
- package/src/sap/ui/commons/form/GridElementData.js +2 -2
- package/src/sap/ui/commons/form/GridLayout.js +2 -2
- package/src/sap/ui/commons/form/GridLayoutRenderer.js +1 -1
- package/src/sap/ui/commons/form/ResponsiveLayout.js +2 -2
- package/src/sap/ui/commons/form/ResponsiveLayoutRenderer.js +1 -1
- package/src/sap/ui/commons/form/SimpleForm.js +2 -2
- package/src/sap/ui/commons/form/SimpleFormRenderer.js +1 -1
- package/src/sap/ui/commons/layout/AbsoluteLayout.js +2 -2
- package/src/sap/ui/commons/layout/AbsoluteLayoutRenderer.js +1 -1
- package/src/sap/ui/commons/layout/BorderLayout.js +2 -2
- package/src/sap/ui/commons/layout/BorderLayoutArea.js +2 -2
- package/src/sap/ui/commons/layout/BorderLayoutRenderer.js +1 -1
- package/src/sap/ui/commons/layout/HorizontalLayout.js +2 -2
- package/src/sap/ui/commons/layout/HorizontalLayoutRenderer.js +1 -1
- package/src/sap/ui/commons/layout/MatrixLayout.js +2 -2
- package/src/sap/ui/commons/layout/MatrixLayoutCell.js +2 -2
- package/src/sap/ui/commons/layout/MatrixLayoutRenderer.js +1 -1
- package/src/sap/ui/commons/layout/MatrixLayoutRow.js +2 -2
- package/src/sap/ui/commons/layout/PositionContainer.js +2 -2
- package/src/sap/ui/commons/layout/ResponsiveFlowLayout.js +2 -2
- package/src/sap/ui/commons/layout/ResponsiveFlowLayoutData.js +2 -2
- package/src/sap/ui/commons/layout/ResponsiveFlowLayoutRenderer.js +1 -1
- package/src/sap/ui/commons/layout/VerticalLayout.js +2 -2
- package/src/sap/ui/commons/layout/VerticalLayoutRenderer.js +1 -1
- package/src/sap/ui/commons/library.js +41 -6
- package/src/sap/ui/commons/messagebundle.properties +12 -0
- package/src/sap/ui/commons/messagebundle_ar.properties +8 -0
- package/src/sap/ui/commons/messagebundle_bg.properties +9 -1
- package/src/sap/ui/commons/messagebundle_ca.properties +8 -0
- package/src/sap/ui/commons/messagebundle_cnr.properties +8 -0
- package/src/sap/ui/commons/messagebundle_cs.properties +8 -0
- package/src/sap/ui/commons/messagebundle_cy.properties +8 -0
- package/src/sap/ui/commons/messagebundle_da.properties +8 -0
- package/src/sap/ui/commons/messagebundle_de.properties +8 -0
- package/src/sap/ui/commons/messagebundle_el.properties +9 -1
- package/src/sap/ui/commons/messagebundle_en.properties +8 -0
- package/src/sap/ui/commons/messagebundle_en_GB.properties +8 -0
- package/src/sap/ui/commons/messagebundle_en_US_saprigi.properties +8 -0
- package/src/sap/ui/commons/messagebundle_es.properties +8 -0
- package/src/sap/ui/commons/messagebundle_es_MX.properties +8 -0
- package/src/sap/ui/commons/messagebundle_et.properties +8 -0
- package/src/sap/ui/commons/messagebundle_fi.properties +8 -0
- package/src/sap/ui/commons/messagebundle_fr.properties +8 -0
- package/src/sap/ui/commons/messagebundle_fr_CA.properties +8 -0
- package/src/sap/ui/commons/messagebundle_hi.properties +8 -0
- package/src/sap/ui/commons/messagebundle_hr.properties +8 -0
- package/src/sap/ui/commons/messagebundle_hu.properties +8 -0
- package/src/sap/ui/commons/messagebundle_id.properties +8 -0
- package/src/sap/ui/commons/messagebundle_it.properties +8 -0
- package/src/sap/ui/commons/messagebundle_iw.properties +8 -0
- package/src/sap/ui/commons/messagebundle_ja.properties +8 -0
- package/src/sap/ui/commons/messagebundle_kk.properties +8 -0
- package/src/sap/ui/commons/messagebundle_ko.properties +8 -0
- package/src/sap/ui/commons/messagebundle_lt.properties +8 -0
- package/src/sap/ui/commons/messagebundle_lv.properties +8 -0
- package/src/sap/ui/commons/messagebundle_mk.properties +8 -0
- package/src/sap/ui/commons/messagebundle_ms.properties +8 -0
- package/src/sap/ui/commons/messagebundle_nl.properties +8 -0
- package/src/sap/ui/commons/messagebundle_no.properties +8 -0
- package/src/sap/ui/commons/messagebundle_pl.properties +8 -0
- package/src/sap/ui/commons/messagebundle_pt.properties +8 -0
- package/src/sap/ui/commons/messagebundle_pt_PT.properties +8 -0
- package/src/sap/ui/commons/messagebundle_ro.properties +8 -0
- package/src/sap/ui/commons/messagebundle_ru.properties +9 -1
- package/src/sap/ui/commons/messagebundle_sh.properties +8 -0
- package/src/sap/ui/commons/messagebundle_sk.properties +8 -0
- package/src/sap/ui/commons/messagebundle_sl.properties +8 -0
- package/src/sap/ui/commons/messagebundle_sr.properties +8 -0
- package/src/sap/ui/commons/messagebundle_sv.properties +8 -0
- package/src/sap/ui/commons/messagebundle_th.properties +8 -0
- package/src/sap/ui/commons/messagebundle_tr.properties +8 -0
- package/src/sap/ui/commons/messagebundle_uk.properties +8 -0
- package/src/sap/ui/commons/messagebundle_vi.properties +8 -0
- package/src/sap/ui/commons/messagebundle_zh_CN.properties +8 -0
- package/src/sap/ui/commons/messagebundle_zh_TW.properties +8 -0
- package/src/sap/ui/commons/themes/base/AbsoluteLayout.less +2 -1
- package/src/sap/ui/commons/themes/base/Accordion.less +8 -7
- package/src/sap/ui/commons/themes/base/AccordionSection.less +17 -13
- package/src/sap/ui/commons/themes/base/BorderLayout.less +13 -11
- package/src/sap/ui/commons/themes/base/Button.less +45 -47
- package/src/sap/ui/commons/themes/base/CalloutBase.less +10 -9
- package/src/sap/ui/commons/themes/base/Carousel.less +20 -19
- package/src/sap/ui/commons/themes/base/ControlsInUITable.less +12 -36
- package/src/sap/ui/commons/themes/base/Dialog.less +13 -21
- package/src/sap/ui/commons/themes/base/FileUploader.less +107 -3
- package/src/sap/ui/commons/themes/base/FormattedTextView.less +11 -10
- package/src/sap/ui/commons/themes/base/HorizontalDivider.less +16 -15
- package/src/sap/ui/commons/themes/base/library.source.less +1 -6
- package/src/sap/ui/commons/themes/sap_hcb/library.source.less +1 -1
- package/src/sap/ui/commons/themes/base/Callout.less +0 -12
- package/src/sap/ui/commons/themes/base/Form.less +0 -4
- package/src/sap/ui/commons/themes/base/FormLayout.less +0 -3
- package/src/sap/ui/commons/themes/base/GridLayout.less +0 -3
- package/src/sap/ui/commons/themes/base/HorizontalLayout.less +0 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -22,7 +22,7 @@ sap.ui.define(['sap/base/Log', 'sap/ui/commons/library', 'sap/ui/core/Element',
|
|
|
22
22
|
* @extends sap.ui.core.Element
|
|
23
23
|
*
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.
|
|
25
|
+
* @version 1.145.0
|
|
26
26
|
*
|
|
27
27
|
* @constructor
|
|
28
28
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -26,7 +26,7 @@ sap.ui.define([
|
|
|
26
26
|
* @extends sap.ui.layout.ResponsiveFlowLayout
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.
|
|
29
|
+
* @version 1.145.0
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -22,7 +22,7 @@ sap.ui.define(['sap/ui/commons/library', 'sap/ui/layout/ResponsiveFlowLayoutData
|
|
|
22
22
|
* @extends sap.ui.layout.ResponsiveFlowLayoutData
|
|
23
23
|
*
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.
|
|
25
|
+
* @version 1.145.0
|
|
26
26
|
*
|
|
27
27
|
* @constructor
|
|
28
28
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define(['sap/ui/core/Renderer', 'sap/ui/layout/ResponsiveFlowLayoutRenderer'],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -26,7 +26,7 @@ sap.ui.define([
|
|
|
26
26
|
* @extends sap.ui.layout.VerticalLayout
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.
|
|
29
|
+
* @version 1.145.0
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -8,10 +8,11 @@
|
|
|
8
8
|
* Initialization Code and shared classes of library sap.ui.commons.
|
|
9
9
|
*/
|
|
10
10
|
sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
11
|
+
"./FileUploaderHttpRequestMethod",
|
|
11
12
|
'sap/ui/core/library', // library dependency
|
|
12
13
|
'sap/ui/layout/library', // library dependency
|
|
13
14
|
'sap/ui/unified/library'], // library dependency
|
|
14
|
-
function(DataType, ObjectPath) {
|
|
15
|
+
function(DataType, ObjectPath, FileUploaderHttpRequestMethod) {
|
|
15
16
|
|
|
16
17
|
"use strict";
|
|
17
18
|
|
|
@@ -21,14 +22,14 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
21
22
|
* @namespace
|
|
22
23
|
* @alias sap.ui.commons
|
|
23
24
|
* @author SAP SE
|
|
24
|
-
* @version 1.
|
|
25
|
+
* @version 1.145.0
|
|
25
26
|
* @since 0.8
|
|
26
27
|
* @public
|
|
27
28
|
* @deprecated as of version 1.38
|
|
28
29
|
*/
|
|
29
30
|
var thisLib = sap.ui.getCore().initLibrary({
|
|
30
31
|
name : "sap.ui.commons",
|
|
31
|
-
version: "1.
|
|
32
|
+
version: "1.145.0",
|
|
32
33
|
dependencies : ["sap.ui.core","sap.ui.layout","sap.ui.unified"],
|
|
33
34
|
types: [
|
|
34
35
|
"sap.ui.commons.ButtonStyle",
|
|
@@ -59,11 +60,13 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
59
60
|
"sap.ui.commons.layout.Padding",
|
|
60
61
|
"sap.ui.commons.layout.Separation",
|
|
61
62
|
"sap.ui.commons.layout.VAlign",
|
|
62
|
-
"sap.ui.commons.ColorPickerMode"
|
|
63
|
+
"sap.ui.commons.ColorPickerMode",
|
|
64
|
+
"sap.ui.commons.FileUploaderHttpRequestMethod"
|
|
63
65
|
],
|
|
64
66
|
interfaces: [
|
|
65
67
|
"sap.ui.commons.FormattedTextViewControl",
|
|
66
|
-
"sap.ui.commons.ToolbarItem"
|
|
68
|
+
"sap.ui.commons.ToolbarItem",
|
|
69
|
+
"sap.ui.commons.IProcessableBlobs"
|
|
67
70
|
],
|
|
68
71
|
controls: [
|
|
69
72
|
"sap.ui.commons.Accordion",
|
|
@@ -137,6 +140,7 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
137
140
|
"sap.ui.commons.AccordionSection",
|
|
138
141
|
"sap.ui.commons.Area",
|
|
139
142
|
"sap.ui.commons.FileUploaderParameter",
|
|
143
|
+
"sap.ui.commons.FileUploaderXHRSettings",
|
|
140
144
|
"sap.ui.commons.MenuItem",
|
|
141
145
|
"sap.ui.commons.MenuItemBase",
|
|
142
146
|
"sap.ui.commons.MenuTextFieldItem",
|
|
@@ -1197,6 +1201,37 @@ sap.ui.define(['sap/ui/base/DataType', 'sap/base/util/ObjectPath',
|
|
|
1197
1201
|
|
|
1198
1202
|
};
|
|
1199
1203
|
|
|
1204
|
+
// expose imported enum as property of library namespace, for documentation see FileUploaderHttpRequestMethod.js
|
|
1205
|
+
thisLib.FileUploaderHttpRequestMethod = FileUploaderHttpRequestMethod;
|
|
1206
|
+
|
|
1207
|
+
|
|
1208
|
+
/**
|
|
1209
|
+
* Marker interface for controls that process instances of <code>window.Blob</code>, such as <code>window.File</code>.
|
|
1210
|
+
* The implementation of this Interface should implement the following Interface methods:
|
|
1211
|
+
* <ul>
|
|
1212
|
+
* <li><code>getProcessedBlobsFromArray</code></li>
|
|
1213
|
+
* </ul>
|
|
1214
|
+
*
|
|
1215
|
+
* @name sap.ui.commons.IProcessableBlobs
|
|
1216
|
+
* @interface
|
|
1217
|
+
* @public
|
|
1218
|
+
*/
|
|
1219
|
+
|
|
1220
|
+
/**
|
|
1221
|
+
* Allows to process Blobs before they get uploaded. This API can be used to create custom Blobs
|
|
1222
|
+
* and upload these custom Blobs instead of the received/initials Blobs in the parameter <code>aBlobs</code>.
|
|
1223
|
+
* One use case could be to create and upload zip archives based on the passed Blobs.
|
|
1224
|
+
* The default implementation of this API should simply resolve with the received Blobs (parameter <code>aBlobs</code>).
|
|
1225
|
+
* @public
|
|
1226
|
+
* @since 1.144
|
|
1227
|
+
* @deprecated Since version 1.144
|
|
1228
|
+
* Please use the IProcessableBlobs of the library sap.ui.unified instead.
|
|
1229
|
+
* @param {Blob[]} aBlobs The initial Blobs which can be used to determine a new array of Blobs for further processing.
|
|
1230
|
+
* @returns {Promise<Blob[]>} A Promise that resolves with an array of Blobs which is used for the final uploading.
|
|
1231
|
+
* @function
|
|
1232
|
+
* @name sap.ui.commons.IProcessableBlobs.getProcessedBlobsFromArray
|
|
1233
|
+
*/
|
|
1234
|
+
|
|
1200
1235
|
// lazy imports for MessageBox
|
|
1201
1236
|
sap.ui.lazyRequire("sap.ui.commons.MessageBox", "alert confirm show");
|
|
1202
1237
|
|
|
@@ -166,6 +166,18 @@ CALLOUT_ARIA_NAME=Callout
|
|
|
166
166
|
#XBUT: File Uploader - browse button text
|
|
167
167
|
FILEUPLOAD_BROWSE=Browse...
|
|
168
168
|
|
|
169
|
+
#XACT: File Uploader - ARIA text
|
|
170
|
+
FILEUPLOAD_ACC=Activate to Select a File
|
|
171
|
+
|
|
172
|
+
#XACT: File Uploader - Input's label
|
|
173
|
+
FILEUPLOAD_FILENAME=File name
|
|
174
|
+
|
|
175
|
+
#XACT: File Uploader - Required text
|
|
176
|
+
FILEUPLOAD_REQUIRED=Required
|
|
177
|
+
|
|
178
|
+
#XTOL: Tooltip text - No file chosen
|
|
179
|
+
FILEUPLOAD_NO_FILE_CHOSEN=No file chosen
|
|
180
|
+
|
|
169
181
|
#XACT: Accordion - Aria Description Text
|
|
170
182
|
ACCORDION_DSC=To expand or collapse, press SPACEBAR
|
|
171
183
|
|
|
@@ -95,6 +95,14 @@ CALLOUT_ARIA_NAME=\u0627\u0644\u062A\u0639\u0644\u064A\u0642 \u0627\u0644\u062A\
|
|
|
95
95
|
|
|
96
96
|
FILEUPLOAD_BROWSE=\u0627\u0633\u062A\u0639\u0631\u0627\u0636...
|
|
97
97
|
|
|
98
|
+
FILEUPLOAD_ACC=\u062A\u0646\u0634\u064A\u0637 \u0644\u062A\u062D\u062F\u064A\u062F \u0645\u0644\u0641
|
|
99
|
+
|
|
100
|
+
FILEUPLOAD_FILENAME=\u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641
|
|
101
|
+
|
|
102
|
+
FILEUPLOAD_REQUIRED=\u0645\u0637\u0644\u0648\u0628
|
|
103
|
+
|
|
104
|
+
FILEUPLOAD_NO_FILE_CHOSEN=\u0644\u0645 \u064A\u062A\u0645 \u0627\u062E\u062A\u064A\u0627\u0631 \u0623\u064A \u0645\u0644\u0641
|
|
105
|
+
|
|
98
106
|
ACCORDION_DSC=\u0644\u0644\u062A\u0648\u0633\u064A\u0639 \u0623\u0648 \u0627\u0644\u0637\u064A\u060C \u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0645\u0633\u0627\u0641\u0629 SPACEBAR
|
|
99
107
|
|
|
100
108
|
CAROUSEL_SHOW_PREV=\u0627\u0644\u0633\u0627\u0628\u0642
|
|
@@ -95,7 +95,15 @@ CALLOUT_ARIA_NAME=\u041E\u0431\u043E\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u
|
|
|
95
95
|
|
|
96
96
|
FILEUPLOAD_BROWSE=\u0418\u0437\u0431\u043E\u0440 \u043D\u0430 \u0444\u0430\u0439\u043B...
|
|
97
97
|
|
|
98
|
-
|
|
98
|
+
FILEUPLOAD_ACC=\u0410\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u0439\u0442\u0435 \u0437\u0430 \u0438\u0437\u0431\u043E\u0440 \u043D\u0430 \u0444\u0430\u0439\u043B
|
|
99
|
+
|
|
100
|
+
FILEUPLOAD_FILENAME=\u0418\u043C\u0435 \u043D\u0430 \u0444\u0430\u0439\u043B\u0430
|
|
101
|
+
|
|
102
|
+
FILEUPLOAD_REQUIRED=\u0417\u0430\u0434\u044A\u043B\u0436\u0438\u0442\u0435\u043B\u043D\u043E
|
|
103
|
+
|
|
104
|
+
FILEUPLOAD_NO_FILE_CHOSEN=\u041D\u044F\u043C\u0430 \u0438\u0437\u0431\u0440\u0430\u043D \u0444\u0430\u0439\u043B
|
|
105
|
+
|
|
106
|
+
ACCORDION_DSC=\u0417\u0430 \u0440\u0430\u0437\u0448\u0438\u0440\u044F\u0432\u0430\u043D\u0435 \u0438\u043B\u0438 \u0441\u0432\u0438\u0432\u0430\u043D\u0435 \u043D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0430 \u0437\u0430 \u0438\u043D\u0442\u0435\u0440\u0432\u0430\u043B
|
|
99
107
|
|
|
100
108
|
CAROUSEL_SHOW_PREV=\u041F\u0440\u0435\u0434\u0445\u043E\u0434\u0435\u043D
|
|
101
109
|
CAROUSEL_SHOW_NEXT=\u0421\u043B\u0435\u0434\u0432\u0430\u0449
|
|
@@ -95,6 +95,14 @@ CALLOUT_ARIA_NAME=Etiqueta
|
|
|
95
95
|
|
|
96
96
|
FILEUPLOAD_BROWSE=Navegar...
|
|
97
97
|
|
|
98
|
+
FILEUPLOAD_ACC=Activar per seleccionar un fitxer
|
|
99
|
+
|
|
100
|
+
FILEUPLOAD_FILENAME=Nom de fitxer
|
|
101
|
+
|
|
102
|
+
FILEUPLOAD_REQUIRED=Obligatori
|
|
103
|
+
|
|
104
|
+
FILEUPLOAD_NO_FILE_CHOSEN=Cap fitxer seleccionat
|
|
105
|
+
|
|
98
106
|
ACCORDION_DSC=Per desplegar o comprimir, premeu l'espaiador
|
|
99
107
|
|
|
100
108
|
CAROUSEL_SHOW_PREV=Endarrere
|
|
@@ -95,6 +95,14 @@ CALLOUT_ARIA_NAME=Tekstualna referenca
|
|
|
95
95
|
|
|
96
96
|
FILEUPLOAD_BROWSE=Pretra\u017Ei...
|
|
97
97
|
|
|
98
|
+
FILEUPLOAD_ACC=Aktiviraj za odabir fajla
|
|
99
|
+
|
|
100
|
+
FILEUPLOAD_FILENAME=Naziv fajla
|
|
101
|
+
|
|
102
|
+
FILEUPLOAD_REQUIRED=Obavezno
|
|
103
|
+
|
|
104
|
+
FILEUPLOAD_NO_FILE_CHOSEN=Fajl nije izabran
|
|
105
|
+
|
|
98
106
|
ACCORDION_DSC=Za pro\u0161irivanje ili sa\u017Eimanje pritisnite RAZMAK
|
|
99
107
|
|
|
100
108
|
CAROUSEL_SHOW_PREV=Prethodno
|
|
@@ -95,6 +95,14 @@ CALLOUT_ARIA_NAME=Popis
|
|
|
95
95
|
|
|
96
96
|
FILEUPLOAD_BROWSE=Prohledat...
|
|
97
97
|
|
|
98
|
+
FILEUPLOAD_ACC=Aktivovat pro v\u00FDb\u011Br souboru
|
|
99
|
+
|
|
100
|
+
FILEUPLOAD_FILENAME=N\u00E1zev souboru
|
|
101
|
+
|
|
102
|
+
FILEUPLOAD_REQUIRED=Povinn\u00E9
|
|
103
|
+
|
|
104
|
+
FILEUPLOAD_NO_FILE_CHOSEN=Nebyl vybr\u00E1n \u017E\u00E1dn\u00FD soubor
|
|
105
|
+
|
|
98
106
|
ACCORDION_DSC=Pro rozbalen\u00ED nebo sbalen\u00ED stiskn\u011Bte mezern\u00EDk
|
|
99
107
|
|
|
100
108
|
CAROUSEL_SHOW_PREV=Zp\u011Bt
|
|
@@ -95,6 +95,14 @@ CALLOUT_ARIA_NAME=Swigen Siarad
|
|
|
95
95
|
|
|
96
96
|
FILEUPLOAD_BROWSE=Pori...
|
|
97
97
|
|
|
98
|
+
FILEUPLOAD_ACC=Rhoi ar Waith i Ddewis Ffeil
|
|
99
|
+
|
|
100
|
+
FILEUPLOAD_FILENAME=Enw'r Ffeil
|
|
101
|
+
|
|
102
|
+
FILEUPLOAD_REQUIRED=Gofynnol
|
|
103
|
+
|
|
104
|
+
FILEUPLOAD_NO_FILE_CHOSEN=Dim ffeil wedi\u2019i dewis
|
|
105
|
+
|
|
98
106
|
ACCORDION_DSC=I ehangu neu gwympo, pwyswch y BYLCHWR
|
|
99
107
|
|
|
100
108
|
CAROUSEL_SHOW_PREV=Blaenorol
|
|
@@ -95,6 +95,14 @@ CALLOUT_ARIA_NAME=Tekstboks
|
|
|
95
95
|
|
|
96
96
|
FILEUPLOAD_BROWSE=Gennemse ...
|
|
97
97
|
|
|
98
|
+
FILEUPLOAD_ACC=Aktiver for at v\u00E6lge fil
|
|
99
|
+
|
|
100
|
+
FILEUPLOAD_FILENAME=Filnavn
|
|
101
|
+
|
|
102
|
+
FILEUPLOAD_REQUIRED=Obligatorisk
|
|
103
|
+
|
|
104
|
+
FILEUPLOAD_NO_FILE_CHOSEN=Ingen fil valgt
|
|
105
|
+
|
|
98
106
|
ACCORDION_DSC=Tryk mellemrumstast, for at ekspandere eller komprimere
|
|
99
107
|
|
|
100
108
|
CAROUSEL_SHOW_PREV=Tilbage
|
|
@@ -95,6 +95,14 @@ CALLOUT_ARIA_NAME=Beschriftung
|
|
|
95
95
|
|
|
96
96
|
FILEUPLOAD_BROWSE=Durchsuchen...
|
|
97
97
|
|
|
98
|
+
FILEUPLOAD_ACC=Aktivieren, um eine Datei auszuw\u00E4hlen
|
|
99
|
+
|
|
100
|
+
FILEUPLOAD_FILENAME=Dateiname
|
|
101
|
+
|
|
102
|
+
FILEUPLOAD_REQUIRED=Erforderlich
|
|
103
|
+
|
|
104
|
+
FILEUPLOAD_NO_FILE_CHOSEN=Keine Datei ausgew\u00E4hlt
|
|
105
|
+
|
|
98
106
|
ACCORDION_DSC=Zum Expandieren oder Komprimieren, die Leertaste dr\u00FCcken
|
|
99
107
|
|
|
100
108
|
CAROUSEL_SHOW_PREV=Zur\u00FCck
|
|
@@ -95,7 +95,15 @@ CALLOUT_ARIA_NAME=\u0395\u03C0\u03B5\u03BE\u03AE\u03B3\u03B7\u03C3\u03B7
|
|
|
95
95
|
|
|
96
96
|
FILEUPLOAD_BROWSE=\u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7...
|
|
97
97
|
|
|
98
|
-
|
|
98
|
+
FILEUPLOAD_ACC=\u0395\u03BD\u03B5\u03C1\u03B3\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03B3\u03B9\u03B1 \u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u0391\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5
|
|
99
|
+
|
|
100
|
+
FILEUPLOAD_FILENAME=\u038C\u03BD\u03BF\u03BC\u03B1 \u0391\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5
|
|
101
|
+
|
|
102
|
+
FILEUPLOAD_REQUIRED=\u0391\u03C0\u03B1\u03B9\u03C4\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF
|
|
103
|
+
|
|
104
|
+
FILEUPLOAD_NO_FILE_CHOSEN=\u0394\u03B5\u03BD \u03B5\u03C0\u03B9\u03BB\u03AD\u03C7\u03B8\u03B7\u03BA\u03B5 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF
|
|
105
|
+
|
|
106
|
+
ACCORDION_DSC=\u0393\u03B9\u03B1 \u03B5\u03C0\u03AD\u03BA\u03C4\u03B1\u03C3\u03B7 \u03AE \u03C3\u03CD\u03BC\u03C0\u03C4\u03C5\u03BE\u03B7 \u03C0\u03B9\u03AD\u03C3\u03C4\u03B5 SPACEBAR
|
|
99
107
|
|
|
100
108
|
CAROUSEL_SHOW_PREV=\u03A0\u03C1\u03BF\u03B7\u03B3.
|
|
101
109
|
CAROUSEL_SHOW_NEXT=\u0395\u03C0\u03CC\u03BC\u03B5\u03BD\u03BF
|
|
@@ -95,6 +95,14 @@ CALLOUT_ARIA_NAME=Callout
|
|
|
95
95
|
|
|
96
96
|
FILEUPLOAD_BROWSE=Browse...
|
|
97
97
|
|
|
98
|
+
FILEUPLOAD_ACC=Activate to Select a File
|
|
99
|
+
|
|
100
|
+
FILEUPLOAD_FILENAME=File Name
|
|
101
|
+
|
|
102
|
+
FILEUPLOAD_REQUIRED=Required
|
|
103
|
+
|
|
104
|
+
FILEUPLOAD_NO_FILE_CHOSEN=No file chosen
|
|
105
|
+
|
|
98
106
|
ACCORDION_DSC=To expand or collapse, press SPACEBAR
|
|
99
107
|
|
|
100
108
|
CAROUSEL_SHOW_PREV=Previous
|
|
@@ -95,6 +95,14 @@ CALLOUT_ARIA_NAME=Callout
|
|
|
95
95
|
|
|
96
96
|
FILEUPLOAD_BROWSE=Browse...
|
|
97
97
|
|
|
98
|
+
FILEUPLOAD_ACC=Activate to Select a File
|
|
99
|
+
|
|
100
|
+
FILEUPLOAD_FILENAME=File Name
|
|
101
|
+
|
|
102
|
+
FILEUPLOAD_REQUIRED=Required
|
|
103
|
+
|
|
104
|
+
FILEUPLOAD_NO_FILE_CHOSEN=No file chosen
|
|
105
|
+
|
|
98
106
|
ACCORDION_DSC=To expand or collapse, press SPACEBAR
|
|
99
107
|
|
|
100
108
|
CAROUSEL_SHOW_PREV=Previous
|
|
@@ -95,6 +95,14 @@ CALLOUT_ARIA_NAME=\u206A\u206A\u206A\u200D\u200D\u200B\u200B\u200C\u200B\u200C\u
|
|
|
95
95
|
|
|
96
96
|
FILEUPLOAD_BROWSE=\u206A\u206A\u206A\u200D\u200D\u200B\u200D\u200B\u200C\u200C\u200D\u200C\u200C\u200D\u200D\u200C\u200C\u200D\u200B\u200B\u200D\u200D\u200C\u200D\u200C\u200C\u200C\u200D\u200C\u200D\u200B\u200C\u200C\u200B\u200D\u200C\u200B\u200D\u200D\u200C\u200C\u200D\u206ABrowse...\u206A\u206A
|
|
97
97
|
|
|
98
|
+
FILEUPLOAD_ACC=\u206A\u206A\u206A\u200C\u200C\u200B\u200C\u200C\u200C\u200C\u200D\u200C\u200C\u200D\u200D\u200B\u200D\u200B\u200C\u200B\u200D\u200B\u200B\u200D\u200B\u200D\u200C\u200C\u200D\u200B\u200B\u200C\u200B\u200B\u200D\u200D\u200B\u200D\u200B\u200D\u200C\u200C\u200B\u200C\u206AActivate to Select a File\u206A\u206A
|
|
99
|
+
|
|
100
|
+
FILEUPLOAD_FILENAME=\u206A\u206A\u206A\u200D\u200C\u200C\u200D\u200B\u200D\u200C\u200B\u200C\u200B\u200B\u200B\u200C\u200B\u200D\u200B\u200C\u200D\u200B\u200B\u200C\u200B\u200D\u200D\u200B\u200C\u200D\u200B\u200D\u200C\u200B\u200D\u200B\u200B\u200B\u200C\u200D\u200D\u200D\u200C\u206AFile Name\u206A\u206A
|
|
101
|
+
|
|
102
|
+
FILEUPLOAD_REQUIRED=\u206A\u206A\u206A\u200D\u200D\u200D\u200C\u200D\u200D\u200D\u200C\u200C\u200B\u200B\u200D\u200B\u200C\u200D\u200B\u200B\u200C\u200C\u200D\u200C\u200C\u200D\u200B\u200B\u200C\u200B\u200B\u200B\u200C\u200D\u200C\u200B\u200C\u200B\u200C\u200B\u200D\u200D\u200B\u206ARequired\u206A\u206A
|
|
103
|
+
|
|
104
|
+
FILEUPLOAD_NO_FILE_CHOSEN=\u206A\u206A\u206A\u200C\u200B\u200B\u200D\u200C\u200C\u200C\u200B\u200B\u200C\u200D\u200C\u200B\u200D\u200C\u200B\u200B\u200D\u200C\u200C\u200C\u200B\u200D\u200B\u200B\u200C\u200B\u200D\u200C\u200B\u200D\u200D\u200C\u200C\u200D\u200B\u200C\u200D\u200B\u200D\u206ANo file chosen\u206A\u206A
|
|
105
|
+
|
|
98
106
|
ACCORDION_DSC=\u206A\u206A\u206A\u200C\u200D\u200C\u200C\u200C\u200D\u200D\u200C\u200C\u200C\u200C\u200B\u200B\u200B\u200D\u200C\u200C\u200C\u200C\u200D\u200C\u200B\u200D\u200B\u200D\u200C\u200B\u200D\u200C\u200B\u200C\u200D\u200C\u200B\u200B\u200C\u200B\u200B\u200C\u200B\u206ATo expand or collapse, press SPACEBAR\u206A\u206A
|
|
99
107
|
|
|
100
108
|
CAROUSEL_SHOW_PREV=\u206A\u206A\u206A\u200C\u200D\u200D\u200B\u200D\u200B\u200B\u200B\u200D\u200C\u200C\u200B\u200C\u200D\u200B\u200D\u200B\u200B\u200D\u200B\u200D\u200C\u200D\u200C\u200D\u200D\u200D\u200D\u200D\u200C\u200B\u200D\u200B\u200C\u200C\u200B\u200D\u200D\u200B\u200B\u206APrevious\u206A\u206A
|
|
@@ -95,6 +95,14 @@ CALLOUT_ARIA_NAME=R\u00F3tulo
|
|
|
95
95
|
|
|
96
96
|
FILEUPLOAD_BROWSE=Examinar...
|
|
97
97
|
|
|
98
|
+
FILEUPLOAD_ACC=Activar para seleccionar un archivo
|
|
99
|
+
|
|
100
|
+
FILEUPLOAD_FILENAME=Nombre del archivo
|
|
101
|
+
|
|
102
|
+
FILEUPLOAD_REQUIRED=Obligatorio
|
|
103
|
+
|
|
104
|
+
FILEUPLOAD_NO_FILE_CHOSEN=No se ha seleccionado ning\u00FAn archivo
|
|
105
|
+
|
|
98
106
|
ACCORDION_DSC=Pulsar la barra de espaciado para desplegar o comprimir
|
|
99
107
|
|
|
100
108
|
CAROUSEL_SHOW_PREV=Atr\u00E1s
|
|
@@ -95,6 +95,14 @@ CALLOUT_ARIA_NAME=Globo
|
|
|
95
95
|
|
|
96
96
|
FILEUPLOAD_BROWSE=Explorar...
|
|
97
97
|
|
|
98
|
+
FILEUPLOAD_ACC=Activar para seleccionar un archivo
|
|
99
|
+
|
|
100
|
+
FILEUPLOAD_FILENAME=Nombre de archivo
|
|
101
|
+
|
|
102
|
+
FILEUPLOAD_REQUIRED=Obligatorio
|
|
103
|
+
|
|
104
|
+
FILEUPLOAD_NO_FILE_CHOSEN=Ning\u00FAn archivo seleccionado
|
|
105
|
+
|
|
98
106
|
ACCORDION_DSC=Para expandir o contraer, presione la BARRA ESPACIADORA
|
|
99
107
|
|
|
100
108
|
CAROUSEL_SHOW_PREV=Anterior
|
|
@@ -95,6 +95,14 @@ CALLOUT_ARIA_NAME=Viittekst
|
|
|
95
95
|
|
|
96
96
|
FILEUPLOAD_BROWSE=Sirvi...
|
|
97
97
|
|
|
98
|
+
FILEUPLOAD_ACC=Aktiveeri faili valimiseks
|
|
99
|
+
|
|
100
|
+
FILEUPLOAD_FILENAME=Faili nimi
|
|
101
|
+
|
|
102
|
+
FILEUPLOAD_REQUIRED=Kohustuslik
|
|
103
|
+
|
|
104
|
+
FILEUPLOAD_NO_FILE_CHOSEN=Faili pole valitud
|
|
105
|
+
|
|
98
106
|
ACCORDION_DSC=Laiendamiseks v\u00F5i ahendamiseks vajutage t\u00FChikuklahvi
|
|
99
107
|
|
|
100
108
|
CAROUSEL_SHOW_PREV=Eelmine
|
|
@@ -95,6 +95,14 @@ CALLOUT_ARIA_NAME=Selite
|
|
|
95
95
|
|
|
96
96
|
FILEUPLOAD_BROWSE=Selaa ...
|
|
97
97
|
|
|
98
|
+
FILEUPLOAD_ACC=Aktivoi tiedoston valintaa varten
|
|
99
|
+
|
|
100
|
+
FILEUPLOAD_FILENAME=Tiedostonimi
|
|
101
|
+
|
|
102
|
+
FILEUPLOAD_REQUIRED=Pakollinen
|
|
103
|
+
|
|
104
|
+
FILEUPLOAD_NO_FILE_CHOSEN=Tiedostoa ei valittu
|
|
105
|
+
|
|
98
106
|
ACCORDION_DSC=Laajenna tai tiivist\u00E4 painamalla v\u00E4lily\u00F6ntin\u00E4pp\u00E4int\u00E4
|
|
99
107
|
|
|
100
108
|
CAROUSEL_SHOW_PREV=Paluu
|
|
@@ -95,6 +95,14 @@ CALLOUT_ARIA_NAME=L\u00E9gende
|
|
|
95
95
|
|
|
96
96
|
FILEUPLOAD_BROWSE=Parcourir...
|
|
97
97
|
|
|
98
|
+
FILEUPLOAD_ACC=Activer pour s\u00E9lectionner un fichier
|
|
99
|
+
|
|
100
|
+
FILEUPLOAD_FILENAME=Nom du fichier
|
|
101
|
+
|
|
102
|
+
FILEUPLOAD_REQUIRED=Obligatoire
|
|
103
|
+
|
|
104
|
+
FILEUPLOAD_NO_FILE_CHOSEN=Aucun fichier s\u00E9lectionn\u00E9
|
|
105
|
+
|
|
98
106
|
ACCORDION_DSC=Pour d\u00E9velopper ou r\u00E9duire, appuyez sur la barre d'espacement.
|
|
99
107
|
|
|
100
108
|
CAROUSEL_SHOW_PREV=Retour
|
|
@@ -95,6 +95,14 @@ CALLOUT_ARIA_NAME=L\u00E9gende
|
|
|
95
95
|
|
|
96
96
|
FILEUPLOAD_BROWSE=Parcourir...
|
|
97
97
|
|
|
98
|
+
FILEUPLOAD_ACC=Activer pour s\u00E9lectionner un fichier
|
|
99
|
+
|
|
100
|
+
FILEUPLOAD_FILENAME=Nom du fichier
|
|
101
|
+
|
|
102
|
+
FILEUPLOAD_REQUIRED=Requis
|
|
103
|
+
|
|
104
|
+
FILEUPLOAD_NO_FILE_CHOSEN=Aucun fichier s\u00E9lectionn\u00E9
|
|
105
|
+
|
|
98
106
|
ACCORDION_DSC=Pour d\u00E9velopper ou r\u00E9duire, appuyez sur la barre d'espace.
|
|
99
107
|
|
|
100
108
|
CAROUSEL_SHOW_PREV=Pr\u00E9c\u00E9dent
|
|
@@ -95,6 +95,14 @@ CALLOUT_ARIA_NAME=\u0915\u0949\u0932\u0906\u0909\u091F
|
|
|
95
95
|
|
|
96
96
|
FILEUPLOAD_BROWSE=\u092C\u094D\u0930\u093E\u0909\u091C\u093C \u0915\u0930\u0947\u0902 ...
|
|
97
97
|
|
|
98
|
+
FILEUPLOAD_ACC=\u095E\u093E\u0907\u0932 \u091A\u092F\u0928\u093F\u0924 \u0915\u0930\u0928\u0947 \u0939\u0947\u0924\u0941 \u0938\u0915\u094D\u0930\u093F\u092F \u0915\u0930\u0947\u0902
|
|
99
|
+
|
|
100
|
+
FILEUPLOAD_FILENAME=\u092B\u093C\u093E\u0907\u0932 \u0928\u093E\u092E
|
|
101
|
+
|
|
102
|
+
FILEUPLOAD_REQUIRED=\u0906\u0935\u0936\u094D\u092F\u0915
|
|
103
|
+
|
|
104
|
+
FILEUPLOAD_NO_FILE_CHOSEN=\u0915\u094B\u0908 \u092B\u093C\u093E\u0907\u0932 \u0928\u0939\u0940\u0902 \u091A\u0941\u0928\u093E \u0917\u092F\u093E
|
|
105
|
+
|
|
98
106
|
ACCORDION_DSC=\u0935\u093F\u0938\u094D\u0924\u0943\u0924 \u092F\u093E \u0938\u0902\u0915\u0941\u091A\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0938\u094D\u092A\u0947\u0938\u092C\u093E\u0930 \u0926\u092C\u093E\u090F\u0902
|
|
99
107
|
|
|
100
108
|
CAROUSEL_SHOW_PREV=\u092A\u093F\u091B\u0932\u093E
|
|
@@ -95,6 +95,14 @@ CALLOUT_ARIA_NAME=Obla\u010Di\u0107
|
|
|
95
95
|
|
|
96
96
|
FILEUPLOAD_BROWSE=Pretra\u017Ei...
|
|
97
97
|
|
|
98
|
+
FILEUPLOAD_ACC=Aktiviraj za odabir datoteke
|
|
99
|
+
|
|
100
|
+
FILEUPLOAD_FILENAME=Naziv datoteke
|
|
101
|
+
|
|
102
|
+
FILEUPLOAD_REQUIRED=Obvezno
|
|
103
|
+
|
|
104
|
+
FILEUPLOAD_NO_FILE_CHOSEN=Datoteka nije izabrana
|
|
105
|
+
|
|
98
106
|
ACCORDION_DSC=Za pro\u0161irenje ili sa\u017Eimanje pritisnite razmaknicu
|
|
99
107
|
|
|
100
108
|
CAROUSEL_SHOW_PREV=Prethodni
|
|
@@ -95,6 +95,14 @@ CALLOUT_ARIA_NAME=Felirat
|
|
|
95
95
|
|
|
96
96
|
FILEUPLOAD_BROWSE=Tall\u00F3z\u00E1s...
|
|
97
97
|
|
|
98
|
+
FILEUPLOAD_ACC=F\u00E1jl kiv\u00E1laszt\u00E1s\u00E1hoz aktiv\u00E1lja
|
|
99
|
+
|
|
100
|
+
FILEUPLOAD_FILENAME=F\u00E1jln\u00E9v
|
|
101
|
+
|
|
102
|
+
FILEUPLOAD_REQUIRED=K\u00F6telez\u0151
|
|
103
|
+
|
|
104
|
+
FILEUPLOAD_NO_FILE_CHOSEN=Nincs kiv\u00E1lasztott f\u00E1jl
|
|
105
|
+
|
|
98
106
|
ACCORDION_DSC=Kibont\u00E1shoz vagy visszaz\u00E1r\u00E1shoz nyomja meg a Sz\u00F3k\u00F6z billenty\u0171t
|
|
99
107
|
|
|
100
108
|
CAROUSEL_SHOW_PREV=Vissza
|
|
@@ -95,6 +95,14 @@ CALLOUT_ARIA_NAME=Panggil
|
|
|
95
95
|
|
|
96
96
|
FILEUPLOAD_BROWSE=Telusuri...
|
|
97
97
|
|
|
98
|
+
FILEUPLOAD_ACC=Aktifkan untuk Memilih File
|
|
99
|
+
|
|
100
|
+
FILEUPLOAD_FILENAME=Nama File
|
|
101
|
+
|
|
102
|
+
FILEUPLOAD_REQUIRED=Wajib Diisi
|
|
103
|
+
|
|
104
|
+
FILEUPLOAD_NO_FILE_CHOSEN=Tidak ada file yang dipilih
|
|
105
|
+
|
|
98
106
|
ACCORDION_DSC=Untuk memperluas atau menciutkan, tekan SPASI
|
|
99
107
|
|
|
100
108
|
CAROUSEL_SHOW_PREV=Sebelumnya
|
|
@@ -95,6 +95,14 @@ CALLOUT_ARIA_NAME=Dicitura
|
|
|
95
95
|
|
|
96
96
|
FILEUPLOAD_BROWSE=Sfoglia...
|
|
97
97
|
|
|
98
|
+
FILEUPLOAD_ACC=Attivare per selezionare un file
|
|
99
|
+
|
|
100
|
+
FILEUPLOAD_FILENAME=Nome del file
|
|
101
|
+
|
|
102
|
+
FILEUPLOAD_REQUIRED=Obbligatorio
|
|
103
|
+
|
|
104
|
+
FILEUPLOAD_NO_FILE_CHOSEN=Nessun file selezionato
|
|
105
|
+
|
|
98
106
|
ACCORDION_DSC=Premi la barra spaziatrice per esplodere o comprimere
|
|
99
107
|
|
|
100
108
|
CAROUSEL_SHOW_PREV=Indietro
|
|
@@ -95,6 +95,14 @@ CALLOUT_ARIA_NAME=\u05D1\u05DC\u05D5\u05DF
|
|
|
95
95
|
|
|
96
96
|
FILEUPLOAD_BROWSE=\u05D3\u05E4\u05D3\u05D5\u05E3...
|
|
97
97
|
|
|
98
|
+
FILEUPLOAD_ACC=\u05D4\u05E4\u05E2\u05DC \u05DB\u05D3\u05D9 \u05DC\u05D1\u05D7\u05D5\u05E8 \u05E7\u05D5\u05D1\u05E5
|
|
99
|
+
|
|
100
|
+
FILEUPLOAD_FILENAME=\u05E9\u05DD \u05E7\u05D5\u05D1\u05E5
|
|
101
|
+
|
|
102
|
+
FILEUPLOAD_REQUIRED=\u05E0\u05D3\u05E8\u05E9
|
|
103
|
+
|
|
104
|
+
FILEUPLOAD_NO_FILE_CHOSEN=\u05DC\u05D0 \u05E0\u05D1\u05D7\u05E8 \u05E7\u05D5\u05D1\u05E5
|
|
105
|
+
|
|
98
106
|
ACCORDION_DSC=\u05E2\u05DC \u05DE\u05E0\u05EA \u05DC\u05D4\u05E8\u05D7\u05D9\u05D1 \u05D0\u05D5 \u05DC\u05E6\u05DE\u05E6\u05DD, \u05D4\u05E7\u05E9 \u05E2\u05DC \u05DE\u05E7\u05E9 \u05E8\u05D5\u05D5\u05D7
|
|
99
107
|
|
|
100
108
|
CAROUSEL_SHOW_PREV=\u05D4\u05E7\u05D5\u05D3\u05DD
|
|
@@ -95,6 +95,14 @@ CALLOUT_ARIA_NAME=\u30B3\u30FC\u30EB\u30A2\u30A6\u30C8
|
|
|
95
95
|
|
|
96
96
|
FILEUPLOAD_BROWSE=\u53C2\u7167...
|
|
97
97
|
|
|
98
|
+
FILEUPLOAD_ACC=\u6709\u52B9\u5316\u3057\u3066\u30D5\u30A1\u30A4\u30EB\u3092\u9078\u629E
|
|
99
|
+
|
|
100
|
+
FILEUPLOAD_FILENAME=\u30D5\u30A1\u30A4\u30EB\u540D
|
|
101
|
+
|
|
102
|
+
FILEUPLOAD_REQUIRED=\u5FC5\u9808
|
|
103
|
+
|
|
104
|
+
FILEUPLOAD_NO_FILE_CHOSEN=\u30D5\u30A1\u30A4\u30EB\u304C\u672A\u9078\u629E
|
|
105
|
+
|
|
98
106
|
ACCORDION_DSC=\u5C55\u958B\u307E\u305F\u306F\u5727\u7E2E\u3059\u308B\u306B\u306F\u3001\u30B9\u30DA\u30FC\u30B9\u30AD\u30FC\u3092\u62BC\u3057\u307E\u3059
|
|
99
107
|
|
|
100
108
|
CAROUSEL_SHOW_PREV=\u524D
|
|
@@ -95,6 +95,14 @@ CALLOUT_ARIA_NAME=\u0410\u043B\u044B\u043F \u0448\u044B\u0493\u0430\u0440\u0443
|
|
|
95
95
|
|
|
96
96
|
FILEUPLOAD_BROWSE=\u0428\u043E\u043B\u0443...
|
|
97
97
|
|
|
98
|
+
FILEUPLOAD_ACC=\u0424\u0430\u0439\u043B\u0434\u044B \u0442\u0430\u04A3\u0434\u0430\u0443 \u04AF\u0448\u0456\u043D \u0431\u0435\u043B\u0441\u0435\u043D\u0434\u0456\u0440\u0456\u04A3\u0456\u0437
|
|
99
|
+
|
|
100
|
+
FILEUPLOAD_FILENAME=\u0424\u0430\u0439\u043B \u0430\u0442\u044B
|
|
101
|
+
|
|
102
|
+
FILEUPLOAD_REQUIRED=\u041C\u0456\u043D\u0434\u0435\u0442\u0442\u0456
|
|
103
|
+
|
|
104
|
+
FILEUPLOAD_NO_FILE_CHOSEN=\u0424\u0430\u0439\u043B \u0442\u0430\u04A3\u0434\u0430\u043B\u043C\u0430\u0434\u044B
|
|
105
|
+
|
|
98
106
|
ACCORDION_DSC=\u0416\u0430\u044E \u043D\u0435 \u0436\u0438\u044E \u04AF\u0448\u0456\u043D \u0431\u043E\u0441 \u043E\u0440\u044B\u043D \u043F\u0435\u0440\u043D\u0435\u0441\u0456\u043D \u0431\u0430\u0441\u044B\u04A3\u044B\u0437
|
|
99
107
|
|
|
100
108
|
CAROUSEL_SHOW_PREV=\u0410\u043B\u0434\u044B\u04A3\u0493\u044B
|
|
@@ -95,6 +95,14 @@ CALLOUT_ARIA_NAME=\uCF5C\uC544\uC6C3
|
|
|
95
95
|
|
|
96
96
|
FILEUPLOAD_BROWSE=\uCC3E\uC544\uBCF4\uAE30...
|
|
97
97
|
|
|
98
|
+
FILEUPLOAD_ACC=\uD65C\uC131\uD654\uD558\uC5EC \uD30C\uC77C \uC120\uD0DD
|
|
99
|
+
|
|
100
|
+
FILEUPLOAD_FILENAME=\uD30C\uC77C \uC774\uB984
|
|
101
|
+
|
|
102
|
+
FILEUPLOAD_REQUIRED=\uD544\uC218
|
|
103
|
+
|
|
104
|
+
FILEUPLOAD_NO_FILE_CHOSEN=\uC120\uD0DD\uB41C \uD30C\uC77C \uC5C6\uC74C
|
|
105
|
+
|
|
98
106
|
ACCORDION_DSC=\uC2A4\uD398\uC774\uC2A4\uBC14\uB97C \uB204\uB974\uBA74 \uD3BC\uCE58\uAC70\uB098 \uC811\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
|
|
99
107
|
|
|
100
108
|
CAROUSEL_SHOW_PREV=\uC774\uC804
|