@openui5/sap.ui.unified 1.145.1 → 1.147.0

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 (106) hide show
  1. package/REUSE.toml +0 -51
  2. package/THIRDPARTY.txt +6 -50
  3. package/package.json +2 -2
  4. package/src/sap/ui/unified/.library +1 -1
  5. package/src/sap/ui/unified/Calendar.js +1 -1
  6. package/src/sap/ui/unified/CalendarAppointment.js +1 -1
  7. package/src/sap/ui/unified/CalendarDateInterval.js +10 -7
  8. package/src/sap/ui/unified/CalendarLegend.js +1 -1
  9. package/src/sap/ui/unified/CalendarLegendItem.js +1 -1
  10. package/src/sap/ui/unified/CalendarMonthInterval.js +1 -1
  11. package/src/sap/ui/unified/CalendarOneMonthInterval.js +1 -1
  12. package/src/sap/ui/unified/CalendarRow.js +1 -1
  13. package/src/sap/ui/unified/CalendarTimeInterval.js +3 -2
  14. package/src/sap/ui/unified/CalendarWeekInterval.js +1 -1
  15. package/src/sap/ui/unified/ColorPicker.js +1 -1
  16. package/src/sap/ui/unified/ColorPickerPopover.js +1 -1
  17. package/src/sap/ui/unified/ContentSwitcher.js +1 -1
  18. package/src/sap/ui/unified/Currency.js +1 -1
  19. package/src/sap/ui/unified/CurrencyRenderer.js +1 -1
  20. package/src/sap/ui/unified/DateRange.js +1 -1
  21. package/src/sap/ui/unified/DateTypeRange.js +1 -1
  22. package/src/sap/ui/unified/FileUploader.js +4 -4
  23. package/src/sap/ui/unified/FileUploaderHttpRequestMethod.js +14 -0
  24. package/src/sap/ui/unified/FileUploaderParameter.js +1 -1
  25. package/src/sap/ui/unified/FileUploaderXHRSettings.js +1 -1
  26. package/src/sap/ui/unified/Menu.js +1 -1
  27. package/src/sap/ui/unified/MenuItem.js +1 -1
  28. package/src/sap/ui/unified/MenuItemBase.js +1 -1
  29. package/src/sap/ui/unified/MenuItemGroup.js +1 -1
  30. package/src/sap/ui/unified/MenuRenderer.js +1 -1
  31. package/src/sap/ui/unified/MenuTextFieldItem.js +1 -1
  32. package/src/sap/ui/unified/NonWorkingPeriod.js +2 -3
  33. package/src/sap/ui/unified/RecurringNonWorkingPeriod.js +2 -3
  34. package/src/sap/ui/unified/Shell.js +1 -1
  35. package/src/sap/ui/unified/ShellHeadItem.js +1 -1
  36. package/src/sap/ui/unified/ShellHeadUserItem.js +1 -1
  37. package/src/sap/ui/unified/ShellLayout.js +1 -1
  38. package/src/sap/ui/unified/ShellOverlay.js +1 -1
  39. package/src/sap/ui/unified/SplitContainer.js +1 -1
  40. package/src/sap/ui/unified/TimeRange.js +2 -3
  41. package/src/sap/ui/unified/calendar/DatesRow.js +1 -1
  42. package/src/sap/ui/unified/calendar/Header.js +1 -1
  43. package/src/sap/ui/unified/calendar/IndexPicker.js +1 -1
  44. package/src/sap/ui/unified/calendar/Month.js +1 -1
  45. package/src/sap/ui/unified/calendar/MonthPicker.js +1 -1
  46. package/src/sap/ui/unified/calendar/MonthPickerRenderer.js +1 -1
  47. package/src/sap/ui/unified/calendar/MonthRenderer.js +23 -12
  48. package/src/sap/ui/unified/calendar/MonthsRow.js +1 -1
  49. package/src/sap/ui/unified/calendar/OneMonthDatesRow.js +1 -1
  50. package/src/sap/ui/unified/calendar/TimesRow.js +1 -1
  51. package/src/sap/ui/unified/calendar/WeeksRow.js +7 -1
  52. package/src/sap/ui/unified/calendar/WeeksRowRenderer.js +7 -6
  53. package/src/sap/ui/unified/calendar/YearPicker.js +1 -1
  54. package/src/sap/ui/unified/calendar/YearRangePicker.js +1 -1
  55. package/src/sap/ui/unified/library.js +5 -6
  56. package/src/sap/ui/unified/messagebundle_ar.properties +2 -0
  57. package/src/sap/ui/unified/messagebundle_bg.properties +2 -0
  58. package/src/sap/ui/unified/messagebundle_ca.properties +2 -2
  59. package/src/sap/ui/unified/messagebundle_cnr.properties +2 -0
  60. package/src/sap/ui/unified/messagebundle_cs.properties +3 -3
  61. package/src/sap/ui/unified/messagebundle_cy.properties +2 -0
  62. package/src/sap/ui/unified/messagebundle_da.properties +2 -2
  63. package/src/sap/ui/unified/messagebundle_de.properties +2 -0
  64. package/src/sap/ui/unified/messagebundle_el.properties +2 -0
  65. package/src/sap/ui/unified/messagebundle_en.properties +2 -0
  66. package/src/sap/ui/unified/messagebundle_en_GB.properties +2 -0
  67. package/src/sap/ui/unified/messagebundle_es.properties +2 -0
  68. package/src/sap/ui/unified/messagebundle_es_MX.properties +3 -2
  69. package/src/sap/ui/unified/messagebundle_et.properties +2 -0
  70. package/src/sap/ui/unified/messagebundle_fi.properties +2 -2
  71. package/src/sap/ui/unified/messagebundle_fr.properties +2 -0
  72. package/src/sap/ui/unified/messagebundle_fr_CA.properties +2 -0
  73. package/src/sap/ui/unified/messagebundle_hi.properties +2 -0
  74. package/src/sap/ui/unified/messagebundle_hr.properties +2 -2
  75. package/src/sap/ui/unified/messagebundle_hu.properties +2 -0
  76. package/src/sap/ui/unified/messagebundle_id.properties +2 -0
  77. package/src/sap/ui/unified/messagebundle_it.properties +2 -0
  78. package/src/sap/ui/unified/messagebundle_iw.properties +2 -2
  79. package/src/sap/ui/unified/messagebundle_ja.properties +2 -0
  80. package/src/sap/ui/unified/messagebundle_kk.properties +2 -0
  81. package/src/sap/ui/unified/messagebundle_ko.properties +2 -0
  82. package/src/sap/ui/unified/messagebundle_lt.properties +2 -0
  83. package/src/sap/ui/unified/messagebundle_lv.properties +2 -0
  84. package/src/sap/ui/unified/messagebundle_mk.properties +2 -0
  85. package/src/sap/ui/unified/messagebundle_ms.properties +2 -0
  86. package/src/sap/ui/unified/messagebundle_nl.properties +2 -2
  87. package/src/sap/ui/unified/messagebundle_no.properties +2 -0
  88. package/src/sap/ui/unified/messagebundle_pl.properties +2 -0
  89. package/src/sap/ui/unified/messagebundle_pt.properties +2 -0
  90. package/src/sap/ui/unified/messagebundle_pt_PT.properties +2 -0
  91. package/src/sap/ui/unified/messagebundle_ro.properties +2 -0
  92. package/src/sap/ui/unified/messagebundle_ru.properties +2 -2
  93. package/src/sap/ui/unified/messagebundle_sh.properties +2 -0
  94. package/src/sap/ui/unified/messagebundle_sk.properties +2 -2
  95. package/src/sap/ui/unified/messagebundle_sl.properties +2 -0
  96. package/src/sap/ui/unified/messagebundle_sr.properties +2 -0
  97. package/src/sap/ui/unified/messagebundle_sv.properties +2 -2
  98. package/src/sap/ui/unified/messagebundle_th.properties +2 -0
  99. package/src/sap/ui/unified/messagebundle_tr.properties +2 -2
  100. package/src/sap/ui/unified/messagebundle_uk.properties +5 -3
  101. package/src/sap/ui/unified/messagebundle_vi.properties +2 -2
  102. package/src/sap/ui/unified/messagebundle_zh_CN.properties +2 -0
  103. package/src/sap/ui/unified/messagebundle_zh_TW.properties +2 -0
  104. package/src/sap/ui/unified/themes/base/CalendarRow.less +4 -4
  105. package/src/sap/ui/unified/themes/base/FileUploader.less +30 -3
  106. package/src/sap/ui/unified/themes/sap_hcb/base_CalendarRow.less +4 -4
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @extends sap.ui.core.Control
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.145.1
37
+ * @version 1.147.0
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -23,12 +23,11 @@ sap.ui.define([
23
23
  * @class
24
24
  * Time range for use in <code>NonWorkingPeriod</code>
25
25
  * @extends sap.ui.core.Element
26
- * @version 1.145.1
26
+ * @version 1.147.0
27
27
  *
28
28
  * @constructor
29
29
  * @public
30
- * @since 1.127.0
31
- * @experimental Since version 1.127.0.
30
+ * @ui5-experimental-since 1.127
32
31
  * @alias sap.ui.unified.TimeRange
33
32
  */
34
33
  var TimeRange = Element.extend("sap.ui.unified.TimeRange", /** @lends sap.ui.unified.TimeRange.prototype */ { metadata : {
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * If used inside the calendar the properties and aggregation are directly taken from the parent
40
40
  * (To not duplicate and sync DateRanges and so on...)
41
41
  * @extends sap.ui.unified.calendar.Month
42
- * @version 1.145.1
42
+ * @version 1.147.0
43
43
  *
44
44
  * @constructor
45
45
  * @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.145.1
30
+ * @version 1.147.0
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.145.1
35
+ * @version 1.147.0
36
36
  *
37
37
  * @constructor
38
38
  * @private
@@ -78,7 +78,7 @@ sap.ui.define([
78
78
  * If used inside the calendar the properties and aggregation are directly taken from the parent
79
79
  * (To not duplicate and sync DateRanges and so on...)
80
80
  * @extends sap.ui.core.Control
81
- * @version 1.145.1
81
+ * @version 1.147.0
82
82
  *
83
83
  * @constructor
84
84
  * @public
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  * renders a MonthPicker with ItemNavigation
58
58
  * This is used inside the calendar. Not for stand alone usage
59
59
  * @extends sap.ui.core.Control
60
- * @version 1.145.1
60
+ * @version 1.147.0
61
61
  *
62
62
  * @constructor
63
63
  * @public
@@ -169,7 +169,7 @@ sap.ui.define(["sap/ui/core/Lib", "sap/ui/unified/calendar/CalendarDate", 'sap/u
169
169
 
170
170
  oRm.close("div");
171
171
 
172
- if (iColumns > 0 && ((i + 1) % iColumns === 0)) {
172
+ if (iColumns > 0 && (((i + 1) % iColumns === 0) || (i + 1) === iMonths)) {
173
173
  // end of row
174
174
  oRm.close("div");
175
175
  }
@@ -295,7 +295,6 @@ sap.ui.define([
295
295
  oRm.openEnd();
296
296
 
297
297
  if (bWeekNum) {
298
- this.renderWeekNumbers = true;
299
298
  this._renderWeekNumber(oRm, aDays[i], oHelper, oMonth);
300
299
  }
301
300
  }
@@ -507,19 +506,31 @@ sap.ui.define([
507
506
  mAccProps["describedby"] = `${mAccProps["describedby"]} ${sEndDateText}`.trim();
508
507
  }
509
508
 
510
- if (this.renderWeekNumbers && oMonth.getShowWeekNumbers() && oMonth._oDate) {
511
- // This path is for controls that render week numbers inline (e.g., Month, OneMonthDatesRow)
512
- // TODO: We could replace the following lines with a sap.ui.unified.calendar.CalendarUtils.calculateWeekNumber usage
513
- // once the same method starts to respect the sap/base/i18n/date/CalendarWeekNumbering types.
514
- const oWeekConfig = CalendarDateUtils.getWeekConfigurationValues(oMonth.getCalendarWeekNumbering(), new Locale(oMonth._getLocale()));
515
- oWeekConfig.firstDayOfWeek = oMonth._getFirstDayOfWeek();
516
- const oFirstDateOfWeek = CalendarDate.fromLocalJSDate(CalendarUtils.getFirstDateOfWeek(oDay.toLocalJSDate(), oWeekConfig), oMonth.getPrimaryCalendarType());
517
- mAccProps["describedby"] = mAccProps["describedby"] + " " + oMonth.getId() + "-week-" + oMonth._calculateWeekNumber(oFirstDateOfWeek) + "-text";
518
- } else if (oMonth.getShowWeekNumbers() && oMonth._oDate) {
509
+ const oParent = oMonth.getParent();
510
+ const bShowWeekNumbers = oMonth.getShowWeekNumbers();
511
+ const bHasDate = !!oMonth._oDate;
512
+ const bSeparateWeekNumbers = bShowWeekNumbers && bHasDate && oParent &&
513
+ (oParent.isA("sap.m.PlanningCalendar") ||
514
+ oParent.isA("sap.ui.unified.CalendarDateInterval") ||
515
+ oParent.isA("sap.ui.unified.CalendarTimeInterval") ||
516
+ oParent.isA("sap.m.Toolbar"));
517
+
518
+ if (bSeparateWeekNumbers) {
519
519
  // This path is for controls that render week numbers separately (e.g., CalendarDateInterval with WeeksRow)
520
- const sParentId = oMonth.getParent() ? oMonth.getParent().getId() : oMonth.getId();
520
+ let sParentId = oParent.getId();
521
+
522
+ // For Toolbar, we need to find the PlanningCalendar (Toolbar -> Table -> PlanningCalendar hierarchy)
523
+ const bIsToolbar = oParent.isA("sap.m.Toolbar");
524
+ const oGrandParent = bIsToolbar ? oParent.getParent() : null;
525
+ const oGreatGrandParent = oGrandParent ? oGrandParent.getParent() : null;
526
+ const bHasPlanningCalendar = oGreatGrandParent && oGreatGrandParent.isA("sap.m.PlanningCalendar");
527
+
528
+ if (bIsToolbar) {
529
+ sParentId = bHasPlanningCalendar ? oGreatGrandParent.getId() : oMonth.getId();
530
+ }
531
+
521
532
  const iWeekNumber = oMonth._calculateWeekNumber(oDay);
522
- mAccProps["describedby"] = mAccProps["describedby"] + " " + sParentId + "-WeeksRow" + "-week-" + iWeekNumber + "-text";
533
+ mAccProps["describedby"] = mAccProps["describedby"] + " " + sParentId + "-WeekNumbersRow-week-" + iWeekNumber + "-text";
523
534
  }
524
535
 
525
536
  if (bNonWorking) {
@@ -68,7 +68,7 @@ sap.ui.define([
68
68
  * The MontsRow works with UI5Date or JavaScript Date objects, but only the month and the year are used to display and interact.
69
69
  * As representation for a month, the 1st of the month will always be returned in the API.
70
70
  * @extends sap.ui.core.Control
71
- * @version 1.145.1
71
+ * @version 1.147.0
72
72
  *
73
73
  * @constructor
74
74
  * @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.145.1
37
+ * @version 1.147.0
38
38
  *
39
39
  * @constructor
40
40
  * @private
@@ -69,7 +69,7 @@ sap.ui.define([
69
69
  *
70
70
  * The TimesRow works with UI5Date or JavaScript Date objects.
71
71
  * @extends sap.ui.core.Control
72
- * @version 1.145.1
72
+ * @version 1.147.0
73
73
  *
74
74
  * @constructor
75
75
  * @public
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * The WeeksRow works with UI5Date or JavaScript Date objects for its API, but internally uses CalendarDate objects for calculations.
42
42
  *
43
43
  * @extends sap.ui.core.Control
44
- * @version 1.145.1
44
+ * @version 1.147.0
45
45
  *
46
46
  * @constructor
47
47
  * @private
@@ -77,6 +77,12 @@ sap.ui.define([
77
77
  */
78
78
  viewKey : {type : "string", group : "Appearance", defaultValue : CalendarIntervalType.Hour},
79
79
 
80
+ /**
81
+ * Defines the interval type that is used to choose the week number rendering mode.
82
+ * If not set, the <code>viewKey</code> is used for backward compatibility.
83
+ */
84
+ intervalType : {type : "sap.ui.unified.CalendarIntervalType", group : "Appearance", defaultValue : null},
85
+
80
86
  /**
81
87
  * Determines if the week numbers are displayed.
82
88
  */
@@ -30,6 +30,7 @@ sap.ui.define([
30
30
  const bShowWeekNumbers = oWeeksRow.getShowWeekNumbers();
31
31
  const sPrimaryCalendarType = oWeeksRow.getPrimaryCalendarType();
32
32
  const sViewKey = oWeeksRow.getViewKey();
33
+ const sIntervalType = oWeeksRow.getIntervalType() || sViewKey;
33
34
  if (!bShowWeekNumbers || sPrimaryCalendarType !== CalendarType.Gregorian) {
34
35
  return;
35
36
  }
@@ -41,7 +42,7 @@ sap.ui.define([
41
42
  oRm.openStart("div");
42
43
  oRm.class("sapMPlanWeeksLabelRow");
43
44
  oRm.openEnd();
44
- if (sViewKey === CalendarIntervalType.Month) {
45
+ if (sIntervalType === CalendarIntervalType.Month) {
45
46
  const oResourceBundle = coreLibrary.getResourceBundleFor("sap.ui.unified");
46
47
  oRm.openStart("div");
47
48
  oRm.class("sapUiCalRowWeekLabel");
@@ -53,11 +54,11 @@ sap.ui.define([
53
54
  oRm.openStart("div");
54
55
  oRm.class("sapMPlanWeeksDataRow");
55
56
  oRm.openEnd();
56
- if (sViewKey === CalendarIntervalType.Day || sViewKey === CalendarIntervalType.Week ||
57
- sViewKey === CalendarIntervalType.OneMonth || sViewKey === CalendarIntervalType.OneWeek ||
58
- sViewKey === "OneMonth") {
57
+ if (sIntervalType === CalendarIntervalType.Day || sIntervalType === CalendarIntervalType.Week ||
58
+ sIntervalType === CalendarIntervalType.OneMonth || sIntervalType === CalendarIntervalType.OneWeek ||
59
+ sIntervalType === "OneMonth") {
59
60
  this.renderDaysWeeks(oRm, oWeeksRow);
60
- } else if (sViewKey === CalendarIntervalType.Month) {
61
+ } else if (sIntervalType === CalendarIntervalType.Month) {
61
62
  this.renderMonthsWeeks(oRm, oWeeksRow);
62
63
  }
63
64
  oRm.close("div");
@@ -74,7 +75,7 @@ sap.ui.define([
74
75
  oRm.openEnd();
75
76
  for (var i = 0; i < iInterval; i++) {
76
77
  const oWeekInfo = aWeeks[i];
77
- oRm.openStart("div", i + "-week");
78
+ oRm.openStart("div", `${oWeeksRow.getId()}-week-interval-${oWeekInfo.first}-${oWeekInfo.last}-text`);
78
79
  oRm.class("sapUiCalRowWeekNumber");
79
80
  if (sWidth) {
80
81
  oRm.style("width", sWidth);
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  * As in all date-time controls, all pubic JS Date objects that are given (e.g. <code>setDate()</code>) or read
62
62
  * (e.g. <code>getFirstRenderedDate</code>) with values which are considered as date objects in browser(local) timezone.
63
63
  * @extends sap.ui.core.Control
64
- * @version 1.145.1
64
+ * @version 1.147.0
65
65
  *
66
66
  * @constructor
67
67
  * @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.145.1
48
+ * @version 1.147.0
49
49
  *
50
50
  * @constructor
51
51
  * @private
@@ -32,14 +32,14 @@ sap.ui.define([
32
32
  * @namespace
33
33
  * @alias sap.ui.unified
34
34
  * @author SAP SE
35
- * @version 1.145.1
35
+ * @version 1.147.0
36
36
  * @since 1.28
37
37
  * @public
38
38
  */
39
39
  var thisLib = Library.init({
40
40
  name : "sap.ui.unified",
41
41
  apiVersion: 2,
42
- version: "1.145.1",
42
+ version: "1.147.0",
43
43
  dependencies : ["sap.ui.core"],
44
44
  designtime: "sap/ui/unified/designtime/library.designtime",
45
45
  types: [
@@ -436,8 +436,7 @@ sap.ui.define([
436
436
  * @enum {string}
437
437
  * @alias sap.ui.unified.CalendarAppointmentRoundWidth
438
438
  * @public
439
- * @experimental Since 1.81.0
440
- * @since 1.81.0
439
+ * @ui5-experimental-since 1.81.0
441
440
  */
442
441
  thisLib.CalendarAppointmentRoundWidth = {
443
442
 
@@ -515,9 +514,9 @@ sap.ui.define([
515
514
  *
516
515
  * @enum {string}
517
516
  * @public
518
- * @since 1.16.0
519
- * @experimental Since version 1.16.0.
517
+ * @deprecated As of version 1.147.0, the concept has been discarded.
520
518
  * API is not yet finished and might change completely
519
+ * @ui5-experimental-since 1.16.0
521
520
  */
522
521
  thisLib.ContentSwitcherAnimation = {
523
522
 
@@ -61,6 +61,8 @@ CALENDAR_BTN_TODAY=\u0627\u0644\u064A\u0648\u0645
61
61
 
62
62
  CALENDAR_DATES_ROW_WEEK_NUMBER=\u0627\u0644\u0623\u0633\u0628\u0648\u0639 {0}
63
63
 
64
+ CALENDAR_WEEK_NUMBERS=\u0623\u0633\u0627\u0628\u064A\u0639 \u0627\u0644\u062A\u0642\u0648\u064A\u0645
65
+
64
66
  MONTH_PICKER=\u0623\u062F\u0627\u0629 \u0627\u0646\u062A\u0642\u0627\u0621 \u0627\u0644\u0634\u0647\u0631
65
67
 
66
68
  CALENDAR_MONTH_PICKER_OPEN_HINT=\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 F4 \u0644\u062A\u062D\u062F\u064A\u062F \u0634\u0647\u0631
@@ -61,6 +61,8 @@ CALENDAR_BTN_TODAY=\u0414\u043D\u0435\u0441
61
61
 
62
62
  CALENDAR_DATES_ROW_WEEK_NUMBER=\u0421\u0435\u0434\u043C\u0438\u0446\u0430 {0}
63
63
 
64
+ CALENDAR_WEEK_NUMBERS=\u041A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u043D\u0438 \u0441\u0435\u0434\u043C\u0438\u0446\u0438
65
+
64
66
  MONTH_PICKER=\u0421\u0440\u0435\u0434\u0441\u0442\u0432\u043E \u0437\u0430 \u0438\u0437\u0431\u043E\u0440 \u043D\u0430 \u043C\u0435\u0441\u0435\u0446
65
67
 
66
68
  CALENDAR_MONTH_PICKER_OPEN_HINT=\u041D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 F4, \u0437\u0430 \u0434\u0430 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043C\u0435\u0441\u0435\u0446
@@ -61,6 +61,8 @@ CALENDAR_BTN_TODAY=Avui
61
61
 
62
62
  CALENDAR_DATES_ROW_WEEK_NUMBER=Setmana {0}
63
63
 
64
+ CALENDAR_WEEK_NUMBERS=Setmanes naturals
65
+
64
66
  MONTH_PICKER=Selector de mes
65
67
 
66
68
  CALENDAR_MONTH_PICKER_OPEN_HINT=Premeu F4 per seleccionar un mes
@@ -103,8 +105,6 @@ APPOINTMENT_TENTATIVE=Amb reserva
103
105
 
104
106
  APPOINTMENT_DATE_TIME_DESCRIPTION={0}'' a les ''{1}
105
107
 
106
- FILEUPLOAD_BROWSE=Navegar...
107
-
108
108
  FILEUPLOADER_BUTTON_TEXT=Explorar...
109
109
 
110
110
  FILEUPLOADER_ACC_TEXT=Activar per seleccionar un fitxer
@@ -61,6 +61,8 @@ CALENDAR_BTN_TODAY=Danas
61
61
 
62
62
  CALENDAR_DATES_ROW_WEEK_NUMBER=Nedjelja {0}
63
63
 
64
+ CALENDAR_WEEK_NUMBERS=Kalendarske nedjelje
65
+
64
66
  MONTH_PICKER=Odabir mjeseca
65
67
 
66
68
  CALENDAR_MONTH_PICKER_OPEN_HINT=Pritisnite F4 za odabir mjeseca
@@ -17,7 +17,7 @@ CALENDAR_START_DATE=Datum zah\u00E1jen\u00ED
17
17
 
18
18
  CALENDAR_END_DATE=Datum ukon\u010Den\u00ED
19
19
 
20
- CALENDAR_START_MONTH=PO\u010D\u00E1te\u010Dn\u00ED m\u011Bs\u00EDc
20
+ CALENDAR_START_MONTH=Po\u010D\u00E1te\u010Dn\u00ED m\u011Bs\u00EDc
21
21
 
22
22
  CALENDAR_END_MONTH=Kone\u010Dn\u00FD m\u011Bs\u00EDc
23
23
 
@@ -61,6 +61,8 @@ CALENDAR_BTN_TODAY=Dnes
61
61
 
62
62
  CALENDAR_DATES_ROW_WEEK_NUMBER=T\u00FDden {0}
63
63
 
64
+ CALENDAR_WEEK_NUMBERS=Kalend\u00E1\u0159n\u00ED t\u00FDdny
65
+
64
66
  MONTH_PICKER=Voli\u010D m\u011Bs\u00EDce
65
67
 
66
68
  CALENDAR_MONTH_PICKER_OPEN_HINT=Pro v\u00FDb\u011Br m\u011Bs\u00EDce stiskn\u011Bte F4
@@ -103,8 +105,6 @@ APPOINTMENT_TENTATIVE=S v\u00FDhradou
103
105
 
104
106
  APPOINTMENT_DATE_TIME_DESCRIPTION={0}'' v ''{1}
105
107
 
106
- FILEUPLOAD_BROWSE=Prohledat...
107
-
108
108
  FILEUPLOADER_BUTTON_TEXT=Prohled\u00E1v\u00E1n\u00ED...
109
109
 
110
110
  FILEUPLOADER_ACC_TEXT=Aktivovat pro v\u00FDb\u011Br souboru
@@ -61,6 +61,8 @@ CALENDAR_BTN_TODAY=Heddiw
61
61
 
62
62
  CALENDAR_DATES_ROW_WEEK_NUMBER=Wythnos {0}
63
63
 
64
+ CALENDAR_WEEK_NUMBERS=Wythnosau Calendr
65
+
64
66
  MONTH_PICKER=Dewiswr Mis
65
67
 
66
68
  CALENDAR_MONTH_PICKER_OPEN_HINT=Pwyswch F4 i ddewis mis
@@ -61,6 +61,8 @@ CALENDAR_BTN_TODAY=I dag
61
61
 
62
62
  CALENDAR_DATES_ROW_WEEK_NUMBER=Uge {0}
63
63
 
64
+ CALENDAR_WEEK_NUMBERS=Kalenderuger
65
+
64
66
  MONTH_PICKER=M\u00E5nedsselektion
65
67
 
66
68
  CALENDAR_MONTH_PICKER_OPEN_HINT=Tryk p\u00E5 F4 for at v\u00E6lge en m\u00E5ned
@@ -103,8 +105,6 @@ APPOINTMENT_TENTATIVE=Med forbehold
103
105
 
104
106
  APPOINTMENT_DATE_TIME_DESCRIPTION={0}'' kl. ''{1}
105
107
 
106
- FILEUPLOAD_BROWSE=Gennemse ...
107
-
108
108
  FILEUPLOADER_BUTTON_TEXT=Gennemse...
109
109
 
110
110
  FILEUPLOADER_ACC_TEXT=Aktiver for at v\u00E6lge fil
@@ -61,6 +61,8 @@ CALENDAR_BTN_TODAY=Heute
61
61
 
62
62
  CALENDAR_DATES_ROW_WEEK_NUMBER=Woche {0}
63
63
 
64
+ CALENDAR_WEEK_NUMBERS=Kalenderwochen
65
+
64
66
  MONTH_PICKER=Monatsauswahl
65
67
 
66
68
  CALENDAR_MONTH_PICKER_OPEN_HINT=Dr\u00FCcken Sie F4, um einen Monat auszuw\u00E4hlen.
@@ -61,6 +61,8 @@ CALENDAR_BTN_TODAY=\u03A3\u03AE\u03BC\u03B5\u03C1\u03B1
61
61
 
62
62
  CALENDAR_DATES_ROW_WEEK_NUMBER=\u0395\u03B2\u03B4\u03BF\u03BC\u03AC\u03B4\u03B1 {0}
63
63
 
64
+ CALENDAR_WEEK_NUMBERS=\u0397\u03BC\u03B5\u03C1\u03BF\u03BB\u03BF\u03B3\u03B9\u03B1\u03BA\u03AD\u03C2 \u0392\u03B4\u03BF\u03BC\u03AC\u03B4\u03B5\u03C2
65
+
64
66
  MONTH_PICKER=\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03B1\u03C2 \u039C\u03AE\u03BD\u03B1
65
67
 
66
68
  CALENDAR_MONTH_PICKER_OPEN_HINT=\u03A0\u03B1\u03C4\u03AE\u03C3\u03C4\u03B5 F4 \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03B5\u03C0\u03B9\u03BB\u03AD\u03BE\u03B5\u03C4\u03B5 \u03BC\u03AE\u03BD\u03B1
@@ -61,6 +61,8 @@ CALENDAR_BTN_TODAY=Today
61
61
 
62
62
  CALENDAR_DATES_ROW_WEEK_NUMBER=Week {0}
63
63
 
64
+ CALENDAR_WEEK_NUMBERS=Calendar Weeks
65
+
64
66
  MONTH_PICKER=Month Picker
65
67
 
66
68
  CALENDAR_MONTH_PICKER_OPEN_HINT=Press F4 to select a month
@@ -61,6 +61,8 @@ CALENDAR_BTN_TODAY=Today
61
61
 
62
62
  CALENDAR_DATES_ROW_WEEK_NUMBER=Week {0}
63
63
 
64
+ CALENDAR_WEEK_NUMBERS=Calendar Weeks
65
+
64
66
  MONTH_PICKER=Month Picker
65
67
 
66
68
  CALENDAR_MONTH_PICKER_OPEN_HINT=Press F4 to select a month
@@ -61,6 +61,8 @@ CALENDAR_BTN_TODAY=Hoy
61
61
 
62
62
  CALENDAR_DATES_ROW_WEEK_NUMBER=Semana {0}
63
63
 
64
+ CALENDAR_WEEK_NUMBERS=Semanas naturales
65
+
64
66
  MONTH_PICKER=Selector de mes
65
67
 
66
68
  CALENDAR_MONTH_PICKER_OPEN_HINT=Pulse F4 para seleccionar un mes
@@ -61,6 +61,8 @@ CALENDAR_BTN_TODAY=Hoy
61
61
 
62
62
  CALENDAR_DATES_ROW_WEEK_NUMBER=Semana {0}
63
63
 
64
+ CALENDAR_WEEK_NUMBERS=Semanas del calendario
65
+
64
66
  MONTH_PICKER=Selector de meses
65
67
 
66
68
  CALENDAR_MONTH_PICKER_OPEN_HINT=Presione F4 para seleccionar un mes
@@ -103,8 +105,6 @@ APPOINTMENT_TENTATIVE=Provisional
103
105
 
104
106
  APPOINTMENT_DATE_TIME_DESCRIPTION={0}'' a las ''{1}
105
107
 
106
- FILEUPLOAD_BROWSE=Explorar...
107
-
108
108
  FILEUPLOADER_BUTTON_TEXT=Examinar\u2026
109
109
 
110
110
  FILEUPLOADER_ACC_TEXT=Activar para seleccionar un archivo
@@ -143,6 +143,7 @@ LEGEND_UNNAMED_TYPE=Tipo {0}
143
143
 
144
144
  LEGEND_ARIA_LABEL=Leyenda de calendario
145
145
 
146
+
146
147
  APPOINTMENT_SELECTED=Seleccionada
147
148
 
148
149
  APPOINTMENT_UNSELECTED=No seleccionado
@@ -61,6 +61,8 @@ CALENDAR_BTN_TODAY=T\u00E4na
61
61
 
62
62
  CALENDAR_DATES_ROW_WEEK_NUMBER=N\u00E4dal {0}
63
63
 
64
+ CALENDAR_WEEK_NUMBERS=Kalendrin\u00E4dalad
65
+
64
66
  MONTH_PICKER=Kuuvalija
65
67
 
66
68
  CALENDAR_MONTH_PICKER_OPEN_HINT=Vajutage kuu valimiseks klahvi F4
@@ -61,6 +61,8 @@ CALENDAR_BTN_TODAY=T\u00E4m\u00E4 p\u00E4iv\u00E4
61
61
 
62
62
  CALENDAR_DATES_ROW_WEEK_NUMBER=Viikko {0}
63
63
 
64
+ CALENDAR_WEEK_NUMBERS=Kalenteriviikot
65
+
64
66
  MONTH_PICKER=Kuukausivalitsin
65
67
 
66
68
  CALENDAR_MONTH_PICKER_OPEN_HINT=Valitse kuukausi painamalla F4
@@ -103,8 +105,6 @@ APPOINTMENT_TENTATIVE=Alustava
103
105
 
104
106
  APPOINTMENT_DATE_TIME_DESCRIPTION={0}'' klo ''{1}
105
107
 
106
- FILEUPLOAD_BROWSE=Selaa ...
107
-
108
108
  FILEUPLOADER_BUTTON_TEXT=Selaa...
109
109
 
110
110
  FILEUPLOADER_ACC_TEXT=Aktivoi tiedoston valintaa varten
@@ -61,6 +61,8 @@ CALENDAR_BTN_TODAY=Aujourd'hui
61
61
 
62
62
  CALENDAR_DATES_ROW_WEEK_NUMBER=Semaine {0}
63
63
 
64
+ CALENDAR_WEEK_NUMBERS=Semaines calendaires
65
+
64
66
  MONTH_PICKER=S\u00E9lecteur de mois
65
67
 
66
68
  CALENDAR_MONTH_PICKER_OPEN_HINT=Appuyer sur F4 pour s\u00E9lectionner un mois
@@ -61,6 +61,8 @@ CALENDAR_BTN_TODAY=Aujourd'hui
61
61
 
62
62
  CALENDAR_DATES_ROW_WEEK_NUMBER=Semaine {0}
63
63
 
64
+ CALENDAR_WEEK_NUMBERS=Semaines calendaires
65
+
64
66
  MONTH_PICKER=S\u00E9lecteur de mois
65
67
 
66
68
  CALENDAR_MONTH_PICKER_OPEN_HINT=Appuyez sur F4 pour s\u00E9lectionner un mois.
@@ -61,6 +61,8 @@ CALENDAR_BTN_TODAY=\u0906\u091C
61
61
 
62
62
  CALENDAR_DATES_ROW_WEEK_NUMBER=\u0938\u092A\u094D\u0924\u093E\u0939 {0}
63
63
 
64
+ CALENDAR_WEEK_NUMBERS=\u0915\u0948\u0932\u0947\u0902\u0921\u0930 \u0938\u092A\u094D\u0924\u093E\u0939
65
+
64
66
  MONTH_PICKER=\u092E\u0939\u0940\u0928\u093E \u092A\u093F\u0915\u0930
65
67
 
66
68
  CALENDAR_MONTH_PICKER_OPEN_HINT=\u092E\u0939\u0940\u0928\u0947 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F F4 \u0926\u092C\u093E\u090F\u0902
@@ -61,6 +61,8 @@ CALENDAR_BTN_TODAY=Danas
61
61
 
62
62
  CALENDAR_DATES_ROW_WEEK_NUMBER=Tjedan {0}
63
63
 
64
+ CALENDAR_WEEK_NUMBERS=Kalendarski tjedni
65
+
64
66
  MONTH_PICKER=Odabir mjeseca
65
67
 
66
68
  CALENDAR_MONTH_PICKER_OPEN_HINT=Pritisnite F4 za odabir mjeseca
@@ -103,8 +105,6 @@ APPOINTMENT_TENTATIVE=Uz ograni\u010Denje
103
105
 
104
106
  APPOINTMENT_DATE_TIME_DESCRIPTION={0}'' u ''{1}
105
107
 
106
- FILEUPLOAD_BROWSE=Pretra\u017Ei...
107
-
108
108
  FILEUPLOADER_BUTTON_TEXT=Pretra\u017Eivanje...
109
109
 
110
110
  FILEUPLOADER_ACC_TEXT=Aktiviraj za odabir datoteke
@@ -61,6 +61,8 @@ CALENDAR_BTN_TODAY=Ma
61
61
 
62
62
  CALENDAR_DATES_ROW_WEEK_NUMBER={0}. h\u00E9t
63
63
 
64
+ CALENDAR_WEEK_NUMBERS=Napt\u00E1ri hetek
65
+
64
66
  MONTH_PICKER=H\u00F3napv\u00E1laszt\u00F3
65
67
 
66
68
  CALENDAR_MONTH_PICKER_OPEN_HINT=A h\u00F3nap kiv\u00E1laszt\u00E1s\u00E1hoz nyomja meg az F4 billenty\u0171t
@@ -61,6 +61,8 @@ CALENDAR_BTN_TODAY=Hari Ini
61
61
 
62
62
  CALENDAR_DATES_ROW_WEEK_NUMBER=Minggu {0}
63
63
 
64
+ CALENDAR_WEEK_NUMBERS=Minggu Kalender
65
+
64
66
  MONTH_PICKER=Pemilih Bulan
65
67
 
66
68
  CALENDAR_MONTH_PICKER_OPEN_HINT=Tekan F4 untuk memilih bulan
@@ -61,6 +61,8 @@ CALENDAR_BTN_TODAY=Oggi
61
61
 
62
62
  CALENDAR_DATES_ROW_WEEK_NUMBER=Settimana {0}
63
63
 
64
+ CALENDAR_WEEK_NUMBERS=Settimane di calendario
65
+
64
66
  MONTH_PICKER=Selettore mese
65
67
 
66
68
  CALENDAR_MONTH_PICKER_OPEN_HINT=Premi F4 per selezionare un mese
@@ -61,6 +61,8 @@ CALENDAR_BTN_TODAY=\u05D4\u05D9\u05D5\u05DD
61
61
 
62
62
  CALENDAR_DATES_ROW_WEEK_NUMBER=\u05E9\u05D1\u05D5\u05E2 {0}
63
63
 
64
+ CALENDAR_WEEK_NUMBERS=\u05E9\u05D1\u05D5\u05E2\u05D5\u05EA \u05E7\u05DC\u05E0\u05D3\u05E8\u05D9\u05D9\u05DD
65
+
64
66
  MONTH_PICKER=\u05D1\u05D5\u05D7\u05E8 \u05D7\u05D5\u05D3\u05E9
65
67
 
66
68
  CALENDAR_MONTH_PICKER_OPEN_HINT=\u05D4\u05E7\u05E9 \u05E2\u05DC F4 \u05DB\u05D3\u05D9 \u05DC\u05D1\u05D7\u05D5\u05E8 \u05D7\u05D5\u05D3\u05E9
@@ -103,8 +105,6 @@ APPOINTMENT_TENTATIVE=\u05D8\u05E0\u05D8\u05D8\u05D9\u05D1\u05D9\u05EA
103
105
 
104
106
  APPOINTMENT_DATE_TIME_DESCRIPTION={0}'' \u05D1-''{1}
105
107
 
106
- FILEUPLOAD_BROWSE=\u05E2\u05D9\u05D5\u05DF...
107
-
108
108
  FILEUPLOADER_BUTTON_TEXT=\u05E2\u05D9\u05D9\u05DF...
109
109
 
110
110
  FILEUPLOADER_ACC_TEXT=\u05D4\u05E4\u05E2\u05DC \u05DB\u05D3\u05D9 \u05DC\u05D1\u05D7\u05D5\u05E8 \u05E7\u05D5\u05D1\u05E5
@@ -61,6 +61,8 @@ CALENDAR_BTN_TODAY=\u672C\u65E5
61
61
 
62
62
  CALENDAR_DATES_ROW_WEEK_NUMBER=\u9031 {0}
63
63
 
64
+ CALENDAR_WEEK_NUMBERS=\u30AB\u30EC\u30F3\u30C0\u9031
65
+
64
66
  MONTH_PICKER=\u6708\u30D4\u30C3\u30AB\u30FC
65
67
 
66
68
  CALENDAR_MONTH_PICKER_OPEN_HINT=F4 \u3092\u62BC\u3057\u3066\u6708\u3092\u9078\u629E
@@ -61,6 +61,8 @@ CALENDAR_BTN_TODAY=\u0411\u04AF\u0433\u0456\u043D
61
61
 
62
62
  CALENDAR_DATES_ROW_WEEK_NUMBER={0}-\u0430\u043F\u0442\u0430
63
63
 
64
+ CALENDAR_WEEK_NUMBERS=\u041A\u04AF\u043D\u0442\u0456\u0437\u0431\u0435\u043B\u0456\u043A \u0430\u043F\u0442\u0430\u043B\u0430\u0440
65
+
64
66
  MONTH_PICKER=\u0410\u0439\u0434\u044B \u0442\u0430\u04A3\u0434\u0430\u0443 \u049B\u04B1\u0440\u0430\u043B\u044B
65
67
 
66
68
  CALENDAR_MONTH_PICKER_OPEN_HINT=\u0410\u0439\u0434\u044B \u0442\u0430\u04A3\u0434\u0430\u0443 \u04AF\u0448\u0456\u043D F4 \u043F\u0435\u0440\u043D\u0435\u0441\u0456\u043D \u0442\u0430\u04A3\u0434\u0430\u04A3\u044B\u0437
@@ -61,6 +61,8 @@ CALENDAR_BTN_TODAY=\uC624\uB298
61
61
 
62
62
  CALENDAR_DATES_ROW_WEEK_NUMBER=\uC8FC {0}
63
63
 
64
+ CALENDAR_WEEK_NUMBERS=\uC5ED\uC8FC
65
+
64
66
  MONTH_PICKER=\uC6D4 \uC120\uD0DD \uB3C4\uAD6C
65
67
 
66
68
  CALENDAR_MONTH_PICKER_OPEN_HINT=F4\uB97C \uB20C\uB7EC \uC6D4\uC744 \uC120\uD0DD\uD558\uC2ED\uC2DC\uC624.
@@ -61,6 +61,8 @@ CALENDAR_BTN_TODAY=\u0160iandien
61
61
 
62
62
  CALENDAR_DATES_ROW_WEEK_NUMBER={0} savait\u0117
63
63
 
64
+ CALENDAR_WEEK_NUMBERS=Kalendorin\u0117s savait\u0117s
65
+
64
66
  MONTH_PICKER=M\u0117nesio ie\u0161kos \u012Frankis
65
67
 
66
68
  CALENDAR_MONTH_PICKER_OPEN_HINT=Nor\u0117dami pasirinkti m\u0117nes\u012F, paspauskite F4