@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=Der Header dieser Gruppe enth\u00E4lt zus\u00E4tzliche Elemente. Wenn Sie die Gruppe entfernen, werden diese gel\u00F6scht. Wollen Sie die Gruppe dennoch entfernen?
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=Gruppen
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=Feld
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=Felder
15
8
 
16
- #XMIT: Horizontal layout control name caption
17
9
  HORIZONTAL_LAYOUT_CONTROL_NAME=Horizontaler Container
18
10
 
19
- #XTIT: Horizontal layout control name plural caption
20
11
  HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=Horizontale Container
21
12
 
22
- #XMIT: Vertical layout control name caption
23
13
  VERTICAL_LAYOUT_CONTROL_NAME=Vertikaler Container
24
14
 
25
- #XTIT: Vertical layout control name plural caption
26
15
  VERTICAL_LAYOUT_NAME_PLURAL=Vertikale Container
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=\u0397 \u03BA\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B1 \u03B1\u03C5\u03C4\u03AE\u03C2 \u03C4\u03B7\u03C2 \u03BF\u03BC\u03AC\u03B4\u03B1\u03C2 \u03C0\u03B5\u03C1\u03B9\u03AD\u03C7\u03B5\u03B9 \u03C0\u03C1\u03CC\u03C3\u03B8\u03B5\u03C4\u03B1 \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1. \u0391\u03BD \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03C8\u03B5\u03C4\u03B5 \u03C4\u03B7\u03BD \u03BF\u03BC\u03AC\u03B4\u03B1, \u03B8\u03B1 \u03C7\u03B1\u03B8\u03BF\u03CD\u03BD. \u0398\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03C8\u03B5\u03C4\u03B5 \u03C4\u03B7\u03BD \u03BF\u03BC\u03AC\u03B4\u03B1;
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=\u039F\u03BC\u03AC\u03B4\u03B1
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=\u039F\u03BC\u03AC\u03B4\u03B5\u03C2
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=\u03A0\u03B5\u03B4\u03AF\u03BF
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=\u03A0\u03B5\u03B4\u03AF\u03B1
15
8
 
16
- #XMIT: Horizontal layout control name caption
17
9
  HORIZONTAL_LAYOUT_CONTROL_NAME=\u039F\u03C1\u03B9\u03B6\u03CC\u03BD\u03C4\u03B9\u03BF\u03C2 \u0391\u03C0\u03BF\u03B4\u03AD\u03BA\u03C4\u03B7\u03C2
18
10
 
19
- #XTIT: Horizontal layout control name plural caption
20
11
  HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=\u039F\u03C1\u03B9\u03B6\u03CC\u03BD\u03C4\u03B9\u03BF\u03B9 \u0391\u03C0\u03BF\u03B4\u03AD\u03BA\u03C4\u03B5\u03C2
21
12
 
22
- #XMIT: Vertical layout control name caption
23
13
  VERTICAL_LAYOUT_CONTROL_NAME=\u039A\u03AC\u03B8\u03B5\u03C4\u03BF\u03C2 \u0391\u03C0\u03BF\u03B4\u03AD\u03BA\u03C4\u03B7\u03C2
24
14
 
25
- #XTIT: Vertical layout control name plural caption
26
15
  VERTICAL_LAYOUT_NAME_PLURAL=\u039A\u03AC\u03B8\u03B5\u03C4\u03BF\u03B9 \u0391\u03C0\u03BF\u03B4\u03AD\u03BA\u03C4\u03B5\u03C2
27
16
 
28
- #XMIT: Grid control name caption
29
17
  GRID_CONTROL_NAME=\u03A0\u03BB\u03AD\u03B3\u03BC\u03B1
30
18
 
31
- #XTIT: Grid control name plural caption
32
19
  GRID_CONTROL_NAME_PLURAL=\u03A0\u03BB\u03AD\u03B3\u03BC\u03B1\u03C4\u03B1
@@ -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=The header of this group contains additional elements. If you remove the group, they will be lost. Do you want to remove the group anyway?
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=Group
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=Groups
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=Field
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=Fields
15
8
 
16
- #XMIT: Horizontal layout control name caption
17
9
  HORIZONTAL_LAYOUT_CONTROL_NAME=Horizontal Container
18
10
 
19
- #XTIT: Horizontal layout control name plural caption
20
11
  HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=Horizontal Containers
21
12
 
22
- #XMIT: Vertical layout control name caption
23
13
  VERTICAL_LAYOUT_CONTROL_NAME=Vertical Container
24
14
 
25
- #XTIT: Vertical layout control name plural caption
26
15
  VERTICAL_LAYOUT_NAME_PLURAL=Vertical Containers
27
16
 
28
- #XMIT: Grid control name caption
29
17
  GRID_CONTROL_NAME=Grid
30
18
 
31
- #XTIT: Grid control name plural caption
32
19
  GRID_CONTROL_NAME_PLURAL=Grids
@@ -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=La cabecera de este grupo contiene elementos adicionales. Si elimina el grupo, estos se borrar\u00E1n. \u00BFDesea eliminar el grupo igualmente?
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=Containers horizontales
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=Containers verticales
27
16
 
28
- #XMIT: Grid control name caption
29
17
  GRID_CONTROL_NAME=Trama
30
18
 
31
- #XTIT: Grid control name plural caption
32
19
  GRID_CONTROL_NAME_PLURAL=Tramas
@@ -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=Selle grupi p\u00E4is sisaldab lisaelemente. Kui grupi eemaldate, l\u00E4hevad need kaotsi. Kas soovite siiski grupi eemaldada?
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=Grupid
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=V\u00E4li
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=V\u00E4ljad
15
8
 
16
- #XMIT: Horizontal layout control name caption
17
9
  HORIZONTAL_LAYOUT_CONTROL_NAME=Horisontaalne \u00FCmbris
18
10
 
19
- #XTIT: Horizontal layout control name plural caption
20
11
  HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=Horisontaalsed \u00FCmbrised
21
12
 
22
- #XMIT: Vertical layout control name caption
23
13
  VERTICAL_LAYOUT_CONTROL_NAME=Vertikaalne \u00FCmbris
24
14
 
25
- #XTIT: Vertical layout control name plural caption
26
15
  VERTICAL_LAYOUT_NAME_PLURAL=Vertikaalsed \u00FCmbrised
27
16
 
28
- #XMIT: Grid control name caption
29
17
  GRID_CONTROL_NAME=Ruudustik
30
18
 
31
- #XTIT: Grid control name plural caption
32
19
  GRID_CONTROL_NAME_PLURAL=Ruudustikud
@@ -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=T\u00E4m\u00E4n ryhm\u00E4n otsikko sis\u00E4lt\u00E4\u00E4 lis\u00E4elementtej\u00E4. Jos poistat ryhm\u00E4n, ne poistetaan. Haluatko silti poistaa ryhm\u00E4n?
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=Ryhm\u00E4
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=Ryhm\u00E4t
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=Kentt\u00E4
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=Kent\u00E4t
15
8
 
16
- #XMIT: Horizontal layout control name caption
17
9
  HORIZONTAL_LAYOUT_CONTROL_NAME=Vaakasuora s\u00E4il\u00F6
18
10
 
19
- #XTIT: Horizontal layout control name plural caption
20
11
  HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=Vaakasuorat s\u00E4il\u00F6t
21
12
 
22
- #XMIT: Vertical layout control name caption
23
13
  VERTICAL_LAYOUT_CONTROL_NAME=Pystysuora s\u00E4il\u00F6
24
14
 
25
- #XTIT: Vertical layout control name plural caption
26
15
  VERTICAL_LAYOUT_NAME_PLURAL=Pystysuorat s\u00E4il\u00F6t
27
16
 
28
- #XMIT: Grid control name caption
29
17
  GRID_CONTROL_NAME=Ruudukko
30
18
 
31
- #XTIT: Grid control name plural caption
32
19
  GRID_CONTROL_NAME_PLURAL=Ruudukot
@@ -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=L'en-t\u00EAte de ce groupe contient des \u00E9l\u00E9ments suppl\u00E9mentaires. Ces derniers seront supprim\u00E9s si vous supprimez le groupe. Voulez-vous quand m\u00EAme supprimer le groupe ?
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=Groupe
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=Groupes
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=Zone
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=Zones
15
8
 
16
- #XMIT: Horizontal layout control name caption
17
9
  HORIZONTAL_LAYOUT_CONTROL_NAME=Conteneur horizontal
18
10
 
19
- #XTIT: Horizontal layout control name plural caption
20
11
  HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=Conteneurs horizontaux
21
12
 
22
- #XMIT: Vertical layout control name caption
23
13
  VERTICAL_LAYOUT_CONTROL_NAME=Conteneur vertical
24
14
 
25
- #XTIT: Vertical layout control name plural caption
26
15
  VERTICAL_LAYOUT_NAME_PLURAL=Conteneurs verticaux
27
16
 
28
- #XMIT: Grid control name caption
29
17
  GRID_CONTROL_NAME=Grille
30
18
 
31
- #XTIT: Grid control name plural caption
32
19
  GRID_CONTROL_NAME_PLURAL=Grilles
@@ -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=\u0907\u0938 \u0938\u092E\u0942\u0939 \u0915\u0947 \u0936\u0940\u0930\u094D\u0937 \u0932\u0947\u0916 \u092E\u0947\u0902 \u0905\u0924\u093F\u0930\u093F\u0915\u094D\u0924 \u0924\u0924\u094D\u0935 \u0936\u093E\u092E\u093F\u0932 \u0939\u0948\u0902. \u092F\u0926\u093F \u0906\u092A \u0938\u092E\u0942\u0939 \u0915\u094B \u0928\u093F\u0915\u0932\u0924\u0947 \u0939\u0948\u0902, \u0924\u094B \u0935\u0947 \u0917\u0941\u092E \u0939\u094B \u091C\u093E\u090F\u0902\u0917\u0947. \u0915\u094D\u092F\u093E \u0906\u092A \u092B\u093F\u0930 \u092D\u0940 \u0938\u092E\u0942\u0939 \u0928\u093F\u0915\u093E\u0932\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902?
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=\u0938\u092E\u0942\u0939
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=\u0938\u092E\u0942\u0939
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=\u092B\u093C\u093C\u0940\u0932\u094D\u0921
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=\u095E\u0940\u0932\u094D\u0921
15
8
 
16
- #XMIT: Horizontal layout control name caption
17
9
  HORIZONTAL_LAYOUT_CONTROL_NAME=\u0915\u094D\u0937\u0948\u0924\u093F\u091C \u0915\u0902\u091F\u0947\u0928\u0930
18
10
 
19
- #XTIT: Horizontal layout control name plural caption
20
11
  HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=\u0915\u094D\u0937\u0948\u0924\u093F\u091C \u0915\u0902\u091F\u0947\u0928\u0930
21
12
 
22
- #XMIT: Vertical layout control name caption
23
13
  VERTICAL_LAYOUT_CONTROL_NAME=\u0905\u0928\u0941\u0932\u0902\u092C \u0915\u0902\u091F\u0947\u0928\u0930
24
14
 
25
- #XTIT: Vertical layout control name plural caption
26
15
  VERTICAL_LAYOUT_NAME_PLURAL=\u0905\u0928\u0941\u0932\u0902\u092C \u0915\u0902\u091F\u0947\u0928\u0930
27
16
 
28
- #XMIT: Grid control name caption
29
17
  GRID_CONTROL_NAME=\u0917\u094D\u0930\u093F\u0921
30
18
 
31
- #XTIT: Grid control name plural caption
32
19
  GRID_CONTROL_NAME_PLURAL=\u0917\u094D\u0930\u093F\u0921
@@ -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, elementi \u0107e se izgubiti. \u017Delite li ipak ukloniti 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=Vodoravni spremnik
18
10
 
19
- #XTIT: Horizontal layout control name plural caption
20
11
  HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=Vodoravni spremnici
21
12
 
22
- #XMIT: Vertical layout control name caption
23
13
  VERTICAL_LAYOUT_CONTROL_NAME=Okomiti spremnik
24
14
 
25
- #XTIT: Vertical layout control name plural caption
26
15
  VERTICAL_LAYOUT_NAME_PLURAL=Okomiti 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=A csoport fejl\u00E9ce tov\u00E1bbi elemeket tartalmaz. Ezek t\u00F6rl\u00E9sre ker\u00FClnek, ha elt\u00E1vol\u00EDtja a csoportot. Ennek ellen\u00E9re elt\u00E1vol\u00EDtja a csoportot?
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=Csoport
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=Csoportok
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=Mez\u0151
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=Mez\u0151k
15
8
 
16
- #XMIT: Horizontal layout control name caption
17
9
  HORIZONTAL_LAYOUT_CONTROL_NAME=V\u00EDzszintes kont\u00E9ner
18
10
 
19
- #XTIT: Horizontal layout control name plural caption
20
11
  HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=V\u00EDzszintes kont\u00E9nerek
21
12
 
22
- #XMIT: Vertical layout control name caption
23
13
  VERTICAL_LAYOUT_CONTROL_NAME=F\u00FCgg\u0151leges kont\u00E9ner
24
14
 
25
- #XTIT: Vertical layout control name plural caption
26
15
  VERTICAL_LAYOUT_NAME_PLURAL=F\u00FCgg\u0151leges kont\u00E9nerek
27
16
 
28
- #XMIT: Grid control name caption
29
17
  GRID_CONTROL_NAME=R\u00E1cs
30
18
 
31
- #XTIT: Grid control name plural caption
32
19
  GRID_CONTROL_NAME_PLURAL=R\u00E1csok
@@ -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=La testata di questo gruppo contiene elementi supplementari. Se rimuovi il gruppo, verranno eliminati. Rimuovere ugualmente il gruppo?
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=Gruppo
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=Gruppi
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=Campi
15
8
 
16
- #XMIT: Horizontal layout control name caption
17
9
  HORIZONTAL_LAYOUT_CONTROL_NAME=Contenitore orizzontale
18
10
 
19
- #XTIT: Horizontal layout control name plural caption
20
11
  HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=Contenitori orizzontali
21
12
 
22
- #XMIT: Vertical layout control name caption
23
13
  VERTICAL_LAYOUT_CONTROL_NAME=Contenitore verticale
24
14
 
25
- #XTIT: Vertical layout control name plural caption
26
15
  VERTICAL_LAYOUT_NAME_PLURAL=Contenitori verticali
27
16
 
28
- #XMIT: Grid control name caption
29
17
  GRID_CONTROL_NAME=Griglia
30
18
 
31
- #XTIT: Grid control name plural caption
32
19
  GRID_CONTROL_NAME_PLURAL=Griglia
@@ -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=\u05DB\u05D5\u05EA\u05E8\u05EA \u05E7\u05D1\u05D5\u05E6\u05D4 \u05D6\u05D5 \u05DE\u05DB\u05D9\u05DC\u05D4 \u05D0\u05DC\u05DE\u05E0\u05D8\u05D9\u05DD \u05E0\u05D5\u05E1\u05E4\u05D9\u05DD. \u05D0\u05DD \u05EA\u05E1\u05D9\u05E8 \u05D0\u05EA \u05D4\u05E7\u05D1\u05D5\u05E6\u05D4, \u05D4\u05DD \u05D9\u05D0\u05D1\u05D3\u05D5. \u05D4\u05D0\u05DD \u05D1\u05E8\u05E6\u05D5\u05E0\u05DA \u05DC\u05D4\u05E1\u05D9\u05E8 \u05D0\u05EA \u05D4\u05E7\u05D1\u05D5\u05E6\u05D4 \u05D1\u05DB\u05DC \u05D6\u05D0\u05EA?
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=\u05E7\u05D1\u05D5\u05E6\u05D4
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=\u05E7\u05D1\u05D5\u05E6\u05D5\u05EA
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=\u05E9\u05D3\u05D4
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=\u05E9\u05D3\u05D5\u05EA
15
8
 
16
- #XMIT: Horizontal layout control name caption
17
9
  HORIZONTAL_LAYOUT_CONTROL_NAME=\u05DE\u05DB\u05D5\u05DC\u05D4 \u05D0\u05D5\u05E4\u05E7\u05D9\u05EA
18
10
 
19
- #XTIT: Horizontal layout control name plural caption
20
11
  HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=\u05DE\u05DB\u05D5\u05DC\u05D5\u05EA \u05D0\u05D5\u05E4\u05E7\u05D9\u05D5\u05EA
21
12
 
22
- #XMIT: Vertical layout control name caption
23
13
  VERTICAL_LAYOUT_CONTROL_NAME=\u05DE\u05DB\u05D5\u05DC\u05D4 \u05D0\u05E0\u05DB\u05D9\u05EA
24
14
 
25
- #XTIT: Vertical layout control name plural caption
26
15
  VERTICAL_LAYOUT_NAME_PLURAL=\u05DE\u05DB\u05D5\u05DC\u05D5\u05EA \u05D0\u05E0\u05DB\u05D9\u05D5\u05EA
27
16
 
28
- #XMIT: Grid control name caption
29
17
  GRID_CONTROL_NAME=\u05E8\u05E9\u05EA
30
18
 
31
- #XTIT: Grid control name plural caption
32
19
  GRID_CONTROL_NAME_PLURAL=\u05E8\u05E9\u05EA\u05D5\u05EA
@@ -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=\u3053\u306E\u30B0\u30EB\u30FC\u30D7\u306E\u30D8\u30C3\u30C0\u306B\u306F\u3001\u8FFD\u52A0\u306E\u30A8\u30EC\u30E1\u30F3\u30C8\u304C\u542B\u307E\u308C\u3066\u3044\u307E\u3059\u3002\u3053\u306E\u30B0\u30EB\u30FC\u30D7\u3092\u524A\u9664\u3059\u308B\u3068\u3001\u305D\u308C\u3089\u306E\u30A8\u30EC\u30E1\u30F3\u30C8\u306F\u524A\u9664\u3055\u308C\u307E\u3059\u3002\u3053\u306E\u30B0\u30EB\u30FC\u30D7\u3092\u524A\u9664\u3057\u307E\u3059\u304B\u3002
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=\u30B0\u30EB\u30FC\u30D7
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=\u30B0\u30EB\u30FC\u30D7
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=\u9805\u76EE
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=\u9805\u76EE
15
8
 
16
- #XMIT: Horizontal layout control name caption
17
9
  HORIZONTAL_LAYOUT_CONTROL_NAME=\u6C34\u5E73\u30B3\u30F3\u30C6\u30CA
18
10
 
19
- #XTIT: Horizontal layout control name plural caption
20
11
  HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=\u6C34\u5E73\u30B3\u30F3\u30C6\u30CA
21
12
 
22
- #XMIT: Vertical layout control name caption
23
13
  VERTICAL_LAYOUT_CONTROL_NAME=\u5782\u76F4\u30B3\u30F3\u30C6\u30CA
24
14
 
25
- #XTIT: Vertical layout control name plural caption
26
15
  VERTICAL_LAYOUT_NAME_PLURAL=\u5782\u76F4\u30B3\u30F3\u30C6\u30CA
27
16
 
28
- #XMIT: Grid control name caption
29
17
  GRID_CONTROL_NAME=\u30B0\u30EA\u30C3\u30C9
30
18
 
31
- #XTIT: Grid control name plural caption
32
19
  GRID_CONTROL_NAME_PLURAL=\u30B0\u30EA\u30C3\u30C9
@@ -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=\u0411\u04B1\u043B \u0442\u043E\u043F\u0442\u044B\u04A3 \u0442\u0430\u049B\u044B\u0440\u044B\u0431\u044B \u049B\u043E\u0441\u044B\u043C\u0448\u0430 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0442\u0435\u0440 \u049B\u0430\u043C\u0442\u0438\u0434\u044B. \u0422\u043E\u043F\u0442\u044B \u04E9\u0448\u0456\u0440\u0441\u0435\u04A3\u0456\u0437, \u043E\u043B\u0430\u0440 \u0436\u043E\u0493\u0430\u043B\u0430\u0434\u044B. \u0422\u043E\u043F\u0442\u044B \u0431\u04D9\u0440\u0456\u0431\u0456\u0440 \u0436\u043E\u044E \u043A\u0435\u0440\u0435\u043A \u043F\u0435?
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=\u0422\u043E\u043F
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=\u0422\u043E\u043F\u0442\u0430\u0440
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=\u04E8\u0440\u0456\u0441
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=\u04E8\u0440\u0456\u0441\u0442\u0435\u0440
15
8
 
16
- #XMIT: Horizontal layout control name caption
17
9
  HORIZONTAL_LAYOUT_CONTROL_NAME=\u041A\u04E9\u043B\u0434\u0435\u043D\u0435\u04A3 \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=\u041A\u04E9\u043B\u0434\u0435\u043D\u0435\u04A3 \u043A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440\u043B\u0435\u0440
21
12
 
22
- #XMIT: Vertical layout control name caption
23
13
  VERTICAL_LAYOUT_CONTROL_NAME=\u0422\u0456\u043A \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=\u0422\u0456\u043A \u043A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440\u043B\u0435\u0440
27
16
 
28
- #XMIT: Grid control name caption
29
17
  GRID_CONTROL_NAME=\u0422\u043E\u0440
30
18
 
31
- #XTIT: Grid control name plural caption
32
19
  GRID_CONTROL_NAME_PLURAL=\u0422\u043E\u0440\u043B\u0430\u0440
@@ -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=\uC774 \uADF8\uB8F9\uC758 \uD5E4\uB354\uC5D0 \uCD94\uAC00 \uC694\uC18C\uAC00 \uD3EC\uD568\uB418\uC5B4 \uC788\uC2B5\uB2C8\uB2E4. \uADF8\uB8F9\uC744 \uC81C\uAC70\uD558\uBA74 \uC694\uC18C\uAC00 \uC190\uC2E4\uB429\uB2C8\uB2E4. \uADF8\uB8F9\uC744 \uC81C\uAC70\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?
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=\uADF8\uB8F9
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=\uADF8\uB8F9
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=\uD544\uB4DC
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=\uD544\uB4DC
15
8
 
16
- #XMIT: Horizontal layout control name caption
17
9
  HORIZONTAL_LAYOUT_CONTROL_NAME=\uC218\uD3C9 \uCEE8\uD14C\uC774\uB108
18
10
 
19
- #XTIT: Horizontal layout control name plural caption
20
11
  HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=\uC218\uD3C9 \uCEE8\uD14C\uC774\uB108
21
12
 
22
- #XMIT: Vertical layout control name caption
23
13
  VERTICAL_LAYOUT_CONTROL_NAME=\uC218\uC9C1 \uCEE8\uD14C\uC774\uB108
24
14
 
25
- #XTIT: Vertical layout control name plural caption
26
15
  VERTICAL_LAYOUT_NAME_PLURAL=\uC218\uC9C1 \uCEE8\uD14C\uC774\uB108
27
16
 
28
- #XMIT: Grid control name caption
29
17
  GRID_CONTROL_NAME=\uADF8\uB9AC\uB4DC
30
18
 
31
- #XTIT: Grid control name plural caption
32
19
  GRID_CONTROL_NAME_PLURAL=\uADF8\uB9AC\uB4DC
@@ -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=\u0160ios grup\u0117s antra\u0161t\u0117je yra papildom\u0173 element\u0173. Pa\u0161alin\u0119 grup\u0119, prarasite elementus. Ar vis tiek norite pa\u0161alinti grup\u0119?
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\u0117
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=Grup\u0117s
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=Laukas
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=Laukai
15
8
 
16
- #XMIT: Horizontal layout control name caption
17
9
  HORIZONTAL_LAYOUT_CONTROL_NAME=Horizontalus konteineris
18
10
 
19
- #XTIT: Horizontal layout control name plural caption
20
11
  HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=Horizontal\u016Bs konteineriai
21
12
 
22
- #XMIT: Vertical layout control name caption
23
13
  VERTICAL_LAYOUT_CONTROL_NAME=Vertikalus konteineris
24
14
 
25
- #XTIT: Vertical layout control name plural caption
26
15
  VERTICAL_LAYOUT_NAME_PLURAL=Vertikal\u016Bs konteineriai
27
16
 
28
- #XMIT: Grid control name caption
29
17
  GRID_CONTROL_NAME=Tinklelis
30
18
 
31
- #XTIT: Grid control name plural caption
32
19
  GRID_CONTROL_NAME_PLURAL=Tinkleliai
@@ -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=\u0160\u012Bs grupas galven\u0113 ir ietverti papildu elementi. Ja no\u0146emsit grupu, tie tiks zaud\u0113ti. Vai vienalga v\u0113laties no\u0146emt 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=Grupas
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=Lauks
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=Lauki
15
8
 
16
- #XMIT: Horizontal layout control name caption
17
9
  HORIZONTAL_LAYOUT_CONTROL_NAME=Horizont\u0101lais konteiners
18
10
 
19
- #XTIT: Horizontal layout control name plural caption
20
11
  HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=Horizont\u0101lie konteineri
21
12
 
22
- #XMIT: Vertical layout control name caption
23
13
  VERTICAL_LAYOUT_CONTROL_NAME=Vertik\u0101lais konteiners
24
14
 
25
- #XTIT: Vertical layout control name plural caption
26
15
  VERTICAL_LAYOUT_NAME_PLURAL=Vertik\u0101lie konteineri
27
16
 
28
- #XMIT: Grid control name caption
29
17
  GRID_CONTROL_NAME=Re\u017E\u0123is
30
18
 
31
- #XTIT: Grid control name plural caption
32
19
  GRID_CONTROL_NAME_PLURAL=Re\u017E\u0123i
@@ -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=Pengepala kumpulan ini mengandungi elemen tambahan. Jika anda keluarkan kumpulan, ia akan hilang. Adakah anda tetap ingin mengeluarkan kumpulan?
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=Kumpulan
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=Kumpulan
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=Medan
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=Medan
15
8
 
16
- #XMIT: Horizontal layout control name caption
17
9
  HORIZONTAL_LAYOUT_CONTROL_NAME=Bekas Mendatar
18
10
 
19
- #XTIT: Horizontal layout control name plural caption
20
11
  HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=Bekas Mendatar
21
12
 
22
- #XMIT: Vertical layout control name caption
23
13
  VERTICAL_LAYOUT_CONTROL_NAME=Bekas Menegak
24
14
 
25
- #XTIT: Vertical layout control name plural caption
26
15
  VERTICAL_LAYOUT_NAME_PLURAL=Bekas Menegak
27
16
 
28
- #XMIT: Grid control name caption
29
17
  GRID_CONTROL_NAME=Grid
30
18
 
31
- #XTIT: Grid control name plural caption
32
19
  GRID_CONTROL_NAME_PLURAL=Grid
@@ -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=De kop van deze groep bevat aanvullende elementen. Als u deze groep verwijdert, worden deze elementen ook verwijderd. Groep toch verwijderen?
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=Groep
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=Groepen
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=Veld
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=Velden
15
8
 
16
- #XMIT: Horizontal layout control name caption
17
9
  HORIZONTAL_LAYOUT_CONTROL_NAME=Horizontale container
18
10
 
19
- #XTIT: Horizontal layout control name plural caption
20
11
  HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=Horizontale containers
21
12
 
22
- #XMIT: Vertical layout control name caption
23
13
  VERTICAL_LAYOUT_CONTROL_NAME=Verticale container
24
14
 
25
- #XTIT: Vertical layout control name plural caption
26
15
  VERTICAL_LAYOUT_NAME_PLURAL=Verticale containers
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=Rasters