+
+
+
+
@@ -326,8 +329,8 @@ export default class Calendar extends React.Component
}
+
);
}
}
diff --git a/samples/react-calendar/src/webparts/calendar/loc/en-us.js b/samples/react-calendar/src/webparts/calendar/loc/en-us.js
index 14e267b3c..bc6ce0085 100644
--- a/samples/react-calendar/src/webparts/calendar/loc/en-us.js
+++ b/samples/react-calendar/src/webparts/calendar/loc/en-us.js
@@ -1,18 +1,38 @@
define([], function () {
return {
- PropPanelSiteUrlErrorMessage:'Please verify if site url is valid',
+ WeeksOnLabel: "week(s) on",
+ PaternLabel: "Patern",
+ OcurrencesLabel: "Ocurrences",
+ dateRangeLabel: "Date Range",
+ weekEndDay: "Weekend Day",
+ weekDayLabel: "Weekday",
+ lastLabel: "last",
+ fourthLabel: "fourth",
+ thirdLabel: "third",
+ secondLabel: "second",
+ firstLabel: "first",
+ theLabel: "the",
+ MonthsLabel: "month(s)",
+ ofEveryLabel: "of every ",
+ AllowedValues1to12Label: "Allowed values 1 to 12",
+ noEndDate: "no end date",
+ everyweekdays: "every weekdays",
+ days: "days",
+ every: "every",
+ EndByLabel: "end by",
+ EndAfterLabel: "end after",
HttpErrorMessage: "Error reading calendar events:",
CategoryPlaceHolder: "Please select category",
CategoryLabel: "Category",
EnDateValidationMessage: "start date is greater than end date",
SartDateValidationMessage: "start date is greater than end date",
eventSelectDatesLabel: "Show only the events within the following dates",
- ConfirmeDeleteMessage: "Confirm delete event ?",
- DialogConfirmDeleteTitle: " 'Delete Event'",
+ ConfirmeDeleteMessage: "Confirm delete event ? If the event is a recurrence event all entries will be deleted ",
+ DialogConfirmDeleteTitle: "Delete Event",
SpinnerDeletingLabel: "Deleting...",
DialogCloseButtonLabel: "Cancel",
DialogConfirmDeleteLabel: "Delete",
- SaveButtonLabel: " Save",
+ SaveButtonLabel: "Save",
DeleteButtonLabel: "Delete",
CancelButtonLabel: "Cancel",
LoadingEventsLabel: "Loading events...",
@@ -54,7 +74,7 @@ define([], function () {
Oct:'Oct',
Nov:'Nov',
Dez:'Dez',
- Dezember: "December",
+ December: "December",
November: " 'November'",
October: "October",
September: "September",
diff --git a/samples/react-calendar/src/webparts/calendar/loc/mystrings.d.ts b/samples/react-calendar/src/webparts/calendar/loc/mystrings.d.ts
index 308bbd717..bfe940504 100644
--- a/samples/react-calendar/src/webparts/calendar/loc/mystrings.d.ts
+++ b/samples/react-calendar/src/webparts/calendar/loc/mystrings.d.ts
@@ -1,4 +1,25 @@
declare interface ICalendarWebPartStrings {
+ WeeksOnLabel: string;
+ PaternLabel: string;
+ OcurrencesLabel: string;
+ dateRangeLabel: string;
+ weekEndDay: string;
+ weekDayLabel: string;
+ lastLabel: string;
+ fourthLabel: string;
+ thirdLabel: string;
+ secondLabel: string;
+ firstLabel: string;
+ theLabel: string;
+ MonthsLabel: string;
+ ofEveryLabel: string;
+ AllowedValues1to12Label: string;
+ noEndDate: string;
+ everyweekdays: string;
+ days: string;
+ every: string;
+ EndByLabel: string;
+ EndAfterLabel: string;
HttpErrorMessage: string;
CategoryPlaceHolder: string;
CategoryLabel: string;
@@ -52,7 +73,7 @@ declare interface ICalendarWebPartStrings {
Oct:string;
Nov:string;
Dez:string;
- Dezember: string;
+ December: string;
November: string;
October: string;
September: string;
@@ -91,7 +112,6 @@ declare interface ICalendarWebPartStrings {
previousLabel: string;
nextLabel: string;
showMore: string;
- PropPanelSiteUrlErrorMessage: string;
}
declare module 'CalendarWebPartStrings' {
diff --git a/samples/react-calendar/src/webparts/calendar/loc/pt-pt.js b/samples/react-calendar/src/webparts/calendar/loc/pt-pt.js
index cc362951a..a2496a2dd 100644
--- a/samples/react-calendar/src/webparts/calendar/loc/pt-pt.js
+++ b/samples/react-calendar/src/webparts/calendar/loc/pt-pt.js
@@ -1,6 +1,26 @@
define([], function() {
return {
- PropPanelSiteUrlErrorMessage:'Por favor verifique se site url é valido.',
+ WeeksOnLabel: "week(s) on",
+ PaternLabel: "Patern",
+ OcurrencesLabel: "Ocurrences",
+ dateRangeLabel: "Date Range",
+ weekEndDay: " 'weekend day'",
+ weekDayLabel: "weekday",
+ lastLabel: "last",
+ fourthLabel: " 'fourth'",
+ thirdLabel: "third",
+ secondLabel: " 'Second' ",
+ firstLabel: "first",
+ theLabel: "the",
+ MonthsLabel: "month(s)",
+ ofEveryLabel: "of every ",
+ AllowedValues1to12Label: "Allowed values 1 to 12",
+ noEndDate: "no end date",
+ everyweekdays: "every weekdays",
+ days: "days",
+ every: "every",
+ EndByLabel: "end by",
+ EndAfterLabel: "end after",
HttpErrorMessage: "Error reading calendar events:",
CategoryPlaceHolder: "Please select category",
CategoryLabel: "Category",