@openui5/sap.tnt 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 (50) hide show
  1. package/package.json +3 -3
  2. package/src/sap/tnt/.library +1 -1
  3. package/src/sap/tnt/InfoLabel.js +1 -1
  4. package/src/sap/tnt/NavigationList.js +1 -1
  5. package/src/sap/tnt/NavigationListItem.js +1 -1
  6. package/src/sap/tnt/SideNavigation.js +1 -1
  7. package/src/sap/tnt/ToolHeader.js +1 -1
  8. package/src/sap/tnt/ToolHeaderUtilitySeparator.js +1 -1
  9. package/src/sap/tnt/ToolPage.js +1 -1
  10. package/src/sap/tnt/library.js +2 -2
  11. package/src/sap/tnt/messagebundle_ar.properties +2 -6
  12. package/src/sap/tnt/messagebundle_bg.properties +0 -4
  13. package/src/sap/tnt/messagebundle_ca.properties +0 -4
  14. package/src/sap/tnt/messagebundle_cs.properties +0 -4
  15. package/src/sap/tnt/messagebundle_da.properties +0 -4
  16. package/src/sap/tnt/messagebundle_de.properties +0 -4
  17. package/src/sap/tnt/messagebundle_el.properties +2 -6
  18. package/src/sap/tnt/messagebundle_en.properties +0 -4
  19. package/src/sap/tnt/messagebundle_es.properties +0 -4
  20. package/src/sap/tnt/messagebundle_et.properties +0 -4
  21. package/src/sap/tnt/messagebundle_fi.properties +0 -4
  22. package/src/sap/tnt/messagebundle_fr.properties +0 -4
  23. package/src/sap/tnt/messagebundle_hi.properties +1 -5
  24. package/src/sap/tnt/messagebundle_hr.properties +0 -4
  25. package/src/sap/tnt/messagebundle_hu.properties +0 -4
  26. package/src/sap/tnt/messagebundle_it.properties +1 -5
  27. package/src/sap/tnt/messagebundle_iw.properties +0 -4
  28. package/src/sap/tnt/messagebundle_ja.properties +1 -5
  29. package/src/sap/tnt/messagebundle_kk.properties +0 -4
  30. package/src/sap/tnt/messagebundle_ko.properties +0 -4
  31. package/src/sap/tnt/messagebundle_lt.properties +1 -5
  32. package/src/sap/tnt/messagebundle_lv.properties +0 -4
  33. package/src/sap/tnt/messagebundle_ms.properties +1 -5
  34. package/src/sap/tnt/messagebundle_nl.properties +0 -4
  35. package/src/sap/tnt/messagebundle_no.properties +0 -4
  36. package/src/sap/tnt/messagebundle_pl.properties +0 -4
  37. package/src/sap/tnt/messagebundle_pt.properties +0 -4
  38. package/src/sap/tnt/messagebundle_ro.properties +2 -6
  39. package/src/sap/tnt/messagebundle_ru.properties +0 -4
  40. package/src/sap/tnt/messagebundle_sh.properties +0 -4
  41. package/src/sap/tnt/messagebundle_sk.properties +0 -4
  42. package/src/sap/tnt/messagebundle_sl.properties +0 -4
  43. package/src/sap/tnt/messagebundle_sr.properties +5 -0
  44. package/src/sap/tnt/messagebundle_sv.properties +0 -4
  45. package/src/sap/tnt/messagebundle_th.properties +0 -4
  46. package/src/sap/tnt/messagebundle_tr.properties +0 -4
  47. package/src/sap/tnt/messagebundle_uk.properties +0 -4
  48. package/src/sap/tnt/messagebundle_vi.properties +0 -4
  49. package/src/sap/tnt/messagebundle_zh_CN.properties +0 -4
  50. package/src/sap/tnt/messagebundle_zh_TW.properties +0 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.tnt",
3
- "version": "1.71.59",
3
+ "version": "1.71.61",
4
4
  "description": "OpenUI5 UI Library sap.tnt",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,7 +14,7 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.m": "1.71.59",
18
- "@openui5/sap.ui.core": "1.71.59"
17
+ "@openui5/sap.m": "1.71.61",
18
+ "@openui5/sap.ui.core": "1.71.61"
19
19
  }
20
20
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.71.59</version>
9
+ <version>1.71.61</version>
10
10
 
11
11
  <documentation>SAPUI5 library with responsive controls.</documentation>
12
12
 
@@ -48,7 +48,7 @@ sap.ui.define([
48
48
  * @extends sap.ui.core.Control
49
49
  *
50
50
  * @author SAP SE
51
- * @version 1.71.59
51
+ * @version 1.71.61
52
52
  *
53
53
  * @constructor
54
54
  * @public
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * @extends sap.ui.core.Control
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.71.59
44
+ * @version 1.71.61
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -32,7 +32,7 @@ sap.ui.define(["./library", 'sap/ui/core/Core', "sap/ui/core/Item", 'sap/ui/core
32
32
  * @extends sap.ui.core.Item
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.71.59
35
+ * @version 1.71.61
36
36
  *
37
37
  * @constructor
38
38
  * @public
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @extends sap.ui.core.Control
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.71.59
43
+ * @version 1.71.61
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -126,7 +126,7 @@ sap.ui.define([
126
126
  * @implements sap.tnt.IToolHeader
127
127
  *
128
128
  * @author SAP SE
129
- * @version 1.71.59
129
+ * @version 1.71.61
130
130
  *
131
131
  * @constructor
132
132
  * @public
@@ -22,7 +22,7 @@ sap.ui.define(['./library', 'sap/ui/core/Control'],
22
22
  * @extends sap.ui.core.Control
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
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @extends sap.ui.core.Control
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.71.59
34
+ * @version 1.71.61
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -17,14 +17,14 @@ sap.ui.define(["sap/ui/core/library", "sap/m/library"],
17
17
  * @namespace
18
18
  * @name sap.tnt
19
19
  * @author SAP SE
20
- * @version 1.71.59
20
+ * @version 1.71.61
21
21
  * @public
22
22
  */
23
23
 
24
24
  // delegate further initialization of this library to the Core
25
25
  sap.ui.getCore().initLibrary({
26
26
  name : "sap.tnt",
27
- version: "1.71.59",
27
+ version: "1.71.61",
28
28
  dependencies : ["sap.ui.core", "sap.m"],
29
29
  designtime: "sap/tnt/designtime/library.designtime",
30
30
  types: [
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
- INFOLABEL_DEFAULT=\u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A
3
+ INFOLABEL_DEFAULT=\u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A
7
4
 
8
- #XACT: ARIA control description when there is no text
9
- INFOLABEL_EMPTY=\u0628\u0637\u0627\u0642\u0629 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0641\u0627\u0631\u063A\u0629
5
+ INFOLABEL_EMPTY=\u062A\u0633\u0645\u064A\u0629 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0641\u0627\u0631\u063A\u0629
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u043E\u043D\u0435\u043D \u0435\u0442\u0438\u043A\u0435\u0442
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=\u041F\u0440\u0430\u0437\u0435\u043D \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u043E\u043D\u0435\u043D \u0435\u0442\u0438\u043A\u0435\u0442
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=Etiqueta d'informaci\u00F3
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=Etiqueta d'informaci\u00F3 buida
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=Informa\u010Dn\u00ED ozna\u010Den\u00ED
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=Pr\u00E1zdn\u00E9 informa\u010Dn\u00ED ozna\u010Den\u00ED
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=Info.etiket
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=Tom info.etiket
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=Info-Label
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=Leeres Info-Label
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
- INFOLABEL_DEFAULT=\u0395\u03C4\u03B9\u03BA\u03AD\u03C4\u03B1 \u03C0\u03BB\u03B7\u03C1\u03BF\u03C6\u03BF\u03C1\u03B9\u03CE\u03BD
3
+ INFOLABEL_DEFAULT=\u0395\u03C4\u03B9\u03BA\u03AD\u03C4\u03B1 \u03A0\u03BB\u03B7\u03C1\u03BF\u03C6\u03BF\u03C1\u03B9\u03CE\u03BD
7
4
 
8
- #XACT: ARIA control description when there is no text
9
- INFOLABEL_EMPTY=\u039A\u03B5\u03BD\u03AE \u03B5\u03C4\u03B9\u03BA\u03AD\u03C4\u03B1 \u03C0\u03BB\u03B7\u03C1\u03BF\u03C6\u03BF\u03C1\u03B9\u03CE\u03BD
5
+ INFOLABEL_EMPTY=\u039A\u03B5\u03BD\u03AE \u0395\u03C4\u03B9\u03BA\u03AD\u03C4\u03B1 \u03A0\u03BB\u03B7\u03C1\u03BF\u03C6\u03BF\u03C1\u03B9\u03CE\u03BD
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=Info Label
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=Empty Info Label
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=Etiqueta de informaci\u00F3n
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=Etiqueta de informaci\u00F3n vac\u00EDa
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=Teabesilt
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=T\u00FChi teabesilt
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=Infoetiketti
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=Tyhj\u00E4 infoetiketti
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=\u00C9tiquette d'information
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=\u00C9tiquette d'information vide
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=\u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0932\u0947\u092C\u0932
7
4
 
8
- #XACT: ARIA control description when there is no text
9
- INFOLABEL_EMPTY=\u0916\u093E\u0932\u0940 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0932\u0947\u092C\u0932
5
+ INFOLABEL_EMPTY=\u0930\u093F\u0915\u094D\u0924 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0932\u0947\u092C\u0932
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=Oznaka informacija
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=Prazna oznaka informacija
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=Inf\u00F3c\u00EDmke
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=\u00DCres inf\u00F3c\u00EDmke
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=Etichetta informativa
7
4
 
8
- #XACT: ARIA control description when there is no text
9
- INFOLABEL_EMPTY=Svuota etichetta informativa
5
+ INFOLABEL_EMPTY=Etichetta informativa vuota
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=\u05EA\u05D5\u05D5\u05D9\u05EA \u05DE\u05D9\u05D3\u05E2
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=\u05EA\u05D5\u05D5\u05D9\u05EA \u05DE\u05D9\u05D3\u05E2 \u05E8\u05D9\u05E7\u05D4
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=\u60C5\u5831\u30E9\u30D9\u30EB
7
4
 
8
- #XACT: ARIA control description when there is no text
9
- INFOLABEL_EMPTY=\u7A7A\u767D\u306E\u60C5\u5831\u30E9\u30D9\u30EB
5
+ INFOLABEL_EMPTY=\u7A7A\u306E\u60C5\u5831\u30E9\u30D9\u30EB
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=\u0410\u049B\u043F\u0430\u0440\u0430\u0442\u0442\u044B\u049B \u0431\u0435\u043B\u0433\u0456
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=\u0411\u043E\u0441 \u0430\u049B\u043F\u0430\u0440\u0430\u0442\u0442\u044B\u049B \u0431\u0435\u043B\u0433\u0456
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=\uC815\uBCF4 \uB808\uC774\uBE14
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=\uBE44\uC5B4 \uC788\uB294 \uC815\uBCF4 \uB808\uC774\uBE14
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=Informacin\u0117 etiket\u0117
7
4
 
8
- #XACT: ARIA control description when there is no text
9
- INFOLABEL_EMPTY=I\u0161valykite informacin\u0119 etiket\u0119
5
+ INFOLABEL_EMPTY=Tu\u0161\u010Dia informacin\u0117 etiket\u0117
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=Inform\u0101cijas eti\u0137ete
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=Tuk\u0161a inform\u0101cijas eti\u0137ete
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=Label Maklumat
7
4
 
8
- #XACT: ARIA control description when there is no text
9
- INFOLABEL_EMPTY=Label maklumat kosong
5
+ INFOLABEL_EMPTY=Label Maklumat Kosong
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=Infolabel
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=Leeg infolabel
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=Infoetikett
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=Tom infoetikett
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=Etykieta informacyjna
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=Pusta etykieta informacyjna
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=Etiqueta info
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=Etiqueta info vazia
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
- INFOLABEL_DEFAULT=Etichet\u0103 info
3
+ INFOLABEL_DEFAULT=Etichet\u0103 informa\u021Bii
7
4
 
8
- #XACT: ARIA control description when there is no text
9
- INFOLABEL_EMPTY=Etichet\u0103 info goal\u0103
5
+ INFOLABEL_EMPTY=Etichet\u0103 informa\u021Bii goal\u0103
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u043E\u043D\u043D\u0430\u044F \u043C\u0435\u0442\u043A\u0430
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=\u041F\u0443\u0441\u0442\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u043E\u043D\u043D\u0430\u044F \u043C\u0435\u0442\u043A\u0430
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=Info oznaka
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=Prazna info oznaka
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=Ozna\u010Denie s inform\u00E1ciami
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=Pr\u00E1zdne ozna\u010Denie s inform\u00E1ciami
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=Infooznaka
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=Prazna infooznaka
@@ -0,0 +1,5 @@
1
+
2
+
3
+ INFOLABEL_DEFAULT=\u0418\u043D\u0444\u043E \u043E\u0437\u043D\u0430\u043A\u0430
4
+
5
+ INFOLABEL_EMPTY=\u041F\u0440\u0430\u0437\u043D\u0430 \u0438\u043D\u0444\u043E \u043E\u0437\u043D\u0430\u043A\u0430
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=Infoetikett
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=Tom infoetikett
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=\u0E1B\u0E49\u0E32\u0E22\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=\u0E1B\u0E49\u0E32\u0E22\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E27\u0E48\u0E32\u0E07\u0E40\u0E1B\u0E25\u0E48\u0E32
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=Bilgi etiketi
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=Bo\u015F bilgi etiketi
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=\u0406\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u0439\u043D\u0430 \u043C\u0456\u0442\u043A\u0430
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=\u041F\u043E\u0440\u043E\u0436\u043D\u044F \u0456\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u0439\u043D\u0430 \u043C\u0456\u0442\u043A\u0430
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=Nha\u0303n th\u00F4ng tin
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=Nha\u0303n th\u00F4ng tin tr\u00F4\u0301ng
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=\u4FE1\u606F\u6807\u7B7E
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=\u7A7A\u4FE1\u606F\u6807\u7B7E
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
3
  INFOLABEL_DEFAULT=\u8CC7\u8A0A\u6A19\u7C64
7
4
 
8
- #XACT: ARIA control description when there is no text
9
5
  INFOLABEL_EMPTY=\u8CC7\u8A0A\u6A19\u7C64\u7A7A\u767D