@openui5/sap.tnt 1.71.66 → 1.71.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/src/sap/tnt/.library +1 -1
- package/src/sap/tnt/InfoLabel.js +1 -1
- package/src/sap/tnt/NavigationList.js +1 -1
- package/src/sap/tnt/NavigationListItem.js +20 -14
- package/src/sap/tnt/NavigationListRenderer.js +5 -1
- package/src/sap/tnt/SideNavigation.js +5 -3
- package/src/sap/tnt/ToolHeader.js +1 -1
- package/src/sap/tnt/ToolHeaderUtilitySeparator.js +1 -1
- package/src/sap/tnt/ToolPage.js +1 -1
- package/src/sap/tnt/library.js +2 -2
- package/src/sap/tnt/messagebundle.properties +7 -1
- package/src/sap/tnt/messagebundle_ar.properties +4 -0
- package/src/sap/tnt/messagebundle_bg.properties +4 -0
- package/src/sap/tnt/messagebundle_ca.properties +4 -0
- package/src/sap/tnt/messagebundle_cs.properties +4 -0
- package/src/sap/tnt/messagebundle_da.properties +4 -0
- package/src/sap/tnt/messagebundle_de.properties +4 -0
- package/src/sap/tnt/messagebundle_el.properties +4 -0
- package/src/sap/tnt/messagebundle_en.properties +4 -0
- package/src/sap/tnt/messagebundle_en_US_saptrc.properties +2 -6
- package/src/sap/tnt/messagebundle_es.properties +4 -0
- package/src/sap/tnt/messagebundle_et.properties +4 -0
- package/src/sap/tnt/messagebundle_fi.properties +4 -0
- package/src/sap/tnt/messagebundle_fr.properties +4 -0
- package/src/sap/tnt/messagebundle_hi.properties +4 -0
- package/src/sap/tnt/messagebundle_hr.properties +4 -0
- package/src/sap/tnt/messagebundle_hu.properties +4 -0
- package/src/sap/tnt/messagebundle_it.properties +4 -0
- package/src/sap/tnt/messagebundle_iw.properties +4 -0
- package/src/sap/tnt/messagebundle_ja.properties +4 -0
- package/src/sap/tnt/messagebundle_kk.properties +4 -0
- package/src/sap/tnt/messagebundle_ko.properties +4 -0
- package/src/sap/tnt/messagebundle_lt.properties +4 -0
- package/src/sap/tnt/messagebundle_lv.properties +4 -0
- package/src/sap/tnt/messagebundle_ms.properties +4 -0
- package/src/sap/tnt/messagebundle_nl.properties +4 -0
- package/src/sap/tnt/messagebundle_no.properties +4 -0
- package/src/sap/tnt/messagebundle_pl.properties +4 -0
- package/src/sap/tnt/messagebundle_pt.properties +4 -0
- package/src/sap/tnt/messagebundle_ro.properties +4 -0
- package/src/sap/tnt/messagebundle_ru.properties +4 -0
- package/src/sap/tnt/messagebundle_sh.properties +4 -0
- package/src/sap/tnt/messagebundle_sk.properties +4 -0
- package/src/sap/tnt/messagebundle_sl.properties +4 -0
- package/src/sap/tnt/messagebundle_sr.properties +4 -0
- package/src/sap/tnt/messagebundle_sv.properties +4 -0
- package/src/sap/tnt/messagebundle_th.properties +4 -0
- package/src/sap/tnt/messagebundle_tr.properties +4 -0
- package/src/sap/tnt/messagebundle_uk.properties +4 -0
- package/src/sap/tnt/messagebundle_vi.properties +4 -0
- package/src/sap/tnt/messagebundle_zh_CN.properties +4 -0
- package/src/sap/tnt/messagebundle_zh_TW.properties +4 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.tnt",
|
|
3
|
-
"version": "1.71.
|
|
3
|
+
"version": "1.71.68",
|
|
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.
|
|
18
|
-
"@openui5/sap.ui.core": "1.71.
|
|
17
|
+
"@openui5/sap.m": "1.71.68",
|
|
18
|
+
"@openui5/sap.ui.core": "1.71.68"
|
|
19
19
|
}
|
|
20
20
|
}
|
package/src/sap/tnt/.library
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2024 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.
|
|
9
|
+
<version>1.71.68</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library with responsive controls.</documentation>
|
|
12
12
|
|
package/src/sap/tnt/InfoLabel.js
CHANGED
|
@@ -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.
|
|
35
|
+
* @version 1.71.68
|
|
36
36
|
*
|
|
37
37
|
* @constructor
|
|
38
38
|
* @public
|
|
@@ -458,15 +458,19 @@ sap.ui.define(["./library", 'sap/ui/core/Core', "sap/ui/core/Item", 'sap/ui/core
|
|
|
458
458
|
isNavListItemExpanded = this.getExpanded(),
|
|
459
459
|
text = this.getText(),
|
|
460
460
|
tooltip,
|
|
461
|
-
ariaProps = {
|
|
462
|
-
|
|
463
|
-
|
|
461
|
+
ariaProps = {};
|
|
462
|
+
|
|
463
|
+
//checking if there are items level 2 in the NavigationListItem
|
|
464
|
+
//of yes - there is need of aria-expanded property
|
|
465
|
+
if (isListExpanded) {
|
|
466
|
+
if (!control.hasStyleClass("sapTntNavLIPopup")) {
|
|
467
|
+
ariaProps.level = '1';
|
|
468
|
+
}
|
|
464
469
|
|
|
465
|
-
|
|
466
|
-
//of yes - there is need of aria-expanded property
|
|
467
|
-
if (isListExpanded && this.getItems().length !== 0) {
|
|
470
|
+
if (this.getItems().length !== 0) {
|
|
468
471
|
ariaProps.expanded = isNavListItemExpanded;
|
|
469
472
|
}
|
|
473
|
+
}
|
|
470
474
|
|
|
471
475
|
rm.openStart("div");
|
|
472
476
|
|
|
@@ -485,8 +489,8 @@ sap.ui.define(["./library", 'sap/ui/core/Core', "sap/ui/core/Item", 'sap/ui/core
|
|
|
485
489
|
rm.attr("title", tooltip);
|
|
486
490
|
}
|
|
487
491
|
|
|
488
|
-
ariaProps.role = '
|
|
489
|
-
if (!control.hasStyleClass("sapTntNavLIPopup")) {
|
|
492
|
+
ariaProps.role = 'menuitemradio';
|
|
493
|
+
if (!control.hasStyleClass("sapTntNavLIPopup") && this.getItems().length > 0) {
|
|
490
494
|
ariaProps.haspopup = true;
|
|
491
495
|
}
|
|
492
496
|
} else {
|
|
@@ -573,7 +577,12 @@ sap.ui.define(["./library", 'sap/ui/core/Core', "sap/ui/core/Item", 'sap/ui/core
|
|
|
573
577
|
*/
|
|
574
578
|
NavigationListItem.prototype.renderSecondLevelNavItem = function (rm, control) {
|
|
575
579
|
|
|
576
|
-
var group = this.getParent()
|
|
580
|
+
var group = this.getParent(),
|
|
581
|
+
isInPopup = control.hasStyleClass("sapTntNavLIPopup"),
|
|
582
|
+
ariaProps = {
|
|
583
|
+
role: isInPopup ? 'menuitemradio' : 'treeitem',
|
|
584
|
+
level: !isInPopup ? '2' : undefined
|
|
585
|
+
};
|
|
577
586
|
|
|
578
587
|
rm.openStart('li', this);
|
|
579
588
|
rm.class("sapTntNavLIItem");
|
|
@@ -593,10 +602,7 @@ sap.ui.define(["./library", 'sap/ui/core/Core', "sap/ui/core/Item", 'sap/ui/core
|
|
|
593
602
|
}
|
|
594
603
|
|
|
595
604
|
// ARIA
|
|
596
|
-
rm.accessibilityState(
|
|
597
|
-
role: control.hasStyleClass("sapTntNavLIPopup") ? 'menuitem' : 'treeitem',
|
|
598
|
-
level: '2'
|
|
599
|
-
});
|
|
605
|
+
rm.accessibilityState(ariaProps);
|
|
600
606
|
|
|
601
607
|
rm.openEnd();
|
|
602
608
|
|
|
@@ -64,6 +64,10 @@ sap.ui.define([],
|
|
|
64
64
|
role = !expanded || control.hasStyleClass("sapTntNavLIPopup") ? 'menubar' : 'tree';
|
|
65
65
|
|
|
66
66
|
rm.attr("role", role);
|
|
67
|
+
|
|
68
|
+
if (role === 'menubar') {
|
|
69
|
+
rm.attr("aria-orientation", "vertical");
|
|
70
|
+
}
|
|
67
71
|
rm.openEnd();
|
|
68
72
|
|
|
69
73
|
// Rendering visible groups
|
|
@@ -77,4 +81,4 @@ sap.ui.define([],
|
|
|
77
81
|
|
|
78
82
|
return NavigationListRenderer;
|
|
79
83
|
|
|
80
|
-
}, /* bExport= */ true);
|
|
84
|
+
}, /* bExport= */ true);
|
|
@@ -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.
|
|
43
|
+
* @version 1.71.68
|
|
44
44
|
*
|
|
45
45
|
* @constructor
|
|
46
46
|
* @public
|
|
@@ -385,13 +385,14 @@ sap.ui.define([
|
|
|
385
385
|
SideNavigation.prototype._getTopArrowControl = function () {
|
|
386
386
|
var iconControl = this.getAggregation('_topArrowControl');
|
|
387
387
|
var that = this;
|
|
388
|
+
var oLibraryResourceBundle = sap.ui.getCore().getLibraryResourceBundle('sap.tnt');
|
|
388
389
|
|
|
389
390
|
if (!iconControl) {
|
|
390
391
|
iconControl = new Icon({
|
|
391
392
|
src: 'sap-icon://navigation-up-arrow',
|
|
392
393
|
noTabStop: true,
|
|
393
394
|
useIconTooltip: false,
|
|
394
|
-
tooltip: '',
|
|
395
|
+
tooltip: oLibraryResourceBundle.getText('SIDE_NAV_SCROLL_UP_TOOLTIP'),
|
|
395
396
|
press: this._arrowPress.bind(that)
|
|
396
397
|
}).addStyleClass('sapTntSideNavigationScrollIcon sapTntSideNavigationScrollIconUp');
|
|
397
398
|
this.setAggregation("_topArrowControl", iconControl, true);
|
|
@@ -408,13 +409,14 @@ sap.ui.define([
|
|
|
408
409
|
SideNavigation.prototype._getBottomArrowControl = function () {
|
|
409
410
|
var iconControl = this.getAggregation('_bottomArrowControl');
|
|
410
411
|
var that = this;
|
|
412
|
+
var oLibraryResourceBundle = sap.ui.getCore().getLibraryResourceBundle('sap.tnt');
|
|
411
413
|
|
|
412
414
|
if (!iconControl) {
|
|
413
415
|
iconControl = new Icon({
|
|
414
416
|
src: 'sap-icon://navigation-down-arrow',
|
|
415
417
|
noTabStop: true,
|
|
416
418
|
useIconTooltip: false,
|
|
417
|
-
tooltip: '',
|
|
419
|
+
tooltip: oLibraryResourceBundle.getText('SIDE_NAV_SCROLL_DOWN_TOOLTIP'),
|
|
418
420
|
press: this._arrowPress.bind(that)
|
|
419
421
|
}).addStyleClass('sapTntSideNavigationScrollIcon sapTntSideNavigationScrollIconDown');
|
|
420
422
|
|
package/src/sap/tnt/ToolPage.js
CHANGED
package/src/sap/tnt/library.js
CHANGED
|
@@ -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.
|
|
20
|
+
* @version 1.71.68
|
|
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.
|
|
27
|
+
version: "1.71.68",
|
|
28
28
|
dependencies : ["sap.ui.core", "sap.m"],
|
|
29
29
|
designtime: "sap/tnt/designtime/library.designtime",
|
|
30
30
|
types: [
|
|
@@ -6,4 +6,10 @@
|
|
|
6
6
|
INFOLABEL_DEFAULT=Info Label
|
|
7
7
|
|
|
8
8
|
#XACT: ARIA control description when there is no text
|
|
9
|
-
INFOLABEL_EMPTY=Empty Info Label
|
|
9
|
+
INFOLABEL_EMPTY=Empty Info Label
|
|
10
|
+
|
|
11
|
+
#XTOL: tooltip for the scroll up icon of SideNavigation
|
|
12
|
+
SIDE_NAV_SCROLL_UP_TOOLTIP=Scroll up
|
|
13
|
+
|
|
14
|
+
#XTOL: tooltip for the scroll down icon of SideNavigation
|
|
15
|
+
SIDE_NAV_SCROLL_DOWN_TOOLTIP=Scroll down
|
|
@@ -3,3 +3,7 @@
|
|
|
3
3
|
INFOLABEL_DEFAULT=\u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A
|
|
4
4
|
|
|
5
5
|
INFOLABEL_EMPTY=\u062A\u0633\u0645\u064A\u0629 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0641\u0627\u0631\u063A\u0629
|
|
6
|
+
|
|
7
|
+
SIDE_NAV_SCROLL_UP_TOOLTIP=\u062A\u0645\u0631\u064A\u0631 \u0644\u0623\u0639\u0644\u0649
|
|
8
|
+
|
|
9
|
+
SIDE_NAV_SCROLL_DOWN_TOOLTIP=\u062A\u0645\u0631\u064A\u0631 \u0644\u0623\u0633\u0641\u0644
|
|
@@ -3,3 +3,7 @@
|
|
|
3
3
|
INFOLABEL_DEFAULT=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u043E\u043D\u0435\u043D \u0435\u0442\u0438\u043A\u0435\u0442
|
|
4
4
|
|
|
5
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
|
|
6
|
+
|
|
7
|
+
SIDE_NAV_SCROLL_UP_TOOLTIP=\u0421\u043A\u0440\u043E\u043B\u0438\u0440\u0430\u043D\u0435 \u043D\u0430\u0433\u043E\u0440\u0435
|
|
8
|
+
|
|
9
|
+
SIDE_NAV_SCROLL_DOWN_TOOLTIP=\u0421\u043A\u0440\u043E\u043B\u0438\u0440\u0430\u043D\u0435 \u043D\u0430\u0434\u043E\u043B\u0443
|
|
@@ -3,3 +3,7 @@
|
|
|
3
3
|
INFOLABEL_DEFAULT=\u0395\u03C4\u03B9\u03BA\u03AD\u03C4\u03B1 \u03A0\u03BB\u03B7\u03C1\u03BF\u03C6\u03BF\u03C1\u03B9\u03CE\u03BD
|
|
4
4
|
|
|
5
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
|
|
6
|
+
|
|
7
|
+
SIDE_NAV_SCROLL_UP_TOOLTIP=\u039A\u03CD\u03BB\u03B9\u03C3\u03B7 \u03A0\u03AC\u03BD\u03C9
|
|
8
|
+
|
|
9
|
+
SIDE_NAV_SCROLL_DOWN_TOOLTIP=\u039A\u03CD\u03BB\u03B9\u03C3\u03B7 \u039A\u03AC\u03C4\u03C9
|
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
#This is the resource bundle for the SAPUI5 sap.tnt library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
2
|
|
|
5
|
-
|
|
6
|
-
INFOLABEL_DEFAULT=acYXVTn++ZbwHuhjAJayzQ_Info label
|
|
3
|
+
INFOLABEL_DEFAULT=epPSRQZdDtwGZG5M3WRj0Q_Info Label
|
|
7
4
|
|
|
8
|
-
|
|
9
|
-
INFOLABEL_EMPTY=zbaGI0usx9mfiBVWE+PzMw_Empty info label
|
|
5
|
+
INFOLABEL_EMPTY=U+a72zueRxNCmbBXlZtO0Q_Empty Info Label
|
|
@@ -3,3 +3,7 @@
|
|
|
3
3
|
INFOLABEL_DEFAULT=\u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0932\u0947\u092C\u0932
|
|
4
4
|
|
|
5
5
|
INFOLABEL_EMPTY=\u0930\u093F\u0915\u094D\u0924 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0932\u0947\u092C\u0932
|
|
6
|
+
|
|
7
|
+
SIDE_NAV_SCROLL_UP_TOOLTIP=\u090A\u092A\u0930 \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0947\u0902
|
|
8
|
+
|
|
9
|
+
SIDE_NAV_SCROLL_DOWN_TOOLTIP=\u0928\u0940\u091A\u0947 \u0915\u0940 \u0913\u0930 \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0947\u0902
|
|
@@ -3,3 +3,7 @@
|
|
|
3
3
|
INFOLABEL_DEFAULT=\u05EA\u05D5\u05D5\u05D9\u05EA \u05DE\u05D9\u05D3\u05E2
|
|
4
4
|
|
|
5
5
|
INFOLABEL_EMPTY=\u05EA\u05D5\u05D5\u05D9\u05EA \u05DE\u05D9\u05D3\u05E2 \u05E8\u05D9\u05E7\u05D4
|
|
6
|
+
|
|
7
|
+
SIDE_NAV_SCROLL_UP_TOOLTIP=\u05D2\u05DC\u05D5\u05DC \u05DC\u05DE\u05E2\u05DC\u05D4
|
|
8
|
+
|
|
9
|
+
SIDE_NAV_SCROLL_DOWN_TOOLTIP=\u05D2\u05DC\u05D5\u05DC \u05DC\u05DE\u05D8\u05D4
|
|
@@ -3,3 +3,7 @@
|
|
|
3
3
|
INFOLABEL_DEFAULT=\u0410\u049B\u043F\u0430\u0440\u0430\u0442\u0442\u044B\u049B \u0431\u0435\u043B\u0433\u0456
|
|
4
4
|
|
|
5
5
|
INFOLABEL_EMPTY=\u0411\u043E\u0441 \u0430\u049B\u043F\u0430\u0440\u0430\u0442\u0442\u044B\u049B \u0431\u0435\u043B\u0433\u0456
|
|
6
|
+
|
|
7
|
+
SIDE_NAV_SCROLL_UP_TOOLTIP=\u0416\u043E\u0493\u0430\u0440\u044B \u0430\u0439\u043D\u0430\u043B\u0434\u044B\u0440\u0443
|
|
8
|
+
|
|
9
|
+
SIDE_NAV_SCROLL_DOWN_TOOLTIP=\u0422\u04E9\u043C\u0435\u043D \u0430\u0439\u043D\u0430\u043B\u0434\u044B\u0440\u0443
|
|
@@ -3,3 +3,7 @@
|
|
|
3
3
|
INFOLABEL_DEFAULT=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u043E\u043D\u043D\u0430\u044F \u043C\u0435\u0442\u043A\u0430
|
|
4
4
|
|
|
5
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
|
|
6
|
+
|
|
7
|
+
SIDE_NAV_SCROLL_UP_TOOLTIP=\u041F\u0440\u043E\u043A\u0440\u0443\u0442\u0438\u0442\u044C \u0432\u0432\u0435\u0440\u0445
|
|
8
|
+
|
|
9
|
+
SIDE_NAV_SCROLL_DOWN_TOOLTIP=\u041F\u0440\u043E\u043A\u0440\u0443\u0442\u0438\u0442\u044C \u0432\u043D\u0438\u0437
|
|
@@ -3,3 +3,7 @@
|
|
|
3
3
|
INFOLABEL_DEFAULT=\u0418\u043D\u0444\u043E \u043E\u0437\u043D\u0430\u043A\u0430
|
|
4
4
|
|
|
5
5
|
INFOLABEL_EMPTY=\u041F\u0440\u0430\u0437\u043D\u0430 \u0438\u043D\u0444\u043E \u043E\u0437\u043D\u0430\u043A\u0430
|
|
6
|
+
|
|
7
|
+
SIDE_NAV_SCROLL_UP_TOOLTIP=\u041F\u043E\u043C\u0435\u0440\u0438 \u043D\u0430\u0433\u043E\u0440\u0435
|
|
8
|
+
|
|
9
|
+
SIDE_NAV_SCROLL_DOWN_TOOLTIP=\u041F\u043E\u043C\u0435\u0440\u0438 \u043D\u0430\u0434\u043E\u043B\u0435
|
|
@@ -3,3 +3,7 @@
|
|
|
3
3
|
INFOLABEL_DEFAULT=\u0E1B\u0E49\u0E32\u0E22\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25
|
|
4
4
|
|
|
5
5
|
INFOLABEL_EMPTY=\u0E1B\u0E49\u0E32\u0E22\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E27\u0E48\u0E32\u0E07\u0E40\u0E1B\u0E25\u0E48\u0E32
|
|
6
|
+
|
|
7
|
+
SIDE_NAV_SCROLL_UP_TOOLTIP=\u0E40\u0E25\u0E37\u0E48\u0E2D\u0E19\u0E02\u0E36\u0E49\u0E19
|
|
8
|
+
|
|
9
|
+
SIDE_NAV_SCROLL_DOWN_TOOLTIP=\u0E40\u0E25\u0E37\u0E48\u0E2D\u0E19\u0E25\u0E07
|
|
@@ -3,3 +3,7 @@
|
|
|
3
3
|
INFOLABEL_DEFAULT=\u0406\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u0439\u043D\u0430 \u043C\u0456\u0442\u043A\u0430
|
|
4
4
|
|
|
5
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
|
|
6
|
+
|
|
7
|
+
SIDE_NAV_SCROLL_UP_TOOLTIP=\u041F\u0440\u043E\u043A\u0440\u0443\u0442\u0438\u0442\u0438 \u0432\u0432\u0435\u0440\u0445
|
|
8
|
+
|
|
9
|
+
SIDE_NAV_SCROLL_DOWN_TOOLTIP=\u041F\u0440\u043E\u043A\u0440\u0443\u0442\u0438\u0442\u0438 \u0432\u043D\u0438\u0437
|