@openui5/sap.ui.unified 1.108.52 → 1.108.54

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 (48) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +2 -2
  3. package/src/sap/ui/unified/.library +1 -1
  4. package/src/sap/ui/unified/Calendar.js +1 -1
  5. package/src/sap/ui/unified/CalendarAppointment.js +1 -1
  6. package/src/sap/ui/unified/CalendarDateInterval.js +1 -1
  7. package/src/sap/ui/unified/CalendarLegend.js +1 -1
  8. package/src/sap/ui/unified/CalendarLegendItem.js +1 -1
  9. package/src/sap/ui/unified/CalendarMonthInterval.js +1 -1
  10. package/src/sap/ui/unified/CalendarOneMonthInterval.js +1 -1
  11. package/src/sap/ui/unified/CalendarRow.js +1 -1
  12. package/src/sap/ui/unified/CalendarTimeInterval.js +1 -1
  13. package/src/sap/ui/unified/CalendarWeekInterval.js +1 -1
  14. package/src/sap/ui/unified/ColorPicker.js +1 -1
  15. package/src/sap/ui/unified/ColorPickerPopover.js +1 -1
  16. package/src/sap/ui/unified/ContentSwitcher.js +1 -1
  17. package/src/sap/ui/unified/Currency.js +1 -1
  18. package/src/sap/ui/unified/CurrencyRenderer.js +1 -1
  19. package/src/sap/ui/unified/DateRange.js +1 -1
  20. package/src/sap/ui/unified/DateTypeRange.js +1 -1
  21. package/src/sap/ui/unified/FileUploader.js +1 -1
  22. package/src/sap/ui/unified/FileUploaderParameter.js +1 -1
  23. package/src/sap/ui/unified/FileUploaderXHRSettings.js +1 -1
  24. package/src/sap/ui/unified/Menu.js +1 -1
  25. package/src/sap/ui/unified/MenuItem.js +1 -1
  26. package/src/sap/ui/unified/MenuItemBase.js +1 -1
  27. package/src/sap/ui/unified/MenuRenderer.js +1 -1
  28. package/src/sap/ui/unified/MenuTextFieldItem.js +1 -1
  29. package/src/sap/ui/unified/Shell.js +1 -1
  30. package/src/sap/ui/unified/ShellHeadItem.js +1 -1
  31. package/src/sap/ui/unified/ShellHeadUserItem.js +1 -1
  32. package/src/sap/ui/unified/ShellLayout.js +1 -1
  33. package/src/sap/ui/unified/ShellOverlay.js +1 -1
  34. package/src/sap/ui/unified/SplitContainer.js +1 -1
  35. package/src/sap/ui/unified/calendar/DatesRow.js +1 -1
  36. package/src/sap/ui/unified/calendar/Header.js +1 -1
  37. package/src/sap/ui/unified/calendar/IndexPicker.js +1 -1
  38. package/src/sap/ui/unified/calendar/Month.js +1 -1
  39. package/src/sap/ui/unified/calendar/MonthPicker.js +1 -1
  40. package/src/sap/ui/unified/calendar/MonthsRow.js +1 -1
  41. package/src/sap/ui/unified/calendar/OneMonthDatesRow.js +1 -1
  42. package/src/sap/ui/unified/calendar/TimesRow.js +1 -1
  43. package/src/sap/ui/unified/calendar/YearPicker.js +1 -1
  44. package/src/sap/ui/unified/calendar/YearRangePicker.js +1 -1
  45. package/src/sap/ui/unified/designtime/messagebundle_en_US_saptrc.properties +6 -6
  46. package/src/sap/ui/unified/library.js +2 -2
  47. package/src/sap/ui/unified/messagebundle_en_US_sappsd.properties +11 -6
  48. package/src/sap/ui/unified/messagebundle_en_US_saptrc.properties +60 -60
package/THIRDPARTY.txt CHANGED
@@ -231,7 +231,7 @@ License: MIT
231
231
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
232
232
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/punycode.js
233
233
 
234
- Component: handlebars, version: 4.7.7
234
+ Component: handlebars, version: 4.7.9
235
235
  Copyright: 2011-2019 by Yehuda Katz
236
236
  License: MIT
237
237
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.unified",
3
- "version": "1.108.52",
3
+ "version": "1.108.54",
4
4
  "description": "OpenUI5 UI Library sap.ui.unified",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,6 +14,6 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.ui.core": "1.108.52"
17
+ "@openui5/sap.ui.core": "1.108.54"
18
18
  }
19
19
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2026 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.108.52</version>
9
+ <version>1.108.54</version>
10
10
 
11
11
  <documentation>Unified controls intended for both, mobile and desktop scenarios</documentation>
12
12
 
@@ -74,7 +74,7 @@ sap.ui.define([
74
74
  * Basic Calendar.
75
75
  * This calendar is used for DatePickers
76
76
  * @extends sap.ui.core.Control
77
- * @version 1.108.52
77
+ * @version 1.108.54
78
78
  *
79
79
  * @constructor
80
80
  * @public
@@ -21,7 +21,7 @@ sap.ui.define(['./DateTypeRange', 'sap/ui/core/format/DateFormat', 'sap/ui/core/
21
21
  *
22
22
  * Applications could inherit from this element to add own fields.
23
23
  * @extends sap.ui.unified.DateTypeRange
24
- * @version 1.108.52
24
+ * @version 1.108.54
25
25
  *
26
26
  * @constructor
27
27
  * @public
@@ -56,7 +56,7 @@ sap.ui.define([
56
56
  * @class
57
57
  * <code>CalendarDateInterval</code> only visualizes the dates in a one-line interval and allows the selection of a single day.
58
58
  * @extends sap.ui.unified.Calendar
59
- * @version 1.108.52
59
+ * @version 1.108.54
60
60
  *
61
61
  * @constructor
62
62
  * @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.108.52
59
+ * @version 1.108.54
60
60
  *
61
61
  * @constructor
62
62
  * @public
@@ -21,7 +21,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
21
21
  * @class
22
22
  * Item to be displayed in a CalendarLegend.
23
23
  * @extends sap.ui.core.Element
24
- * @version 1.108.52
24
+ * @version 1.108.54
25
25
  *
26
26
  * @constructor
27
27
  * @public
@@ -65,7 +65,7 @@ sap.ui.define([
65
65
  * <b>Note:</b> JavaScript Date objects are used to set and return the months, mark them as selected or as a special type.
66
66
  * But the date part of the Date object is not used. If a Date object is returned the date will be set to the 1st of the corresponding month.
67
67
  * @extends sap.ui.core.Control
68
- * @version 1.108.52
68
+ * @version 1.108.54
69
69
  *
70
70
  * @constructor
71
71
  * @public
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  * Navigation via year picker switches to the corresponding year and the same month as before the navigation.
58
58
  *
59
59
  * @extends sap.ui.unified.CalendarDateInterval
60
- * @version 1.108.52
60
+ * @version 1.108.54
61
61
  *
62
62
  * @constructor
63
63
  * @private
@@ -84,7 +84,7 @@ sap.ui.define([
84
84
  * @class
85
85
  * A calendar row with a header and appointments. The Appointments will be placed in the defined interval.
86
86
  * @extends sap.ui.core.Control
87
- * @version 1.108.52
87
+ * @version 1.108.54
88
88
  *
89
89
  * @constructor
90
90
  * @public
@@ -66,7 +66,7 @@ sap.ui.define([
66
66
  * @class
67
67
  * Calendar with granularity of time items displayed in one line.
68
68
  * @extends sap.ui.core.Control
69
- * @version 1.108.52
69
+ * @version 1.108.54
70
70
  *
71
71
  * @constructor
72
72
  * @public
@@ -39,7 +39,7 @@ sap.ui.define(['sap/ui/unified/calendar/CalendarUtils', 'sap/ui/unified/calendar
39
39
  * its start date to the first date of the same week as the date the user chose.
40
40
  *
41
41
  * @extends sap.ui.unified.CalendarDateInterval
42
- * @version 1.108.52
42
+ * @version 1.108.54
43
43
  *
44
44
  * @constructor
45
45
  * @private
@@ -65,7 +65,7 @@ sap.ui.define([
65
65
  * @extends sap.ui.core.Control
66
66
  *
67
67
  * @author SAP SE
68
- * @version 1.108.52
68
+ * @version 1.108.54
69
69
  *
70
70
  * @constructor
71
71
  * @public
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * A thin wrapper over {@link sap.ui.unified.ColorPicker} allowing the latter to be used in a popover.
48
48
  *
49
49
  * @extends sap.ui.core.Control
50
- * @version 1.108.52
50
+ * @version 1.108.54
51
51
  *
52
52
  * @constructor
53
53
  * @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.108.52
34
+ * @version 1.108.54
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -58,7 +58,7 @@ sap.ui.define([
58
58
  * @extends sap.ui.core.Control
59
59
  *
60
60
  * @author SAP SE
61
- * @version 1.108.52
61
+ * @version 1.108.54
62
62
  *
63
63
  * @constructor
64
64
  * @public
@@ -14,7 +14,7 @@ sap.ui.define(["sap/m/library", "sap/ui/core/Core"],
14
14
  /**
15
15
  * Currency renderer.
16
16
  *
17
- * @version 1.108.52
17
+ * @version 1.108.54
18
18
  * @namespace
19
19
  */
20
20
  var CurrencyRenderer = {
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/core/Element', './library', 'sap/ui/unified/calendar/Cale
20
20
  * @class
21
21
  * Date range for use in DatePicker
22
22
  * @extends sap.ui.core.Element
23
- * @version 1.108.52
23
+ * @version 1.108.54
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -25,7 +25,7 @@ sap.ui.define(['./DateRange', './library'],
25
25
  * @class
26
26
  * Date range with calendar day type information. Used to visualize special days in the Calendar.
27
27
  * @extends sap.ui.unified.DateRange
28
- * @version 1.108.52
28
+ * @version 1.108.54
29
29
  *
30
30
  * @constructor
31
31
  * @public
@@ -65,7 +65,7 @@ sap.ui.define([
65
65
  * @implements sap.ui.core.IFormContent, sap.ui.unified.IProcessableBlobs
66
66
  *
67
67
  * @author SAP SE
68
- * @version 1.108.52
68
+ * @version 1.108.54
69
69
  *
70
70
  * @constructor
71
71
  * @public
@@ -22,7 +22,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
22
22
  * @extends sap.ui.core.Element
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.108.52
25
+ * @version 1.108.54
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
20
20
  * @extends sap.ui.core.Element
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.108.52
23
+ * @version 1.108.54
24
24
  *
25
25
  * @constructor
26
26
  * @since 1.52
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  * @implements sap.ui.core.IContextMenu
62
62
  *
63
63
  * @author SAP SE
64
- * @version 1.108.52
64
+ * @version 1.108.54
65
65
  * @since 1.21.0
66
66
  *
67
67
  * @constructor
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/IconPool', './MenuItemBase', './library', 'sap/ui/co
23
23
  * @extends sap.ui.unified.MenuItemBase
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.108.52
26
+ * @version 1.108.54
27
27
  * @since 1.21.0
28
28
  *
29
29
  * @constructor
@@ -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.108.52
26
+ * @version 1.108.54
27
27
  * @since 1.21.0
28
28
  *
29
29
  * @constructor
@@ -15,7 +15,7 @@ sap.ui.define(["sap/ui/core/Configuration"],
15
15
  * Menu renderer.
16
16
  * @author SAP - TD Core UI&AM UI Infra
17
17
  *
18
- * @version 1.108.52
18
+ * @version 1.108.54
19
19
  * @namespace
20
20
  */
21
21
  var MenuRenderer = {
@@ -52,7 +52,7 @@ sap.ui.define([
52
52
  * @extends sap.ui.unified.MenuItemBase
53
53
  *
54
54
  * @author SAP SE
55
- * @version 1.108.52
55
+ * @version 1.108.54
56
56
  * @since 1.21.0
57
57
  *
58
58
  * @constructor
@@ -25,7 +25,7 @@ sap.ui.define(['./ShellHeader', './ShellLayout', './library', './ShellRenderer']
25
25
  * @extends sap.ui.unified.ShellLayout
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.108.52
28
+ * @version 1.108.54
29
29
  *
30
30
  * @constructor
31
31
  * @public
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Element
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.108.52
31
+ * @version 1.108.54
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.core.Element
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.108.52
30
+ * @version 1.108.54
31
31
  *
32
32
  * @constructor
33
33
  * @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.108.52
53
+ * @version 1.108.54
54
54
  *
55
55
  * @constructor
56
56
  * @public
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * @extends sap.ui.core.Control
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.108.52
46
+ * @version 1.108.54
47
47
  *
48
48
  * @constructor
49
49
  * @public
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @extends sap.ui.core.Control
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.108.52
37
+ * @version 1.108.54
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * If used inside the calendar the properties and aggregation are directly taken from the parent
33
33
  * (To not duplicate and sync DateRanges and so on...)
34
34
  * @extends sap.ui.unified.calendar.Month
35
- * @version 1.108.52
35
+ * @version 1.108.54
36
36
  *
37
37
  * @constructor
38
38
  * @public
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  *
28
28
  * <b>Note:</b> This is used inside the calendar. Not for standalone usage
29
29
  * @extends sap.ui.core.Control
30
- * @version 1.108.52
30
+ * @version 1.108.54
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * This control serves for picking an item from a grid with items which are relative periods in Plannig Calendar.
33
33
  * This is used inside the sap.m.PlanningCalendar relative views. Not for stand alone usage.
34
34
  * @extends sap.ui.core.Control
35
- * @version 1.108.52
35
+ * @version 1.108.54
36
36
  *
37
37
  * @constructor
38
38
  * @private
@@ -77,7 +77,7 @@ sap.ui.define([
77
77
  * If used inside the calendar the properties and aggregation are directly taken from the parent
78
78
  * (To not duplicate and sync DateRanges and so on...)
79
79
  * @extends sap.ui.core.Control
80
- * @version 1.108.52
80
+ * @version 1.108.54
81
81
  *
82
82
  * @constructor
83
83
  * @public
@@ -53,7 +53,7 @@ sap.ui.define([
53
53
  * renders a MonthPicker with ItemNavigation
54
54
  * This is used inside the calendar. Not for stand alone usage
55
55
  * @extends sap.ui.core.Control
56
- * @version 1.108.52
56
+ * @version 1.108.54
57
57
  *
58
58
  * @constructor
59
59
  * @public
@@ -60,7 +60,7 @@ sap.ui.define([
60
60
  * The MontsRow works with JavaScript Date objects, but only the month and the year are used to display and interact.
61
61
  * As representation for a month, the 1st of the month will always be returned in the API.
62
62
  * @extends sap.ui.core.Control
63
- * @version 1.108.52
63
+ * @version 1.108.54
64
64
  *
65
65
  * @constructor
66
66
  * @public
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * Other usages are not supported.
35
35
  *
36
36
  * @extends sap.ui.unified.calendar.DatesRow
37
- * @version 1.108.52
37
+ * @version 1.108.54
38
38
  *
39
39
  * @constructor
40
40
  * @private
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  *
60
60
  * The TimesRow works with JavaScript Date objects.
61
61
  * @extends sap.ui.core.Control
62
- * @version 1.108.52
62
+ * @version 1.108.54
63
63
  *
64
64
  * @constructor
65
65
  * @public
@@ -60,7 +60,7 @@ sap.ui.define([
60
60
  * As in all date-time controls, all pubic JS Date objects that are given (e.g. <code>setDate()</code>) or read
61
61
  * (e.g. <code>getFirstRenderedDate</code>) with values which are considered as date objects in browser(local) timezone.
62
62
  * @extends sap.ui.core.Control
63
- * @version 1.108.52
63
+ * @version 1.108.54
64
64
  *
65
65
  * @constructor
66
66
  * @public
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * @extends sap.ui.unified.calendar.YearPicker
46
46
  *
47
47
  * @author SAP SE
48
- * @version 1.108.52
48
+ * @version 1.108.54
49
49
  *
50
50
  * @constructor
51
51
  * @private
@@ -1,13 +1,13 @@
1
1
 
2
- CALENDARDATEINTERVAL_NAME=5CumBjlTtJDJHH93lTh/uA_Calendar Date Interval
2
+ CALENDARDATEINTERVAL_NAME=1egZNULMo5bidiU4wQe5og_Calendar Date Interval
3
3
 
4
- CALENDARDATEINTERVAL_NAME_PLURAL=T2IRCnid9EbkFilcznLYqQ_Calendar Date Intervals
4
+ CALENDARDATEINTERVAL_NAME_PLURAL=SiX0IML245aKuqn+z4K2uA_Calendar Date Intervals
5
5
 
6
- CALENDARLEGEND_NAME=squAxBUyFaZdxnH9yHIzHA_Calendar Legend
6
+ CALENDARLEGEND_NAME=pAuFgtG22nJ8DPC+3hY2hg_Calendar Legend
7
7
 
8
- CALENDARLEGEND_NAME_PLURAL=H2vgG4XJhdOIAgSHFXYgWQ_Calendar Legends
8
+ CALENDARLEGEND_NAME_PLURAL=aXOWnjhwkPFWIUZ/cMchtQ_Calendar Legends
9
9
 
10
- CURRENCY_NAME=GDbW+frDXxySw0hnIpZ0Lg_Currency
10
+ CURRENCY_NAME=NQMZF7b3yr3cyltnJiUmSQ_Currency
11
11
 
12
- CURRENCY_NAME_PLURAL=g1cdVD0mz1z/zeZLoEEAFw_Currencies
12
+ CURRENCY_NAME_PLURAL=S3+qoGAzh5l9KbTodYxfBg_Currencies
13
13
 
@@ -28,13 +28,13 @@ sap.ui.define([
28
28
  * @namespace
29
29
  * @alias sap.ui.unified
30
30
  * @author SAP SE
31
- * @version 1.108.52
31
+ * @version 1.108.54
32
32
  * @since 1.28
33
33
  * @public
34
34
  */
35
35
  var thisLib = sap.ui.getCore().initLibrary({
36
36
  name : "sap.ui.unified",
37
- version: "1.108.52",
37
+ version: "1.108.54",
38
38
  dependencies : ["sap.ui.core"],
39
39
  designtime: "sap/ui/unified/designtime/library.designtime",
40
40
  types: [
@@ -45,19 +45,21 @@ YEAR_PICKER=[[[\u0176\u0113\u0105\u0157 \u01A4\u012F\u010B\u0137\u0113\u0157\u22
45
45
 
46
46
  YEAR_RANGE_PICKER=[[[\u0176\u0113\u0105\u0157 \u0158\u0105\u014B\u011F\u0113 \u01A4\u012F\u010B\u0137\u0113\u0157\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
47
47
 
48
- CALENDAR_YEAR_PICKER_OPEN_HINT=[[[\u01A4\u0157\u0113\u015F\u015F \u015C\u0125\u012F\u0192\u0163 + \u01914 \u0163\u014F \u015F\u0113\u013A\u0113\u010B\u0163 \u0105\u014B \u0177\u0113\u0105\u0157\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
48
+ CALENDAR_YEAR_PICKER_OPEN_HINT=[[[\u01A4\u0157\u0113\u015F\u015F \u015C\u0125\u012F\u0192\u0163 + \u01914 \u0163\u014F \u015F\u0113\u013A\u0113\u010B\u0163 \u0105 \u0177\u0113\u0105\u0157\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
49
49
 
50
- CALENDAR_YEAR_RANGE_PICKER_OPEN_HINT=[[[\u01A4\u0157\u0113\u015F\u015F \u015C\u0125\u012F\u0192\u0163 + \u01914 \u0163\u014F \u015F\u0113\u013A\u0113\u010B\u0163 \u0105\u014B \u0177\u0113\u0105\u0157 \u0157\u0105\u014B\u011F\u0113\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
50
+ CALENDAR_YEAR_RANGE_PICKER_OPEN_HINT=[[[\u01A4\u0157\u0113\u015F\u015F \u015C\u0125\u012F\u0192\u0163 + \u01914 \u0163\u014F \u015F\u0113\u013A\u0113\u010B\u0163 \u0105 \u0177\u0113\u0105\u0157 \u0157\u0105\u014B\u011F\u0113\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
51
51
 
52
52
  APPOINTMENT=[[[\u0100\u03C1\u03C1\u014F\u012F\u014B\u0163\u0271\u0113\u014B\u0163\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
53
53
 
54
54
  APPOINTMENT_TENTATIVE=[[[\u0162\u0113\u014B\u0163\u0105\u0163\u012F\u028B\u0113\u2219\u2219\u2219\u2219\u2219]]]
55
55
 
56
+ APPOINTMENT_DATE_TIME_DESCRIPTION=[[[{0}'' \u0105\u0163 ''{1}]]]
57
+
56
58
  FILEUPLOAD_BROWSE=[[[\u0181\u0157\u014F\u0175\u015F\u0113...\u2219\u2219\u2219\u2219\u2219]]]
57
59
 
58
60
  FILEUPLOAD_ACC=[[[\u0100\u010B\u0163\u012F\u028B\u0105\u0163\u0113 \u0163\u014F \u015C\u0113\u013A\u0113\u010B\u0163 \u0105 \u0191\u012F\u013A\u0113\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
59
61
 
60
- FILEUPLOAD_FILENAME=[[[\u0191\u012F\u013A\u0113 \u014B\u0105\u0271\u0113\u2219\u2219\u2219\u2219\u2219]]]
62
+ FILEUPLOAD_FILENAME=[[[\u0191\u012F\u013A\u0113 \u0143\u0105\u0271\u0113\u2219\u2219\u2219\u2219\u2219]]]
61
63
 
62
64
  FILEUPLOAD_REQUIRED=[[[\u0158\u0113\u01A3\u0171\u012F\u0157\u0113\u018C\u2219\u2219\u2219\u2219\u2219\u2219]]]
63
65
 
@@ -73,6 +75,9 @@ LEGEND_NON_WORKING_DAY=[[[\u0143\u014F\u014B-\u0174\u014F\u0157\u0137\u012F\u014
73
75
 
74
76
  LEGEND_UNNAMED_TYPE=[[[\u0162\u0177\u03C1\u0113 {0}]]]
75
77
 
78
+ LEGEND_ARIA_LABEL=[[[\u0108\u0105\u013A\u0113\u014B\u018C\u0105\u0157 \u013B\u0113\u011F\u0113\u014B\u018C\u2219\u2219\u2219\u2219]]]
79
+
80
+
76
81
  APPOINTMENT_SELECTED=[[[\u015C\u0113\u013A\u0113\u010B\u0163\u0113\u018C\u2219\u2219\u2219\u2219\u2219\u2219]]]
77
82
 
78
83
  APPOINTMENT_UNSELECTED=[[[\u016E\u014B\u015F\u0113\u013A\u0113\u010B\u0163\u0113\u018C\u2219\u2219\u2219\u2219]]]
@@ -101,11 +106,11 @@ COLORPICKER_ALPHA_SLIDER=[[[\u0100\u013A\u03C1\u0125\u0105 \u010B\u014F\u014B\u0
101
106
 
102
107
  COLORPICKER_HUE_SLIDER=[[[\u0124\u0171\u0113 \u010B\u014F\u014B\u0163\u0157\u014F\u013A\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
103
108
 
104
- COLORPICKER_TOGGLE_BTN_TOOLTIP=[[[\u0108\u0125\u0105\u014B\u011F\u0113 \u010B\u014F\u013A\u014F\u0157 \u0271\u014F\u018C\u0113\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
109
+ COLORPICKER_TOGGLE_BTN_TOOLTIP=[[[\u0108\u0125\u0105\u014B\u011F\u0113 \u0108\u014F\u013A\u014F\u0157 \u039C\u014F\u018C\u0113\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
105
110
 
106
- COLORPICKER_SELECT_RGB_TOOLTIP=[[[\u0158\u0122\u0181 \u0271\u014F\u018C\u0113\u2219\u2219\u2219\u2219\u2219\u2219]]]
111
+ COLORPICKER_SELECT_RGB_TOOLTIP=[[[\u0158\u0122\u0181 \u039C\u014F\u018C\u0113\u2219\u2219\u2219\u2219\u2219\u2219]]]
107
112
 
108
- COLORPICKER_SELECT_HSL_TOOLTIP=[[[\u0124\u015C\u013B \u0271\u014F\u018C\u0113\u2219\u2219\u2219\u2219\u2219\u2219]]]
113
+ COLORPICKER_SELECT_HSL_TOOLTIP=[[[\u0124\u015C\u013B \u039C\u014F\u018C\u0113\u2219\u2219\u2219\u2219\u2219\u2219]]]
109
114
 
110
115
  COLOR_PICKER_CANCEL=[[[\u0108\u0105\u014B\u010B\u0113\u013A\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
111
116
 
@@ -1,121 +1,121 @@
1
1
 
2
- SHELL_LOGO_TOOLTIP=inugFBniPjfCugDEQWMcFw_Logo
2
+ SHELL_LOGO_TOOLTIP=uX7cdSB5vD3tB3KIAYxtPQ_Logo
3
3
 
4
- SHELL_OVERLAY_CLOSE=d61ajiCCaAL5pLJzfGcbFA_Close
4
+ SHELL_OVERLAY_CLOSE=V0HKzEcttRcdEunwbb0Baw_Close
5
5
 
6
- MNU_ARIA_NAME=khhpiDjelf2Jlzrdkezoag_Menu
6
+ MNU_ARIA_NAME=jQvaG8AyQKBW1K6k5f0Pmw_Menu
7
7
 
8
- UNIFIED_MENU_ITEM_COUNT_TEXT=nGrdD41Auxmy04D5wMDSHw_{0} of {1}
8
+ UNIFIED_MENU_ITEM_COUNT_TEXT=W+CTquTCjZ183NYL+as4zw_{0} of {1}
9
9
 
10
- CALENDAR_DIALOG=D/ho8mbCzvbHb2Iqz4nRJw_Calendar
10
+ CALENDAR_DIALOG=gmpo5DkvZoRsFSnw/j38Rg_Calendar
11
11
 
12
- CALENDAR_WEEK=qCTP1zrzIFLSYztjYR8i7w_Calendar Week
12
+ CALENDAR_WEEK=pCVyyz0WjHTqEEm5sfFrhA_Calendar Week
13
13
 
14
- CALENDAR_START_DATE=Xavpd9o6AwyWfH4i9sRSOQ_Start Date
14
+ CALENDAR_START_DATE=EJlOMvriIvjgGswf0vc70g_Start Date
15
15
 
16
- CALENDAR_END_DATE=yus6QDYU05xZYc/iEspC8g_End Date
16
+ CALENDAR_END_DATE=7jefPa5uHMo04600PcM71w_End Date
17
17
 
18
- CALENDAR_START_MONTH=/a5c9bwOpUZlsZ9w5kN8xw_Start Month
18
+ CALENDAR_START_MONTH=tbENz3GdgYECLm3kARtknw_Start Month
19
19
 
20
- CALENDAR_END_MONTH=wZkc4T/Dv8EZwcKC5JUgMw_End Month
20
+ CALENDAR_END_MONTH=+1dU6/llhVcDCTTVq1ZtqA_End Month
21
21
 
22
- CALENDAR_CURRENT_MONTH=diXo6LyA3/JYehiU5+2+rA_Current Month
22
+ CALENDAR_CURRENT_MONTH=dGj0iTLOVpgF55Xx3qCauA_Current Month
23
23
 
24
- CALENDAR_START_TIME=bXG/PoSWNuNg8MicoZ3+NQ_Start Time
24
+ CALENDAR_START_TIME=a3NiTrQHyRsEkbgSdDK+yw_Start Time
25
25
 
26
- CALENDAR_END_TIME=JV3TF6WoQXL54gkPxIMhsQ_End Time
26
+ CALENDAR_END_TIME=iTLHYp0YuPlLuhp9hOfN4w_End Time
27
27
 
28
- CALENDAR_CURRENT_TIME=9ZeW7zYAwMy91FcyhZK0uA_Now
28
+ CALENDAR_CURRENT_TIME=Fsa+r2OLaozFnh/kIiM2tA_Now
29
29
 
30
- CALENDAR_CANCEL=EJQ9UnaEOZmbXsTMLL8xWA_Cancel
30
+ CALENDAR_CANCEL=09nF94T8i9GiIX9jQEhJag_Cancel
31
31
 
32
- CALENDAR_BTN_PREV=ktnVh397X/2r7Wz/p0f9jw_Previous
32
+ CALENDAR_BTN_PREV=fMDjD8tkXjqlewtcSrMn+A_Previous
33
33
 
34
- CALENDAR_BTN_NEXT=CB2UraN48a4SYFjGd+qcsw_Next
34
+ CALENDAR_BTN_NEXT=hWWeZBjhjGtEWYpAuogueg_Next
35
35
 
36
- CALENDAR_BTN_TODAY=J06Ahzxkyit7g6Uh3WEAoQ_Today
36
+ CALENDAR_BTN_TODAY=oNO3KDREFBz58N1hWIcrbg_Today
37
37
 
38
- CALENDAR_DATES_ROW_WEEK_NUMBER=aUE3/OYJQ+tgygjk2rJhvw_Week {0}
38
+ CALENDAR_DATES_ROW_WEEK_NUMBER=Q1IGp9N+jimP6u0pQPIZAQ_Week {0}
39
39
 
40
- MONTH_PICKER=KSk2DzqYdn2FhXftYAEMVA_Month Picker
40
+ MONTH_PICKER=2JslcvAADREK9Paw4J/+RQ_Month Picker
41
41
 
42
- CALENDAR_MONTH_PICKER_OPEN_HINT=6jvU5R3RV66fRJdmpGlMVw_Press F4 to select a month
42
+ CALENDAR_MONTH_PICKER_OPEN_HINT=2Xq/qOsIYEwOix+T/pgi8w_Press F4 to select a month
43
43
 
44
- YEAR_PICKER=m3nBkFbCIVVCCMoe8da4iw_Year Picker
44
+ YEAR_PICKER=qyfz6G9VW1TzAbj3YE67xg_Year Picker
45
45
 
46
- YEAR_RANGE_PICKER=rbaRK0VYCsgMh8JeCq2jXg_Year Range Picker
46
+ YEAR_RANGE_PICKER=/IufGl669+G+5Nkm74VVCA_Year Range Picker
47
47
 
48
- CALENDAR_YEAR_PICKER_OPEN_HINT=Ne4NKpejYWBQCNe5nyqbwA_Press Shift + F4 to select a year
48
+ CALENDAR_YEAR_PICKER_OPEN_HINT=WhdYeeygzEETC+EVzEQ4vg_Press Shift + F4 to select a year
49
49
 
50
- CALENDAR_YEAR_RANGE_PICKER_OPEN_HINT=VPKHEkV3vcsTuWLy0+OfwA_Press Shift + F4 to select a year range
50
+ CALENDAR_YEAR_RANGE_PICKER_OPEN_HINT=ahNN+5kaxxg10VI8VxjeyQ_Press Shift + F4 to select a year range
51
51
 
52
- APPOINTMENT=/qKwBV2hAALVq2jgE7EVfw_Appointment
52
+ APPOINTMENT=DN5Z//pN/EkqL6nRLbRiBw_Appointment
53
53
 
54
- APPOINTMENT_TENTATIVE=mtBsg18zii5T3WRrjRToqw_Tentative
54
+ APPOINTMENT_TENTATIVE=ODXDW5DWZn4Ywi1qMa8DJg_Tentative
55
55
 
56
- APPOINTMENT_DATE_TIME_DESCRIPTION=z79l+kpCbmICF7VB6r75LQ_{0}'' at ''{1}
56
+ APPOINTMENT_DATE_TIME_DESCRIPTION=h5p4vT+9NsPvLCDLd+P7cg_{0}'' at ''{1}
57
57
 
58
- FILEUPLOAD_BROWSE=so0MmJNWWZKFIvbYfWhbkQ_Browse...
58
+ FILEUPLOAD_BROWSE=HnOm5StxQ+g2w6e9xnTPlA_Browse...
59
59
 
60
- FILEUPLOAD_ACC=frwm42XuwcLYd7jFDmuPNw_Activate to Select a File
60
+ FILEUPLOAD_ACC=CpkrHJENC1IeZp5toriXSQ_Activate to Select a File
61
61
 
62
- FILEUPLOAD_FILENAME=weq61GHt+BvDgo4oTHUdEA_File Name
62
+ FILEUPLOAD_FILENAME=/W/bo7/wOnSx0tFm+cr7gw_File Name
63
63
 
64
- FILEUPLOAD_REQUIRED=Pv1Rd1hWCYHd79seMpvljA_Required
64
+ FILEUPLOAD_REQUIRED=mpQMuaivfwB0ZhwXgN7NjQ_Required
65
65
 
66
- FILEUPLOAD_NO_FILE_CHOSEN=kFDc6ciZG895uZn4MS2UhA_No file chosen
66
+ FILEUPLOAD_NO_FILE_CHOSEN=V44Gh212svUl+W8E1AFTtw_No file chosen
67
67
 
68
- LEGEND_SELECTED=WPEE1VWK7Zb6aPPRKxd+YQ_Selected
68
+ LEGEND_SELECTED=UqkR+QREKJRLvrzICeJnKg_Selected
69
69
 
70
- LEGEND_TODAY=DWKV+Cli77c8Ic5o74Wy5w_Today
70
+ LEGEND_TODAY=OOeU3bkNFBNdGgNdljhqmQ_Today
71
71
 
72
- LEGEND_NORMAL_DAY=2DON8VLf5T30sGyWpTH4dg_Working Day
72
+ LEGEND_NORMAL_DAY=LOrml2QaA/QqMCmbczFguw_Working Day
73
73
 
74
- LEGEND_NON_WORKING_DAY=fC4rWtMN7Q33vOf2qykXlw_Non-Working Day
74
+ LEGEND_NON_WORKING_DAY=gQzVBHQ76BBNK4kkOo8Trw_Non-Working Day
75
75
 
76
- LEGEND_UNNAMED_TYPE=RzeG2DDOKCb8pIPfGCR+EA_Type {0}
76
+ LEGEND_UNNAMED_TYPE=0+VSgenbRAwUjcN+jK9lCw_Type {0}
77
77
 
78
- LEGEND_ARIA_LABEL=2oDQ92LnTbrXVhQ+uAISUA_Calendar Legend
78
+ LEGEND_ARIA_LABEL=2rW+Ph1Co7X7J5ZCLnd2MQ_Calendar Legend
79
79
 
80
80
 
81
- APPOINTMENT_SELECTED=Kv6nyy+Z5dV4u1QyOSisng_Selected
81
+ APPOINTMENT_SELECTED=bDWsdXHUZDPxKXLL27obIQ_Selected
82
82
 
83
- APPOINTMENT_UNSELECTED=xJ0+YM5xPyVl7kXpBMs0kA_Unselected
83
+ APPOINTMENT_UNSELECTED=mRuer36J919T9WpKPVFHbg_Unselected
84
84
 
85
- COLORPICKER_RED=dySdsMpbw6kkWeEXCn7GrA_Red
85
+ COLORPICKER_RED=1A3JaWadt6cKGoilOdvbpQ_Red
86
86
 
87
- COLORPICKER_GREEN=GUjdEtb33TiBDOQRe6+aGw_Green
87
+ COLORPICKER_GREEN=/IQ2rQEhLvVck9hnvnCRjw_Green
88
88
 
89
- COLORPICKER_BLUE=ClKQOLE2nuCDHQXW6S9Bgg_Blue
89
+ COLORPICKER_BLUE=ynv4sUOHxilh22k0xgHP8g_Blue
90
90
 
91
- COLORPICKER_HUE=Nz5Q60z6l0BIYerie3k2LA_Hue
91
+ COLORPICKER_HUE=F2L235wA0BInTHSSl1rW7Q_Hue
92
92
 
93
- COLORPICKER_SAT=33NdnLqiCqvdBUN0a9+WYA_Saturation
93
+ COLORPICKER_SAT=nOYJ6MVA2UVWeic5MHyXJw_Saturation
94
94
 
95
- COLORPICKER_VALUE=6wBHP5YL/lp+i3Jw/M+Y6Q_Value
95
+ COLORPICKER_VALUE=I1lY6eErY/bqmR9RS4DM0A_Value
96
96
 
97
- COLORPICKER_HEX=m6EaoUoU8gCyCy4BF5a+1Q_Hexadecimal
97
+ COLORPICKER_HEX=MrKihk1bzfJMOjzQaAJX4Q_Hexadecimal
98
98
 
99
- COLORPICKER_ALPHA=LghcxGfPLm4+g2GEp/i/bw_Alpha
99
+ COLORPICKER_ALPHA=LCB9yFErXembVqnt44n89g_Alpha
100
100
 
101
- COLORPICKER_LIGHTNESS=AOkLIloanEh9UzfDo04E0A_Lightness
101
+ COLORPICKER_LIGHTNESS=8803dxOYPW0UlNgf+Hn+Hw_Lightness
102
102
 
103
- COLORPICKER_NEW_OLD_COLOR=19T6bEHZ3sgxJ0w49Y/2kA_The original color will be replaced with the new color, following the arrow direction
103
+ COLORPICKER_NEW_OLD_COLOR=acr/eFm7dorhJyBlC23+eg_The original color will be replaced with the new color, following the arrow direction
104
104
 
105
- COLORPICKER_ALPHA_SLIDER=/1ETSAZB7krwRzFpKycxkw_Alpha control
105
+ COLORPICKER_ALPHA_SLIDER=FR0lcI09vmc+myjZgWLuoA_Alpha control
106
106
 
107
- COLORPICKER_HUE_SLIDER=YWSiiwn+KXakXthju+Vd1A_Hue control
107
+ COLORPICKER_HUE_SLIDER=KvrW5GwnB8RpRPYn70eTyw_Hue control
108
108
 
109
- COLORPICKER_TOGGLE_BTN_TOOLTIP=u85Uq9U82d7GbJ6tyAfM/w_Change Color Mode
109
+ COLORPICKER_TOGGLE_BTN_TOOLTIP=Fcf5v2IiyyiiFXpIIGGHNA_Change Color Mode
110
110
 
111
- COLORPICKER_SELECT_RGB_TOOLTIP=8GfPIb6HJx0FGQycnt4p5g_RGB Mode
111
+ COLORPICKER_SELECT_RGB_TOOLTIP=7WiPe8Tg0sDFE7km14RJ3Q_RGB Mode
112
112
 
113
- COLORPICKER_SELECT_HSL_TOOLTIP=WrAJEw4Marg4tbZ0joW3Gg_HSL Mode
113
+ COLORPICKER_SELECT_HSL_TOOLTIP=gptFK/zIFNMH0kz1Hx+k6A_HSL Mode
114
114
 
115
- COLOR_PICKER_CANCEL=jWw7mZ3V2YdiHU1A7uxfDQ_Cancel
115
+ COLOR_PICKER_CANCEL=M8op//NlOQM1h8yFVfU8Fg_Cancel
116
116
 
117
- COLOR_PICKER_SUBMIT=fGYrq/+Ckk+ShqZ1lT7a4g_OK
117
+ COLOR_PICKER_SUBMIT=Dly72S0LaIn/FcvhLRem+A_OK
118
118
 
119
- COLOR_PICKER_TITLE=eoJA3zNQziiDPsPukEpHow_Color Picker
119
+ COLOR_PICKER_TITLE=L4Jytvhp2pa8hkpuisoqFQ_Color Picker
120
120
 
121
- COLORPICKER_PERCENTAGE=3byhJTPX3DsW4KDX5A6VMQ_Percentage
121
+ COLORPICKER_PERCENTAGE=HoOxAsJzNxaCzxcl2co2wA_Percentage