@openui5/sap.ui.ux3 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.
Files changed (34) 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_en_US_saptrc.properties +83 -200
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.ux3",
3
- "version": "1.71.66",
3
+ "version": "1.71.68",
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.66",
18
- "@openui5/sap.ui.core": "1.71.66",
19
- "@openui5/sap.ui.unified": "1.71.66"
17
+ "@openui5/sap.ui.commons": "1.71.68",
18
+ "@openui5/sap.ui.core": "1.71.68",
19
+ "@openui5/sap.ui.unified": "1.71.68"
20
20
  }
21
21
  }
@@ -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.66</version>
9
+ <version>1.71.68</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.66
75
+ * @version 1.71.68
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.66
23
+ * @version 1.71.68
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.66
32
+ * @version 1.71.68
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.66
47
+ * @version 1.71.68
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.66
23
+ * @version 1.71.68
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.66
40
+ * @version 1.71.68
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.66
55
+ * @version 1.71.68
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.66
32
+ * @version 1.71.68
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.66
26
+ * @version 1.71.68
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.66
53
+ * @version 1.71.68
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.66
65
+ * @version 1.71.68
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.66
34
+ * @version 1.71.68
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.66
32
+ * @version 1.71.68
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.66
54
+ * @version 1.71.68
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.66
52
+ * @version 1.71.68
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.66
52
+ * @version 1.71.68
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.66
65
+ * @version 1.71.68
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.66
25
+ * @version 1.71.68
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.66
59
+ * @version 1.71.68
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.66
39
+ * @version 1.71.68
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.66
38
+ * @version 1.71.68
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.66
31
+ * @version 1.71.68
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.66
29
+ * @version 1.71.68
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.66
39
+ * @version 1.71.68
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.66
91
+ * @version 1.71.68
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.66
23
+ * @version 1.71.68
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.66
23
+ * @version 1.71.68
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.66
45
+ * @version 1.71.68
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.66
36
+ * @version 1.71.68
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.66
66
+ * @version 1.71.68
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.66
23
+ * @version 1.71.68
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.66",
31
+ version: "1.71.68",
32
32
  dependencies : ["sap.ui.core","sap.ui.commons"],
33
33
  types: [
34
34
  "sap.ui.ux3.ActionBarSocialActions",
@@ -1,242 +1,125 @@
1
- #This is the resource bundle for the sap.ui.ux3 library
2
- #
3
1
 
4
- #XHED: title of the browse area of the Exact pattern
5
- EXACT_BRWSR_TITLE=+NcaoiGGmYvteVCvouS/Iw_Browse
6
- #XHED: title of topmost list of the browse area of the Exact pattern
7
- EXACT_BRWSR_LST_TITLE=YBUrvm1VpA9qpGvtbPNL4w_Attributes
8
- #XBUT: text of reset button of the browse area of the Exact pattern
9
- EXACT_BRWSR_RESET=6Bf8WOS05r5En3mBS1Ao2g_Reset
10
- #XBUT: text of save button of the browse area of the Exact pattern
11
- EXACT_BRWSR_SAVE=LpQ+xqoW3HQPg3Uxsi6d+g_Save
12
- #XBUT: text of save button on the save dialog of the browse area of the Exact pattern
13
- EXACT_BRWSR_DLG_SAVE=vwq+nyc82XzWWGBP6oFiUA_Save
14
- #XBUT: text of cancel button on the save dialog of the browse area of the Exact pattern
15
- EXACT_BRWSR_DLG_CANCEL=5O09xhtKdlQ5L/cXxJUp1g_Cancel
16
- #XFLD: label of name input field on the save dialog of the browse area of the Exact pattern
17
- EXACT_BRWSR_DLG_LABEL=Op3pFFnLPy2W/qG0oxQdOA_Search Name
18
- #XTOL: tooltip for expand icon of a list in the Exact pattern
19
- EXACT_LST_LIST_EXPAND=/ov/idwQ7w685N96XD3NyA_Expand
20
- #XTOL: tooltip for collapse icon of a list in the Exact pattern
21
- EXACT_LST_LIST_COLLAPSE=GddVxB7nwKG/9LGkr7mBBA_Collapse
22
- #XTOL: tooltip for close icon of a list in the Exact pattern
23
- EXACT_LST_LIST_CLOSE=Vgq7VX6k4qr9ishkS8IeaQ_Deselect and Close
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=w44lI6kjWdK4CBhpkDIVow_Level {0} {1}, list expanded; to collapse, press ALT and the NUMPAD MINUS key
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=29cizSRmnV27rsSQ1yOKXg_Level {0} {1}, list collapsed; to expand, press ALT and the NUMPAD PLUS key
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=XQqlOEyvp4GupQqMKjwaEg_{0} has sublist
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=npBuW0n1ve2vVS6zDqtHUg_{0} has sublist; use arrow keys to navigate
2
+ EXACT_BRWSR_TITLE=ts3fO6S1/VkytE/MOt/DSQ_Browse
3
+ EXACT_BRWSR_LST_TITLE=nDdKyt/EBgD+aLhuduJc0w_Attributes
4
+ EXACT_BRWSR_RESET=betpHVfi9LT5diwAXKaSDw_Reset
5
+ EXACT_BRWSR_SAVE=5Y+VhaxuFBIPut1e/IBrqQ_Save
6
+ EXACT_BRWSR_DLG_SAVE=zSmKKzq9mLqqrTHJF1kQZA_Save
7
+ EXACT_BRWSR_DLG_CANCEL=MPVa5EeMgMcDxis1wGf5YQ_Cancel
8
+ EXACT_BRWSR_DLG_LABEL=9gJUrFTs/gNa0c1Ef853kQ_Search Name
9
+ EXACT_LST_LIST_EXPAND=gryTVvuOnZDWaXW0ZKzxYw_Expand
10
+ EXACT_LST_LIST_COLLAPSE=mZO1u7gD9ZSMES4rAenY+A_Collapse
11
+ EXACT_LST_LIST_CLOSE=0DZWB4MwXmJN4KHyM8TaXA_Deselect and Close
12
+ EXACT_LST_LIST_ARIA_LABEL=sdctmydkqtWY4jbvQrzRvA_Level {0} {1}, list expanded; to collapse, press ALT and the NUMPAD MINUS key
13
+ EXACT_LST_LIST_COLL_ARIA_LABEL=FDb5c299NuMYCDICgJFVlA_Level {0} {1}, list collapsed; to expand, press ALT and the NUMPAD PLUS key
14
+ EXACT_LST_LIST_ITEM_ARIA_LABEL=0aufz9Exle93o4WC7tZs4A_{0} has sublist
15
+ EXACT_LST_LIST_ITEM_SEL_ARIA_LABEL=ogVeEYa/i/vVR9EK/AW61A_{0} has sublist; use arrow keys to navigate
32
16
 
33
- #XTIT: number of comments for an feed chunk
34
- FEED_NO_COMMENTS=qAsYg2Jnas1JK5q7mJg6ug_{0} Comments
35
- #XTOL: tooltip for expand button
36
- FEED_EXPAND=ulhbJUOUub+9RGhXCyhY7w_Show Complete Text
37
- #XTOL: tooltip for collapse button
38
- FEED_COLLAPSE=+GTlsuMOCJr3w3TbtA4NEw_Collapse Text
39
- #XLNK
40
- FEED_ALL_COMMENTS=yQCsykAAv/M9cWQcRbVfyw_View All Comments
41
- #XLNK
42
- FEED_MAX_COMMENTS=4r9iLHiL8/38/+zkZK4f3Q_View Recent Comments
43
- #XTXT: text if feeder is empty
44
- FEED_EMPTY_FEEDER=dOLblbScGIeNEc9E4jmZCQ_Post an Update ...
45
- #XHED: title of the feed page
46
- FEED_TITLE=G95llwwqOFx7EmTvfn3T3w_FEED
47
- #XTXT: text of live button
48
- FEED_LIVE=tsqOEXS9OVx+JQvhB8hEuw_Live
49
- #XTOL: tooltip for tools menu button
50
- FEED_TOOLS=97/jrCBCJ6p+QuelQsgsQw_Tools
51
- #XTOL: tooltip for deleting a chunk
52
- FEED_DELETE=YacOl5vgJH02JTZo17+wPQ_Delete
53
- #XTOL: tooltip for status icon flagged
54
- FEED_FLAGGED=ntXriTwp8GQxGngvfA8P9g_Flagged
55
- #XTOL: tooltip for status icon favorite
56
- FEED_FAVORITE=jdebJKx8tvn/1UFiw6f7Sw_Favorite
57
- #XTOL: tooltip for status icon shared
58
- FEED_SHARED=Yk14c8tDsVwMbS1tIRDZAA_Shared
59
- #XTOL: tooltip for button to comment a chunk
60
- FEED_ACT_COMMENT=xOLqlnLl8/6NIHTL2UTVlw_Comment
61
- #XTOL: tooltip for button to flag a chunk
62
- FEED_ACT_FLAG=mCxg8W6aL4vBTPueyjmliw_Flag
63
- #XTOL: tooltip for button to favorite a chunk
64
- FEED_ACT_FAVORITE=UYxiXAecR9jApF+gCXQJog_Set Favorite
65
- #XTOL: tooltip for button to inspect a chunk
66
- FEED_ACT_INSPECT=7/X8od6ikJwzr5+jCTPtbg_Inspect
67
- #XTOL: tooltip for button to share a chunk
68
- FEED_ACT_SHARE=q/yUS9GG+fcL+tCvQZyAuA_Share
17
+ FEED_NO_COMMENTS=QUgnUXBK8kBlHt20y83vpg_{0} Comments
18
+ FEED_EXPAND=N5Lht573ZEibJrAP4TuSpA_Show Complete Text
19
+ FEED_COLLAPSE=Fps5j1sYm0xBbJ5b0DlnFg_Collapse Text
20
+ FEED_ALL_COMMENTS=Prn39BUOLWzgUFGjb1KOoQ_View All Comments
21
+ FEED_MAX_COMMENTS=zOKmcf5yGhVNPk12zlzNhA_View Recent Comments
22
+ FEED_EMPTY_FEEDER=kPOENWxBQOF72UlfxvvfLQ_Post an Update ...
23
+ FEED_TITLE=SPoO0YR4wNc1F3x+DX1f3Q_FEED
24
+ FEED_LIVE=595+jeKvDbNnQ6lT/SNpIw_Live
25
+ FEED_TOOLS=4TU0KPFEAhFbayqgthvAYA_Tools
26
+ FEED_DELETE=4JEUBia1OfO3xj2rr+yQ7Q_Delete
27
+ FEED_FLAGGED=gYhRvV+ew5rRKwPtQYn78w_Flagged
28
+ FEED_FAVORITE=DZL/iblqh/KOiCA4tzoYHQ_Favorite
29
+ FEED_SHARED=E9j4c/HV6AUefJL6aC+UGw_Shared
30
+ FEED_ACT_COMMENT=rKpALLKNN0lJTKUSXkJiUw_Comment
31
+ FEED_ACT_FLAG=7N4Jkq0x2yUPVGTcM+TTzg_Flag
32
+ FEED_ACT_FAVORITE=wxwbrP8FNA0ghnZTmqxJOg_Set Favorite
33
+ FEED_ACT_INSPECT=xRXCgnLAQ7zUqMlK023Z8Q_Inspect
34
+ FEED_ACT_SHARE=a8pKimP/4IHwc2UsZpFK0w_Share
69
35
 
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=6O3zDO0ZpKoOodp3Tg2+jw_Logout
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=zQDVNtFjAa1rlWKE0oH3MQ_Logo
74
- #XACT: accessibility explanation of the left-hand toolbar that can contain generic tools like Search, Feeder and ThingInspector
75
- SHELL_TOOLPANE_GENERIC=VFA898Sf0YqP9zWFndLQvg_Provides access to the following common tools\:
76
- #XACT: accessibility explanation of the left-hand toolbar that contains application-specific tools
77
- SHELL_TOOLPANE_APP=lVmmNVB01gILtLcHDpQbxg_Provides access to application tools such as Quick Create
78
- #XFLD: label of the search field in the Shell
79
- SHELL_SEARCH_LABEL=Exa9W5umASAGGvJ/o5523w_Search
80
- #XTOL: tooltip of the button in the application shell that opens the Search tool
81
- SHELL_SEARCH=wYthhVLgKngT3qAGQzTfHQ_Search
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=asVN5sjuDlA5dEMhHuEjQQ_Feeder
84
- #XBUT: default text for the pane bar overflow button. Will be replaced with the menu item when selected.
85
- SHELL_MORE_BUTTON=6kbyjucrUNizc/WBG4A3Iw_More...
36
+ SHELL_LOGOUT=wJa7QQAog5WB/fJ2MmlpFA_Logout
37
+ SHELL_LOGO=AKohRrp/VTi5b/yP5liptA_Logo
38
+ SHELL_TOOLPANE_GENERIC=LGl9s2PjcS+9an5y9f3gBA_Provides access to the following common tools\:
39
+ SHELL_TOOLPANE_APP=CX9i/pgUMXxpzBr33dnXaQ_Provides access to application tools such as Quick Create
40
+ SHELL_SEARCH_LABEL=vo63zdV9JBTLfFWR1mpJjA_Search
41
+ SHELL_SEARCH=Qfoa9sxocDEfIZLcWGKFUw_Search
42
+ SHELL_FEEDER=D9Dqq0l99vf+RnedafxIVA_Feeder
43
+ SHELL_MORE_BUTTON=Fu9YvhSPz2vI6QWdAECyIg_More...
86
44
 
87
- #XACT: ARIA description on how to close the dialog
88
- DIALOG_CLOSE_HELP=bEUfSTrbMGACO4XFVLhtfw_To close dialog, press ESC
45
+ DIALOG_CLOSE_HELP=XRZ5EZalFA9yXMTziVAC2w_To close dialog, press ESC
89
46
 
90
- #XTOL: Thing Inspector follow action tooltip (context: subscribe - similar to RSS following)
91
- TI_FOLLOW_ACTION_TOOLTIP_FOLLOW=7Au3cA00+UctdbnzB1dkcg_Follow
92
- #XTOL: Thing Inspector follow action tooltip (context: subscribe - similar to RSS following)
93
- TI_FOLLOW_ACTION_TOOLTIP_STOPPAUSE_FOLLOW=K/OuXZppd8SAgsGIjkDigg_Stop or Pause Following
94
- #XTOL: Thing Inspector follow action tooltip (context: subscribe - similar to RSS following)
95
- TI_FOLLOW_ACTION_TOOLTIP_STOPCONTINUE_FOLLOW=d+RzLBqrqheYXAPZkeMKuw_Stop or Continue Following
96
- #XMIT: Thing Inspector follow action menu text (context: subscribe - similar to RSS following)
97
- TI_FOLLOW_ACTION_MENU_TXT_UNFOLLOW=OzTggRDWOphLg6WMuDJU8g_Stop Following
98
- #XMIT: Thing Inspector follow action menu text (context: subscribe - similar to RSS following)
99
- TI_FOLLOW_ACTION_MENU_TXT_UNHOLD=ZAXNuFFVCHYt40nC2nqX/Q_Continue Following
100
- #XMIT: Thing Inspector follow action menu text (context: subscribe - similar to RSS following)
101
- TI_FOLLOW_ACTION_MENU_TXT_HOLD=VOHkFRdZ0yL6Yw/Loqn3KA_Pause Following
102
- #XTOL: Thing Inspector update action tooltip
103
- TI_UPDATE_ACTION_TOOLTIP=cMI9eDSlgQP27okNIgc68g_Post update
104
- #XTOL: Thing Inspector flag action tooltip
105
- TI_FLAG_ACTION_TOOLTIP=g7hHb5n+h+h2/8BjEXQtJQ_Flag
106
- #XTOL: Thing Inspector favorite action tooltip
107
- TI_FAVORITE_ACTION_TOOLTIP=HeTa6SsCvYpfXPuI6GdQXQ_Favorite
108
- #XTOL: Overlay close button tooltip
109
- OVERLAY_CLOSE_BUTTON_TOOLTIP=YiAoUaR/nDOtk3YtOMR1IQ_Close
110
- #XTOL: Overlay open button tooltip
111
- OVERLAY_OPEN_BUTTON_TOOLTIP=0ayIv1SuRGCWoxIkiItc4w_Open in New Window
112
- #XBUT: Overlay open button text
113
- OVERLAY_OPEN_BUTTON_TEXT=e8i9G3KuXCdsWzkWmL28DA_Open
114
- #XTOL: ActionBar update action tooltip
115
- ACTIONBAR_UPDATE_ACTION_TOOLTIP=32R83BTNWTax6nFYiw1Tbw_Post Update
116
- #XTOL: ActionBar flag action tooltip
117
- ACTIONBAR_FLAG_ACTION_TOOLTIP=EWb+4LoErEzJV7veJQJfUA_Flag
118
- #XTOL: ActionBar follow action tooltip (context: subscribe - similar to RSS following)
119
- ACTIONBAR_FOLLOW_ACTION_TOOLTIP_FOLLOW=KeGVaF8UqEUV5T36PfweDw_Follow
120
- #XTOL: ActionBar follow action tooltip (context: subscribe - similar to RSS following)
121
- ACTIONBAR_FOLLOW_ACTION_TOOLTIP_STOPPAUSE_FOLLOW=IjQi3XVM7frkKnEl/anjdQ_Stop or Pause Following
122
- #XTOL: ActionBar follow action tooltip (context: subscribe - similar to RSS following)
123
- ACTIONBAR_FOLLOW_ACTION_TOOLTIP_STOPCONTINUE_FOLLOW=vufhSgqvncbfezq2DL4w8g_Stop or Continue Following
124
- #XTOL: ActionBar favorite action tooltip
125
- ACTIONBAR_FAVORITE_ACTION_TOOLTIP=nr6QggaO5DkIYWwaeIeSIA_Favorite
126
- #XTOL: ActionBar open thing action tooltip
127
- ACTIONBAR_OPEN_THING_ACTION_TOOLTIP=fLUR/oEq9LdK2KwXif+xaw_Open
128
- #XTOL: ActionBar tools menu tooltip
129
- ACTIONBAR_TOOLS_ACTION_TOOLTIP=xdMbG2DS/vk/u2pth82bzw_Other Actions
130
- #XTOL: ActionBar tools menu tooltip
131
- ACTIONBAR_TOOLS_MENU_TOOLTIP=b8qIPb7GQgZGIwKUkvbIwA_Other Actions
132
- #XTOL: ActionBar More button
133
- ACTIONBAR_BUTTON_MORE_TEXT=TyTl58uywAydOCiLfgykKw_More
134
- #XTOL: ActionBar More button
135
- ACTIONBAR_BUTTON_MORE_TOOLTIP=nqx+kZ2jgJl8UIeCeEnvzw_Other Actions
47
+ TI_FOLLOW_ACTION_TOOLTIP_FOLLOW=cqcn602VY6HXvGN3yqBTig_Follow
48
+ TI_FOLLOW_ACTION_TOOLTIP_STOPPAUSE_FOLLOW=1GNpfaq+k1a+wWlQDnfnkw_Stop or Pause Following
49
+ TI_FOLLOW_ACTION_TOOLTIP_STOPCONTINUE_FOLLOW=Bo68wnCnzPKDRES1HETIEw_Stop or Continue Following
50
+ TI_FOLLOW_ACTION_MENU_TXT_UNFOLLOW=aJE0/QMMEZ8vpnygf+XjeA_Stop Following
51
+ TI_FOLLOW_ACTION_MENU_TXT_UNHOLD=JQR2IQVXfqR51vmaO7FFKA_Continue Following
52
+ TI_FOLLOW_ACTION_MENU_TXT_HOLD=qQq5mm1fAwhGzNbiwkkAhQ_Pause Following
53
+ TI_UPDATE_ACTION_TOOLTIP=DDME7ZizE+GAzRCc0WmRgg_Post update
54
+ TI_FLAG_ACTION_TOOLTIP=ylLAqq59gf0uaxLNwf4JnA_Flag
55
+ TI_FAVORITE_ACTION_TOOLTIP=8rceyCTcy15SFzAbPyGjfg_Favorite
56
+ OVERLAY_CLOSE_BUTTON_TOOLTIP=ye0tcbriyQ7Odt27pmOBTA_Close
57
+ OVERLAY_OPEN_BUTTON_TOOLTIP=hbWF1M46hIJiVlNGnOD5Lw_Open in New Window
58
+ OVERLAY_OPEN_BUTTON_TEXT=T7merxU2hl6tAv0RsOQp1Q_Open
59
+ ACTIONBAR_UPDATE_ACTION_TOOLTIP=ZeYXaH3wHHHq+d6FyecZtg_Post Update
60
+ ACTIONBAR_FLAG_ACTION_TOOLTIP=XrzdSVssrEb3Uu1EiD5TGA_Flag
61
+ ACTIONBAR_FOLLOW_ACTION_TOOLTIP_FOLLOW=ro5GmtqZvaC7ShA/Kqryuw_Follow
62
+ ACTIONBAR_FOLLOW_ACTION_TOOLTIP_STOPPAUSE_FOLLOW=PrZMlrMG0QnZmyCTABPteQ_Stop or Pause Following
63
+ ACTIONBAR_FOLLOW_ACTION_TOOLTIP_STOPCONTINUE_FOLLOW=9cfxPtJX1aiuDm2FI1CY6Q_Stop or Continue Following
64
+ ACTIONBAR_FAVORITE_ACTION_TOOLTIP=cIUmGNOCKlg+8ixugc0L8w_Favorite
65
+ ACTIONBAR_OPEN_THING_ACTION_TOOLTIP=cpoGrfVbTuO6g+TWsdccUA_Open
66
+ ACTIONBAR_TOOLS_ACTION_TOOLTIP=rhlw2S83pVWN6acqO7iE/Q_Other Actions
67
+ ACTIONBAR_TOOLS_MENU_TOOLTIP=qlYGwP9gVKxSw+z/t8Fm9A_Other Actions
68
+ ACTIONBAR_BUTTON_MORE_TEXT=XfRynnmOA3ZxZm9a3y5V7g_More
69
+ ACTIONBAR_BUTTON_MORE_TOOLTIP=nM7yjFz0pSx6NqIUCaivEA_Other Actions
136
70
 
137
71
 
138
- #NOTR
139
72
  FEEDER_COMMENT_INPLACE=Write a comment...
140
- #NOTR
141
73
  FEEDENTRY_TIME_UNKNOWN=unknown
142
- #NOTR
143
74
  FEEDENTRY_TIME_SECOND={0} second ago
144
- #NOTR
145
75
  FEEDENTRY_TIME_MINUTE={0} minute ago
146
- #NOTR
147
76
  FEEDENTRY_TIME_HOUR={0} hour ago
148
- #NOTR
149
77
  FEEDENTRY_TIME_DAY={0} day ago
150
- #NOTR
151
78
  FEEDENTRY_TIME_WEEK={0} week ago
152
- #NOTR
153
79
  FEEDENTRY_TIME_MONTH={0} month ago
154
- #NOTR
155
80
  FEEDENTRY_TIME_YEAR={0} year ago
156
- #NOTR
157
81
  FEEDENTRY_TIME_SECONDS={0} seconds ago
158
- #NOTR
159
82
  FEEDENTRY_TIME_MINUTES={0} minutes ago
160
- #NOTR
161
83
  FEEDENTRY_TIME_HOURS={0} hours ago
162
- #NOTR
163
84
  FEEDENTRY_TIME_DAYS={0} days ago
164
- #NOTR
165
85
  FEEDENTRY_TIME_WEEKS={0} weeks ago
166
- #NOTR
167
86
  FEEDENTRY_TIME_MONTHS={0} months ago
168
- #NOTR
169
87
  FEEDENTRY_TIME_YEARS={0} years ago
170
- #NOTR
171
88
  FEEDENTRY_LABEL_COL_COMMENTS=View all {0} comments
172
- #NOTR
173
89
  FEEDENTRY_LABEL_EXP_COMMENT={0} comment
174
- #NOTR
175
90
  FEEDENTRY_LABEL_EXP_COMMENTS={0} comments
176
- #NOTR
177
91
  FEED_YOU=You
178
- #NOTR
179
92
  FEED_ACTION_FEED_SETTINGS=Feed settings
180
- #NOTR
181
93
  FEED_ACTION_SOURCES=Sources
182
- #NOTR
183
94
  FEED_FILTER_ALL=All
184
- #NOTR
185
95
  FEED_INTERVAL_LIVE=Live
186
- #NOTR
187
96
  FEED_INTERVAL_PAUSE=Pause
188
- #NOTR
189
97
  FEED_INTERVAL_SECONDS=seconds
190
- #NOTR
191
98
  FEED_SEARCH_STRING=Search String
192
- #NOTR
193
99
  FLAG=Flag
194
- #NOTR
195
100
  REMOVE=Remove
196
- #NOTR
197
101
  RELEVANCE=Relevance\:
198
- #NOTR
199
102
  SUPPORT=Support
200
- #NOTR
201
103
  UNSUPPORT=Unsupport
202
- #XTXT: All Items in the list following by the number of all items in this list
203
- FACETFILTER_ALL=uuDqYzci8MwKPzqn7Z8RDA_All ({0})
204
- #XTXT: All Items in the list
205
- FACETFILTER_NO_COUNT=z9u2KWesd+2rs4nE+DWvvQ_All
104
+ FACETFILTER_ALL=x9yjqETfNPJI1IJ+QTECLA_All ({0})
105
+ FACETFILTER_NO_COUNT=nzdBcH7e0M3Z9fT2mM+DfA_All
206
106
 
207
- #XTOL: Text for NotificationBar to enlarge/maximize
208
- NOTIBAR_TITLE_ENLARGE=mKkzvEU0F1YzFf0QvKw8ww_Enlarge
209
- #XTOL: Text for NotificationBar to minimize
210
- NOTIBAR_TITLE_MINIMIZE=ZQGzy6S5qJLur0pL5zi33Q_Minimize
211
- #XTOL: Text for NotificationBar to show the bar if it's invisible
212
- NOTIBAR_TITLE_BAR_UP=xrZhig1ygHz0HNJfZ7Ytrg_Show Notification Bar
213
- #XTOL: Text for NotificationBar to hide the bar if it's visible
214
- NOTIBAR_TITLE_BAR_DOWN=W7xxLynmWJ0dIAAaFtkqiA_Hide Notification Bar
215
- #XTOL: Title for a NotifierView within the NotificationBar if Notifier has items
216
- NOTIBAR_NOTIFIER_VIEW_TITLE=srrtrtA1W/ICCXMKO+pdxA_{0} ({1})
107
+ NOTIBAR_TITLE_ENLARGE=YBaB+zmVYS+ICExSunB40g_Enlarge
108
+ NOTIBAR_TITLE_MINIMIZE=z5WHFT7nok9ZSV1NOqoAHw_Minimize
109
+ NOTIBAR_TITLE_BAR_UP=BjfH1NqbfPojRnKA6RVJyw_Show Notification Bar
110
+ NOTIBAR_TITLE_BAR_DOWN=/9xkFpntjWLz5kD3y17r5A_Hide Notification Bar
111
+ NOTIBAR_NOTIFIER_VIEW_TITLE=4pZGgVZ+KhUVrcsK7BN87Q_{0} ({1})
217
112
 
218
- #XTOL: Text for a normal notifier that tells how many messages are available
219
- NOTIBAR_NOTIFIER_COUNT_TEXT_PL=LiU6z2/vH9bK1NTT9y8WkQ_{0} messages available
220
- #XTOL: Text for a normal notifier that tells that one message is available
221
- NOTIBAR_NOTIFIER_COUNT_TEXT_SING=4JDhgAQhBPwcNv+4inR3tw_{0} message available
113
+ NOTIBAR_NOTIFIER_COUNT_TEXT_PL=k9bNCurmLRfWVqClF8Aypg_{0} messages available
114
+ NOTIBAR_NOTIFIER_COUNT_TEXT_SING=mVZStz5KgOfYRQFCf2f/Xg_{0} message available
222
115
 
223
- #XTOL: Text for message level: no level specified (plural)
224
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_NONE_PL=u+V0V7AV0pC8TIRouvrv+Q_{0} messages available\: Highest severity "None"
225
- #XTOL: Text for message level: no level specified (singular)
226
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_NONE_SING=BHJHCuRIa90MtJPrun5NQg_{0} message available\: Highest severity "None"
227
- #XTOL: Text for message level: information level specified (plural)
228
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_INFORMATION_PL=dbA6+KS32GljKkAdRW7Vbg_{0} messages available\: Highest severity "Information"
229
- #XTOL: Text for message level: information level specified (singular)
230
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_INFORMATION_SING=BbXZBg1NsCX/kFuJ//IhvA_{0} message available\: Highest severity "Information"
231
- #XTOL: Text for message level: success level specified (plural)
232
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_SUCCESS_PL=L8j6h7RyVfzYaVpqL+Uzkg_{0} messages available\: Highest severity "Success"
233
- #XTOL: Text for message level: success level specified (singular)
234
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_SUCCESS_SING=sAYHiIjF0N6IAbK/th5XRQ_{0} message available\: Highest severity "Success"
235
- #XTOL: Text for message level: warning level specified (plural)
236
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_WARNING_PL=hOKUiz5bBlP4C01JLYnoSQ_{0} messages available\: Highest severity "Warning"
237
- #XTOL: Text for message level: warning level specified (singular)
238
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_WARNING_SING=uq+AQrcoR+VaxnGWA6xIUw_{0} message available\: Highest severity "Warning"
239
- #XTOL: Text for message level: error level specified (plural)
240
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_ERROR_PL=buRiJB0KJA2C+HPf7/IcGA_{0} messages available\: Highest severity "Error"
241
- #XTOL: Text for message level: error level specified (singular)
242
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_ERROR_SING=wj5qaJzwQzzojWpI50y8tQ_{0} message available\: Highest severity "Error"
116
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_NONE_PL=/H+VVfZeo0HK+Rc7JMKu6A_{0} messages available\: Highest severity "None"
117
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_NONE_SING=wVLppO+ZijVa+91hebqd6Q_{0} message available\: Highest severity "None"
118
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_INFORMATION_PL=l8KI/500Sk7ryX//Wyd3oQ_{0} messages available\: Highest severity "Information"
119
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_INFORMATION_SING=6N3W55lvPxK0zQ/ojAupZQ_{0} message available\: Highest severity "Information"
120
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_SUCCESS_PL=yHa4urvC7ccQ4UOQSDY8fw_{0} messages available\: Highest severity "Success"
121
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_SUCCESS_SING=9/hrwhAPy0oR3dOZ9Y/qxA_{0} message available\: Highest severity "Success"
122
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_WARNING_PL=r66kZ+2+TNuPtcNqisOMmw_{0} messages available\: Highest severity "Warning"
123
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_WARNING_SING=iDxftUWmZ3odC/R0bQU0eg_{0} message available\: Highest severity "Warning"
124
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_ERROR_PL=RePD4s38U7DecAF/25cF5w_{0} messages available\: Highest severity "Error"
125
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_ERROR_SING=EZhkOTEq6W/O2/p5XkybYA_{0} message available\: Highest severity "Error"