@openui5/sap.ui.ux3 1.96.31 → 1.96.33

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 +200 -83
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.ux3",
3
- "version": "1.96.31",
3
+ "version": "1.96.33",
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.96.31",
18
- "@openui5/sap.ui.core": "1.96.31",
19
- "@openui5/sap.ui.unified": "1.96.31"
17
+ "@openui5/sap.ui.commons": "1.96.33",
18
+ "@openui5/sap.ui.core": "1.96.33",
19
+ "@openui5/sap.ui.unified": "1.96.33"
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.96.31</version>
9
+ <version>1.96.33</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.96.31
75
+ * @version 1.96.33
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.96.31
23
+ * @version 1.96.33
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.96.31
32
+ * @version 1.96.33
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.96.31
47
+ * @version 1.96.33
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.96.31
23
+ * @version 1.96.33
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.96.31
40
+ * @version 1.96.33
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.96.31
55
+ * @version 1.96.33
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.96.31
32
+ * @version 1.96.33
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.96.31
26
+ * @version 1.96.33
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.96.31
53
+ * @version 1.96.33
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.96.31
65
+ * @version 1.96.33
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.96.31
34
+ * @version 1.96.33
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Control
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.96.31
31
+ * @version 1.96.33
32
32
  *
33
33
  * @constructor
34
34
  * @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.96.31
54
+ * @version 1.96.33
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.96.31
52
+ * @version 1.96.33
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.96.31
52
+ * @version 1.96.33
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.96.31
65
+ * @version 1.96.33
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.96.31
25
+ * @version 1.96.33
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.96.31
59
+ * @version 1.96.33
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.96.31
39
+ * @version 1.96.33
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.96.31
38
+ * @version 1.96.33
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.96.31
31
+ * @version 1.96.33
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.96.31
29
+ * @version 1.96.33
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.96.31
39
+ * @version 1.96.33
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.96.31
91
+ * @version 1.96.33
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.96.31
23
+ * @version 1.96.33
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.96.31
23
+ * @version 1.96.33
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.96.31
45
+ * @version 1.96.33
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.96.31
36
+ * @version 1.96.33
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.96.31
66
+ * @version 1.96.33
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.96.31
23
+ * @version 1.96.33
24
24
  * @public
25
25
  * @since 0.13
26
26
  * @deprecated Since 1.38
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  // delegate further initialization of this library to the Core
30
30
  sap.ui.getCore().initLibrary({
31
31
  name : "sap.ui.ux3",
32
- version: "1.96.31",
32
+ version: "1.96.33",
33
33
  dependencies : ["sap.ui.core","sap.ui.commons"],
34
34
  types: [
35
35
  "sap.ui.ux3.ActionBarSocialActions",
@@ -1,125 +1,242 @@
1
+ #This is the resource bundle for the sap.ui.ux3 library
2
+ #
1
3
 
2
- EXACT_BRWSR_TITLE=+NcaoiGGmYvteVCvouS/Iw_Browse
3
- EXACT_BRWSR_LST_TITLE=YBUrvm1VpA9qpGvtbPNL4w_Attributes
4
- EXACT_BRWSR_RESET=6Bf8WOS05r5En3mBS1Ao2g_Reset
5
- EXACT_BRWSR_SAVE=LpQ+xqoW3HQPg3Uxsi6d+g_Save
6
- EXACT_BRWSR_DLG_SAVE=vwq+nyc82XzWWGBP6oFiUA_Save
7
- EXACT_BRWSR_DLG_CANCEL=5O09xhtKdlQ5L/cXxJUp1g_Cancel
8
- EXACT_BRWSR_DLG_LABEL=Op3pFFnLPy2W/qG0oxQdOA_Search Name
9
- EXACT_LST_LIST_EXPAND=/ov/idwQ7w685N96XD3NyA_Expand
10
- EXACT_LST_LIST_COLLAPSE=GddVxB7nwKG/9LGkr7mBBA_Collapse
11
- EXACT_LST_LIST_CLOSE=Vgq7VX6k4qr9ishkS8IeaQ_Deselect and Close
12
- EXACT_LST_LIST_ARIA_LABEL=w44lI6kjWdK4CBhpkDIVow_Level {0} {1}, list expanded; to collapse, press ALT and the NUMPAD MINUS key
13
- EXACT_LST_LIST_COLL_ARIA_LABEL=29cizSRmnV27rsSQ1yOKXg_Level {0} {1}, list collapsed; to expand, press ALT and the NUMPAD PLUS key
14
- EXACT_LST_LIST_ITEM_ARIA_LABEL=XQqlOEyvp4GupQqMKjwaEg_{0} has sublist
15
- EXACT_LST_LIST_ITEM_SEL_ARIA_LABEL=npBuW0n1ve2vVS6zDqtHUg_{0} has sublist; use arrow keys to navigate
4
+ #XHED: title of the browse area of the Exact pattern
5
+ EXACT_BRWSR_TITLE=Dhfh7tjIkA2xgpSv7IsT1g_Browse
6
+ #XHED: title of topmost list of the browse area of the Exact pattern
7
+ EXACT_BRWSR_LST_TITLE=1k3NpF1FNtGXtCYdDErs4g_Attributes
8
+ #XBUT: text of reset button of the browse area of the Exact pattern
9
+ EXACT_BRWSR_RESET=zwcFP4BQDp8YY48dqQDFbQ_Reset
10
+ #XBUT: text of save button of the browse area of the Exact pattern
11
+ EXACT_BRWSR_SAVE=5MOMx1coUnVavEH6Tv+lcg_Save
12
+ #XBUT: text of save button on the save dialog of the browse area of the Exact pattern
13
+ EXACT_BRWSR_DLG_SAVE=q3YEhNY+dd72v3GeqMIZ+Q_Save
14
+ #XBUT: text of cancel button on the save dialog of the browse area of the Exact pattern
15
+ EXACT_BRWSR_DLG_CANCEL=W684HxlxNMyx2jOcelIlcg_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=rA54+XocVEkonGOwDnr14g_Search Name
18
+ #XTOL: tooltip for expand icon of a list in the Exact pattern
19
+ EXACT_LST_LIST_EXPAND=2jQOp4Jl0NQ/ECpDPCFAgg_Expand
20
+ #XTOL: tooltip for collapse icon of a list in the Exact pattern
21
+ EXACT_LST_LIST_COLLAPSE=RyTpFdqnWk5WJ/bLRIXkAA_Collapse
22
+ #XTOL: tooltip for close icon of a list in the Exact pattern
23
+ EXACT_LST_LIST_CLOSE=Easf8msNBlQJeRg0gOgjNQ_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=Ihawcf/8xACSXvxfNlmi6Q_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=JXCXRV4A2IiyT7Dui5daJg_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=Gzo1bhaQuW+ZbXFqkSu5dA_{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=07fuuMGUcPxDVOQMCs1ACA_{0} has sublist; use arrow keys to navigate
16
32
 
17
- FEED_NO_COMMENTS=qAsYg2Jnas1JK5q7mJg6ug_{0} Comments
18
- FEED_EXPAND=ulhbJUOUub+9RGhXCyhY7w_Show Complete Text
19
- FEED_COLLAPSE=+GTlsuMOCJr3w3TbtA4NEw_Collapse Text
20
- FEED_ALL_COMMENTS=yQCsykAAv/M9cWQcRbVfyw_View All Comments
21
- FEED_MAX_COMMENTS=4r9iLHiL8/38/+zkZK4f3Q_View Recent Comments
22
- FEED_EMPTY_FEEDER=dOLblbScGIeNEc9E4jmZCQ_Post an Update ...
23
- FEED_TITLE=G95llwwqOFx7EmTvfn3T3w_FEED
24
- FEED_LIVE=tsqOEXS9OVx+JQvhB8hEuw_Live
25
- FEED_TOOLS=97/jrCBCJ6p+QuelQsgsQw_Tools
26
- FEED_DELETE=YacOl5vgJH02JTZo17+wPQ_Delete
27
- FEED_FLAGGED=ntXriTwp8GQxGngvfA8P9g_Flagged
28
- FEED_FAVORITE=jdebJKx8tvn/1UFiw6f7Sw_Favorite
29
- FEED_SHARED=Yk14c8tDsVwMbS1tIRDZAA_Shared
30
- FEED_ACT_COMMENT=xOLqlnLl8/6NIHTL2UTVlw_Comment
31
- FEED_ACT_FLAG=mCxg8W6aL4vBTPueyjmliw_Flag
32
- FEED_ACT_FAVORITE=UYxiXAecR9jApF+gCXQJog_Set Favorite
33
- FEED_ACT_INSPECT=7/X8od6ikJwzr5+jCTPtbg_Inspect
34
- FEED_ACT_SHARE=q/yUS9GG+fcL+tCvQZyAuA_Share
33
+ #XTIT: number of comments for an feed chunk
34
+ FEED_NO_COMMENTS=7DrMbYlBox3VxXtSruF6aQ_{0} Comments
35
+ #XTOL: tooltip for expand button
36
+ FEED_EXPAND=0g5P3GMiliEwGZDpmk8m7A_Show Complete Text
37
+ #XTOL: tooltip for collapse button
38
+ FEED_COLLAPSE=kb0HA1t7fmNWFQ5S5MA/xg_Collapse Text
39
+ #XLNK
40
+ FEED_ALL_COMMENTS=lwvIk1cx+C5cjHvdoy36mA_View All Comments
41
+ #XLNK
42
+ FEED_MAX_COMMENTS=OXLQ5spDGUR2RwxQGK5zPQ_View Recent Comments
43
+ #XTXT: text if feeder is empty
44
+ FEED_EMPTY_FEEDER=LwmTXDKWOaPmpjPbSSv/OQ_Post an Update ...
45
+ #XHED: title of the feed page
46
+ FEED_TITLE=d5BwR0r7ue1MESK9gzQ7eQ_FEED
47
+ #XTXT: text of live button
48
+ FEED_LIVE=96PXxnQ8WHsTTRmVcuuvkA_Live
49
+ #XTOL: tooltip for tools menu button
50
+ FEED_TOOLS=fMqBFNTy+ooAdrcXOyEGWw_Tools
51
+ #XTOL: tooltip for deleting a chunk
52
+ FEED_DELETE=bH7RhoLJO6c4CMP+PvpqEQ_Delete
53
+ #XTOL: tooltip for status icon flagged
54
+ FEED_FLAGGED=91cL3Mqe/BuUjAWOGih7Jw_Flagged
55
+ #XTOL: tooltip for status icon favorite
56
+ FEED_FAVORITE=WHSwq6HnqIPn94bITm1wrw_Favorite
57
+ #XTOL: tooltip for status icon shared
58
+ FEED_SHARED=TvlwOam4f4MaAfYJy3Yuuw_Shared
59
+ #XTOL: tooltip for button to comment a chunk
60
+ FEED_ACT_COMMENT=6NZeUlmWW8XqifCAcHbf6Q_Comment
61
+ #XTOL: tooltip for button to flag a chunk
62
+ FEED_ACT_FLAG=f+6F1E6OKSG0/EzeQCMusA_Flag
63
+ #XTOL: tooltip for button to favorite a chunk
64
+ FEED_ACT_FAVORITE=9pKou2lQyan9xxH2JG841w_Set Favorite
65
+ #XTOL: tooltip for button to inspect a chunk
66
+ FEED_ACT_INSPECT=PGvDDRyUYaayeX3kVGEAyQ_Inspect
67
+ #XTOL: tooltip for button to share a chunk
68
+ FEED_ACT_SHARE=F25POPm0WcaaGvEIhNoONg_Share
35
69
 
36
- SHELL_LOGOUT=6O3zDO0ZpKoOodp3Tg2+jw_Logout
37
- SHELL_LOGO=zQDVNtFjAa1rlWKE0oH3MQ_Logo
38
- SHELL_TOOLPANE_GENERIC=VFA898Sf0YqP9zWFndLQvg_Provides access to the following common tools\:
39
- SHELL_TOOLPANE_APP=lVmmNVB01gILtLcHDpQbxg_Provides access to application tools such as Quick Create
40
- SHELL_SEARCH_LABEL=Exa9W5umASAGGvJ/o5523w_Search
41
- SHELL_SEARCH=wYthhVLgKngT3qAGQzTfHQ_Search
42
- SHELL_FEEDER=asVN5sjuDlA5dEMhHuEjQQ_Feeder
43
- SHELL_MORE_BUTTON=6kbyjucrUNizc/WBG4A3Iw_More...
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=Ncbf65cTK9xTr71KDaHdlQ_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=+8juF/v6rQKD3f50xKVWyA_Logo
74
+ #XACT: accessibility explanation of the left-hand toolbar that can contain generic tools like Search, Feeder and ThingInspector
75
+ SHELL_TOOLPANE_GENERIC=O57aXFSeCHryDjxTvtfovA_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=dlw6Xxj2qlUMVUPMSONyjQ_Provides access to application tools such as Quick Create
78
+ #XFLD: label of the search field in the Shell
79
+ SHELL_SEARCH_LABEL=nM9SoquByp5LgBovy6/YIg_Search
80
+ #XTOL: tooltip of the button in the application shell that opens the Search tool
81
+ SHELL_SEARCH=lWT1G3dkXzpOsYn5stl5mg_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=eqO36KEUTTCY5OpROYlJMA_Feeder
84
+ #XBUT: default text for the pane bar overflow button. Will be replaced with the menu item when selected.
85
+ SHELL_MORE_BUTTON=tRdpLDrr8h3mPl9wGALz3Q_More...
44
86
 
45
- DIALOG_CLOSE_HELP=bEUfSTrbMGACO4XFVLhtfw_To close dialog, press ESC
87
+ #XACT: ARIA description on how to close the dialog
88
+ DIALOG_CLOSE_HELP=Vt9dtYWaWPdbxkXUpMGSjg_To close dialog, press ESC
46
89
 
47
- TI_FOLLOW_ACTION_TOOLTIP_FOLLOW=7Au3cA00+UctdbnzB1dkcg_Follow
48
- TI_FOLLOW_ACTION_TOOLTIP_STOPPAUSE_FOLLOW=K/OuXZppd8SAgsGIjkDigg_Stop or Pause Following
49
- TI_FOLLOW_ACTION_TOOLTIP_STOPCONTINUE_FOLLOW=d+RzLBqrqheYXAPZkeMKuw_Stop or Continue Following
50
- TI_FOLLOW_ACTION_MENU_TXT_UNFOLLOW=OzTggRDWOphLg6WMuDJU8g_Stop Following
51
- TI_FOLLOW_ACTION_MENU_TXT_UNHOLD=ZAXNuFFVCHYt40nC2nqX/Q_Continue Following
52
- TI_FOLLOW_ACTION_MENU_TXT_HOLD=VOHkFRdZ0yL6Yw/Loqn3KA_Pause Following
53
- TI_UPDATE_ACTION_TOOLTIP=cMI9eDSlgQP27okNIgc68g_Post update
54
- TI_FLAG_ACTION_TOOLTIP=g7hHb5n+h+h2/8BjEXQtJQ_Flag
55
- TI_FAVORITE_ACTION_TOOLTIP=HeTa6SsCvYpfXPuI6GdQXQ_Favorite
56
- OVERLAY_CLOSE_BUTTON_TOOLTIP=YiAoUaR/nDOtk3YtOMR1IQ_Close
57
- OVERLAY_OPEN_BUTTON_TOOLTIP=0ayIv1SuRGCWoxIkiItc4w_Open in New Window
58
- OVERLAY_OPEN_BUTTON_TEXT=e8i9G3KuXCdsWzkWmL28DA_Open
59
- ACTIONBAR_UPDATE_ACTION_TOOLTIP=32R83BTNWTax6nFYiw1Tbw_Post Update
60
- ACTIONBAR_FLAG_ACTION_TOOLTIP=EWb+4LoErEzJV7veJQJfUA_Flag
61
- ACTIONBAR_FOLLOW_ACTION_TOOLTIP_FOLLOW=KeGVaF8UqEUV5T36PfweDw_Follow
62
- ACTIONBAR_FOLLOW_ACTION_TOOLTIP_STOPPAUSE_FOLLOW=IjQi3XVM7frkKnEl/anjdQ_Stop or Pause Following
63
- ACTIONBAR_FOLLOW_ACTION_TOOLTIP_STOPCONTINUE_FOLLOW=vufhSgqvncbfezq2DL4w8g_Stop or Continue Following
64
- ACTIONBAR_FAVORITE_ACTION_TOOLTIP=nr6QggaO5DkIYWwaeIeSIA_Favorite
65
- ACTIONBAR_OPEN_THING_ACTION_TOOLTIP=fLUR/oEq9LdK2KwXif+xaw_Open
66
- ACTIONBAR_TOOLS_ACTION_TOOLTIP=xdMbG2DS/vk/u2pth82bzw_Other Actions
67
- ACTIONBAR_TOOLS_MENU_TOOLTIP=b8qIPb7GQgZGIwKUkvbIwA_Other Actions
68
- ACTIONBAR_BUTTON_MORE_TEXT=TyTl58uywAydOCiLfgykKw_More
69
- ACTIONBAR_BUTTON_MORE_TOOLTIP=nqx+kZ2jgJl8UIeCeEnvzw_Other Actions
90
+ #XTOL: Thing Inspector follow action tooltip (context: subscribe - similar to RSS following)
91
+ TI_FOLLOW_ACTION_TOOLTIP_FOLLOW=8paVf7cNVfb4dfPneei/qg_Follow
92
+ #XTOL: Thing Inspector follow action tooltip (context: subscribe - similar to RSS following)
93
+ TI_FOLLOW_ACTION_TOOLTIP_STOPPAUSE_FOLLOW=KH+TsFSM8E1lZjPkDY+Iyg_Stop or Pause Following
94
+ #XTOL: Thing Inspector follow action tooltip (context: subscribe - similar to RSS following)
95
+ TI_FOLLOW_ACTION_TOOLTIP_STOPCONTINUE_FOLLOW=p3KVjBVK8BUVncJa8BYa0A_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=T4UXRg1+F1xgLPa6tzIv5A_Stop Following
98
+ #XMIT: Thing Inspector follow action menu text (context: subscribe - similar to RSS following)
99
+ TI_FOLLOW_ACTION_MENU_TXT_UNHOLD=yi69uz1vKv+HULuOedRSGA_Continue Following
100
+ #XMIT: Thing Inspector follow action menu text (context: subscribe - similar to RSS following)
101
+ TI_FOLLOW_ACTION_MENU_TXT_HOLD=cvCbK1ugAgT17UkfBciNfQ_Pause Following
102
+ #XTOL: Thing Inspector update action tooltip
103
+ TI_UPDATE_ACTION_TOOLTIP=y4pVJTqT3cbDXQTClmszJw_Post update
104
+ #XTOL: Thing Inspector flag action tooltip
105
+ TI_FLAG_ACTION_TOOLTIP=F2ifiw0J0XbgBR4B5yGAxw_Flag
106
+ #XTOL: Thing Inspector favorite action tooltip
107
+ TI_FAVORITE_ACTION_TOOLTIP=foo5LIhfvsETlapjIC2G9A_Favorite
108
+ #XTOL: Overlay close button tooltip
109
+ OVERLAY_CLOSE_BUTTON_TOOLTIP=KmH6qHSBZX8LlC7QKsOjzw_Close
110
+ #XTOL: Overlay open button tooltip
111
+ OVERLAY_OPEN_BUTTON_TOOLTIP=PHYbe56aUdz2LmLKu/8BzA_Open in New Window
112
+ #XBUT: Overlay open button text
113
+ OVERLAY_OPEN_BUTTON_TEXT=G+nUzkEfnX1gUZG5B3mM0g_Open
114
+ #XTOL: ActionBar update action tooltip
115
+ ACTIONBAR_UPDATE_ACTION_TOOLTIP=158Bu8KQZ6bwEbUq8ytUjw_Post Update
116
+ #XTOL: ActionBar flag action tooltip
117
+ ACTIONBAR_FLAG_ACTION_TOOLTIP=JSxSNk3DsH4ndpB+tZk0Pg_Flag
118
+ #XTOL: ActionBar follow action tooltip (context: subscribe - similar to RSS following)
119
+ ACTIONBAR_FOLLOW_ACTION_TOOLTIP_FOLLOW=ra9TM4foXaZm/Xq7bJey8Q_Follow
120
+ #XTOL: ActionBar follow action tooltip (context: subscribe - similar to RSS following)
121
+ ACTIONBAR_FOLLOW_ACTION_TOOLTIP_STOPPAUSE_FOLLOW=9W40hPWuY1U03yBa9FHlYQ_Stop or Pause Following
122
+ #XTOL: ActionBar follow action tooltip (context: subscribe - similar to RSS following)
123
+ ACTIONBAR_FOLLOW_ACTION_TOOLTIP_STOPCONTINUE_FOLLOW=CL+sMnI/bsYXfDHklXyXRg_Stop or Continue Following
124
+ #XTOL: ActionBar favorite action tooltip
125
+ ACTIONBAR_FAVORITE_ACTION_TOOLTIP=OmUyw7Z8tcX+6lsmGBV3NA_Favorite
126
+ #XTOL: ActionBar open thing action tooltip
127
+ ACTIONBAR_OPEN_THING_ACTION_TOOLTIP=6DaB6cbuBZMPI9bp3hMJ/Q_Open
128
+ #XTOL: ActionBar tools menu tooltip
129
+ ACTIONBAR_TOOLS_ACTION_TOOLTIP=JwQu5WWOmx+56JfuomLa9g_Other Actions
130
+ #XTOL: ActionBar tools menu tooltip
131
+ ACTIONBAR_TOOLS_MENU_TOOLTIP=yzi6nE8VVfqskgMi3zA6ug_Other Actions
132
+ #XTOL: ActionBar More button
133
+ ACTIONBAR_BUTTON_MORE_TEXT=Agy89mRHTVYs2i4Wse2sYA_More
134
+ #XTOL: ActionBar More button
135
+ ACTIONBAR_BUTTON_MORE_TOOLTIP=rq+f7NAMZdmNdfGIVrlmZg_Other Actions
70
136
 
71
137
 
138
+ #NOTR
72
139
  FEEDER_COMMENT_INPLACE=Write a comment...
140
+ #NOTR
73
141
  FEEDENTRY_TIME_UNKNOWN=unknown
142
+ #NOTR
74
143
  FEEDENTRY_TIME_SECOND={0} second ago
144
+ #NOTR
75
145
  FEEDENTRY_TIME_MINUTE={0} minute ago
146
+ #NOTR
76
147
  FEEDENTRY_TIME_HOUR={0} hour ago
148
+ #NOTR
77
149
  FEEDENTRY_TIME_DAY={0} day ago
150
+ #NOTR
78
151
  FEEDENTRY_TIME_WEEK={0} week ago
152
+ #NOTR
79
153
  FEEDENTRY_TIME_MONTH={0} month ago
154
+ #NOTR
80
155
  FEEDENTRY_TIME_YEAR={0} year ago
156
+ #NOTR
81
157
  FEEDENTRY_TIME_SECONDS={0} seconds ago
158
+ #NOTR
82
159
  FEEDENTRY_TIME_MINUTES={0} minutes ago
160
+ #NOTR
83
161
  FEEDENTRY_TIME_HOURS={0} hours ago
162
+ #NOTR
84
163
  FEEDENTRY_TIME_DAYS={0} days ago
164
+ #NOTR
85
165
  FEEDENTRY_TIME_WEEKS={0} weeks ago
166
+ #NOTR
86
167
  FEEDENTRY_TIME_MONTHS={0} months ago
168
+ #NOTR
87
169
  FEEDENTRY_TIME_YEARS={0} years ago
170
+ #NOTR
88
171
  FEEDENTRY_LABEL_COL_COMMENTS=View all {0} comments
172
+ #NOTR
89
173
  FEEDENTRY_LABEL_EXP_COMMENT={0} comment
174
+ #NOTR
90
175
  FEEDENTRY_LABEL_EXP_COMMENTS={0} comments
176
+ #NOTR
91
177
  FEED_YOU=You
178
+ #NOTR
92
179
  FEED_ACTION_FEED_SETTINGS=Feed settings
180
+ #NOTR
93
181
  FEED_ACTION_SOURCES=Sources
182
+ #NOTR
94
183
  FEED_FILTER_ALL=All
184
+ #NOTR
95
185
  FEED_INTERVAL_LIVE=Live
186
+ #NOTR
96
187
  FEED_INTERVAL_PAUSE=Pause
188
+ #NOTR
97
189
  FEED_INTERVAL_SECONDS=seconds
190
+ #NOTR
98
191
  FEED_SEARCH_STRING=Search String
192
+ #NOTR
99
193
  FLAG=Flag
194
+ #NOTR
100
195
  REMOVE=Remove
196
+ #NOTR
101
197
  RELEVANCE=Relevance\:
198
+ #NOTR
102
199
  SUPPORT=Support
200
+ #NOTR
103
201
  UNSUPPORT=Unsupport
104
- FACETFILTER_ALL=uuDqYzci8MwKPzqn7Z8RDA_All ({0})
105
- FACETFILTER_NO_COUNT=z9u2KWesd+2rs4nE+DWvvQ_All
202
+ #XTXT: All Items in the list following by the number of all items in this list
203
+ FACETFILTER_ALL=NFD09uA6rbC+BsWPZhAYaw_All ({0})
204
+ #XTXT: All Items in the list
205
+ FACETFILTER_NO_COUNT=MElgUTZOCyRCu6pAugaK/A_All
106
206
 
107
- NOTIBAR_TITLE_ENLARGE=mKkzvEU0F1YzFf0QvKw8ww_Enlarge
108
- NOTIBAR_TITLE_MINIMIZE=ZQGzy6S5qJLur0pL5zi33Q_Minimize
109
- NOTIBAR_TITLE_BAR_UP=xrZhig1ygHz0HNJfZ7Ytrg_Show Notification Bar
110
- NOTIBAR_TITLE_BAR_DOWN=W7xxLynmWJ0dIAAaFtkqiA_Hide Notification Bar
111
- NOTIBAR_NOTIFIER_VIEW_TITLE=srrtrtA1W/ICCXMKO+pdxA_{0} ({1})
207
+ #XTOL: Text for NotificationBar to enlarge/maximize
208
+ NOTIBAR_TITLE_ENLARGE=XlUTC+5LucLzVwpgnZtOhg_Enlarge
209
+ #XTOL: Text for NotificationBar to minimize
210
+ NOTIBAR_TITLE_MINIMIZE=N+2k8fwa4KIo2D3FpPazLQ_Minimize
211
+ #XTOL: Text for NotificationBar to show the bar if it's invisible
212
+ NOTIBAR_TITLE_BAR_UP=RXaVE0HOFOXUfXT88drgZA_Show Notification Bar
213
+ #XTOL: Text for NotificationBar to hide the bar if it's visible
214
+ NOTIBAR_TITLE_BAR_DOWN=bp3zlzC4roS3ezsmTrlDoA_Hide Notification Bar
215
+ #XTOL: Title for a NotifierView within the NotificationBar if Notifier has items
216
+ NOTIBAR_NOTIFIER_VIEW_TITLE=7sdinfiDRuHJ6A4Ez1qWdQ_{0} ({1})
112
217
 
113
- NOTIBAR_NOTIFIER_COUNT_TEXT_PL=LiU6z2/vH9bK1NTT9y8WkQ_{0} messages available
114
- NOTIBAR_NOTIFIER_COUNT_TEXT_SING=4JDhgAQhBPwcNv+4inR3tw_{0} message available
218
+ #XTOL: Text for a normal notifier that tells how many messages are available
219
+ NOTIBAR_NOTIFIER_COUNT_TEXT_PL=fq1CcRH/GOfRDIWco0etJg_{0} messages available
220
+ #XTOL: Text for a normal notifier that tells that one message is available
221
+ NOTIBAR_NOTIFIER_COUNT_TEXT_SING=DvdALCVLcAzNHJH9+SeDSA_{0} message available
115
222
 
116
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_NONE_PL=u+V0V7AV0pC8TIRouvrv+Q_{0} messages available\: Highest severity "None"
117
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_NONE_SING=BHJHCuRIa90MtJPrun5NQg_{0} message available\: Highest severity "None"
118
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_INFORMATION_PL=dbA6+KS32GljKkAdRW7Vbg_{0} messages available\: Highest severity "Information"
119
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_INFORMATION_SING=BbXZBg1NsCX/kFuJ//IhvA_{0} message available\: Highest severity "Information"
120
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_SUCCESS_PL=L8j6h7RyVfzYaVpqL+Uzkg_{0} messages available\: Highest severity "Success"
121
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_SUCCESS_SING=sAYHiIjF0N6IAbK/th5XRQ_{0} message available\: Highest severity "Success"
122
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_WARNING_PL=hOKUiz5bBlP4C01JLYnoSQ_{0} messages available\: Highest severity "Warning"
123
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_WARNING_SING=uq+AQrcoR+VaxnGWA6xIUw_{0} message available\: Highest severity "Warning"
124
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_ERROR_PL=buRiJB0KJA2C+HPf7/IcGA_{0} messages available\: Highest severity "Error"
125
- NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_ERROR_SING=wj5qaJzwQzzojWpI50y8tQ_{0} message available\: Highest severity "Error"
223
+ #XTOL: Text for message level: no level specified (plural)
224
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_NONE_PL=MRrhlDpKxsygmLUXhAP9hw_{0} messages available\: Highest severity "None"
225
+ #XTOL: Text for message level: no level specified (singular)
226
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_NONE_SING=+Bocy1+3kvRBys0MSj9X8Q_{0} message available\: Highest severity "None"
227
+ #XTOL: Text for message level: information level specified (plural)
228
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_INFORMATION_PL=Nr/SfljHP/ro/7fBZQGSsw_{0} messages available\: Highest severity "Information"
229
+ #XTOL: Text for message level: information level specified (singular)
230
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_INFORMATION_SING=73xtUkF+QJLOJ/6WEco+xQ_{0} message available\: Highest severity "Information"
231
+ #XTOL: Text for message level: success level specified (plural)
232
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_SUCCESS_PL=WDxH056gXPbnbFx4kJb0jw_{0} messages available\: Highest severity "Success"
233
+ #XTOL: Text for message level: success level specified (singular)
234
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_SUCCESS_SING=DDXGEUQLdrspklxmnnKmsA_{0} message available\: Highest severity "Success"
235
+ #XTOL: Text for message level: warning level specified (plural)
236
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_WARNING_PL=Ox1WfwsYIe/+UKvfDWtrng_{0} messages available\: Highest severity "Warning"
237
+ #XTOL: Text for message level: warning level specified (singular)
238
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_WARNING_SING=ANTr11QtMDGIpT8UrAx9Bg_{0} message available\: Highest severity "Warning"
239
+ #XTOL: Text for message level: error level specified (plural)
240
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_ERROR_PL=rOoKPar64Kq2CJmPAhS5xQ_{0} messages available\: Highest severity "Error"
241
+ #XTOL: Text for message level: error level specified (singular)
242
+ NOTIBAR_MESSAGE_NOTIFIER_DESC_LEVEL_ERROR_SING=v5SsI/WYqA1n+EBC1LmLlg_{0} message available\: Highest severity "Error"