@openui5/sap.ui.layout 1.71.59 → 1.71.61

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 (136) hide show
  1. package/package.json +2 -2
  2. package/src/sap/ui/layout/.library +1 -1
  3. package/src/sap/ui/layout/AlignedFlowLayout.js +1 -1
  4. package/src/sap/ui/layout/AssociativeSplitter.js +1 -1
  5. package/src/sap/ui/layout/BlockLayout.js +1 -1
  6. package/src/sap/ui/layout/BlockLayoutCell.js +1 -1
  7. package/src/sap/ui/layout/BlockLayoutCellData.js +1 -1
  8. package/src/sap/ui/layout/BlockLayoutRow.js +1 -1
  9. package/src/sap/ui/layout/DynamicSideContent.js +10 -2
  10. package/src/sap/ui/layout/FixFlex.js +1 -1
  11. package/src/sap/ui/layout/Grid.js +1 -1
  12. package/src/sap/ui/layout/GridData.js +1 -1
  13. package/src/sap/ui/layout/GridRenderer.js +1 -1
  14. package/src/sap/ui/layout/HorizontalLayout.js +1 -1
  15. package/src/sap/ui/layout/PaneContainer.js +1 -1
  16. package/src/sap/ui/layout/ResponsiveFlowLayout.js +1 -1
  17. package/src/sap/ui/layout/ResponsiveFlowLayoutData.js +1 -1
  18. package/src/sap/ui/layout/ResponsiveSplitter.js +1 -1
  19. package/src/sap/ui/layout/ResponsiveSplitterPage.js +1 -1
  20. package/src/sap/ui/layout/SplitPane.js +1 -1
  21. package/src/sap/ui/layout/Splitter.js +1 -1
  22. package/src/sap/ui/layout/SplitterLayoutData.js +1 -1
  23. package/src/sap/ui/layout/VerticalLayout.js +1 -1
  24. package/src/sap/ui/layout/changeHandler/AddFormContainer.js +1 -1
  25. package/src/sap/ui/layout/changeHandler/AddFormField.js +1 -1
  26. package/src/sap/ui/layout/changeHandler/AddSimpleFormField.js +1 -1
  27. package/src/sap/ui/layout/changeHandler/AddSimpleFormGroup.js +1 -1
  28. package/src/sap/ui/layout/changeHandler/HideSimpleForm.js +1 -1
  29. package/src/sap/ui/layout/changeHandler/MoveSimpleForm.js +1 -1
  30. package/src/sap/ui/layout/changeHandler/RenameFormContainer.js +1 -1
  31. package/src/sap/ui/layout/changeHandler/RenameSimpleForm.js +1 -1
  32. package/src/sap/ui/layout/changeHandler/UnhideSimpleForm.js +1 -1
  33. package/src/sap/ui/layout/cssgrid/CSSGrid.js +1 -1
  34. package/src/sap/ui/layout/cssgrid/GridBasicLayout.js +1 -1
  35. package/src/sap/ui/layout/cssgrid/GridBoxLayout.js +1 -1
  36. package/src/sap/ui/layout/cssgrid/GridBoxLayoutStyleHelper.js +1 -1
  37. package/src/sap/ui/layout/cssgrid/GridItemLayoutData.js +1 -1
  38. package/src/sap/ui/layout/cssgrid/GridLayoutBase.js +1 -1
  39. package/src/sap/ui/layout/cssgrid/GridLayoutDelegate.js +1 -1
  40. package/src/sap/ui/layout/cssgrid/GridResponsiveLayout.js +1 -1
  41. package/src/sap/ui/layout/cssgrid/GridSettings.js +1 -1
  42. package/src/sap/ui/layout/cssgrid/VirtualGrid.js +1 -1
  43. package/src/sap/ui/layout/designtime/messagebundle_ar.properties +0 -13
  44. package/src/sap/ui/layout/designtime/messagebundle_bg.properties +0 -13
  45. package/src/sap/ui/layout/designtime/messagebundle_ca.properties +0 -13
  46. package/src/sap/ui/layout/designtime/messagebundle_cs.properties +0 -13
  47. package/src/sap/ui/layout/designtime/messagebundle_da.properties +0 -13
  48. package/src/sap/ui/layout/designtime/messagebundle_de.properties +0 -13
  49. package/src/sap/ui/layout/designtime/messagebundle_el.properties +0 -13
  50. package/src/sap/ui/layout/designtime/messagebundle_en.properties +0 -13
  51. package/src/sap/ui/layout/designtime/messagebundle_es.properties +0 -13
  52. package/src/sap/ui/layout/designtime/messagebundle_et.properties +0 -13
  53. package/src/sap/ui/layout/designtime/messagebundle_fi.properties +0 -13
  54. package/src/sap/ui/layout/designtime/messagebundle_fr.properties +0 -13
  55. package/src/sap/ui/layout/designtime/messagebundle_hi.properties +0 -13
  56. package/src/sap/ui/layout/designtime/messagebundle_hr.properties +0 -13
  57. package/src/sap/ui/layout/designtime/messagebundle_hu.properties +0 -13
  58. package/src/sap/ui/layout/designtime/messagebundle_it.properties +0 -13
  59. package/src/sap/ui/layout/designtime/messagebundle_iw.properties +0 -13
  60. package/src/sap/ui/layout/designtime/messagebundle_ja.properties +0 -13
  61. package/src/sap/ui/layout/designtime/messagebundle_kk.properties +0 -13
  62. package/src/sap/ui/layout/designtime/messagebundle_ko.properties +0 -13
  63. package/src/sap/ui/layout/designtime/messagebundle_lt.properties +0 -13
  64. package/src/sap/ui/layout/designtime/messagebundle_lv.properties +0 -13
  65. package/src/sap/ui/layout/designtime/messagebundle_ms.properties +0 -13
  66. package/src/sap/ui/layout/designtime/messagebundle_nl.properties +0 -13
  67. package/src/sap/ui/layout/designtime/messagebundle_no.properties +0 -13
  68. package/src/sap/ui/layout/designtime/messagebundle_pl.properties +0 -13
  69. package/src/sap/ui/layout/designtime/messagebundle_pt.properties +0 -13
  70. package/src/sap/ui/layout/designtime/messagebundle_ro.properties +0 -13
  71. package/src/sap/ui/layout/designtime/messagebundle_ru.properties +0 -13
  72. package/src/sap/ui/layout/designtime/messagebundle_sh.properties +0 -13
  73. package/src/sap/ui/layout/designtime/messagebundle_sk.properties +0 -13
  74. package/src/sap/ui/layout/designtime/messagebundle_sl.properties +0 -13
  75. package/src/sap/ui/layout/designtime/messagebundle_sr.properties +19 -0
  76. package/src/sap/ui/layout/designtime/messagebundle_sv.properties +0 -13
  77. package/src/sap/ui/layout/designtime/messagebundle_th.properties +0 -13
  78. package/src/sap/ui/layout/designtime/messagebundle_tr.properties +0 -13
  79. package/src/sap/ui/layout/designtime/messagebundle_uk.properties +0 -13
  80. package/src/sap/ui/layout/designtime/messagebundle_vi.properties +0 -13
  81. package/src/sap/ui/layout/designtime/messagebundle_zh_CN.properties +0 -13
  82. package/src/sap/ui/layout/designtime/messagebundle_zh_TW.properties +0 -13
  83. package/src/sap/ui/layout/form/ColumnContainerData.js +1 -1
  84. package/src/sap/ui/layout/form/ColumnElementData.js +1 -1
  85. package/src/sap/ui/layout/form/ColumnLayout.js +1 -1
  86. package/src/sap/ui/layout/form/Form.js +1 -1
  87. package/src/sap/ui/layout/form/FormContainer.js +1 -1
  88. package/src/sap/ui/layout/form/FormElement.js +1 -1
  89. package/src/sap/ui/layout/form/FormLayout.js +1 -1
  90. package/src/sap/ui/layout/form/GridContainerData.js +1 -1
  91. package/src/sap/ui/layout/form/GridElementData.js +1 -1
  92. package/src/sap/ui/layout/form/GridLayout.js +1 -1
  93. package/src/sap/ui/layout/form/ResponsiveGridLayout.js +1 -1
  94. package/src/sap/ui/layout/form/ResponsiveLayout.js +1 -1
  95. package/src/sap/ui/layout/form/SimpleForm.js +1 -1
  96. package/src/sap/ui/layout/library.js +2 -2
  97. package/src/sap/ui/layout/messagebundle_ar.properties +0 -11
  98. package/src/sap/ui/layout/messagebundle_bg.properties +0 -11
  99. package/src/sap/ui/layout/messagebundle_ca.properties +0 -11
  100. package/src/sap/ui/layout/messagebundle_cs.properties +0 -11
  101. package/src/sap/ui/layout/messagebundle_da.properties +0 -11
  102. package/src/sap/ui/layout/messagebundle_de.properties +0 -11
  103. package/src/sap/ui/layout/messagebundle_el.properties +0 -11
  104. package/src/sap/ui/layout/messagebundle_en.properties +0 -11
  105. package/src/sap/ui/layout/messagebundle_es.properties +0 -11
  106. package/src/sap/ui/layout/messagebundle_et.properties +0 -11
  107. package/src/sap/ui/layout/messagebundle_fi.properties +0 -11
  108. package/src/sap/ui/layout/messagebundle_fr.properties +0 -11
  109. package/src/sap/ui/layout/messagebundle_hi.properties +0 -11
  110. package/src/sap/ui/layout/messagebundle_hr.properties +0 -11
  111. package/src/sap/ui/layout/messagebundle_hu.properties +0 -11
  112. package/src/sap/ui/layout/messagebundle_it.properties +0 -11
  113. package/src/sap/ui/layout/messagebundle_iw.properties +0 -11
  114. package/src/sap/ui/layout/messagebundle_ja.properties +0 -11
  115. package/src/sap/ui/layout/messagebundle_kk.properties +0 -11
  116. package/src/sap/ui/layout/messagebundle_ko.properties +0 -11
  117. package/src/sap/ui/layout/messagebundle_lt.properties +0 -11
  118. package/src/sap/ui/layout/messagebundle_lv.properties +0 -11
  119. package/src/sap/ui/layout/messagebundle_ms.properties +0 -11
  120. package/src/sap/ui/layout/messagebundle_nl.properties +0 -11
  121. package/src/sap/ui/layout/messagebundle_no.properties +0 -11
  122. package/src/sap/ui/layout/messagebundle_pl.properties +0 -11
  123. package/src/sap/ui/layout/messagebundle_pt.properties +0 -11
  124. package/src/sap/ui/layout/messagebundle_ro.properties +0 -11
  125. package/src/sap/ui/layout/messagebundle_ru.properties +0 -11
  126. package/src/sap/ui/layout/messagebundle_sh.properties +0 -11
  127. package/src/sap/ui/layout/messagebundle_sk.properties +0 -11
  128. package/src/sap/ui/layout/messagebundle_sl.properties +0 -11
  129. package/src/sap/ui/layout/messagebundle_sr.properties +17 -0
  130. package/src/sap/ui/layout/messagebundle_sv.properties +0 -11
  131. package/src/sap/ui/layout/messagebundle_th.properties +0 -11
  132. package/src/sap/ui/layout/messagebundle_tr.properties +0 -11
  133. package/src/sap/ui/layout/messagebundle_uk.properties +0 -11
  134. package/src/sap/ui/layout/messagebundle_vi.properties +0 -11
  135. package/src/sap/ui/layout/messagebundle_zh_CN.properties +0 -11
  136. package/src/sap/ui/layout/messagebundle_zh_TW.properties +0 -11
@@ -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=Toppen for denne gruppen inneholder ytterligere elementer. Hvis du fjerner gruppen, blir disse slettet. Vil du likevel fjerne gruppen?
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=Gruppe
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=Felt
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=Felt
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=Horisontale containere
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=Vertikale containere
27
16
 
28
- #XMIT: Grid control name caption
29
17
  GRID_CONTROL_NAME=Rutenett
30
18
 
31
- #XTIT: Grid control name plural caption
32
19
  GRID_CONTROL_NAME_PLURAL=Rutenett
@@ -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=Nag\u0142\u00F3wek tej grupy zawiera dodatkowe elementy. Usuni\u0119cie tej grupy spowoduje ich utrat\u0119. Czy usun\u0105\u0107 grup\u0119 mimo to?
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=Grupy
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=Pola
15
8
 
16
- #XMIT: Horizontal layout control name caption
17
9
  HORIZONTAL_LAYOUT_CONTROL_NAME=Kontener poziomy
18
10
 
19
- #XTIT: Horizontal layout control name plural caption
20
11
  HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=Kontenery poziome
21
12
 
22
- #XMIT: Vertical layout control name caption
23
13
  VERTICAL_LAYOUT_CONTROL_NAME=Kontener pionowy
24
14
 
25
- #XTIT: Vertical layout control name plural caption
26
15
  VERTICAL_LAYOUT_NAME_PLURAL=Kontenery pionowe
27
16
 
28
- #XMIT: Grid control name caption
29
17
  GRID_CONTROL_NAME=Siatka
30
18
 
31
- #XTIT: Grid control name plural caption
32
19
  GRID_CONTROL_NAME_PLURAL=Siatki
@@ -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=O cabe\u00E7alho deste grupo cont\u00E9m elementos adicionais. Se voc\u00EA remover o grupo, estes ser\u00E3o perdidos. Remover o grupo?
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=Grupo
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=Grupos
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=Campo
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=Campos
15
8
 
16
- #XMIT: Horizontal layout control name caption
17
9
  HORIZONTAL_LAYOUT_CONTROL_NAME=Container horizontal
18
10
 
19
- #XTIT: Horizontal layout control name plural caption
20
11
  HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=Container horizontal
21
12
 
22
- #XMIT: Vertical layout control name caption
23
13
  VERTICAL_LAYOUT_CONTROL_NAME=Container vertical
24
14
 
25
- #XTIT: Vertical layout control name plural caption
26
15
  VERTICAL_LAYOUT_NAME_PLURAL=Container vertical
27
16
 
28
- #XMIT: Grid control name caption
29
17
  GRID_CONTROL_NAME=Grade
30
18
 
31
- #XTIT: Grid control name plural caption
32
19
  GRID_CONTROL_NAME_PLURAL=Grades
@@ -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=Antetul acestui grup con\u0163ine elemente suplimentare. Dac\u0103 elimina\u0163i grupul, acestea vor fi pierdute. Dori\u0163i s\u0103 elimina\u0163i grupul oricum?
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=Grupuri
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=C\u00E2mp
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=C\u00E2mpuri
15
8
 
16
- #XMIT: Horizontal layout control name caption
17
9
  HORIZONTAL_LAYOUT_CONTROL_NAME=Container orizontal
18
10
 
19
- #XTIT: Horizontal layout control name plural caption
20
11
  HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=Containere orizontale
21
12
 
22
- #XMIT: Vertical layout control name caption
23
13
  VERTICAL_LAYOUT_CONTROL_NAME=Container vertical
24
14
 
25
- #XTIT: Vertical layout control name plural caption
26
15
  VERTICAL_LAYOUT_NAME_PLURAL=Containere verticale
27
16
 
28
- #XMIT: Grid control name caption
29
17
  GRID_CONTROL_NAME=Gril\u0103
30
18
 
31
- #XTIT: Grid control name plural caption
32
19
  GRID_CONTROL_NAME_PLURAL=Grile
@@ -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
@@ -0,0 +1,19 @@
1
+
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?
3
+
4
+ GROUP_CONTROL_NAME=\u0413\u0440\u0443\u043F\u0430
5
+ GROUP_CONTROL_NAME_PLURAL=\u0413\u0440\u0443\u043F\u0435
6
+ FIELD_CONTROL_NAME=\u041F\u043E\u0459\u0435
7
+ FIELD_CONTROL_NAME_PLURAL=\u041F\u043E\u0459\u0430
8
+
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
10
+
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
12
+
13
+ VERTICAL_LAYOUT_CONTROL_NAME=\u0412\u0435\u0440\u0442\u0438\u043A\u0430\u043B\u043D\u0438 \u0441\u043F\u0440\u0435\u043C\u043D\u0438\u043A
14
+
15
+ VERTICAL_LAYOUT_NAME_PLURAL=\u0412\u0435\u0440\u0442\u0438\u043A\u0430\u043B\u043D\u0438 \u0441\u043F\u0440\u0435\u043C\u043D\u0438\u0446\u0438
16
+
17
+ GRID_CONTROL_NAME=\u041C\u0440\u0435\u0436\u0430
18
+
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
@@ -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.59
29
+ * @version 1.71.61
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -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.59
29
+ * @version 1.71.61
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -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.59
61
+ * @version 1.71.61
62
62
  *
63
63
  * @constructor
64
64
  * @public
@@ -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.59
46
+ * @version 1.71.61
47
47
  *
48
48
  * @constructor
49
49
  * @public
@@ -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.59
30
+ * @version 1.71.61
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -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.59
29
+ * @version 1.71.61
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -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.59
38
+ * @version 1.71.61
39
39
  *
40
40
  * @constructor
41
41
  * @public
@@ -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.59
25
+ * @version 1.71.61
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -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.59
25
+ * @version 1.71.61
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -28,7 +28,7 @@ sap.ui.define(['sap/ui/layout/library', './FormLayout', './GridLayoutRenderer'],
28
28
  * @extends sap.ui.layout.form.FormLayout
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.71.59
31
+ * @version 1.71.61
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -53,7 +53,7 @@ sap.ui.define([
53
53
  *
54
54
  * This control cannot be used stand-alone, it just renders a <code>Form</code>, so it must be assigned to a <code>Form</code> using the <code>layout</code> aggregation.
55
55
  * @extends sap.ui.layout.form.FormLayout
56
- * @version 1.71.59
56
+ * @version 1.71.61
57
57
  *
58
58
  * @constructor
59
59
  * @public
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * @extends sap.ui.layout.form.FormLayout
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.71.59
53
+ * @version 1.71.61
54
54
  *
55
55
  * @constructor
56
56
  * @public