@openui5/sap.ui.ux3 1.71.59 → 1.71.60

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 (41) hide show
  1. package/package.json +4 -4
  2. package/src/sap/ui/ux3/.library +1 -1
  3. package/src/sap/ui/ux3/ActionBar.js +1 -1
  4. package/src/sap/ui/ux3/Collection.js +1 -1
  5. package/src/sap/ui/ux3/CollectionInspector.js +1 -1
  6. package/src/sap/ui/ux3/DataSet.js +1 -1
  7. package/src/sap/ui/ux3/DataSetItem.js +1 -1
  8. package/src/sap/ui/ux3/DataSetSimpleView.js +1 -1
  9. package/src/sap/ui/ux3/Exact.js +1 -1
  10. package/src/sap/ui/ux3/ExactArea.js +1 -1
  11. package/src/sap/ui/ux3/ExactAttribute.js +1 -1
  12. package/src/sap/ui/ux3/ExactBrowser.js +1 -1
  13. package/src/sap/ui/ux3/ExactList.js +1 -1
  14. package/src/sap/ui/ux3/FacetFilter.js +1 -1
  15. package/src/sap/ui/ux3/FacetFilterList.js +1 -1
  16. package/src/sap/ui/ux3/Feed.js +1 -1
  17. package/src/sap/ui/ux3/FeedChunk.js +1 -1
  18. package/src/sap/ui/ux3/Feeder.js +1 -1
  19. package/src/sap/ui/ux3/NavigationBar.js +1 -1
  20. package/src/sap/ui/ux3/NavigationItem.js +1 -1
  21. package/src/sap/ui/ux3/NotificationBar.js +1 -1
  22. package/src/sap/ui/ux3/Notifier.js +1 -1
  23. package/src/sap/ui/ux3/Overlay.js +1 -1
  24. package/src/sap/ui/ux3/OverlayContainer.js +1 -1
  25. package/src/sap/ui/ux3/OverlayDialog.js +1 -1
  26. package/src/sap/ui/ux3/QuickView.js +1 -1
  27. package/src/sap/ui/ux3/Shell.js +1 -1
  28. package/src/sap/ui/ux3/ThingAction.js +1 -1
  29. package/src/sap/ui/ux3/ThingGroup.js +1 -1
  30. package/src/sap/ui/ux3/ThingInspector.js +1 -1
  31. package/src/sap/ui/ux3/ThingViewer.js +1 -1
  32. package/src/sap/ui/ux3/ToolPopup.js +1 -1
  33. package/src/sap/ui/ux3/library.js +2 -2
  34. package/src/sap/ui/ux3/messagebundle_bg.properties +1 -1
  35. package/src/sap/ui/ux3/messagebundle_hr.properties +14 -14
  36. package/src/sap/ui/ux3/messagebundle_lv.properties +5 -5
  37. package/src/sap/ui/ux3/messagebundle_no.properties +2 -2
  38. package/src/sap/ui/ux3/messagebundle_ru.properties +3 -3
  39. package/src/sap/ui/ux3/messagebundle_sh.properties +30 -30
  40. package/src/sap/ui/ux3/messagebundle_sr.properties +242 -0
  41. package/src/sap/ui/ux3/messagebundle_uk.properties +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.ux3",
3
- "version": "1.71.59",
3
+ "version": "1.71.60",
4
4
  "description": "OpenUI5 UI Library sap.ui.ux3",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,8 +14,8 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.ui.commons": "1.71.59",
18
- "@openui5/sap.ui.core": "1.71.59",
19
- "@openui5/sap.ui.unified": "1.71.59"
17
+ "@openui5/sap.ui.commons": "1.71.60",
18
+ "@openui5/sap.ui.core": "1.71.60",
19
+ "@openui5/sap.ui.unified": "1.71.60"
20
20
  }
21
21
  }
@@ -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.60</version>
10
10
 
11
11
  <documentation>Controls that implement the SAP User Experience (UX) Guidelines 3.0</documentation>
12
12
 
@@ -72,7 +72,7 @@ sap.ui.define([
72
72
  *
73
73
  * When using this control, please be aware that it fulfills rather specific requirements: it has been designed for and is used within composite controls QuickView and ThingInspector.
74
74
  * @extends sap.ui.core.Control
75
- * @version 1.71.59
75
+ * @version 1.71.60
76
76
  *
77
77
  * @constructor
78
78
  * @public
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/core/Element', 'sap/ui/model/SelectionModel', './library'
20
20
  * @class
21
21
  * Collection
22
22
  * @extends sap.ui.core.Element
23
- * @version 1.71.59
23
+ * @version 1.71.60
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @class
30
30
  * CollectionInspector
31
31
  * @extends sap.ui.core.Control
32
- * @version 1.71.59
32
+ * @version 1.71.60
33
33
  *
34
34
  * @constructor
35
35
  * @public
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * @class
45
45
  * DataSet
46
46
  * @extends sap.ui.core.Control
47
- * @version 1.71.59
47
+ * @version 1.71.60
48
48
  *
49
49
  * @constructor
50
50
  * @public
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
20
20
  * @class
21
21
  * DataSet Item
22
22
  * @extends sap.ui.core.Element
23
- * @version 1.71.59
23
+ * @version 1.71.60
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * DataSetSimpleView provides a simple view example for DataSet usage.
38
38
  * @extends sap.ui.core.Control
39
39
  * @implements sap.ui.ux3.DataSetView
40
- * @version 1.71.59
40
+ * @version 1.71.60
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -52,7 +52,7 @@ sap.ui.define([
52
52
  * @extends sap.ui.core.Control
53
53
  *
54
54
  * @author SAP SE
55
- * @version 1.71.59
55
+ * @version 1.71.60
56
56
  *
57
57
  * @constructor
58
58
  * @public
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.ui.core.Control
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.71.59
32
+ * @version 1.71.60
33
33
  *
34
34
  * @constructor
35
35
  * @public
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
23
23
  * @extends sap.ui.core.Element
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.71.59
26
+ * @version 1.71.60
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * @extends sap.ui.core.Control
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.71.59
53
+ * @version 1.71.60
54
54
  *
55
55
  * @constructor
56
56
  * @public
@@ -62,7 +62,7 @@ sap.ui.define([
62
62
  * @extends sap.ui.core.Control
63
63
  *
64
64
  * @author SAP SE
65
- * @version 1.71.59
65
+ * @version 1.71.60
66
66
  *
67
67
  * @constructor
68
68
  * @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.60
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.ui.core.Control
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.71.59
32
+ * @version 1.71.60
33
33
  *
34
34
  * @constructor
35
35
  * @public
@@ -51,7 +51,7 @@ sap.ui.define([
51
51
  * @extends sap.ui.core.Control
52
52
  *
53
53
  * @author SAP SE
54
- * @version 1.71.59
54
+ * @version 1.71.60
55
55
  *
56
56
  * @constructor
57
57
  * @public
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * @extends sap.ui.core.Control
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.71.59
52
+ * @version 1.71.60
53
53
  *
54
54
  * @constructor
55
55
  * @public
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * @extends sap.ui.core.Control
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.71.59
52
+ * @version 1.71.60
53
53
  *
54
54
  * @constructor
55
55
  * @public
@@ -62,7 +62,7 @@ sap.ui.define([
62
62
  * @extends sap.ui.core.Control
63
63
  *
64
64
  * @author SAP SE
65
- * @version 1.71.59
65
+ * @version 1.71.60
66
66
  *
67
67
  * @constructor
68
68
  * @public
@@ -22,7 +22,7 @@ sap.ui.define(['sap/ui/core/Item', './library'],
22
22
  * @extends sap.ui.core.Item
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.71.59
25
+ * @version 1.71.60
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -56,7 +56,7 @@ sap.ui.define([
56
56
  * @extends sap.ui.core.Control
57
57
  *
58
58
  * @author SAP SE
59
- * @version 1.71.59
59
+ * @version 1.71.60
60
60
  *
61
61
  * @constructor
62
62
  * @public
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @extends sap.ui.core.Element
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.71.59
39
+ * @version 1.71.60
40
40
  *
41
41
  * @constructor
42
42
  * @public
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @implements sap.ui.core.PopupInterface
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.71.59
38
+ * @version 1.71.60
39
39
  *
40
40
  * @constructor
41
41
  * @public
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.ux3.Overlay
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.71.59
31
+ * @version 1.71.60
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @class
27
27
  * Dialog implementation based on the Overlay. If used in a Shell it leaves the Tool-Palette, Pane-Bar and Header-Items accessible.
28
28
  * @extends sap.ui.ux3.Overlay
29
- * @version 1.71.59
29
+ * @version 1.71.60
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @extends sap.ui.commons.CalloutBase
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.71.59
39
+ * @version 1.71.60
40
40
  *
41
41
  * @constructor
42
42
  * @public
@@ -88,7 +88,7 @@ sap.ui.define([
88
88
  * The Ux3 GoldReflection Shell, which is an application frame with navigation capabilities.
89
89
  * It is supposed to be added to a direct child of the BODY tag of a page and there should be no other parts of the page consuming space outside the Shell.
90
90
  * @extends sap.ui.core.Control
91
- * @version 1.71.59
91
+ * @version 1.71.60
92
92
  *
93
93
  * @constructor
94
94
  * @public
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
20
20
  * @class
21
21
  * Thing Action for Swatch, QuickView, Thinginspector
22
22
  * @extends sap.ui.core.Element
23
- * @version 1.71.59
23
+ * @version 1.71.60
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
20
20
  * @class
21
21
  * Thing Group Area
22
22
  * @extends sap.ui.core.Element
23
- * @version 1.71.59
23
+ * @version 1.71.60
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @class
43
43
  * Thing Inspector
44
44
  * @extends sap.ui.ux3.Overlay
45
- * @version 1.71.59
45
+ * @version 1.71.60
46
46
  *
47
47
  * @constructor
48
48
  * @public
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * ThingViewer: Same as ThingInspector but decoupled from the Overlay and the ActionBar.
34
34
  * The control can be added to a Parent container that has a defined width. The ThingViewer fill the whole container. If the parent container has no width defined the control will not work properly.
35
35
  * @extends sap.ui.core.Control
36
- * @version 1.71.59
36
+ * @version 1.71.60
37
37
  *
38
38
  * @constructor
39
39
  * @public
@@ -63,7 +63,7 @@ sap.ui.define([
63
63
  *
64
64
  * @namespace
65
65
  * @author SAP SE
66
- * @version 1.71.59
66
+ * @version 1.71.60
67
67
  *
68
68
  * @constructor
69
69
  * @public
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @namespace
21
21
  * @name sap.ui.ux3
22
22
  * @author SAP SE
23
- * @version 1.71.59
23
+ * @version 1.71.60
24
24
  * @public
25
25
  * @deprecated Since 1.38
26
26
  */
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  // delegate further initialization of this library to the Core
29
29
  sap.ui.getCore().initLibrary({
30
30
  name : "sap.ui.ux3",
31
- version: "1.71.59",
31
+ version: "1.71.60",
32
32
  dependencies : ["sap.ui.core","sap.ui.commons"],
33
33
  types: [
34
34
  "sap.ui.ux3.ActionBarSocialActions",
@@ -2,7 +2,7 @@
2
2
  #
3
3
 
4
4
  #XHED: title of the browse area of the Exact pattern
5
- EXACT_BRWSR_TITLE=\u0411\u0440\u0430\u0443\u0437\u0432\u0430\u043D\u0435
5
+ EXACT_BRWSR_TITLE=\u0420\u0430\u0437\u0433\u043B\u0435\u0436\u0434\u0430\u043D\u0435
6
6
  #XHED: title of topmost list of the browse area of the Exact pattern
7
7
  EXACT_BRWSR_LST_TITLE=\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438
8
8
  #XBUT: text of reset button of the browse area of the Exact pattern
@@ -43,7 +43,7 @@ FEED_MAX_COMMENTS=Pogledaj aktualne komentare
43
43
  #XTXT: text if feeder is empty
44
44
  FEED_EMPTY_FEEDER=Objavi a\u017Euriranje ...
45
45
  #XHED: title of the feed page
46
- FEED_TITLE=IZVOR
46
+ FEED_TITLE=SA\u017DETAK SADR\u017DAJA
47
47
  #XTXT: text of live button
48
48
  FEED_LIVE=U\u017Eivo
49
49
  #XTOL: tooltip for tools menu button
@@ -57,9 +57,9 @@ FEED_FAVORITE=Favorit
57
57
  #XTOL: tooltip for status icon shared
58
58
  FEED_SHARED=Otpu\u0161teno
59
59
  #XTOL: tooltip for button to comment a chunk
60
- FEED_ACT_COMMENT=Komentar
60
+ FEED_ACT_COMMENT=Komentiraj
61
61
  #XTOL: tooltip for button to flag a chunk
62
- FEED_ACT_FLAG=Oznaka
62
+ FEED_ACT_FLAG=Ozna\u010Di
63
63
  #XTOL: tooltip for button to favorite a chunk
64
64
  FEED_ACT_FAVORITE=Postavi kao favorit
65
65
  #XTOL: tooltip for button to inspect a chunk
@@ -216,27 +216,27 @@ NOTIBAR_TITLE_BAR_DOWN=Sakrij traku obavijesti
216
216
  NOTIBAR_NOTIFIER_VIEW_TITLE={0} ({1})
217
217
 
218
218
  #XTOL: Text for a normal notifier that tells how many messages are available
219
- NOTIBAR_NOTIFIER_COUNT_TEXT_PL={0} poruka raspolo\u017Eivo
219
+ NOTIBAR_NOTIFIER_COUNT_TEXT_PL=Raspolo\u017Eive poruke\: ({0})
220
220
  #XTOL: Text for a normal notifier that tells that one message is available
221
221
  NOTIBAR_NOTIFIER_COUNT_TEXT_SING={0} poruka raspolo\u017Eiva
222
222
 
223
223
  #XTOL: Text for message level: no level specified (plural)
224
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_NONE_PL={0} poruka raspolo\u017Eivo\: Najvi\u0161i stupanj ozbiljnosti "Nema"
224
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_NONE_PL=Raspolo\u017Eive poruke ({0})\: najvi\u0161i stupanj ozbiljnosti "Nema"
225
225
  #XTOL: Text for message level: no level specified (singular)
226
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_NONE_SING={0} poruka raspolo\u017Eiva\: Najvi\u0161i stupanj ozbiljnosti "Nema"
226
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_NONE_SING={0} poruka raspolo\u017Eiva\: najvi\u0161i stupanj ozbiljnosti "Nema"
227
227
  #XTOL: Text for message level: information level specified (plural)
228
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_INFORMATION_PL={0} poruka raspolo\u017Eivo\: Najvi\u0161i stupanj ozbiljnosti "Informacije"
228
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_INFORMATION_PL=Raspolo\u017Eive poruke ({0})\: najvi\u0161i stupanj ozbiljnosti "Informacije"
229
229
  #XTOL: Text for message level: information level specified (singular)
230
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_INFORMATION_SING={0} poruka raspolo\u017Eiva\: Najvi\u0161i stupanj ozbiljnosti "Informacije"
230
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_INFORMATION_SING={0} poruka raspolo\u017Eiva\: najvi\u0161i stupanj ozbiljnosti "Informacije"
231
231
  #XTOL: Text for message level: success level specified (plural)
232
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_SUCCESS_PL={0} poruka raspolo\u017Eivo\: Najvi\u0161i stupanj ozbiljnosti "Uspjeh"
232
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_SUCCESS_PL=Raspolo\u017Eive poruke ({0})\: najvi\u0161i stupanj ozbiljnosti "Uspjeh"
233
233
  #XTOL: Text for message level: success level specified (singular)
234
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_SUCCESS_SING={0} poruka raspolo\u017Eiva\: Najvi\u0161i stupanj ozbiljnosti "Uspjeh"
234
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_SUCCESS_SING={0} poruka raspolo\u017Eiva\: najvi\u0161i stupanj ozbiljnosti "Uspjeh"
235
235
  #XTOL: Text for message level: warning level specified (plural)
236
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_WARNING_PL={0} poruka raspolo\u017Eivo\: Najvi\u0161i stupanj ozbiljnosti "Upozorenje"
236
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_WARNING_PL=Raspolo\u017Eive poruke ({0})\: najvi\u0161i stupanj ozbiljnosti "Upozorenje"
237
237
  #XTOL: Text for message level: warning level specified (singular)
238
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_WARNING_SING={0} poruka raspolo\u017Eiva\: Najvi\u0161i stupanj ozbiljnosti "Upozorenje"
238
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_WARNING_SING={0} poruka raspolo\u017Eiva\: najvi\u0161i stupanj ozbiljnosti "Upozorenje"
239
239
  #XTOL: Text for message level: error level specified (plural)
240
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_ERROR_PL={0} poruka raspolo\u017Eivo\: Najvi\u0161i stupanj ozbiljnosti "Gre\u0161ka"
240
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_ERROR_PL=Raspolo\u017Eive poruke ({0})\: najvi\u0161i stupanj ozbiljnosti "Gre\u0161ka"
241
241
  #XTOL: Text for message level: error level specified (singular)
242
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_ERROR_SING={0} poruka raspolo\u017Eiva\: Najvi\u0161i stupanj ozbiljnosti "Gre\u0161ka"
242
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_ERROR_SING={0} poruka raspolo\u017Eiva\: najvi\u0161i stupanj ozbiljnosti "Gre\u0161ka"
@@ -59,7 +59,7 @@ FEED_SHARED=Koplietojams
59
59
  #XTOL: tooltip for button to comment a chunk
60
60
  FEED_ACT_COMMENT=Koment\u0101rs
61
61
  #XTOL: tooltip for button to flag a chunk
62
- FEED_ACT_FLAG=Atz\u012Bme
62
+ FEED_ACT_FLAG=Karogs
63
63
  #XTOL: tooltip for button to favorite a chunk
64
64
  FEED_ACT_FAVORITE=Iestat\u012Bt izlases elementu
65
65
  #XTOL: tooltip for button to inspect a chunk
@@ -102,7 +102,7 @@ TI_FOLLOW_ACTION_MENU_TXT_HOLD=Pauz\u0113t seko\u0161anu
102
102
  #XTOL: Thing Inspector update action tooltip
103
103
  TI_UPDATE_ACTION_TOOLTIP=Public\u0113t atjaunin\u0101jumu
104
104
  #XTOL: Thing Inspector flag action tooltip
105
- TI_FLAG_ACTION_TOOLTIP=Atz\u012Bme
105
+ TI_FLAG_ACTION_TOOLTIP=Karogs
106
106
  #XTOL: Thing Inspector favorite action tooltip
107
107
  TI_FAVORITE_ACTION_TOOLTIP=Izlases elements
108
108
  #XTOL: Overlay close button tooltip
@@ -114,7 +114,7 @@ OVERLAY_OPEN_BUTTON_TEXT=Atv\u0113rt
114
114
  #XTOL: ActionBar update action tooltip
115
115
  ACTIONBAR_UPDATE_ACTION_TOOLTIP=Gr\u0101matot atjaunin\u0101jumu
116
116
  #XTOL: ActionBar flag action tooltip
117
- ACTIONBAR_FLAG_ACTION_TOOLTIP=Atz\u012Bme
117
+ ACTIONBAR_FLAG_ACTION_TOOLTIP=Karogs
118
118
  #XTOL: ActionBar follow action tooltip (context: subscribe - similar to RSS following)
119
119
  ACTIONBAR_FOLLOW_ACTION_TOOLTIP_FOLLOW=Sekot
120
120
  #XTOL: ActionBar follow action tooltip (context: subscribe - similar to RSS following)
@@ -200,9 +200,9 @@ SUPPORT=Support
200
200
  #NOTR
201
201
  UNSUPPORT=Unsupport
202
202
  #XTXT: All Items in the list following by the number of all items in this list
203
- FACETFILTER_ALL=Viss ({0})
203
+ FACETFILTER_ALL=Visi ({0})
204
204
  #XTXT: All Items in the list
205
- FACETFILTER_NO_COUNT=Viss
205
+ FACETFILTER_NO_COUNT=Visi
206
206
 
207
207
  #XTOL: Text for NotificationBar to enlarge/maximize
208
208
  NOTIBAR_TITLE_ENLARGE=Palielin\u0101t
@@ -59,7 +59,7 @@ FEED_SHARED=Delt
59
59
  #XTOL: tooltip for button to comment a chunk
60
60
  FEED_ACT_COMMENT=Kommentar
61
61
  #XTOL: tooltip for button to flag a chunk
62
- FEED_ACT_FLAG=Merk
62
+ FEED_ACT_FLAG=Indikator
63
63
  #XTOL: tooltip for button to favorite a chunk
64
64
  FEED_ACT_FAVORITE=Merk som favoritt
65
65
  #XTOL: tooltip for button to inspect a chunk
@@ -102,7 +102,7 @@ TI_FOLLOW_ACTION_MENU_TXT_HOLD=Stans abonnement midlertidig
102
102
  #XTOL: Thing Inspector update action tooltip
103
103
  TI_UPDATE_ACTION_TOOLTIP=Skriv et innlegg
104
104
  #XTOL: Thing Inspector flag action tooltip
105
- TI_FLAG_ACTION_TOOLTIP=Merk
105
+ TI_FLAG_ACTION_TOOLTIP=Indikator
106
106
  #XTOL: Thing Inspector favorite action tooltip
107
107
  TI_FAVORITE_ACTION_TOOLTIP=Favoritt
108
108
  #XTOL: Overlay close button tooltip
@@ -59,7 +59,7 @@ FEED_SHARED=\u0421\u043E\u0432\u043C\u0435\u0441\u0442\u043D\u043E\u0435 \u0438\
59
59
  #XTOL: tooltip for button to comment a chunk
60
60
  FEED_ACT_COMMENT=\u041A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0439
61
61
  #XTOL: tooltip for button to flag a chunk
62
- FEED_ACT_FLAG=\u0424\u043B\u0430\u0436\u043E\u043A
62
+ FEED_ACT_FLAG=\u041E\u0442\u043C\u0435\u0442\u0438\u0442\u044C
63
63
  #XTOL: tooltip for button to favorite a chunk
64
64
  FEED_ACT_FAVORITE=\u041E\u0442\u043C\u0435\u0442\u0438\u0442\u044C \u043A\u0430\u043A \u0438\u0437\u0431\u0440\u0430\u043D\u043D\u043E\u0435
65
65
  #XTOL: tooltip for button to inspect a chunk
@@ -102,7 +102,7 @@ TI_FOLLOW_ACTION_MENU_TXT_HOLD=\u041F\u0440\u0438\u043E\u0441\u0442\u0430\u043D\
102
102
  #XTOL: Thing Inspector update action tooltip
103
103
  TI_UPDATE_ACTION_TOOLTIP=\u0420\u0430\u0437\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0435
104
104
  #XTOL: Thing Inspector flag action tooltip
105
- TI_FLAG_ACTION_TOOLTIP=\u0424\u043B\u0430\u0436\u043E\u043A
105
+ TI_FLAG_ACTION_TOOLTIP=\u041E\u0442\u043C\u0435\u0442\u0438\u0442\u044C
106
106
  #XTOL: Thing Inspector favorite action tooltip
107
107
  TI_FAVORITE_ACTION_TOOLTIP=\u0418\u0437\u0431\u0440\u0430\u043D\u043D\u043E\u0435
108
108
  #XTOL: Overlay close button tooltip
@@ -114,7 +114,7 @@ OVERLAY_OPEN_BUTTON_TEXT=\u041E\u0442\u043A\u0440\u044B\u0442\u044C
114
114
  #XTOL: ActionBar update action tooltip
115
115
  ACTIONBAR_UPDATE_ACTION_TOOLTIP=\u0420\u0430\u0437\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0435
116
116
  #XTOL: ActionBar flag action tooltip
117
- ACTIONBAR_FLAG_ACTION_TOOLTIP=\u0424\u043B\u0430\u0436\u043E\u043A
117
+ ACTIONBAR_FLAG_ACTION_TOOLTIP=\u041E\u0442\u043C\u0435\u0442\u0438\u0442\u044C
118
118
  #XTOL: ActionBar follow action tooltip (context: subscribe - similar to RSS following)
119
119
  ACTIONBAR_FOLLOW_ACTION_TOOLTIP_FOLLOW=\u041F\u043E\u0434\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F
120
120
  #XTOL: ActionBar follow action tooltip (context: subscribe - similar to RSS following)
@@ -22,16 +22,16 @@ EXACT_LST_LIST_COLLAPSE=Sa\u017Emi
22
22
  #XTOL: tooltip for close icon of a list in the Exact pattern
23
23
  EXACT_LST_LIST_CLOSE=Poni\u0161ti odabir i zatvori
24
24
  #XACT: ARIA label of list in the Exact pattern ({0} is the level number in the list hierarchy, {1} is the label text)
25
- EXACT_LST_LIST_ARIA_LABEL=Nivo {0} {1}, lista pro\u0161irena; za sa\u017Eimanje pritisnite ALT i taster MINUS sa numeri\u010Dke tastature
25
+ EXACT_LST_LIST_ARIA_LABEL=Nivo {0} {1}, lista pro\u0161irena; za sa\u017Eimanje pritisnite Alt i taster MINUS na numeri\u010Dkoj tastaturi
26
26
  #XACT: ARIA label of collapsed list in the Exact pattern ({0} is the level number in the list hierarchy, {1} is the label text)
27
- EXACT_LST_LIST_COLL_ARIA_LABEL=Nivo {0} {1}, lista sa\u017Eeta; za pro\u0161irenje pritisnite ALT i taster PLUS sa numeri\u010Dke tastature
27
+ EXACT_LST_LIST_COLL_ARIA_LABEL=Nivo {0} {1}, lista sa\u017Eeta; za pro\u0161irivanje pritisnite Alt i taster PLUS na numeri\u010Dkoj tastaturi
28
28
  #XACT: ARIA label of list item in a list in the Exact pattern ({0} is the label text)
29
29
  EXACT_LST_LIST_ITEM_ARIA_LABEL={0} ima podlistu
30
30
  #XACT: ARIA label of selected list item in a list in the Exact pattern ({0} is the label text)
31
31
  EXACT_LST_LIST_ITEM_SEL_ARIA_LABEL={0} ima podlistu; koristite strelice na tastaturi za usmeravanje
32
32
 
33
33
  #XTIT: number of comments for an feed chunk
34
- FEED_NO_COMMENTS={0} komentari
34
+ FEED_NO_COMMENTS={0} komentara
35
35
  #XTOL: tooltip for expand button
36
36
  FEED_EXPAND=Poka\u017Ei ceo tekst
37
37
  #XTOL: tooltip for collapse button
@@ -39,9 +39,9 @@ FEED_COLLAPSE=Sa\u017Emi tekst
39
39
  #XLNK
40
40
  FEED_ALL_COMMENTS=Poka\u017Ei sve komentare
41
41
  #XLNK
42
- FEED_MAX_COMMENTS=Pogledaj najnovije komentare
42
+ FEED_MAX_COMMENTS=Poka\u017Ei najnovije komentare
43
43
  #XTXT: text if feeder is empty
44
- FEED_EMPTY_FEEDER=Objavi poruku ...
44
+ FEED_EMPTY_FEEDER=Objavi a\u017Euriranje...
45
45
  #XHED: title of the feed page
46
46
  FEED_TITLE=FEED
47
47
  #XTXT: text of live button
@@ -55,7 +55,7 @@ FEED_FLAGGED=Ozna\u010Deno
55
55
  #XTOL: tooltip for status icon favorite
56
56
  FEED_FAVORITE=Omiljeni
57
57
  #XTOL: tooltip for status icon shared
58
- FEED_SHARED=Zajedni\u010Dko
58
+ FEED_SHARED=Deljeno
59
59
  #XTOL: tooltip for button to comment a chunk
60
60
  FEED_ACT_COMMENT=Komentar
61
61
  #XTOL: tooltip for button to flag a chunk
@@ -65,12 +65,12 @@ FEED_ACT_FAVORITE=Postavi kao omiljeni
65
65
  #XTOL: tooltip for button to inspect a chunk
66
66
  FEED_ACT_INSPECT=Proveri
67
67
  #XTOL: tooltip for button to share a chunk
68
- FEED_ACT_SHARE=Pusti
68
+ FEED_ACT_SHARE=Deli
69
69
 
70
70
  #XTOL: tooltip of the logout button in the header area of the application shell, logs the user out of the application
71
71
  SHELL_LOGOUT=Odjavi se
72
72
  #XTOL: generic default tooltip of the logo image in the header of the application shell; typically the application will override this
73
- SHELL_LOGO=Logo
73
+ SHELL_LOGO=Logotip
74
74
  #XACT: accessibility explanation of the left-hand toolbar that can contain generic tools like Search, Feeder and ThingInspector
75
75
  SHELL_TOOLPANE_GENERIC=Pru\u017Ea pristup slede\u0107im op\u0161tim alatima\:
76
76
  #XACT: accessibility explanation of the left-hand toolbar that contains application-specific tools
@@ -85,22 +85,22 @@ SHELL_FEEDER=Feeder
85
85
  SHELL_MORE_BUTTON=Vi\u0161e...
86
86
 
87
87
  #XACT: ARIA description on how to close the dialog
88
- DIALOG_CLOSE_HELP=Za zatvaranje dijaloga pritisnite ESC
88
+ DIALOG_CLOSE_HELP=Za zatvaranje dijaloga pritisnite Esc
89
89
 
90
90
  #XTOL: Thing Inspector follow action tooltip (context: subscribe - similar to RSS following)
91
91
  TI_FOLLOW_ACTION_TOOLTIP_FOLLOW=Pretplati se
92
92
  #XTOL: Thing Inspector follow action tooltip (context: subscribe - similar to RSS following)
93
- TI_FOLLOW_ACTION_TOOLTIP_STOPPAUSE_FOLLOW=Prekini ili privremeno obustavi pretplatu
93
+ TI_FOLLOW_ACTION_TOOLTIP_STOPPAUSE_FOLLOW=Prekini ili pauziraj pra\u0107enje
94
94
  #XTOL: Thing Inspector follow action tooltip (context: subscribe - similar to RSS following)
95
- TI_FOLLOW_ACTION_TOOLTIP_STOPCONTINUE_FOLLOW=Prekini ili nastavi pretplatu
95
+ TI_FOLLOW_ACTION_TOOLTIP_STOPCONTINUE_FOLLOW=Prekini ili nastavi pra\u0107enje
96
96
  #XMIT: Thing Inspector follow action menu text (context: subscribe - similar to RSS following)
97
- TI_FOLLOW_ACTION_MENU_TXT_UNFOLLOW=Prekini pretplatu
97
+ TI_FOLLOW_ACTION_MENU_TXT_UNFOLLOW=Prekini pra\u0107enje
98
98
  #XMIT: Thing Inspector follow action menu text (context: subscribe - similar to RSS following)
99
- TI_FOLLOW_ACTION_MENU_TXT_UNHOLD=Nastavi pretplatu
99
+ TI_FOLLOW_ACTION_MENU_TXT_UNHOLD=Nastavi pra\u0107enje
100
100
  #XMIT: Thing Inspector follow action menu text (context: subscribe - similar to RSS following)
101
- TI_FOLLOW_ACTION_MENU_TXT_HOLD=Privremeno obustavi pretplatu
101
+ TI_FOLLOW_ACTION_MENU_TXT_HOLD=Pauziraj pra\u0107enje
102
102
  #XTOL: Thing Inspector update action tooltip
103
- TI_UPDATE_ACTION_TOOLTIP=Objavi poruku
103
+ TI_UPDATE_ACTION_TOOLTIP=Objavi a\u017Euriranje
104
104
  #XTOL: Thing Inspector flag action tooltip
105
105
  TI_FLAG_ACTION_TOOLTIP=Oznaka
106
106
  #XTOL: Thing Inspector favorite action tooltip
@@ -112,19 +112,19 @@ OVERLAY_OPEN_BUTTON_TOOLTIP=Otvori u novom prozoru
112
112
  #XBUT: Overlay open button text
113
113
  OVERLAY_OPEN_BUTTON_TEXT=Otvori
114
114
  #XTOL: ActionBar update action tooltip
115
- ACTIONBAR_UPDATE_ACTION_TOOLTIP=Objavi a\u017Eurirano
115
+ ACTIONBAR_UPDATE_ACTION_TOOLTIP=Objavi a\u017Euriranje
116
116
  #XTOL: ActionBar flag action tooltip
117
117
  ACTIONBAR_FLAG_ACTION_TOOLTIP=Oznaka
118
118
  #XTOL: ActionBar follow action tooltip (context: subscribe - similar to RSS following)
119
- ACTIONBAR_FOLLOW_ACTION_TOOLTIP_FOLLOW=Sledi
119
+ ACTIONBAR_FOLLOW_ACTION_TOOLTIP_FOLLOW=Prati
120
120
  #XTOL: ActionBar follow action tooltip (context: subscribe - similar to RSS following)
121
- ACTIONBAR_FOLLOW_ACTION_TOOLTIP_STOPPAUSE_FOLLOW=Prekini ili privremeno obustavi pretplatu
121
+ ACTIONBAR_FOLLOW_ACTION_TOOLTIP_STOPPAUSE_FOLLOW=Prekini ili pauziraj pra\u0107enje
122
122
  #XTOL: ActionBar follow action tooltip (context: subscribe - similar to RSS following)
123
- ACTIONBAR_FOLLOW_ACTION_TOOLTIP_STOPCONTINUE_FOLLOW=Prekini ili nastavi pretplatu
123
+ ACTIONBAR_FOLLOW_ACTION_TOOLTIP_STOPCONTINUE_FOLLOW=Prekini ili nastavi pra\u0107enje
124
124
  #XTOL: ActionBar favorite action tooltip
125
125
  ACTIONBAR_FAVORITE_ACTION_TOOLTIP=Omiljeni
126
126
  #XTOL: ActionBar open thing action tooltip
127
- ACTIONBAR_OPEN_THING_ACTION_TOOLTIP=Otvoreno
127
+ ACTIONBAR_OPEN_THING_ACTION_TOOLTIP=Otvori
128
128
  #XTOL: ActionBar tools menu tooltip
129
129
  ACTIONBAR_TOOLS_ACTION_TOOLTIP=Druge radnje
130
130
  #XTOL: ActionBar tools menu tooltip
@@ -221,22 +221,22 @@ NOTIBAR_NOTIFIER_COUNT_TEXT_PL={0} poruka dostupno
221
221
  NOTIBAR_NOTIFIER_COUNT_TEXT_SING={0} poruka dostupna
222
222
 
223
223
  #XTOL: Text for message level: no level specified (plural)
224
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_NONE_PL={0} poruka dostupno\: Najvi\u0161a ozbiljnost "None"
224
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_NONE_PL={0} poruka dostupno\: Najvi\u0161a ozbiljnost \u201ENi\u0161ta\u201C
225
225
  #XTOL: Text for message level: no level specified (singular)
226
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_NONE_SING={0} poruka dostupna\: Najvi\u0161a ozbiljnost "None"
226
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_NONE_SING={0} poruka dostupna\: Najvi\u0161a ozbiljnost \u201ENi\u0161ta\u201C
227
227
  #XTOL: Text for message level: information level specified (plural)
228
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_INFORMATION_PL={0} poruka dostupno\: Najvi\u0161a ozbiljnost "Information"
228
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_INFORMATION_PL={0} poruka dostupno\: Najvi\u0161a ozbiljnost \u201EInformacije\u201C
229
229
  #XTOL: Text for message level: information level specified (singular)
230
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_INFORMATION_SING={0} poruka dostupna\: Najvi\u0161a ozbiljnost "Information"
230
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_INFORMATION_SING={0} poruka dostupna\: Najvi\u0161a ozbiljnost \u201EInformacije\u201C
231
231
  #XTOL: Text for message level: success level specified (plural)
232
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_SUCCESS_PL={0} messages available\: Najvi\u0161a ozbiljnost "Success"
232
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_SUCCESS_PL={0} poruka dostupno\: Najvi\u0161a ozbiljnost \u201EUspeh\u201C
233
233
  #XTOL: Text for message level: success level specified (singular)
234
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_SUCCESS_SING={0} poruka dostupna\: Najvi\u0161a ozbiljnost "Success"
234
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_SUCCESS_SING={0} poruka dostupna\: Najvi\u0161a ozbiljnost \u201EUspeh\u201C
235
235
  #XTOL: Text for message level: warning level specified (plural)
236
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_WARNING_PL={0} poruka dostupno\: Najvi\u0161a ozbiljnost "Warning"
236
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_WARNING_PL={0} poruka dostupno\: Najvi\u0161a ozbiljnost \u201EUpozorenje\u201C
237
237
  #XTOL: Text for message level: warning level specified (singular)
238
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_WARNING_SING={0} poruka dostupna\: Najvi\u0161a ozbiljnost "Warning"
238
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_WARNING_SING={0} poruka dostupna\: Najvi\u0161a ozbiljnost \u201EUpozorenje\u201C
239
239
  #XTOL: Text for message level: error level specified (plural)
240
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_ERROR_PL={0} poruka dostupno\: Najvi\u0161a ozbiljnost "Error"
240
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_ERROR_PL={0} poruka dostupno\: Najvi\u0161a ozbiljnost \u201EGre\u0161ka\u201C
241
241
  #XTOL: Text for message level: error level specified (singular)
242
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_ERROR_SING={0} poruka dostupna\: Najvi\u0161a ozbiljnost "Error"
242
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_ERROR_SING={0} poruka dostupna\: Najvi\u0161a ozbiljnost \u201EGre\u0161ka\u201C
@@ -0,0 +1,242 @@
1
+ #This is the resource bundle for the sap.ui.ux3 library
2
+ #
3
+
4
+ #XHED: title of the browse area of the Exact pattern
5
+ EXACT_BRWSR_TITLE=\u041F\u0440\u0435\u0442\u0440\u0430\u0436\u0438
6
+ #XHED: title of topmost list of the browse area of the Exact pattern
7
+ EXACT_BRWSR_LST_TITLE=\u041E\u0431\u0435\u043B\u0435\u0436\u0458\u0430
8
+ #XBUT: text of reset button of the browse area of the Exact pattern
9
+ EXACT_BRWSR_RESET=\u041F\u043E\u043D\u043E\u0432\u043E \u043F\u043E\u0441\u0442\u0430\u0432\u0438
10
+ #XBUT: text of save button of the browse area of the Exact pattern
11
+ EXACT_BRWSR_SAVE=\u0421\u0430\u0447\u0443\u0432\u0430\u0458
12
+ #XBUT: text of save button on the save dialog of the browse area of the Exact pattern
13
+ EXACT_BRWSR_DLG_SAVE=\u0421\u0430\u0447\u0443\u0432\u0430\u0458
14
+ #XBUT: text of cancel button on the save dialog of the browse area of the Exact pattern
15
+ EXACT_BRWSR_DLG_CANCEL=\u041E\u0434\u0443\u0441\u0442\u0430\u043D\u0438
16
+ #XFLD: label of name input field on the save dialog of the browse area of the Exact pattern
17
+ EXACT_BRWSR_DLG_LABEL=\u041D\u0430\u0437\u0438\u0432 \u0442\u0440\u0430\u0436\u0435\u045A\u0430
18
+ #XTOL: tooltip for expand icon of a list in the Exact pattern
19
+ EXACT_LST_LIST_EXPAND=\u041F\u0440\u043E\u0448\u0438\u0440\u0438
20
+ #XTOL: tooltip for collapse icon of a list in the Exact pattern
21
+ EXACT_LST_LIST_COLLAPSE=\u0421\u0430\u0436\u043C\u0438
22
+ #XTOL: tooltip for close icon of a list in the Exact pattern
23
+ EXACT_LST_LIST_CLOSE=\u041F\u043E\u043D\u0438\u0448\u0442\u0438 \u043E\u0434\u0430\u0431\u0438\u0440 \u0438 \u0437\u0430\u0442\u0432\u043E\u0440\u0438
24
+ #XACT: ARIA label of list in the Exact pattern ({0} is the level number in the list hierarchy, {1} is the label text)
25
+ EXACT_LST_LIST_ARIA_LABEL=\u041D\u0438\u0432\u043E {0} {1}, \u043B\u0438\u0441\u0442\u0430 \u043F\u0440\u043E\u0448\u0438\u0440\u0435\u043D\u0430; \u0437\u0430 \u0441\u0430\u0436\u0438\u043C\u0430\u045A\u0435 \u043F\u0440\u0438\u0442\u0438\u0441\u043D\u0438\u0442\u0435 Alt \u0438 \u0442\u0430\u0441\u0442\u0435\u0440 \u041C\u0418\u041D\u0423\u0421 \u043D\u0430 \u043D\u0443\u043C\u0435\u0440\u0438\u0447\u043A\u043E\u0458 \u0442\u0430\u0441\u0442\u0430\u0442\u0443\u0440\u0438
26
+ #XACT: ARIA label of collapsed list in the Exact pattern ({0} is the level number in the list hierarchy, {1} is the label text)
27
+ EXACT_LST_LIST_COLL_ARIA_LABEL=\u041D\u0438\u0432\u043E {0} {1}, \u043B\u0438\u0441\u0442\u0430 \u0441\u0430\u0436\u0435\u0442\u0430; \u0437\u0430 \u043F\u0440\u043E\u0448\u0438\u0440\u0438\u0432\u0430\u045A\u0435 \u043F\u0440\u0438\u0442\u0438\u0441\u043D\u0438\u0442\u0435 Alt \u0438 \u0442\u0430\u0441\u0442\u0435\u0440 \u041F\u041B\u0423\u0421 \u043D\u0430 \u043D\u0443\u043C\u0435\u0440\u0438\u0447\u043A\u043E\u0458 \u0442\u0430\u0441\u0442\u0430\u0442\u0443\u0440\u0438
28
+ #XACT: ARIA label of list item in a list in the Exact pattern ({0} is the label text)
29
+ EXACT_LST_LIST_ITEM_ARIA_LABEL={0} \u0438\u043C\u0430 \u043F\u043E\u0434\u043B\u0438\u0441\u0442\u0443
30
+ #XACT: ARIA label of selected list item in a list in the Exact pattern ({0} is the label text)
31
+ EXACT_LST_LIST_ITEM_SEL_ARIA_LABEL={0} \u0438\u043C\u0430 \u043F\u043E\u0434\u043B\u0438\u0441\u0442\u0443; \u043A\u043E\u0440\u0438\u0441\u0442\u0438\u0442\u0435 \u0441\u0442\u0440\u0435\u043B\u0438\u0446\u0435 \u043D\u0430 \u0442\u0430\u0441\u0442\u0430\u0442\u0443\u0440\u0438 \u0437\u0430 \u0443\u0441\u043C\u0435\u0440\u0430\u0432\u0430\u045A\u0435
32
+
33
+ #XTIT: number of comments for an feed chunk
34
+ FEED_NO_COMMENTS={0} \u043A\u043E\u043C\u0435\u043D\u0442\u0430\u0440\u0430
35
+ #XTOL: tooltip for expand button
36
+ FEED_EXPAND=\u041F\u043E\u043A\u0430\u0436\u0438 \u0446\u0435\u043E \u0442\u0435\u043A\u0441\u0442
37
+ #XTOL: tooltip for collapse button
38
+ FEED_COLLAPSE=\u0421\u0430\u0436\u043C\u0438 \u0442\u0435\u043A\u0441\u0442
39
+ #XLNK
40
+ FEED_ALL_COMMENTS=\u041F\u043E\u043A\u0430\u0436\u0438 \u0441\u0432\u0435 \u043A\u043E\u043C\u0435\u043D\u0442\u0430\u0440\u0435
41
+ #XLNK
42
+ FEED_MAX_COMMENTS=\u041F\u043E\u043A\u0430\u0436\u0438 \u043D\u0430\u0458\u043D\u043E\u0432\u0438\u0458\u0435 \u043A\u043E\u043C\u0435\u043D\u0442\u0430\u0440\u0435
43
+ #XTXT: text if feeder is empty
44
+ FEED_EMPTY_FEEDER=\u041E\u0431\u0458\u0430\u0432\u0438 \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045A\u0435...
45
+ #XHED: title of the feed page
46
+ FEED_TITLE=FEED
47
+ #XTXT: text of live button
48
+ FEED_LIVE=Live
49
+ #XTOL: tooltip for tools menu button
50
+ FEED_TOOLS=\u0410\u043B\u0430\u0442\u0438
51
+ #XTOL: tooltip for deleting a chunk
52
+ FEED_DELETE=\u0418\u0437\u0431\u0440\u0438\u0448\u0438
53
+ #XTOL: tooltip for status icon flagged
54
+ FEED_FLAGGED=\u041E\u0437\u043D\u0430\u0447\u0435\u043D\u043E
55
+ #XTOL: tooltip for status icon favorite
56
+ FEED_FAVORITE=\u041E\u043C\u0438\u0459\u0435\u043D\u0438
57
+ #XTOL: tooltip for status icon shared
58
+ FEED_SHARED=\u0414\u0435\u0459\u0435\u043D\u043E
59
+ #XTOL: tooltip for button to comment a chunk
60
+ FEED_ACT_COMMENT=\u041A\u043E\u043C\u0435\u043D\u0442\u0430\u0440
61
+ #XTOL: tooltip for button to flag a chunk
62
+ FEED_ACT_FLAG=\u041E\u0437\u043D\u0430\u043A\u0430
63
+ #XTOL: tooltip for button to favorite a chunk
64
+ FEED_ACT_FAVORITE=\u041F\u043E\u0441\u0442\u0430\u0432\u0438 \u043A\u0430\u043E \u043E\u043C\u0438\u0459\u0435\u043D\u0438
65
+ #XTOL: tooltip for button to inspect a chunk
66
+ FEED_ACT_INSPECT=\u041F\u0440\u043E\u0432\u0435\u0440\u0438
67
+ #XTOL: tooltip for button to share a chunk
68
+ FEED_ACT_SHARE=\u0414\u0435\u043B\u0438
69
+
70
+ #XTOL: tooltip of the logout button in the header area of the application shell, logs the user out of the application
71
+ SHELL_LOGOUT=\u041E\u0434\u0458\u0430\u0432\u0438 \u0441\u0435
72
+ #XTOL: generic default tooltip of the logo image in the header of the application shell; typically the application will override this
73
+ SHELL_LOGO=\u041B\u043E\u0433\u043E\u0442\u0438\u043F
74
+ #XACT: accessibility explanation of the left-hand toolbar that can contain generic tools like Search, Feeder and ThingInspector
75
+ SHELL_TOOLPANE_GENERIC=\u041F\u0440\u0443\u0436\u0430 \u043F\u0440\u0438\u0441\u0442\u0443\u043F \u0441\u043B\u0435\u0434\u0435\u045B\u0438\u043C \u043E\u043F\u0448\u0442\u0438\u043C \u0430\u043B\u0430\u0442\u0438\u043C\u0430\:
76
+ #XACT: accessibility explanation of the left-hand toolbar that contains application-specific tools
77
+ SHELL_TOOLPANE_APP=\u041F\u0440\u0443\u0436\u0430 \u043F\u0440\u0438\u0441\u0442\u0443\u043F \u0430\u043B\u0430\u0442\u0438\u043C\u0430 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0435 \u043D\u043F\u0440. Quick Create
78
+ #XFLD: label of the search field in the Shell
79
+ SHELL_SEARCH_LABEL=\u0422\u0440\u0430\u0436\u0438
80
+ #XTOL: tooltip of the button in the application shell that opens the Search tool
81
+ SHELL_SEARCH=\u0422\u0440\u0430\u0436\u0438
82
+ #XTOL: tooltip of the button in the application shell that opens the Feeder tool which is used to add new feed entries
83
+ SHELL_FEEDER=Feeder
84
+ #XBUT: default text for the pane bar overflow button. Will be replaced with the menu item when selected.
85
+ SHELL_MORE_BUTTON=\u0412\u0438\u0448\u0435...
86
+
87
+ #XACT: ARIA description on how to close the dialog
88
+ DIALOG_CLOSE_HELP=\u0417\u0430 \u0437\u0430\u0442\u0432\u0430\u0440\u0430\u045A\u0435 \u0434\u0438\u0458\u0430\u043B\u043E\u0433\u0430 \u043F\u0440\u0438\u0442\u0438\u0441\u043D\u0438\u0442\u0435 Esc
89
+
90
+ #XTOL: Thing Inspector follow action tooltip (context: subscribe - similar to RSS following)
91
+ TI_FOLLOW_ACTION_TOOLTIP_FOLLOW=\u041F\u0440\u0435\u0442\u043F\u043B\u0430\u0442\u0438 \u0441\u0435
92
+ #XTOL: Thing Inspector follow action tooltip (context: subscribe - similar to RSS following)
93
+ TI_FOLLOW_ACTION_TOOLTIP_STOPPAUSE_FOLLOW=\u041F\u0440\u0435\u043A\u0438\u043D\u0438 \u0438\u043B\u0438 \u043F\u0430\u0443\u0437\u0438\u0440\u0430\u0458 \u043F\u0440\u0430\u045B\u0435\u045A\u0435
94
+ #XTOL: Thing Inspector follow action tooltip (context: subscribe - similar to RSS following)
95
+ TI_FOLLOW_ACTION_TOOLTIP_STOPCONTINUE_FOLLOW=\u041F\u0440\u0435\u043A\u0438\u043D\u0438 \u0438\u043B\u0438 \u043D\u0430\u0441\u0442\u0430\u0432\u0438 \u043F\u0440\u0430\u045B\u0435\u045A\u0435
96
+ #XMIT: Thing Inspector follow action menu text (context: subscribe - similar to RSS following)
97
+ TI_FOLLOW_ACTION_MENU_TXT_UNFOLLOW=\u041F\u0440\u0435\u043A\u0438\u043D\u0438 \u043F\u0440\u0430\u045B\u0435\u045A\u0435
98
+ #XMIT: Thing Inspector follow action menu text (context: subscribe - similar to RSS following)
99
+ TI_FOLLOW_ACTION_MENU_TXT_UNHOLD=\u041D\u0430\u0441\u0442\u0430\u0432\u0438 \u043F\u0440\u0430\u045B\u0435\u045A\u0435
100
+ #XMIT: Thing Inspector follow action menu text (context: subscribe - similar to RSS following)
101
+ TI_FOLLOW_ACTION_MENU_TXT_HOLD=\u041F\u0430\u0443\u0437\u0438\u0440\u0430\u0458 \u043F\u0440\u0430\u045B\u0435\u045A\u0435
102
+ #XTOL: Thing Inspector update action tooltip
103
+ TI_UPDATE_ACTION_TOOLTIP=\u041E\u0431\u0458\u0430\u0432\u0438 \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045A\u0435
104
+ #XTOL: Thing Inspector flag action tooltip
105
+ TI_FLAG_ACTION_TOOLTIP=\u041E\u0437\u043D\u0430\u043A\u0430
106
+ #XTOL: Thing Inspector favorite action tooltip
107
+ TI_FAVORITE_ACTION_TOOLTIP=\u041E\u043C\u0438\u0459\u0435\u043D\u0438
108
+ #XTOL: Overlay close button tooltip
109
+ OVERLAY_CLOSE_BUTTON_TOOLTIP=\u0417\u0430\u0442\u0432\u043E\u0440\u0438
110
+ #XTOL: Overlay open button tooltip
111
+ OVERLAY_OPEN_BUTTON_TOOLTIP=\u041E\u0442\u0432\u043E\u0440\u0438 \u0443 \u043D\u043E\u0432\u043E\u043C \u043F\u0440\u043E\u0437\u043E\u0440\u0443
112
+ #XBUT: Overlay open button text
113
+ OVERLAY_OPEN_BUTTON_TEXT=\u041E\u0442\u0432\u043E\u0440\u0438
114
+ #XTOL: ActionBar update action tooltip
115
+ ACTIONBAR_UPDATE_ACTION_TOOLTIP=\u041E\u0431\u0458\u0430\u0432\u0438 \u0430\u0436\u0443\u0440\u0438\u0440\u0430\u045A\u0435
116
+ #XTOL: ActionBar flag action tooltip
117
+ ACTIONBAR_FLAG_ACTION_TOOLTIP=\u041E\u0437\u043D\u0430\u043A\u0430
118
+ #XTOL: ActionBar follow action tooltip (context: subscribe - similar to RSS following)
119
+ ACTIONBAR_FOLLOW_ACTION_TOOLTIP_FOLLOW=\u041F\u0440\u0430\u0442\u0438
120
+ #XTOL: ActionBar follow action tooltip (context: subscribe - similar to RSS following)
121
+ ACTIONBAR_FOLLOW_ACTION_TOOLTIP_STOPPAUSE_FOLLOW=\u041F\u0440\u0435\u043A\u0438\u043D\u0438 \u0438\u043B\u0438 \u043F\u0430\u0443\u0437\u0438\u0440\u0430\u0458 \u043F\u0440\u0430\u045B\u0435\u045A\u0435
122
+ #XTOL: ActionBar follow action tooltip (context: subscribe - similar to RSS following)
123
+ ACTIONBAR_FOLLOW_ACTION_TOOLTIP_STOPCONTINUE_FOLLOW=\u041F\u0440\u0435\u043A\u0438\u043D\u0438 \u0438\u043B\u0438 \u043D\u0430\u0441\u0442\u0430\u0432\u0438 \u043F\u0440\u0430\u045B\u0435\u045A\u0435
124
+ #XTOL: ActionBar favorite action tooltip
125
+ ACTIONBAR_FAVORITE_ACTION_TOOLTIP=\u041E\u043C\u0438\u0459\u0435\u043D\u0438
126
+ #XTOL: ActionBar open thing action tooltip
127
+ ACTIONBAR_OPEN_THING_ACTION_TOOLTIP=\u041E\u0442\u0432\u043E\u0440\u0438
128
+ #XTOL: ActionBar tools menu tooltip
129
+ ACTIONBAR_TOOLS_ACTION_TOOLTIP=\u0414\u0440\u0443\u0433\u0435 \u0440\u0430\u0434\u045A\u0435
130
+ #XTOL: ActionBar tools menu tooltip
131
+ ACTIONBAR_TOOLS_MENU_TOOLTIP=\u0414\u0440\u0443\u0433\u0435 \u0440\u0430\u0434\u045A\u0435
132
+ #XTOL: ActionBar More button
133
+ ACTIONBAR_BUTTON_MORE_TEXT=\u0412\u0438\u0448\u0435
134
+ #XTOL: ActionBar More button
135
+ ACTIONBAR_BUTTON_MORE_TOOLTIP=\u0414\u0440\u0443\u0433\u0435 \u0440\u0430\u0434\u045A\u0435
136
+
137
+
138
+ #NOTR
139
+ FEEDER_COMMENT_INPLACE=Write a comment...
140
+ #NOTR
141
+ FEEDENTRY_TIME_UNKNOWN=unknown
142
+ #NOTR
143
+ FEEDENTRY_TIME_SECOND={0} second ago
144
+ #NOTR
145
+ FEEDENTRY_TIME_MINUTE={0} minute ago
146
+ #NOTR
147
+ FEEDENTRY_TIME_HOUR={0} hour ago
148
+ #NOTR
149
+ FEEDENTRY_TIME_DAY={0} day ago
150
+ #NOTR
151
+ FEEDENTRY_TIME_WEEK={0} week ago
152
+ #NOTR
153
+ FEEDENTRY_TIME_MONTH={0} month ago
154
+ #NOTR
155
+ FEEDENTRY_TIME_YEAR={0} year ago
156
+ #NOTR
157
+ FEEDENTRY_TIME_SECONDS={0} seconds ago
158
+ #NOTR
159
+ FEEDENTRY_TIME_MINUTES={0} minutes ago
160
+ #NOTR
161
+ FEEDENTRY_TIME_HOURS={0} hours ago
162
+ #NOTR
163
+ FEEDENTRY_TIME_DAYS={0} days ago
164
+ #NOTR
165
+ FEEDENTRY_TIME_WEEKS={0} weeks ago
166
+ #NOTR
167
+ FEEDENTRY_TIME_MONTHS={0} months ago
168
+ #NOTR
169
+ FEEDENTRY_TIME_YEARS={0} years ago
170
+ #NOTR
171
+ FEEDENTRY_LABEL_COL_COMMENTS=View all {0} comments
172
+ #NOTR
173
+ FEEDENTRY_LABEL_EXP_COMMENT={0} comment
174
+ #NOTR
175
+ FEEDENTRY_LABEL_EXP_COMMENTS={0} comments
176
+ #NOTR
177
+ FEED_YOU=You
178
+ #NOTR
179
+ FEED_ACTION_FEED_SETTINGS=Feed settings
180
+ #NOTR
181
+ FEED_ACTION_SOURCES=Sources
182
+ #NOTR
183
+ FEED_FILTER_ALL=All
184
+ #NOTR
185
+ FEED_INTERVAL_LIVE=Live
186
+ #NOTR
187
+ FEED_INTERVAL_PAUSE=Pause
188
+ #NOTR
189
+ FEED_INTERVAL_SECONDS=seconds
190
+ #NOTR
191
+ FEED_SEARCH_STRING=Search String
192
+ #NOTR
193
+ FLAG=Flag
194
+ #NOTR
195
+ REMOVE=Remove
196
+ #NOTR
197
+ RELEVANCE=Relevance\:
198
+ #NOTR
199
+ SUPPORT=Support
200
+ #NOTR
201
+ UNSUPPORT=Unsupport
202
+ #XTXT: All Items in the list following by the number of all items in this list
203
+ FACETFILTER_ALL=\u0421\u0432\u0435 ({0})
204
+ #XTXT: All Items in the list
205
+ FACETFILTER_NO_COUNT=\u0421\u0432\u0435
206
+
207
+ #XTOL: Text for NotificationBar to enlarge/maximize
208
+ NOTIBAR_TITLE_ENLARGE=\u0423\u0432\u0435\u045B\u0430\u0458
209
+ #XTOL: Text for NotificationBar to minimize
210
+ NOTIBAR_TITLE_MINIMIZE=\u0423\u043C\u0430\u045A\u0438
211
+ #XTOL: Text for NotificationBar to show the bar if it's invisible
212
+ NOTIBAR_TITLE_BAR_UP=\u041F\u043E\u043A\u0430\u0436\u0438 \u0442\u0440\u0430\u043A\u0443 \u043E\u0431\u0430\u0432\u0435\u0448\u0442\u0435\u045A\u0430
213
+ #XTOL: Text for NotificationBar to hide the bar if it's visible
214
+ NOTIBAR_TITLE_BAR_DOWN=\u0421\u0430\u043A\u0440\u0438\u0458 \u0442\u0440\u0430\u043A\u0443 \u043E\u0431\u0430\u0432\u0435\u0448\u0442\u0435\u045A\u0430
215
+ #XTOL: Title for a NotifierView within the NotificationBar if Notifier has items
216
+ NOTIBAR_NOTIFIER_VIEW_TITLE={0} ({1})
217
+
218
+ #XTOL: Text for a normal notifier that tells how many messages are available
219
+ NOTIBAR_NOTIFIER_COUNT_TEXT_PL={0} \u043F\u043E\u0440\u0443\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E
220
+ #XTOL: Text for a normal notifier that tells that one message is available
221
+ NOTIBAR_NOTIFIER_COUNT_TEXT_SING={0} \u043F\u043E\u0440\u0443\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430
222
+
223
+ #XTOL: Text for message level: no level specified (plural)
224
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_NONE_PL={0} \u043F\u043E\u0440\u0443\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E\: \u041D\u0430\u0458\u0432\u0438\u0448\u0430 \u043E\u0437\u0431\u0438\u0459\u043D\u043E\u0441\u0442 \u201E\u041D\u0438\u0448\u0442\u0430\u201C
225
+ #XTOL: Text for message level: no level specified (singular)
226
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_NONE_SING={0} \u043F\u043E\u0440\u0443\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430\: \u041D\u0430\u0458\u0432\u0438\u0448\u0430 \u043E\u0437\u0431\u0438\u0459\u043D\u043E\u0441\u0442 \u201E\u041D\u0438\u0448\u0442\u0430\u201C
227
+ #XTOL: Text for message level: information level specified (plural)
228
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_INFORMATION_PL={0} \u043F\u043E\u0440\u0443\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E\: \u041D\u0430\u0458\u0432\u0438\u0448\u0430 \u043E\u0437\u0431\u0438\u0459\u043D\u043E\u0441\u0442 \u201E\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0458\u0435\u201C
229
+ #XTOL: Text for message level: information level specified (singular)
230
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_INFORMATION_SING={0} \u043F\u043E\u0440\u0443\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430\: \u041D\u0430\u0458\u0432\u0438\u0448\u0430 \u043E\u0437\u0431\u0438\u0459\u043D\u043E\u0441\u0442 \u201E\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0458\u0435\u201C
231
+ #XTOL: Text for message level: success level specified (plural)
232
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_SUCCESS_PL={0} \u043F\u043E\u0440\u0443\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E\: \u041D\u0430\u0458\u0432\u0438\u0448\u0430 \u043E\u0437\u0431\u0438\u0459\u043D\u043E\u0441\u0442 \u201E\u0423\u0441\u043F\u0435\u0445\u201C
233
+ #XTOL: Text for message level: success level specified (singular)
234
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_SUCCESS_SING={0} \u043F\u043E\u0440\u0443\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430\: \u041D\u0430\u0458\u0432\u0438\u0448\u0430 \u043E\u0437\u0431\u0438\u0459\u043D\u043E\u0441\u0442 \u201E\u0423\u0441\u043F\u0435\u0445\u201C
235
+ #XTOL: Text for message level: warning level specified (plural)
236
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_WARNING_PL={0} \u043F\u043E\u0440\u0443\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E\: \u041D\u0430\u0458\u0432\u0438\u0448\u0430 \u043E\u0437\u0431\u0438\u0459\u043D\u043E\u0441\u0442 \u201E\u0423\u043F\u043E\u0437\u043E\u0440\u0435\u045A\u0435\u201C
237
+ #XTOL: Text for message level: warning level specified (singular)
238
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_WARNING_SING={0} \u043F\u043E\u0440\u0443\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430\: \u041D\u0430\u0458\u0432\u0438\u0448\u0430 \u043E\u0437\u0431\u0438\u0459\u043D\u043E\u0441\u0442 \u201E\u0423\u043F\u043E\u0437\u043E\u0440\u0435\u045A\u0435\u201C
239
+ #XTOL: Text for message level: error level specified (plural)
240
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_ERROR_PL={0} \u043F\u043E\u0440\u0443\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E\: \u041D\u0430\u0458\u0432\u0438\u0448\u0430 \u043E\u0437\u0431\u0438\u0459\u043D\u043E\u0441\u0442 \u201E\u0413\u0440\u0435\u0448\u043A\u0430\u201C
241
+ #XTOL: Text for message level: error level specified (singular)
242
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_ERROR_SING={0} \u043F\u043E\u0440\u0443\u043A\u0430 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430\: \u041D\u0430\u0458\u0432\u0438\u0448\u0430 \u043E\u0437\u0431\u0438\u0459\u043D\u043E\u0441\u0442 \u201E\u0413\u0440\u0435\u0448\u043A\u0430\u201C
@@ -2,7 +2,7 @@
2
2
  #
3
3
 
4
4
  #XHED: title of the browse area of the Exact pattern
5
- EXACT_BRWSR_TITLE=\u041F\u0440\u043E\u0433\u043B\u044F\u043D\u0443\u0442\u0438
5
+ EXACT_BRWSR_TITLE=\u041F\u0435\u0440\u0435\u0433\u043B\u044F\u043D\u0443\u0442\u0438
6
6
  #XHED: title of topmost list of the browse area of the Exact pattern
7
7
  EXACT_BRWSR_LST_TITLE=\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438
8
8
  #XBUT: text of reset button of the browse area of the Exact pattern
@@ -24,7 +24,7 @@ EXACT_LST_LIST_CLOSE=\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u04
24
24
  #XACT: ARIA label of list in the Exact pattern ({0} is the level number in the list hierarchy, {1} is the label text)
25
25
  EXACT_LST_LIST_ARIA_LABEL=\u0420\u0456\u0432\u0435\u043D\u044C {0} {1}, \u0441\u043F\u0438\u0441\u043E\u043A \u0440\u043E\u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0438; \u0449\u043E\u0431 \u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0438 \u043D\u0430\u0442\u0438\u0441\u043D\u0456\u0442\u044C ALT \u0442\u0430 \u043A\u043B\u0430\u0432\u0456\u0448\u0443 \u041C\u0406\u041D\u0423\u0421
26
26
  #XACT: ARIA label of collapsed list in the Exact pattern ({0} is the level number in the list hierarchy, {1} is the label text)
27
- EXACT_LST_LIST_COLL_ARIA_LABEL=\u0420\u0456\u0432\u0435\u043D\u044C {0} {1}, \u0441\u043F\u0438\u0441\u043E\u043A \u0440\u043E\u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0438; \u0449\u043E\u0431 \u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0438 \u043D\u0430\u0442\u0438\u0441\u043D\u0456\u0442\u044C ALT \u0442\u0430 \u043A\u043B\u0430\u0432\u0456\u0448\u0443 \u041C\u0406\u041D\u0423\u0421
27
+ EXACT_LST_LIST_COLL_ARIA_LABEL=\u0420\u0456\u0432\u0435\u043D\u044C {0} {1}, \u0441\u043F\u0438\u0441\u043E\u043A \u0440\u043E\u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0438; \u0449\u043E\u0431 \u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0438 \u043D\u0430\u0442\u0438\u0441\u043D\u0456\u0442\u044C ALT \u0442\u0430 \u043A\u043B\u0430\u0432\u0456\u0448\u0443 \u041F\u041B\u042E\u0421
28
28
  #XACT: ARIA label of list item in a list in the Exact pattern ({0} is the label text)
29
29
  EXACT_LST_LIST_ITEM_ARIA_LABEL={0} \u043C\u0430\u0454 \u043F\u0456\u0434\u0441\u043F\u0438\u0441\u043E\u043A
30
30
  #XACT: ARIA label of selected list item in a list in the Exact pattern ({0} is the label text)
@@ -45,7 +45,7 @@ FEED_EMPTY_FEEDER=\u0412\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u0442\u0438 \
45
45
  #XHED: title of the feed page
46
46
  FEED_TITLE=FEED
47
47
  #XTXT: text of live button
48
- FEED_LIVE=Live
48
+ FEED_LIVE=\u041D\u0430\u0436\u0438\u0432\u043E
49
49
  #XTOL: tooltip for tools menu button
50
50
  FEED_TOOLS=\u0406\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u0438
51
51
  #XTOL: tooltip for deleting a chunk
@@ -59,7 +59,7 @@ FEED_SHARED=\u0421\u043F\u0456\u043B\u044C\u043D\u0435 \u0432\u0438\u043A\u043E\
59
59
  #XTOL: tooltip for button to comment a chunk
60
60
  FEED_ACT_COMMENT=\u041A\u043E\u043C\u0435\u043D\u0442\u0430\u0440
61
61
  #XTOL: tooltip for button to flag a chunk
62
- FEED_ACT_FLAG=\u041F\u0440\u0430\u043F\u043E\u0440\u0435\u0446\u044C
62
+ FEED_ACT_FLAG=\u041C\u0456\u0442\u043A\u0430
63
63
  #XTOL: tooltip for button to favorite a chunk
64
64
  FEED_ACT_FAVORITE=\u0412\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0438 \u041E\u0431\u0440\u0430\u043D\u0435
65
65
  #XTOL: tooltip for button to inspect a chunk
@@ -102,7 +102,7 @@ TI_FOLLOW_ACTION_MENU_TXT_HOLD=\u041F\u0440\u0438\u0437\u0443\u043F\u0438\u043D\
102
102
  #XTOL: Thing Inspector update action tooltip
103
103
  TI_UPDATE_ACTION_TOOLTIP=\u0412\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u0442\u0438 \u043E\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044F
104
104
  #XTOL: Thing Inspector flag action tooltip
105
- TI_FLAG_ACTION_TOOLTIP=\u041F\u0440\u0430\u043F\u043E\u0440\u0435\u0446\u044C
105
+ TI_FLAG_ACTION_TOOLTIP=\u041C\u0456\u0442\u043A\u0430
106
106
  #XTOL: Thing Inspector favorite action tooltip
107
107
  TI_FAVORITE_ACTION_TOOLTIP=\u041E\u0431\u0440\u0430\u043D\u0435
108
108
  #XTOL: Overlay close button tooltip
@@ -114,7 +114,7 @@ OVERLAY_OPEN_BUTTON_TEXT=\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438
114
114
  #XTOL: ActionBar update action tooltip
115
115
  ACTIONBAR_UPDATE_ACTION_TOOLTIP=\u041F\u0440\u043E\u0432\u0435\u0441\u0442\u0438 \u043E\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044F
116
116
  #XTOL: ActionBar flag action tooltip
117
- ACTIONBAR_FLAG_ACTION_TOOLTIP=\u041F\u0440\u0430\u043F\u043E\u0440\u0435\u0446\u044C
117
+ ACTIONBAR_FLAG_ACTION_TOOLTIP=\u041C\u0456\u0442\u043A\u0430
118
118
  #XTOL: ActionBar follow action tooltip (context: subscribe - similar to RSS following)
119
119
  ACTIONBAR_FOLLOW_ACTION_TOOLTIP_FOLLOW=\u0421\u0442\u0435\u0436\u0438\u0442\u0438
120
120
  #XTOL: ActionBar follow action tooltip (context: subscribe - similar to RSS following)
@@ -200,7 +200,7 @@ SUPPORT=Support
200
200
  #NOTR
201
201
  UNSUPPORT=Unsupport
202
202
  #XTXT: All Items in the list following by the number of all items in this list
203
- FACETFILTER_ALL=\u0423\u0441\u0435 ({0})
203
+ FACETFILTER_ALL=\u0412\u0441\u0435 ({0})
204
204
  #XTXT: All Items in the list
205
205
  FACETFILTER_NO_COUNT=\u0412\u0441\u0435
206
206