Mercurial > hg > rc1
comparison plugins/calendar/localization/et_EE.inc @ 3:f6fe4b6ae66a
calendar plugin nearly as distributed
author | Charlie Root |
---|---|
date | Sat, 13 Jan 2018 08:56:12 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:c828b0fd4a6e | 3:f6fe4b6ae66a |
---|---|
1 <?php | |
2 /** | |
3 * Localizations for Kolab Calendar plugin | |
4 * | |
5 * Copyright (C) 2014, Kolab Systems AG | |
6 * | |
7 * For translation see https://www.transifex.com/projects/p/kolab/resource/calendar/ | |
8 */ | |
9 $labels['default_view'] = 'Default view'; | |
10 $labels['time_format'] = 'Time format'; | |
11 $labels['timeslots'] = 'Time slots per hour'; | |
12 $labels['first_day'] = 'First weekday'; | |
13 $labels['first_hour'] = 'First hour to show'; | |
14 $labels['workinghours'] = 'Working hours'; | |
15 $labels['add_category'] = 'Add category'; | |
16 $labels['remove_category'] = 'Remove category'; | |
17 $labels['defaultcalendar'] = 'Create new events in'; | |
18 $labels['eventcoloring'] = 'Event coloring'; | |
19 $labels['coloringmode0'] = 'According to calendar'; | |
20 $labels['coloringmode1'] = 'According to category'; | |
21 $labels['coloringmode2'] = 'Calendar for outline, category for content'; | |
22 $labels['coloringmode3'] = 'Category for outline, calendar for content'; | |
23 $labels['calendar'] = 'Calendar'; | |
24 $labels['calendars'] = 'Calendars'; | |
25 $labels['category'] = 'Category'; | |
26 $labels['categories'] = 'Categories'; | |
27 $labels['createcalendar'] = 'Create new calendar'; | |
28 $labels['editcalendar'] = 'Edit calendar properties'; | |
29 $labels['name'] = 'Nimi'; | |
30 $labels['color'] = 'Color'; | |
31 $labels['day'] = 'Day'; | |
32 $labels['week'] = 'Week'; | |
33 $labels['month'] = 'Month'; | |
34 $labels['agenda'] = 'Agenda'; | |
35 $labels['new'] = 'New'; | |
36 $labels['new_event'] = 'New event'; | |
37 $labels['edit_event'] = 'Edit event'; | |
38 $labels['edit'] = 'Edit'; | |
39 $labels['save'] = 'Salvesta'; | |
40 $labels['removelist'] = 'Remove from list'; | |
41 $labels['cancel'] = 'Cancel'; | |
42 $labels['select'] = 'Select'; | |
43 $labels['print'] = 'Print'; | |
44 $labels['printtitle'] = 'Print calendars'; | |
45 $labels['title'] = 'Summary'; | |
46 $labels['description'] = 'Description'; | |
47 $labels['all-day'] = 'all-day'; | |
48 $labels['export'] = 'Export'; | |
49 $labels['exporttitle'] = 'Export to iCalendar'; | |
50 $labels['exportrange'] = 'Events from'; | |
51 $labels['exportattachments'] = 'With attachments'; | |
52 $labels['customdate'] = 'Custom date'; | |
53 $labels['location'] = 'Location'; | |
54 $labels['url'] = 'URL'; | |
55 $labels['date'] = 'Date'; | |
56 $labels['start'] = 'Start'; | |
57 $labels['starttime'] = 'Start time'; | |
58 $labels['end'] = 'End'; | |
59 $labels['repeat'] = 'Repeat'; | |
60 $labels['selectdate'] = 'Choose date'; | |
61 $labels['freebusy'] = 'Show me as'; | |
62 $labels['free'] = 'Free'; | |
63 $labels['busy'] = 'Busy'; | |
64 $labels['outofoffice'] = 'Absent'; | |
65 $labels['tentative'] = 'Tentative'; | |
66 $labels['status'] = 'Status'; | |
67 $labels['status-cancelled'] = 'Cancelled'; | |
68 $labels['priority'] = 'Priority'; | |
69 $labels['sensitivity'] = 'Privacy'; | |
70 $labels['public'] = 'public'; | |
71 $labels['private'] = 'private'; | |
72 $labels['confidential'] = 'confidential'; | |
73 $labels['links'] = 'Reference'; | |
74 $labels['alarms'] = 'Reminder'; | |
75 $labels['comment'] = 'Kommentaar'; | |
76 $labels['created'] = 'Created'; | |
77 $labels['changed'] = 'Last Modified'; | |
78 $labels['unknown'] = 'Unknown'; | |
79 $labels['generated'] = 'generated at'; | |
80 $labels['removelink'] = 'Remove email reference'; | |
81 $labels['printdescriptions'] = 'Print descriptions'; | |
82 $labels['parentcalendar'] = 'Insert inside'; | |
83 $labels['searchearlierdates'] = '« Search for earlier events'; | |
84 $labels['searchlaterdates'] = 'Search for later events »'; | |
85 $labels['andnmore'] = '$nr more...'; | |
86 $labels['togglerole'] = 'Click to toggle role'; | |
87 $labels['createfrommail'] = 'Save as event'; | |
88 $labels['importevents'] = 'Import events'; | |
89 $labels['importrange'] = 'Events from'; | |
90 $labels['onemonthback'] = '1 month back'; | |
91 $labels['nmonthsback'] = '$nr months back'; | |
92 $labels['showurl'] = 'Show calendar URL'; | |
93 $labels['showurldescription'] = 'Use the following address to access (read only) your calendar from other applications. You can copy and paste this into any calendar software that supports the iCal format.'; | |
94 $labels['caldavurldescription'] = 'Copy this address to a <a href="http://en.wikipedia.org/wiki/CalDAV" target="_blank">CalDAV</a> client application (e.g. Evolution or Mozilla Thunderbird) to fully synchronize this specific calendar with your computer or mobile device.'; | |
95 $labels['searchterms'] = 'Search terms'; | |
96 $labels['calendarsubscribe'] = 'List permanently'; | |
97 $labels['listrange'] = 'Range to display:'; | |
98 $labels['listsections'] = 'Divide into:'; | |
99 $labels['smartsections'] = 'Smart sections'; | |
100 $labels['until'] = 'until'; | |
101 $labels['today'] = 'Today'; | |
102 $labels['tomorrow'] = 'Tomorrow'; | |
103 $labels['thisweek'] = 'This week'; | |
104 $labels['nextweek'] = 'Next week'; | |
105 $labels['thismonth'] = 'This month'; | |
106 $labels['nextmonth'] = 'Next month'; | |
107 $labels['weekofyear'] = 'Week'; | |
108 $labels['pastevents'] = 'Past'; | |
109 $labels['futureevents'] = 'Future'; | |
110 $labels['showalarms'] = 'Show reminders'; | |
111 $labels['defaultalarmtype'] = 'Default reminder setting'; | |
112 $labels['defaultalarmoffset'] = 'Default reminder time'; | |
113 $labels['attendee'] = 'Participant'; | |
114 $labels['role'] = 'Role'; | |
115 $labels['availability'] = 'Avail.'; | |
116 $labels['confirmstate'] = 'Status'; | |
117 $labels['addattendee'] = 'Add participant'; | |
118 $labels['roleorganizer'] = 'Organizer'; | |
119 $labels['rolerequired'] = 'Kohustuslik'; | |
120 $labels['roleoptional'] = 'Optional'; | |
121 $labels['rolechair'] = 'Chair'; | |
122 $labels['rolenonparticipant'] = 'Absent'; | |
123 $labels['cutypeindividual'] = 'Individual'; | |
124 $labels['cutypegroup'] = 'Group'; | |
125 $labels['cutyperesource'] = 'Resource'; | |
126 $labels['cutyperoom'] = 'Room'; | |
127 $labels['availfree'] = 'Free'; | |
128 $labels['availbusy'] = 'Busy'; | |
129 $labels['availunknown'] = 'Unknown'; | |
130 $labels['availtentative'] = 'Tentative'; | |
131 $labels['availoutofoffice'] = 'Absent'; | |
132 $labels['delegatedto'] = 'Delegated to: '; | |
133 $labels['delegatedfrom'] = 'Delegated from: '; | |
134 $labels['scheduletime'] = 'Find availability'; | |
135 $labels['sendinvitations'] = 'Send invitations'; | |
136 $labels['sendnotifications'] = 'Notify participants about modifications'; | |
137 $labels['sendcancellation'] = 'Notify participants about event cancellation'; | |
138 $labels['onlyworkinghours'] = 'Find availability within my working hours'; | |
139 $labels['reqallattendees'] = 'Required/all participants'; | |
140 $labels['prevslot'] = 'Previous Slot'; | |
141 $labels['nextslot'] = 'Next Slot'; | |
142 $labels['noslotfound'] = 'Unable to find a free time slot'; | |
143 $labels['invitationsubject'] = 'You\'ve been invited to "$title"'; | |
144 $labels['invitationmailbody'] = "*\$title*\n\nWhen: \$date\n\nInvitees: \$attendees\n\nPlease find attached an iCalendar file with all the event details which you can import to your calendar application."; | |
145 $labels['invitationattendlinks'] = "In case your email client doesn't support iTip requests you can use the following link to either accept or decline this invitation:\n\$url"; | |
146 $labels['eventupdatesubject'] = '"$title" has been updated'; | |
147 $labels['eventupdatesubjectempty'] = 'An event that concerns you has been updated'; | |
148 $labels['eventupdatemailbody'] = "*\$title*\n\nWhen: \$date\n\nInvitees: \$attendees\n\nPlease find attached an iCalendar file with the updated event details which you can import to your calendar application."; | |
149 $labels['eventcancelsubject'] = '"$title" has been canceled'; | |
150 $labels['eventcancelmailbody'] = "*\$title*\n\nWhen: \$date\n\nInvitees: \$attendees\n\nThe event has been cancelled by \$organizer.\n\nPlease find attached an iCalendar file with the updated event details."; | |
151 $labels['itipmailbodyaccepted'] = "\$sender has accepted the invitation to the following event:\n\n*\$title*\n\nWhen: \$date\n\nInvitees: \$attendees"; | |
152 $labels['itipmailbodytentative'] = "\$sender has tentatively accepted the invitation to the following event:\n\n*\$title*\n\nWhen: \$date\n\nInvitees: \$attendees"; | |
153 $labels['itipmailbodydeclined'] = "\$sender has declined the invitation to the following event:\n\n*\$title*\n\nWhen: \$date\n\nInvitees: \$attendees"; | |
154 $labels['itipdeclineevent'] = 'Do you want to decline your invitation to this event?'; | |
155 $labels['declinedeleteconfirm'] = 'Do you also want to delete this declined event from your calendar?'; | |
156 $labels['itipcomment'] = 'Invitation/notification comment'; | |
157 $labels['notanattendee'] = 'You\'re not listed as an attendee of this event'; | |
158 $labels['eventcancelled'] = 'The event has been cancelled'; | |
159 $labels['saveincalendar'] = 'save in'; | |
160 $labels['resource'] = 'Resource'; | |
161 $labels['resourcedetails'] = 'Details'; | |
162 $labels['tabsummary'] = 'Summary'; | |
163 $labels['tabrecurrence'] = 'Recurrence'; | |
164 $labels['tabattendees'] = 'Participants'; | |
165 $labels['tabattachments'] = 'Attachments'; | |
166 $labels['tabsharing'] = 'Sharing'; | |
167 $labels['deleteobjectconfirm'] = 'Do you really want to delete this event?'; | |
168 $labels['deleteventconfirm'] = 'Do you really want to delete this event?'; | |
169 $labels['deletecalendarconfirm'] = 'Do you really want to delete this calendar with all its events?'; | |
170 $labels['deletecalendarconfirmrecursive'] = 'Do you really want to delete this calendar with all its events and sub-calendars?'; | |
171 $labels['savingdata'] = 'Saving data...'; | |
172 $labels['errorsaving'] = 'Failed to save changes.'; | |
173 $labels['operationfailed'] = 'The requested operation failed.'; | |
174 $labels['invalideventdates'] = 'Invalid dates entered! Please check your input.'; | |
175 $labels['invalidcalendarproperties'] = 'Invalid calendar properties! Please set a valid name.'; | |
176 $labels['searchnoresults'] = 'No events found in the selected calendars.'; | |
177 $labels['successremoval'] = 'The event has been deleted successfully.'; | |
178 $labels['successrestore'] = 'The event has been restored successfully.'; | |
179 $labels['errornotifying'] = 'Failed to send notifications to event participants'; | |
180 $labels['errorimportingevent'] = 'Failed to import the event'; | |
181 $labels['newerversionexists'] = 'A newer version of this event already exists! Aborted.'; | |
182 $labels['nowritecalendarfound'] = 'No calendar found to save the event'; | |
183 $labels['importedsuccessfully'] = 'The event was successfully added to \'$calendar\''; | |
184 $labels['attendeupdateesuccess'] = 'Successfully updated the participant\'s status'; | |
185 $labels['itipsendsuccess'] = 'Invitation sent to participants.'; | |
186 $labels['itipresponseerror'] = 'Failed to send the response to this event invitation'; | |
187 $labels['itipinvalidrequest'] = 'This invitation is no longer valid'; | |
188 $labels['sentresponseto'] = 'Successfully sent invitation response to $mailto'; | |
189 $labels['localchangeswarning'] = 'You are about to make changes that will only be reflected on your calendar and not be sent to the organizer of the event.'; | |
190 $labels['importsuccess'] = 'Successfully imported $nr events'; | |
191 $labels['importnone'] = 'No events found to be imported'; | |
192 $labels['importerror'] = 'An error occured while importing'; | |
193 $labels['aclnorights'] = 'You do not have administrator rights on this calendar.'; | |
194 $labels['changeeventconfirm'] = 'Change event'; | |
195 $labels['changerecurringeventwarning'] = 'This is a recurring event. Would you like to edit the current event only, this and all future occurences, all occurences or save it as a new event?'; | |
196 $labels['currentevent'] = 'Current'; | |
197 $labels['futurevents'] = 'Future'; | |
198 $labels['allevents'] = 'All'; | |
199 $labels['saveasnew'] = 'Save as new'; | |
200 $labels['birthdays'] = 'Birthdays'; | |
201 $labels['birthdayscalendar'] = 'Birthdays Calendar'; | |
202 $labels['displaybirthdayscalendar'] = 'Display birthdays calendar'; | |
203 $labels['birthdayscalendarsources'] = 'From these address books'; | |
204 $labels['birthdayeventtitle'] = '$name\'s Birthday'; | |
205 $labels['birthdayage'] = 'Age $age'; | |
206 $labels['operation'] = 'Toiming'; | |
207 ?> |