@openui5/sap.ui.layout 1.71.60 → 1.71.62
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 +2 -2
- package/src/sap/ui/layout/.library +2 -2
- package/src/sap/ui/layout/AlignedFlowLayout.js +2 -2
- package/src/sap/ui/layout/AlignedFlowLayoutRenderer.js +1 -1
- package/src/sap/ui/layout/AssociativeSplitter.js +2 -2
- package/src/sap/ui/layout/BlockLayout.js +2 -2
- package/src/sap/ui/layout/BlockLayoutCell.js +2 -2
- package/src/sap/ui/layout/BlockLayoutCellData.js +2 -2
- package/src/sap/ui/layout/BlockLayoutCellRenderer.js +1 -1
- package/src/sap/ui/layout/BlockLayoutRenderer.js +1 -1
- package/src/sap/ui/layout/BlockLayoutRow.js +2 -2
- package/src/sap/ui/layout/BlockLayoutRowRenderer.js +1 -1
- package/src/sap/ui/layout/DynamicSideContent.js +2 -2
- package/src/sap/ui/layout/DynamicSideContentRenderer.js +1 -1
- package/src/sap/ui/layout/FixFlex.js +2 -2
- package/src/sap/ui/layout/FixFlexRenderer.js +1 -1
- package/src/sap/ui/layout/Grid.js +2 -2
- package/src/sap/ui/layout/GridData.js +2 -2
- package/src/sap/ui/layout/GridRenderer.js +2 -2
- package/src/sap/ui/layout/HorizontalLayout.js +2 -2
- package/src/sap/ui/layout/HorizontalLayoutRenderer.js +1 -1
- package/src/sap/ui/layout/PaneContainer.js +2 -2
- package/src/sap/ui/layout/ResponsiveFlowLayout.js +2 -2
- package/src/sap/ui/layout/ResponsiveFlowLayoutData.js +2 -2
- package/src/sap/ui/layout/ResponsiveFlowLayoutRenderer.js +1 -1
- package/src/sap/ui/layout/ResponsiveSplitter.js +2 -2
- package/src/sap/ui/layout/ResponsiveSplitterPage.js +2 -2
- package/src/sap/ui/layout/ResponsiveSplitterRenderer.js +1 -1
- package/src/sap/ui/layout/ResponsiveSplitterUtilities.js +1 -1
- package/src/sap/ui/layout/SplitPane.js +2 -2
- package/src/sap/ui/layout/Splitter.js +2 -2
- package/src/sap/ui/layout/SplitterLayoutData.js +2 -2
- package/src/sap/ui/layout/SplitterRenderer.js +1 -1
- package/src/sap/ui/layout/VerticalLayout.js +2 -2
- package/src/sap/ui/layout/VerticalLayoutRenderer.js +1 -1
- package/src/sap/ui/layout/changeHandler/AddFormContainer.js +2 -2
- package/src/sap/ui/layout/changeHandler/AddFormField.js +2 -2
- package/src/sap/ui/layout/changeHandler/AddSimpleFormField.js +2 -2
- package/src/sap/ui/layout/changeHandler/AddSimpleFormGroup.js +2 -2
- package/src/sap/ui/layout/changeHandler/HideSimpleForm.js +2 -2
- package/src/sap/ui/layout/changeHandler/MoveSimpleForm.js +2 -2
- package/src/sap/ui/layout/changeHandler/RenameFormContainer.js +2 -2
- package/src/sap/ui/layout/changeHandler/RenameSimpleForm.js +2 -2
- package/src/sap/ui/layout/changeHandler/UnhideSimpleForm.js +2 -2
- package/src/sap/ui/layout/cssgrid/CSSGrid.js +2 -2
- package/src/sap/ui/layout/cssgrid/CSSGridRenderer.js +1 -1
- package/src/sap/ui/layout/cssgrid/GridBasicLayout.js +2 -2
- package/src/sap/ui/layout/cssgrid/GridBoxLayout.js +2 -2
- package/src/sap/ui/layout/cssgrid/GridBoxLayoutStyleHelper.js +2 -2
- package/src/sap/ui/layout/cssgrid/GridItemLayoutData.js +2 -2
- package/src/sap/ui/layout/cssgrid/GridLayoutBase.js +2 -2
- package/src/sap/ui/layout/cssgrid/GridLayoutDelegate.js +2 -2
- package/src/sap/ui/layout/cssgrid/GridResponsiveLayout.js +2 -2
- package/src/sap/ui/layout/cssgrid/GridSettings.js +2 -2
- package/src/sap/ui/layout/cssgrid/VirtualGrid.js +2 -2
- package/src/sap/ui/layout/designtime/BlockLayout.designtime.js +1 -1
- package/src/sap/ui/layout/designtime/BlockLayoutCell.designtime.js +1 -1
- package/src/sap/ui/layout/designtime/BlockLayoutRow.designtime.js +1 -1
- package/src/sap/ui/layout/designtime/DynamicSideContent.designtime.js +1 -1
- package/src/sap/ui/layout/designtime/FixFlex.designtime.js +1 -1
- package/src/sap/ui/layout/designtime/Grid.designtime.js +1 -1
- package/src/sap/ui/layout/designtime/HorizontalLayout.designtime.js +1 -1
- package/src/sap/ui/layout/designtime/Splitter.designtime.js +1 -1
- package/src/sap/ui/layout/designtime/VerticalLayout.designtime.js +1 -1
- package/src/sap/ui/layout/designtime/form/Form.designtime.js +1 -1
- package/src/sap/ui/layout/designtime/form/FormContainer.designtime.js +1 -1
- package/src/sap/ui/layout/designtime/form/FormElement.designtime.js +1 -1
- package/src/sap/ui/layout/designtime/form/SimpleForm.designtime.js +1 -1
- package/src/sap/ui/layout/designtime/library.designtime.js +1 -1
- package/src/sap/ui/layout/designtime/messagebundle_ar.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_bg.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_ca.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_cs.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_da.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_de.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_el.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_en.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_es.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_et.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_fi.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_fr.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_hi.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_hr.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_hu.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_it.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_iw.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_ja.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_kk.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_ko.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_lt.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_lv.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_ms.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_nl.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_no.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_pl.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_pt.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_ro.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_ru.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_sh.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_sk.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_sl.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_sr.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_sv.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_th.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_tr.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_uk.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_vi.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_zh_CN.properties +0 -13
- package/src/sap/ui/layout/designtime/messagebundle_zh_TW.properties +0 -13
- package/src/sap/ui/layout/flexibility/BlockLayoutCell.flexibility.js +1 -1
- package/src/sap/ui/layout/flexibility/Form.flexibility.js +1 -1
- package/src/sap/ui/layout/flexibility/FormContainer.flexibility.js +1 -1
- package/src/sap/ui/layout/flexibility/FormElement.flexibility.js +1 -1
- package/src/sap/ui/layout/flexibility/SimpleForm.flexibility.js +1 -1
- package/src/sap/ui/layout/form/ColumnContainerData.js +2 -2
- package/src/sap/ui/layout/form/ColumnElementData.js +2 -2
- package/src/sap/ui/layout/form/ColumnLayout.js +2 -2
- package/src/sap/ui/layout/form/ColumnLayoutRenderer.js +1 -1
- package/src/sap/ui/layout/form/Form.js +2 -2
- package/src/sap/ui/layout/form/FormContainer.js +2 -2
- package/src/sap/ui/layout/form/FormElement.js +2 -2
- package/src/sap/ui/layout/form/FormLayout.js +2 -2
- package/src/sap/ui/layout/form/FormLayoutRenderer.js +1 -1
- package/src/sap/ui/layout/form/FormRenderer.js +1 -1
- package/src/sap/ui/layout/form/GridContainerData.js +2 -2
- package/src/sap/ui/layout/form/GridElementData.js +2 -2
- package/src/sap/ui/layout/form/GridLayout.js +2 -2
- package/src/sap/ui/layout/form/GridLayoutRenderer.js +1 -1
- package/src/sap/ui/layout/form/ResponsiveGridLayout.js +2 -2
- package/src/sap/ui/layout/form/ResponsiveGridLayoutRenderer.js +1 -1
- package/src/sap/ui/layout/form/ResponsiveLayout.js +2 -2
- package/src/sap/ui/layout/form/ResponsiveLayoutRenderer.js +1 -1
- package/src/sap/ui/layout/form/SimpleForm.js +2 -2
- package/src/sap/ui/layout/form/SimpleFormRenderer.js +1 -1
- package/src/sap/ui/layout/library.js +3 -3
- package/src/sap/ui/layout/library.support.js +1 -1
- package/src/sap/ui/layout/messagebundle_ar.properties +0 -11
- package/src/sap/ui/layout/messagebundle_bg.properties +0 -11
- package/src/sap/ui/layout/messagebundle_ca.properties +0 -11
- package/src/sap/ui/layout/messagebundle_cs.properties +0 -11
- package/src/sap/ui/layout/messagebundle_da.properties +0 -11
- package/src/sap/ui/layout/messagebundle_de.properties +0 -11
- package/src/sap/ui/layout/messagebundle_el.properties +0 -11
- package/src/sap/ui/layout/messagebundle_en.properties +0 -11
- package/src/sap/ui/layout/messagebundle_es.properties +0 -11
- package/src/sap/ui/layout/messagebundle_et.properties +0 -11
- package/src/sap/ui/layout/messagebundle_fi.properties +0 -11
- package/src/sap/ui/layout/messagebundle_fr.properties +0 -11
- package/src/sap/ui/layout/messagebundle_hi.properties +0 -11
- package/src/sap/ui/layout/messagebundle_hr.properties +0 -11
- package/src/sap/ui/layout/messagebundle_hu.properties +0 -11
- package/src/sap/ui/layout/messagebundle_it.properties +0 -11
- package/src/sap/ui/layout/messagebundle_iw.properties +0 -11
- package/src/sap/ui/layout/messagebundle_ja.properties +0 -11
- package/src/sap/ui/layout/messagebundle_kk.properties +0 -11
- package/src/sap/ui/layout/messagebundle_ko.properties +0 -11
- package/src/sap/ui/layout/messagebundle_lt.properties +0 -11
- package/src/sap/ui/layout/messagebundle_lv.properties +0 -11
- package/src/sap/ui/layout/messagebundle_ms.properties +0 -11
- package/src/sap/ui/layout/messagebundle_nl.properties +0 -11
- package/src/sap/ui/layout/messagebundle_no.properties +0 -11
- package/src/sap/ui/layout/messagebundle_pl.properties +0 -11
- package/src/sap/ui/layout/messagebundle_pt.properties +0 -11
- package/src/sap/ui/layout/messagebundle_ro.properties +0 -11
- package/src/sap/ui/layout/messagebundle_ru.properties +0 -11
- package/src/sap/ui/layout/messagebundle_sh.properties +0 -11
- package/src/sap/ui/layout/messagebundle_sk.properties +0 -11
- package/src/sap/ui/layout/messagebundle_sl.properties +0 -11
- package/src/sap/ui/layout/messagebundle_sr.properties +0 -11
- package/src/sap/ui/layout/messagebundle_sv.properties +0 -11
- package/src/sap/ui/layout/messagebundle_th.properties +0 -11
- package/src/sap/ui/layout/messagebundle_tr.properties +0 -11
- package/src/sap/ui/layout/messagebundle_uk.properties +0 -11
- package/src/sap/ui/layout/messagebundle_vi.properties +0 -11
- package/src/sap/ui/layout/messagebundle_zh_CN.properties +0 -11
- package/src/sap/ui/layout/messagebundle_zh_TW.properties +0 -11
- package/src/sap/ui/layout/rules/Form.support.js +1 -1
- package/src/sap/ui/layout/themes/base/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_hcb/library.source.less +1 -1
|
@@ -1,32 +1,19 @@
|
|
|
1
|
-
#This is the resource bundle for the sap.ui.layout library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#XMSG: Message when removing a SimpleForm toolbar
|
|
5
2
|
MSG_REMOVING_TOOLBAR=\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u044D\u0442\u043E\u0439 \u0433\u0440\u0443\u043F\u043F\u044B \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u0442 \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u044B. \u041F\u0440\u0438 \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0438 \u0433\u0440\u0443\u043F\u043F\u044B \u043E\u043D\u0438 \u0431\u0443\u0434\u0443\u0442 \u0442\u0430\u043A\u0436\u0435 \u0443\u0434\u0430\u043B\u0435\u043D\u044B. \u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0433\u0440\u0443\u043F\u043F\u0443?
|
|
6
3
|
|
|
7
|
-
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Group
|
|
8
4
|
GROUP_CONTROL_NAME=\u0413\u0440\u0443\u043F\u043F\u0430
|
|
9
|
-
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Groups
|
|
10
5
|
GROUP_CONTROL_NAME_PLURAL=\u0413\u0440\u0443\u043F\u043F\u044B
|
|
11
|
-
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Field
|
|
12
6
|
FIELD_CONTROL_NAME=\u041F\u043E\u043B\u0435
|
|
13
|
-
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Fields
|
|
14
7
|
FIELD_CONTROL_NAME_PLURAL=\u041F\u043E\u043B\u044F
|
|
15
8
|
|
|
16
|
-
#XMIT: Horizontal layout control name caption
|
|
17
9
|
HORIZONTAL_LAYOUT_CONTROL_NAME=\u0413\u043E\u0440\u0438\u0437\u043E\u043D\u0442\u0430\u043B\u044C\u043D\u044B\u0439 \u043A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440
|
|
18
10
|
|
|
19
|
-
#XTIT: Horizontal layout control name plural caption
|
|
20
11
|
HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=\u0413\u043E\u0440\u0438\u0437\u043E\u043D\u0442\u0430\u043B\u044C\u043D\u044B\u0435 \u043A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440\u044B
|
|
21
12
|
|
|
22
|
-
#XMIT: Vertical layout control name caption
|
|
23
13
|
VERTICAL_LAYOUT_CONTROL_NAME=\u0412\u0435\u0440\u0442\u0438\u043A\u0430\u043B\u044C\u043D\u044B\u0439 \u043A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440
|
|
24
14
|
|
|
25
|
-
#XTIT: Vertical layout control name plural caption
|
|
26
15
|
VERTICAL_LAYOUT_NAME_PLURAL=\u0412\u0435\u0440\u0442\u0438\u043A\u0430\u043B\u044C\u043D\u044B\u0435 \u043A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440\u044B
|
|
27
16
|
|
|
28
|
-
#XMIT: Grid control name caption
|
|
29
17
|
GRID_CONTROL_NAME=\u0421\u0435\u0442\u043A\u0430
|
|
30
18
|
|
|
31
|
-
#XTIT: Grid control name plural caption
|
|
32
19
|
GRID_CONTROL_NAME_PLURAL=\u0421\u0435\u0442\u043A\u0438
|
|
@@ -1,32 +1,19 @@
|
|
|
1
|
-
#This is the resource bundle for the sap.ui.layout library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#XMSG: Message when removing a SimpleForm toolbar
|
|
5
2
|
MSG_REMOVING_TOOLBAR=Zaglavlje ove grupe sadr\u017Ei dodatne elemente. Ako uklonite grupu, oni \u0107e biti izgubljeni. Da li ipak \u017Eelite da uklonite grupu?
|
|
6
3
|
|
|
7
|
-
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Group
|
|
8
4
|
GROUP_CONTROL_NAME=Grupa
|
|
9
|
-
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Groups
|
|
10
5
|
GROUP_CONTROL_NAME_PLURAL=Grupe
|
|
11
|
-
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Field
|
|
12
6
|
FIELD_CONTROL_NAME=Polje
|
|
13
|
-
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Fields
|
|
14
7
|
FIELD_CONTROL_NAME_PLURAL=Polja
|
|
15
8
|
|
|
16
|
-
#XMIT: Horizontal layout control name caption
|
|
17
9
|
HORIZONTAL_LAYOUT_CONTROL_NAME=Horizontalni spremnik
|
|
18
10
|
|
|
19
|
-
#XTIT: Horizontal layout control name plural caption
|
|
20
11
|
HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=Horizontalni spremnici
|
|
21
12
|
|
|
22
|
-
#XMIT: Vertical layout control name caption
|
|
23
13
|
VERTICAL_LAYOUT_CONTROL_NAME=Vertikalni spremnik
|
|
24
14
|
|
|
25
|
-
#XTIT: Vertical layout control name plural caption
|
|
26
15
|
VERTICAL_LAYOUT_NAME_PLURAL=Vertikalni spremnici
|
|
27
16
|
|
|
28
|
-
#XMIT: Grid control name caption
|
|
29
17
|
GRID_CONTROL_NAME=Mre\u017Ea
|
|
30
18
|
|
|
31
|
-
#XTIT: Grid control name plural caption
|
|
32
19
|
GRID_CONTROL_NAME_PLURAL=Mre\u017Ee
|
|
@@ -1,32 +1,19 @@
|
|
|
1
|
-
#This is the resource bundle for the sap.ui.layout library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#XMSG: Message when removing a SimpleForm toolbar
|
|
5
2
|
MSG_REMOVING_TOOLBAR=Hlavi\u010Dka tejto skupiny obsahuje doplnkov\u00E9 prvky. Ak skupinu odstr\u00E1nite, vyma\u017E\u00FA sa. Chcete napriek tomu skupinu odstr\u00E1ni\u0165?
|
|
6
3
|
|
|
7
|
-
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Group
|
|
8
4
|
GROUP_CONTROL_NAME=Skupina
|
|
9
|
-
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Groups
|
|
10
5
|
GROUP_CONTROL_NAME_PLURAL=Skupiny
|
|
11
|
-
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Field
|
|
12
6
|
FIELD_CONTROL_NAME=Pole
|
|
13
|
-
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Fields
|
|
14
7
|
FIELD_CONTROL_NAME_PLURAL=Polia
|
|
15
8
|
|
|
16
|
-
#XMIT: Horizontal layout control name caption
|
|
17
9
|
HORIZONTAL_LAYOUT_CONTROL_NAME=Horizont\u00E1lny kontajner
|
|
18
10
|
|
|
19
|
-
#XTIT: Horizontal layout control name plural caption
|
|
20
11
|
HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=Horizont\u00E1lne kontajnery
|
|
21
12
|
|
|
22
|
-
#XMIT: Vertical layout control name caption
|
|
23
13
|
VERTICAL_LAYOUT_CONTROL_NAME=Vertik\u00E1lny kontajner
|
|
24
14
|
|
|
25
|
-
#XTIT: Vertical layout control name plural caption
|
|
26
15
|
VERTICAL_LAYOUT_NAME_PLURAL=Vertik\u00E1lne kontajnery
|
|
27
16
|
|
|
28
|
-
#XMIT: Grid control name caption
|
|
29
17
|
GRID_CONTROL_NAME=Mrie\u017Eka
|
|
30
18
|
|
|
31
|
-
#XTIT: Grid control name plural caption
|
|
32
19
|
GRID_CONTROL_NAME_PLURAL=Mrie\u017Eky
|
|
@@ -1,32 +1,19 @@
|
|
|
1
|
-
#This is the resource bundle for the sap.ui.layout library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#XMSG: Message when removing a SimpleForm toolbar
|
|
5
2
|
MSG_REMOVING_TOOLBAR=Glava te skupine vsebuje dodatne elemente. \u010Ce skupino odstranite, bodo ti elementi izgubljeni. \u017Delite kljub temu odstraniti skupino?
|
|
6
3
|
|
|
7
|
-
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Group
|
|
8
4
|
GROUP_CONTROL_NAME=Skupina
|
|
9
|
-
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Groups
|
|
10
5
|
GROUP_CONTROL_NAME_PLURAL=Skupine
|
|
11
|
-
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Field
|
|
12
6
|
FIELD_CONTROL_NAME=Polje
|
|
13
|
-
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Fields
|
|
14
7
|
FIELD_CONTROL_NAME_PLURAL=Polja
|
|
15
8
|
|
|
16
|
-
#XMIT: Horizontal layout control name caption
|
|
17
9
|
HORIZONTAL_LAYOUT_CONTROL_NAME=Horizontalni zbirnik
|
|
18
10
|
|
|
19
|
-
#XTIT: Horizontal layout control name plural caption
|
|
20
11
|
HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=Horizontalni zbirniki
|
|
21
12
|
|
|
22
|
-
#XMIT: Vertical layout control name caption
|
|
23
13
|
VERTICAL_LAYOUT_CONTROL_NAME=Vertikalni zbirnik
|
|
24
14
|
|
|
25
|
-
#XTIT: Vertical layout control name plural caption
|
|
26
15
|
VERTICAL_LAYOUT_NAME_PLURAL=Vertikalni zbirniki
|
|
27
16
|
|
|
28
|
-
#XMIT: Grid control name caption
|
|
29
17
|
GRID_CONTROL_NAME=Mre\u017Ea
|
|
30
18
|
|
|
31
|
-
#XTIT: Grid control name plural caption
|
|
32
19
|
GRID_CONTROL_NAME_PLURAL=Mre\u017Ea
|
|
@@ -1,32 +1,19 @@
|
|
|
1
|
-
#This is the resource bundle for the sap.ui.layout library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#XMSG: Message when removing a SimpleForm toolbar
|
|
5
2
|
MSG_REMOVING_TOOLBAR=\u0417\u0430\u0433\u043B\u0430\u0432\u0459\u0435 \u043E\u0432\u0435 \u0433\u0440\u0443\u043F\u0435 \u0441\u0430\u0434\u0440\u0436\u0438 \u0434\u043E\u0434\u0430\u0442\u043D\u0435 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0435. \u0410\u043A\u043E \u0443\u043A\u043B\u043E\u043D\u0438\u0442\u0435 \u0433\u0440\u0443\u043F\u0443, \u043E\u043D\u0438 \u045B\u0435 \u0431\u0438\u0442\u0438 \u0438\u0437\u0433\u0443\u0431\u0459\u0435\u043D\u0438. \u0414\u0430 \u043B\u0438 \u0438\u043F\u0430\u043A \u0436\u0435\u043B\u0438\u0442\u0435 \u0434\u0430 \u0443\u043A\u043B\u043E\u043D\u0438\u0442\u0435 \u0433\u0440\u0443\u043F\u0443?
|
|
6
3
|
|
|
7
|
-
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Group
|
|
8
4
|
GROUP_CONTROL_NAME=\u0413\u0440\u0443\u043F\u0430
|
|
9
|
-
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Groups
|
|
10
5
|
GROUP_CONTROL_NAME_PLURAL=\u0413\u0440\u0443\u043F\u0435
|
|
11
|
-
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Field
|
|
12
6
|
FIELD_CONTROL_NAME=\u041F\u043E\u0459\u0435
|
|
13
|
-
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Fields
|
|
14
7
|
FIELD_CONTROL_NAME_PLURAL=\u041F\u043E\u0459\u0430
|
|
15
8
|
|
|
16
|
-
#XMIT: Horizontal layout control name caption
|
|
17
9
|
HORIZONTAL_LAYOUT_CONTROL_NAME=\u0425\u043E\u0440\u0438\u0437\u043E\u043D\u0442\u0430\u043B\u043D\u0438 \u0441\u043F\u0440\u0435\u043C\u043D\u0438\u043A
|
|
18
10
|
|
|
19
|
-
#XTIT: Horizontal layout control name plural caption
|
|
20
11
|
HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=\u0425\u043E\u0440\u0438\u0437\u043E\u043D\u0442\u0430\u043B\u043D\u0438 \u0441\u043F\u0440\u0435\u043C\u043D\u0438\u0446\u0438
|
|
21
12
|
|
|
22
|
-
#XMIT: Vertical layout control name caption
|
|
23
13
|
VERTICAL_LAYOUT_CONTROL_NAME=\u0412\u0435\u0440\u0442\u0438\u043A\u0430\u043B\u043D\u0438 \u0441\u043F\u0440\u0435\u043C\u043D\u0438\u043A
|
|
24
14
|
|
|
25
|
-
#XTIT: Vertical layout control name plural caption
|
|
26
15
|
VERTICAL_LAYOUT_NAME_PLURAL=\u0412\u0435\u0440\u0442\u0438\u043A\u0430\u043B\u043D\u0438 \u0441\u043F\u0440\u0435\u043C\u043D\u0438\u0446\u0438
|
|
27
16
|
|
|
28
|
-
#XMIT: Grid control name caption
|
|
29
17
|
GRID_CONTROL_NAME=\u041C\u0440\u0435\u0436\u0430
|
|
30
18
|
|
|
31
|
-
#XTIT: Grid control name plural caption
|
|
32
19
|
GRID_CONTROL_NAME_PLURAL=\u041C\u0440\u0435\u0436\u0435
|
|
@@ -1,32 +1,19 @@
|
|
|
1
|
-
#This is the resource bundle for the sap.ui.layout library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#XMSG: Message when removing a SimpleForm toolbar
|
|
5
2
|
MSG_REMOVING_TOOLBAR=Huvudet f\u00F6r denna grupp inneh\u00E5ller ytterligare element. Om gruppen tas bort raderas dessa. Ta bort gruppen \u00E4nd\u00E5?
|
|
6
3
|
|
|
7
|
-
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Group
|
|
8
4
|
GROUP_CONTROL_NAME=Grupp
|
|
9
|
-
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Groups
|
|
10
5
|
GROUP_CONTROL_NAME_PLURAL=Grupper
|
|
11
|
-
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Field
|
|
12
6
|
FIELD_CONTROL_NAME=F\u00E4lt
|
|
13
|
-
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Fields
|
|
14
7
|
FIELD_CONTROL_NAME_PLURAL=F\u00E4lt
|
|
15
8
|
|
|
16
|
-
#XMIT: Horizontal layout control name caption
|
|
17
9
|
HORIZONTAL_LAYOUT_CONTROL_NAME=Horisontal container
|
|
18
10
|
|
|
19
|
-
#XTIT: Horizontal layout control name plural caption
|
|
20
11
|
HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=Horisontala containrar
|
|
21
12
|
|
|
22
|
-
#XMIT: Vertical layout control name caption
|
|
23
13
|
VERTICAL_LAYOUT_CONTROL_NAME=Vertikal container
|
|
24
14
|
|
|
25
|
-
#XTIT: Vertical layout control name plural caption
|
|
26
15
|
VERTICAL_LAYOUT_NAME_PLURAL=Vertikala containrar
|
|
27
16
|
|
|
28
|
-
#XMIT: Grid control name caption
|
|
29
17
|
GRID_CONTROL_NAME=Raster
|
|
30
18
|
|
|
31
|
-
#XTIT: Grid control name plural caption
|
|
32
19
|
GRID_CONTROL_NAME_PLURAL=Raster
|
|
@@ -1,32 +1,19 @@
|
|
|
1
|
-
#This is the resource bundle for the sap.ui.layout library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#XMSG: Message when removing a SimpleForm toolbar
|
|
5
2
|
MSG_REMOVING_TOOLBAR=\u0E2A\u0E48\u0E27\u0E19\u0E2B\u0E31\u0E27\u0E02\u0E2D\u0E07\u0E01\u0E25\u0E38\u0E48\u0E21\u0E19\u0E35\u0E49\u0E1B\u0E23\u0E30\u0E01\u0E2D\u0E1A\u0E14\u0E49\u0E27\u0E22\u0E2D\u0E07\u0E04\u0E4C\u0E1B\u0E23\u0E30\u0E01\u0E2D\u0E1A\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21 \u0E16\u0E49\u0E32\u0E04\u0E38\u0E13\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E22\u0E49\u0E32\u0E22\u0E01\u0E25\u0E38\u0E48\u0E21\u0E2D\u0E2D\u0E01 \u0E01\u0E25\u0E38\u0E48\u0E21\u0E40\u0E2B\u0E25\u0E48\u0E32\u0E19\u0E35\u0E49\u0E08\u0E30\u0E2A\u0E39\u0E0D\u0E2B\u0E32\u0E22 \u0E04\u0E38\u0E13\u0E41\u0E19\u0E48\u0E43\u0E08\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48\u0E27\u0E48\u0E32\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E22\u0E49\u0E32\u0E22\u0E01\u0E25\u0E38\u0E48\u0E21\u0E2D\u0E2D\u0E01?
|
|
6
3
|
|
|
7
|
-
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Group
|
|
8
4
|
GROUP_CONTROL_NAME=\u0E01\u0E25\u0E38\u0E48\u0E21
|
|
9
|
-
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Groups
|
|
10
5
|
GROUP_CONTROL_NAME_PLURAL=\u0E01\u0E25\u0E38\u0E48\u0E21
|
|
11
|
-
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Field
|
|
12
6
|
FIELD_CONTROL_NAME=\u0E1F\u0E34\u0E25\u0E14\u0E4C
|
|
13
|
-
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Fields
|
|
14
7
|
FIELD_CONTROL_NAME_PLURAL=\u0E1F\u0E34\u0E25\u0E14\u0E4C
|
|
15
8
|
|
|
16
|
-
#XMIT: Horizontal layout control name caption
|
|
17
9
|
HORIZONTAL_LAYOUT_CONTROL_NAME=\u0E04\u0E2D\u0E19\u0E40\u0E17\u0E19\u0E40\u0E19\u0E2D\u0E23\u0E4C\u0E41\u0E19\u0E27\u0E19\u0E2D\u0E19
|
|
18
10
|
|
|
19
|
-
#XTIT: Horizontal layout control name plural caption
|
|
20
11
|
HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=\u0E04\u0E2D\u0E19\u0E40\u0E17\u0E19\u0E40\u0E19\u0E2D\u0E23\u0E4C\u0E41\u0E19\u0E27\u0E19\u0E2D\u0E19
|
|
21
12
|
|
|
22
|
-
#XMIT: Vertical layout control name caption
|
|
23
13
|
VERTICAL_LAYOUT_CONTROL_NAME=\u0E04\u0E2D\u0E19\u0E40\u0E17\u0E19\u0E40\u0E19\u0E2D\u0E23\u0E4C\u0E41\u0E19\u0E27\u0E15\u0E31\u0E49\u0E07
|
|
24
14
|
|
|
25
|
-
#XTIT: Vertical layout control name plural caption
|
|
26
15
|
VERTICAL_LAYOUT_NAME_PLURAL=\u0E04\u0E2D\u0E19\u0E40\u0E17\u0E19\u0E40\u0E19\u0E2D\u0E23\u0E4C\u0E41\u0E19\u0E27\u0E15\u0E31\u0E49\u0E07
|
|
27
16
|
|
|
28
|
-
#XMIT: Grid control name caption
|
|
29
17
|
GRID_CONTROL_NAME=\u0E40\u0E2A\u0E49\u0E19\u0E15\u0E32\u0E23\u0E32\u0E07
|
|
30
18
|
|
|
31
|
-
#XTIT: Grid control name plural caption
|
|
32
19
|
GRID_CONTROL_NAME_PLURAL=\u0E40\u0E2A\u0E49\u0E19\u0E15\u0E32\u0E23\u0E32\u0E07
|
|
@@ -1,32 +1,19 @@
|
|
|
1
|
-
#This is the resource bundle for the sap.ui.layout library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#XMSG: Message when removing a SimpleForm toolbar
|
|
5
2
|
MSG_REMOVING_TOOLBAR=Bu grubun ba\u015Fl\u0131\u011F\u0131 ek \u00F6\u011Feler i\u00E7eriyor. Grubu kald\u0131r\u0131rsan\u0131z bunlar kaybedilir. Yine de grubu kald\u0131rmak istiyor musunuz?
|
|
6
3
|
|
|
7
|
-
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Group
|
|
8
4
|
GROUP_CONTROL_NAME=Grup
|
|
9
|
-
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Groups
|
|
10
5
|
GROUP_CONTROL_NAME_PLURAL=Gruplar
|
|
11
|
-
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Field
|
|
12
6
|
FIELD_CONTROL_NAME=Alan
|
|
13
|
-
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Fields
|
|
14
7
|
FIELD_CONTROL_NAME_PLURAL=Alanlar
|
|
15
8
|
|
|
16
|
-
#XMIT: Horizontal layout control name caption
|
|
17
9
|
HORIZONTAL_LAYOUT_CONTROL_NAME=Yatay konteyner
|
|
18
10
|
|
|
19
|
-
#XTIT: Horizontal layout control name plural caption
|
|
20
11
|
HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=Yatay konteynerler
|
|
21
12
|
|
|
22
|
-
#XMIT: Vertical layout control name caption
|
|
23
13
|
VERTICAL_LAYOUT_CONTROL_NAME=Dikey konteyner
|
|
24
14
|
|
|
25
|
-
#XTIT: Vertical layout control name plural caption
|
|
26
15
|
VERTICAL_LAYOUT_NAME_PLURAL=Dikey konteynerler
|
|
27
16
|
|
|
28
|
-
#XMIT: Grid control name caption
|
|
29
17
|
GRID_CONTROL_NAME=Izgara
|
|
30
18
|
|
|
31
|
-
#XTIT: Grid control name plural caption
|
|
32
19
|
GRID_CONTROL_NAME_PLURAL=Izgaralar
|
|
@@ -1,32 +1,19 @@
|
|
|
1
|
-
#This is the resource bundle for the sap.ui.layout library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#XMSG: Message when removing a SimpleForm toolbar
|
|
5
2
|
MSG_REMOVING_TOOLBAR=\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u0446\u0456\u0454\u0457 \u0433\u0440\u0443\u043F\u0438 \u043C\u0456\u0441\u0442\u0438\u0442\u044C \u0434\u043E\u0434\u0430\u0442\u043A\u043E\u0432\u0456 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0438. \u042F\u043A\u0449\u043E \u0432\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0433\u0440\u0443\u043F\u0443, \u0432\u043E\u043D\u0438 \u0431\u0443\u0434\u0443\u0442\u044C \u0432\u0442\u0440\u0430\u0447\u0435\u043D\u0456. \u0412\u0441\u0435 \u043E\u0434\u043D\u043E \u0431\u0430\u0436\u0430\u0454\u0442\u0435 \u0432\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0433\u0440\u0443\u043F\u0443?
|
|
6
3
|
|
|
7
|
-
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Group
|
|
8
4
|
GROUP_CONTROL_NAME=\u0413\u0440\u0443\u043F\u0430
|
|
9
|
-
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Groups
|
|
10
5
|
GROUP_CONTROL_NAME_PLURAL=\u0413\u0440\u0443\u043F\u0438
|
|
11
|
-
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Field
|
|
12
6
|
FIELD_CONTROL_NAME=\u041F\u043E\u043B\u0435
|
|
13
|
-
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Fields
|
|
14
7
|
FIELD_CONTROL_NAME_PLURAL=\u041F\u043E\u043B\u044F
|
|
15
8
|
|
|
16
|
-
#XMIT: Horizontal layout control name caption
|
|
17
9
|
HORIZONTAL_LAYOUT_CONTROL_NAME=\u0413\u043E\u0440\u0438\u0437\u043E\u043D\u0442\u0430\u043B\u044C\u043D\u0438\u0439 \u043A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440
|
|
18
10
|
|
|
19
|
-
#XTIT: Horizontal layout control name plural caption
|
|
20
11
|
HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=\u0413\u043E\u0440\u0438\u0437\u043E\u043D\u0442\u0430\u043B\u044C\u043D\u0456 \u043A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440\u0438
|
|
21
12
|
|
|
22
|
-
#XMIT: Vertical layout control name caption
|
|
23
13
|
VERTICAL_LAYOUT_CONTROL_NAME=\u0412\u0435\u0440\u0442\u0438\u043A\u0430\u043B\u044C\u043D\u0438\u0439 \u043A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440
|
|
24
14
|
|
|
25
|
-
#XTIT: Vertical layout control name plural caption
|
|
26
15
|
VERTICAL_LAYOUT_NAME_PLURAL=\u0412\u0435\u0440\u0442\u0438\u043A\u0430\u043B\u044C\u043D\u0456 \u043A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440\u0438
|
|
27
16
|
|
|
28
|
-
#XMIT: Grid control name caption
|
|
29
17
|
GRID_CONTROL_NAME=\u0421\u0456\u0442\u043A\u0430
|
|
30
18
|
|
|
31
|
-
#XTIT: Grid control name plural caption
|
|
32
19
|
GRID_CONTROL_NAME_PLURAL=\u0421\u0456\u0442\u043A\u0438
|
|
@@ -1,32 +1,19 @@
|
|
|
1
|
-
#This is the resource bundle for the sap.ui.layout library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#XMSG: Message when removing a SimpleForm toolbar
|
|
5
2
|
MSG_REMOVING_TOOLBAR=Ti\u00EAu \u0111\u00EA\u0300 cu\u0309a nho\u0301m na\u0300y ch\u01B0\u0301a ca\u0301c y\u00EA\u0301u t\u00F4\u0301 b\u00F4\u0309 sung. N\u00EA\u0301u ba\u0323n loa\u0323i bo\u0309 nho\u0301m, chu\u0301ng se\u0303 bi\u0323 m\u00E2\u0301t. Ba\u0323n co\u0301 mu\u00F4\u0301n loa\u0323i bo\u0309 nho\u0301m du\u0300 th\u00EA\u0301 na\u0300o \u0111i n\u01B0\u0303a?
|
|
6
3
|
|
|
7
|
-
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Group
|
|
8
4
|
GROUP_CONTROL_NAME=Nho\u0301m
|
|
9
|
-
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Groups
|
|
10
5
|
GROUP_CONTROL_NAME_PLURAL=Nho\u0301m
|
|
11
|
-
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Field
|
|
12
6
|
FIELD_CONTROL_NAME=Tr\u01B0\u01A1\u0300ng
|
|
13
|
-
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Fields
|
|
14
7
|
FIELD_CONTROL_NAME_PLURAL=Ca\u0301c tr\u01B0\u01A1\u0300ng
|
|
15
8
|
|
|
16
|
-
#XMIT: Horizontal layout control name caption
|
|
17
9
|
HORIZONTAL_LAYOUT_CONTROL_NAME=Vu\u0300ng ch\u01B0\u0301a ngang
|
|
18
10
|
|
|
19
|
-
#XTIT: Horizontal layout control name plural caption
|
|
20
11
|
HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=Vu\u0300ng ch\u01B0\u0301a ngang
|
|
21
12
|
|
|
22
|
-
#XMIT: Vertical layout control name caption
|
|
23
13
|
VERTICAL_LAYOUT_CONTROL_NAME=Vu\u0300ng ch\u01B0\u0301a do\u0323c
|
|
24
14
|
|
|
25
|
-
#XTIT: Vertical layout control name plural caption
|
|
26
15
|
VERTICAL_LAYOUT_NAME_PLURAL=Vu\u0300ng ch\u01B0\u0301a do\u0323c
|
|
27
16
|
|
|
28
|
-
#XMIT: Grid control name caption
|
|
29
17
|
GRID_CONTROL_NAME=L\u01B0\u01A1\u0301i
|
|
30
18
|
|
|
31
|
-
#XTIT: Grid control name plural caption
|
|
32
19
|
GRID_CONTROL_NAME_PLURAL=L\u01B0\u01A1\u0301i
|
|
@@ -1,32 +1,19 @@
|
|
|
1
|
-
#This is the resource bundle for the sap.ui.layout library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#XMSG: Message when removing a SimpleForm toolbar
|
|
5
2
|
MSG_REMOVING_TOOLBAR=\u6B64\u7EC4\u7684\u62AC\u5934\u5305\u542B\u9644\u52A0\u5143\u7D20\u3002\u5982\u679C\u79FB\u9664\u8BE5\u7EC4\uFF0C\u8FD9\u4E9B\u5143\u7D20\u5C06\u4F1A\u4E22\u5931\u3002\u662F\u5426\u4ECD\u8981\u79FB\u9664\u8BE5\u7EC4\uFF1F
|
|
6
3
|
|
|
7
|
-
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Group
|
|
8
4
|
GROUP_CONTROL_NAME=\u7EC4
|
|
9
|
-
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Groups
|
|
10
5
|
GROUP_CONTROL_NAME_PLURAL=\u7EC4
|
|
11
|
-
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Field
|
|
12
6
|
FIELD_CONTROL_NAME=\u5B57\u6BB5
|
|
13
|
-
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Fields
|
|
14
7
|
FIELD_CONTROL_NAME_PLURAL=\u5B57\u6BB5
|
|
15
8
|
|
|
16
|
-
#XMIT: Horizontal layout control name caption
|
|
17
9
|
HORIZONTAL_LAYOUT_CONTROL_NAME=\u6C34\u5E73\u5BB9\u5668
|
|
18
10
|
|
|
19
|
-
#XTIT: Horizontal layout control name plural caption
|
|
20
11
|
HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=\u6C34\u5E73\u5BB9\u5668
|
|
21
12
|
|
|
22
|
-
#XMIT: Vertical layout control name caption
|
|
23
13
|
VERTICAL_LAYOUT_CONTROL_NAME=\u5782\u76F4\u5BB9\u5668
|
|
24
14
|
|
|
25
|
-
#XTIT: Vertical layout control name plural caption
|
|
26
15
|
VERTICAL_LAYOUT_NAME_PLURAL=\u5782\u76F4\u5BB9\u5668
|
|
27
16
|
|
|
28
|
-
#XMIT: Grid control name caption
|
|
29
17
|
GRID_CONTROL_NAME=\u7F51\u683C
|
|
30
18
|
|
|
31
|
-
#XTIT: Grid control name plural caption
|
|
32
19
|
GRID_CONTROL_NAME_PLURAL=\u7F51\u683C
|
|
@@ -1,32 +1,19 @@
|
|
|
1
|
-
#This is the resource bundle for the sap.ui.layout library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#XMSG: Message when removing a SimpleForm toolbar
|
|
5
2
|
MSG_REMOVING_TOOLBAR=\u6B64\u7FA4\u7D44\u7684\u8868\u982D\u5305\u542B\u9644\u52A0\u5143\u7D20\u3002\u82E5\u60A8\u79FB\u9664\u7FA4\u7D44\uFF0C\u5247\u9019\u4E9B\u5143\u7D20\u5C07\u6703\u907A\u5931\u3002\u60A8\u4ECD\u8981\u79FB\u9664\u7FA4\u7D44\u55CE\uFF1F
|
|
6
3
|
|
|
7
|
-
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Group
|
|
8
4
|
GROUP_CONTROL_NAME=\u7FA4\u7D44
|
|
9
|
-
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Groups
|
|
10
5
|
GROUP_CONTROL_NAME_PLURAL=\u7FA4\u7D44
|
|
11
|
-
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Field
|
|
12
6
|
FIELD_CONTROL_NAME=\u6B04\u4F4D
|
|
13
|
-
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Fields
|
|
14
7
|
FIELD_CONTROL_NAME_PLURAL=\u6B04\u4F4D
|
|
15
8
|
|
|
16
|
-
#XMIT: Horizontal layout control name caption
|
|
17
9
|
HORIZONTAL_LAYOUT_CONTROL_NAME=\u6C34\u5E73\u5BB9\u5668
|
|
18
10
|
|
|
19
|
-
#XTIT: Horizontal layout control name plural caption
|
|
20
11
|
HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=\u6C34\u5E73\u5BB9\u5668
|
|
21
12
|
|
|
22
|
-
#XMIT: Vertical layout control name caption
|
|
23
13
|
VERTICAL_LAYOUT_CONTROL_NAME=\u5782\u76F4\u5BB9\u5668
|
|
24
14
|
|
|
25
|
-
#XTIT: Vertical layout control name plural caption
|
|
26
15
|
VERTICAL_LAYOUT_NAME_PLURAL=\u5782\u76F4\u5BB9\u5668
|
|
27
16
|
|
|
28
|
-
#XMIT: Grid control name caption
|
|
29
17
|
GRID_CONTROL_NAME=\u683C\u7DDA
|
|
30
18
|
|
|
31
|
-
#XTIT: Grid control name plural caption
|
|
32
19
|
GRID_CONTROL_NAME_PLURAL=\u683C\u7DDA
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2024 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.core.LayoutData
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.71.
|
|
29
|
+
* @version 1.71.62
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2024 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.core.LayoutData
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.71.
|
|
29
|
+
* @version 1.71.62
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -58,7 +58,7 @@ sap.ui.define([
|
|
|
58
58
|
* This control cannot be used stand-alone, it just renders a <code>Form</code> control,
|
|
59
59
|
* so it must be assigned to a <code>Form</code> control using the <code>layout</code> aggregation.
|
|
60
60
|
* @extends sap.ui.layout.form.FormLayout
|
|
61
|
-
* @version 1.71.
|
|
61
|
+
* @version 1.71.62
|
|
62
62
|
*
|
|
63
63
|
* @constructor
|
|
64
64
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -43,7 +43,7 @@ sap.ui.define([
|
|
|
43
43
|
* @extends sap.ui.core.Control
|
|
44
44
|
*
|
|
45
45
|
* @author SAP SE
|
|
46
|
-
* @version 1.71.
|
|
46
|
+
* @version 1.71.62
|
|
47
47
|
*
|
|
48
48
|
* @constructor
|
|
49
49
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -27,7 +27,7 @@ sap.ui.define([
|
|
|
27
27
|
* @extends sap.ui.core.Element
|
|
28
28
|
*
|
|
29
29
|
* @author SAP SE
|
|
30
|
-
* @version 1.71.
|
|
30
|
+
* @version 1.71.62
|
|
31
31
|
*
|
|
32
32
|
* @constructor
|
|
33
33
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2024 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.core.Element
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.71.
|
|
29
|
+
* @version 1.71.62
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -35,7 +35,7 @@ sap.ui.define([
|
|
|
35
35
|
* @extends sap.ui.core.Control
|
|
36
36
|
*
|
|
37
37
|
* @author SAP SE
|
|
38
|
-
* @version 1.71.
|
|
38
|
+
* @version 1.71.62
|
|
39
39
|
*
|
|
40
40
|
* @constructor
|
|
41
41
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2024 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([
|
|
|
22
22
|
* @extends sap.ui.core.LayoutData
|
|
23
23
|
*
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.71.
|
|
25
|
+
* @version 1.71.62
|
|
26
26
|
*
|
|
27
27
|
* @constructor
|
|
28
28
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2024 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([
|
|
|
22
22
|
* @extends sap.ui.core.LayoutData
|
|
23
23
|
*
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.71.
|
|
25
|
+
* @version 1.71.62
|
|
26
26
|
*
|
|
27
27
|
* @constructor
|
|
28
28
|
* @public
|