/* Localized strings from Schema.plist file */ /* Data Class: No comment provided by developer */ "com.apple.Calendars" = "Calendars"; /* Singular Data Class: No comment provided by developer */ "Singular:com.apple.Calendars" = "Calendar"; /* Entity: No comment provided by developer */ "com.apple.calendars.CalendarOrder" = "Order of calendars"; /* Attribute: No comment provided by developer */ "com.apple.calendars.CalendarOrder/identity" = "identity"; /* Relationship: this will give the order of the calendars */ "com.apple.calendars.CalendarOrder/calendars" = "order of calendars"; /* Entity: No comment provided by developer */ "com.apple.calendars.Calendar" = "Calendar"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Calendar/title" = "title"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Calendar/url" = "remote location"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Calendar/notes" = "description"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Calendar/read only" = "read only"; /* Relationship: Link between Calendar and Event */ "com.apple.calendars.Calendar/events" = "event"; /* Relationship: Link between Calendar and Task */ "com.apple.calendars.Calendar/tasks" = "to-do"; /* Entity: No comment provided by developer */ "com.apple.calendars.Event" = "Event"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Event/original date" = "original date"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Event/summary" = "title"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Event/url" = "URL"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Event/description" = "notes"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Event/location" = "location"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Event/start date" = "start date"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Event/end date" = "end date"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Event/all day" = "all day"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Event/status" = "status"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Event/exception dates" = "exception dates"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Event/priority" = "priority"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Event/classification" = "classification"; /* Relationship: Back mapping from an Event to its enclosing Calendar */ "com.apple.calendars.Event/calendar" = "calendar"; /* Relationship: Link from event or task to recurrence */ "com.apple.calendars.Event/recurrences" = "recurrence"; /* Relationship: Link from event to audio alarm */ "com.apple.calendars.Event/audio alarms" = "audio alarm"; /* Relationship: Link from event to mail alarm */ "com.apple.calendars.Event/mail alarms" = "mail alarm"; /* Relationship: Link from event to display alarm */ "com.apple.calendars.Event/display alarms" = "display alarm"; /* Relationship: Link from event to organizer */ "com.apple.calendars.Event/organizer" = "organizer"; /* Relationship: Link from event to attendee */ "com.apple.calendars.Event/attendees" = "attendee"; /* Relationship: link to detached events */ "com.apple.calendars.Event/detached events" = "detached event"; /* Relationship: parent of detached events */ "com.apple.calendars.Event/main event" = "parent event"; /* Entity: No comment provided by developer */ "com.apple.calendars.Task" = "To-Do"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Task/original date" = "original date"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Task/summary" = "title"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Task/url" = "URL"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Task/description" = "notes"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Task/completion date" = "completion date"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Task/start date" = "start date"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Task/due date" = "due date"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Task/status" = "status"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Task/exception dates" = "exception dates"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Task/priority" = "priority"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Task/classification" = "classification"; /* Relationship: Back mapping from an Task to its enclosing Calendar */ "com.apple.calendars.Task/calendar" = "calendar"; /* Relationship: Link from task to recurrence */ "com.apple.calendars.Task/recurrences" = "recurrence"; /* Relationship: Link from task to audio alarm */ "com.apple.calendars.Task/audio alarms" = "audio alarm"; /* Relationship: Link from task to mail alarm */ "com.apple.calendars.Task/mail alarms" = "mail alarm"; /* Relationship: Link from task to display alarm */ "com.apple.calendars.Task/display alarms" = "display alarm"; /* Relationship: Link from task to organizer */ "com.apple.calendars.Task/organizer" = "organizer"; /* Relationship: Link from task to attendee */ "com.apple.calendars.Task/attendees" = "attendee"; /* Relationship: link to detached tasks */ "com.apple.calendars.Task/detached tasks" = "detached to-do"; /* Relationship: parent of detached tasks */ "com.apple.calendars.Task/main task" = "parent to-do"; /* Entity: A recurrence definition */ "com.apple.calendars.Recurrence" = "Recurrence"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Recurrence/frequency" = "frequency"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Recurrence/until" = "end date of the recurrence"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Recurrence/count" = "occurrences count"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Recurrence/interval" = "interval"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Recurrence/bymonth" = "list of month"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Recurrence/byweeknumber" = "list of week number"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Recurrence/byyearday" = "list of day of year"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Recurrence/bymonthday" = "list of day of month"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Recurrence/bydayfreq" = "list of day frequencies"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Recurrence/bydaydays" = "list of day names"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Recurrence/bysetpos" = "list of positions"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Recurrence/weekstartday" = "week day start"; /* Relationship: Link from Recurrence to Owner */ "com.apple.calendars.Recurrence/owner" = "owner"; /* Entity: Alarm that produces a sound */ "com.apple.calendars.AudioAlarm" = "Audio alarm"; /* Attribute: No comment provided by developer */ "com.apple.calendars.AudioAlarm/triggerdate" = "absolute time"; /* Attribute: No comment provided by developer */ "com.apple.calendars.AudioAlarm/triggerduration" = "relative time"; /* Attribute: No comment provided by developer */ "com.apple.calendars.AudioAlarm/repeat count" = "repeat count"; /* Attribute: No comment provided by developer */ "com.apple.calendars.AudioAlarm/repeat interval" = "repeat interval"; /* Attribute: No comment provided by developer */ "com.apple.calendars.AudioAlarm/description" = "description"; /* Attribute: No comment provided by developer */ "com.apple.calendars.AudioAlarm/summary" = "summary"; /* Relationship: Link from AudioAlarm to Owner */ "com.apple.calendars.AudioAlarm/owner" = "owner"; /* Entity: Alarm that sends a mail */ "com.apple.calendars.MailAlarm" = "Mail alarm"; /* Attribute: No comment provided by developer */ "com.apple.calendars.MailAlarm/triggerdate" = "absolute time"; /* Attribute: No comment provided by developer */ "com.apple.calendars.MailAlarm/triggerduration" = "relative time"; /* Attribute: No comment provided by developer */ "com.apple.calendars.MailAlarm/repeat count" = "repeat count"; /* Attribute: No comment provided by developer */ "com.apple.calendars.MailAlarm/repeat interval" = "repeat interval"; /* Attribute: No comment provided by developer */ "com.apple.calendars.MailAlarm/description" = "description"; /* Attribute: No comment provided by developer */ "com.apple.calendars.MailAlarm/summary" = "summary"; /* Attribute: No comment provided by developer */ "com.apple.calendars.MailAlarm/recipients" = "recipients"; /* Relationship: Link from MailAlarm to Owner */ "com.apple.calendars.MailAlarm/owner" = "owner"; /* Entity: Alarm that displays a message */ "com.apple.calendars.DisplayAlarm" = "Display alarm"; /* Attribute: No comment provided by developer */ "com.apple.calendars.DisplayAlarm/triggerdate" = "absolute time"; /* Attribute: No comment provided by developer */ "com.apple.calendars.DisplayAlarm/triggerduration" = "relative time"; /* Attribute: No comment provided by developer */ "com.apple.calendars.DisplayAlarm/repeat count" = "repeat count"; /* Attribute: No comment provided by developer */ "com.apple.calendars.DisplayAlarm/repeat interval" = "repeat interval"; /* Attribute: No comment provided by developer */ "com.apple.calendars.DisplayAlarm/description" = "description"; /* Relationship: Link from DisplayAlarm to Owner */ "com.apple.calendars.DisplayAlarm/owner" = "owner"; /* Entity: Organizer definition */ "com.apple.calendars.Organizer" = "Organizer"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Organizer/directory entry" = "directory entry"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Organizer/common name" = "common name"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Organizer/email" = "email"; /* Relationship: Link from Organizer to Owner */ "com.apple.calendars.Organizer/owner" = "owner"; /* Entity: Attendee definition */ "com.apple.calendars.Attendee" = "Attendee"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Attendee/directory entry" = "directory entry"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Attendee/common name" = "common name"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Attendee/email" = "email"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Attendee/user type" = "user type"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Attendee/role" = "role"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Attendee/status" = "status"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Attendee/rsvp" = "rsvp"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Attendee/delegatedto" = "delegated to"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Attendee/delegatedfrom" = "delegated from"; /* Relationship: Link from Attendee to Owner */ "com.apple.calendars.Attendee/owner" = "owner"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Task/due date is date only" = "due date type"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Event/invitationId" = "invitation id"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Event/invitationSequence" = "invitation sequence number"; /* Attribute: No comment provided by developer */ "com.apple.calendars.Event/invitationTimestamp" = "invitation timestamp";