Initial event composing.
This commit is contained in:
@@ -124,6 +124,56 @@
|
||||
"CalendarAttendeeStatus_NeedsAction": "Needs Action",
|
||||
"CalendarAttendeeStatus_Tentative": "Tentative",
|
||||
"CalendarEventDetails_Attachments": "Attachments",
|
||||
"CalendarEventCompose_AddAttachment": "Add attachment",
|
||||
"CalendarEventCompose_AllDay": "All Day",
|
||||
"CalendarEventCompose_EndDate": "End date",
|
||||
"CalendarEventCompose_EndTime": "End time",
|
||||
"CalendarEventCompose_Every": "every",
|
||||
"CalendarEventCompose_ForWeekdays": "for",
|
||||
"CalendarEventCompose_FrequencyDay": "day",
|
||||
"CalendarEventCompose_FrequencyDayPlural": "days",
|
||||
"CalendarEventCompose_FrequencyMonth": "month",
|
||||
"CalendarEventCompose_FrequencyMonthPlural": "months",
|
||||
"CalendarEventCompose_FrequencyWeek": "week",
|
||||
"CalendarEventCompose_FrequencyWeekPlural": "weeks",
|
||||
"CalendarEventCompose_FrequencyYear": "year",
|
||||
"CalendarEventCompose_FrequencyYearPlural": "years",
|
||||
"CalendarEventCompose_Location": "Location",
|
||||
"CalendarEventCompose_LocationPlaceholder": "Add a location",
|
||||
"CalendarEventCompose_NewEventButton": "New Event",
|
||||
"CalendarEventCompose_NoCalendarsMessage": "There are no calendars available for event creation yet.",
|
||||
"CalendarEventCompose_NoCalendarsTitle": "No calendars available",
|
||||
"CalendarEventCompose_NoEndDate": "No end date",
|
||||
"CalendarEventCompose_Notes": "Notes",
|
||||
"CalendarEventCompose_PickCalendarTitle": "Pick a calendar",
|
||||
"CalendarEventCompose_Recurring": "Recurring",
|
||||
"CalendarEventCompose_RecurringSummary": "Occurs every {0} {1}{2} {3} effective {4}{5}",
|
||||
"CalendarEventCompose_RepeatEvery": "Repeat every",
|
||||
"CalendarEventCompose_SelectCalendar": "Select calendar",
|
||||
"CalendarEventCompose_SingleOccurrenceSummary": "Occurs on {0} {1}",
|
||||
"CalendarEventCompose_StartDate": "Start date",
|
||||
"CalendarEventCompose_StartTime": "Start time",
|
||||
"CalendarEventCompose_TimeRangeSummary": "from {0} to {1}",
|
||||
"CalendarEventCompose_Title": "Event title",
|
||||
"CalendarEventCompose_TitlePlaceholder": "Add a title",
|
||||
"CalendarEventCompose_Until": "until",
|
||||
"CalendarEventCompose_UntilSummary": " until {0}",
|
||||
"CalendarEventCompose_ValidationInvalidAllDayRange": "The all-day end date must be after the start date.",
|
||||
"CalendarEventCompose_ValidationInvalidAttendee": "One or more attendees have an invalid email address.",
|
||||
"CalendarEventCompose_ValidationInvalidRecurrenceEnd": "The recurrence end date must be on or after the event start date.",
|
||||
"CalendarEventCompose_ValidationInvalidTimeRange": "The end time must be later than the start time.",
|
||||
"CalendarEventCompose_ValidationMissingAttachment": "One or more attachments are no longer available: {0}",
|
||||
"CalendarEventCompose_ValidationMissingCalendar": "Select a calendar before creating the event.",
|
||||
"CalendarEventCompose_ValidationMissingTitle": "Enter an event title before creating the event.",
|
||||
"CalendarEventCompose_ValidationTitle": "Event validation failed",
|
||||
"CalendarEventCompose_WeekdaySummary": " on {0}",
|
||||
"CalendarEventCompose_Weekday_Friday": "F",
|
||||
"CalendarEventCompose_Weekday_Monday": "M",
|
||||
"CalendarEventCompose_Weekday_Saturday": "S",
|
||||
"CalendarEventCompose_Weekday_Sunday": "S",
|
||||
"CalendarEventCompose_Weekday_Thursday": "T",
|
||||
"CalendarEventCompose_Weekday_Tuesday": "T",
|
||||
"CalendarEventCompose_Weekday_Wednesday": "W",
|
||||
"CalendarEventDetails_Details": "Details",
|
||||
"CalendarEventDetails_EditSeries": "Edit Series",
|
||||
"CalendarEventDetails_Editing": "Editing",
|
||||
|
||||
Reference in New Issue
Block a user