Mercurial > hg > rc1
comparison plugins/calendar/localization/he.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['afternothing'] = 'Do nothing'; | |
24 $labels['aftertrash'] = 'Move to Trash'; | |
25 $labels['afterdelete'] = 'Delete the message'; | |
26 $labels['afterflagdeleted'] = 'Flag as deleted'; | |
27 $labels['aftermoveto'] = 'Move to...'; | |
28 $labels['itipoptions'] = 'Event Invitations'; | |
29 $labels['afteraction'] = 'After an invitation or update message is processed'; | |
30 $labels['calendar'] = 'Calendar'; | |
31 $labels['calendars'] = 'Calendars'; | |
32 $labels['category'] = 'Category'; | |
33 $labels['categories'] = 'Categories'; | |
34 $labels['createcalendar'] = 'Create new calendar'; | |
35 $labels['editcalendar'] = 'Edit calendar properties'; | |
36 $labels['name'] = 'Name'; | |
37 $labels['color'] = 'Color'; | |
38 $labels['day'] = 'Day'; | |
39 $labels['week'] = 'Week'; | |
40 $labels['month'] = 'Month'; | |
41 $labels['agenda'] = 'Agenda'; | |
42 $labels['new'] = 'New'; | |
43 $labels['new_event'] = 'New event'; | |
44 $labels['edit_event'] = 'Edit event'; | |
45 $labels['edit'] = 'Edit'; | |
46 $labels['save'] = 'Save'; | |
47 $labels['removelist'] = 'Remove from list'; | |
48 $labels['cancel'] = 'Cancel'; | |
49 $labels['select'] = 'Select'; | |
50 $labels['print'] = 'Print'; | |
51 $labels['printtitle'] = 'Print calendars'; | |
52 $labels['title'] = 'Summary'; | |
53 $labels['description'] = 'Description'; | |
54 $labels['all-day'] = 'all-day'; | |
55 $labels['export'] = 'Export'; | |
56 $labels['exporttitle'] = 'Export to iCalendar'; | |
57 $labels['exportrange'] = 'Events from'; | |
58 $labels['exportattachments'] = 'With attachments'; | |
59 $labels['customdate'] = 'Custom date'; | |
60 $labels['location'] = 'Location'; | |
61 $labels['url'] = 'URL'; | |
62 $labels['date'] = 'Date'; | |
63 $labels['start'] = 'Start'; | |
64 $labels['starttime'] = 'Start time'; | |
65 $labels['end'] = 'End'; | |
66 $labels['endtime'] = 'End time'; | |
67 $labels['repeat'] = 'Repeat'; | |
68 $labels['selectdate'] = 'Choose date'; | |
69 $labels['freebusy'] = 'Show me as'; | |
70 $labels['free'] = 'Free'; | |
71 $labels['busy'] = 'Busy'; | |
72 $labels['outofoffice'] = 'Out of Office'; | |
73 $labels['tentative'] = 'Tentative'; | |
74 $labels['mystatus'] = 'My status'; | |
75 $labels['status'] = 'Status'; | |
76 $labels['status-confirmed'] = 'Confirmed'; | |
77 $labels['status-cancelled'] = 'Cancelled'; | |
78 $labels['priority'] = 'Priority'; | |
79 $labels['sensitivity'] = 'Privacy'; | |
80 $labels['public'] = 'public'; | |
81 $labels['private'] = 'private'; | |
82 $labels['confidential'] = 'confidential'; | |
83 $labels['alarms'] = 'Reminder'; | |
84 $labels['comment'] = 'Comment'; | |
85 $labels['created'] = 'Created'; | |
86 $labels['changed'] = 'Last Modified'; | |
87 $labels['unknown'] = 'Unknown'; | |
88 $labels['eventoptions'] = 'Options'; | |
89 $labels['generated'] = 'generated at'; | |
90 $labels['eventhistory'] = 'History'; | |
91 $labels['printdescriptions'] = 'Print descriptions'; | |
92 $labels['parentcalendar'] = 'Insert inside'; | |
93 $labels['searchearlierdates'] = '« Search for earlier events'; | |
94 $labels['searchlaterdates'] = 'Search for later events »'; | |
95 $labels['andnmore'] = '$nr more...'; | |
96 $labels['togglerole'] = 'Click to toggle role'; | |
97 $labels['createfrommail'] = 'Save as event'; | |
98 $labels['importevents'] = 'Import events'; | |
99 $labels['importrange'] = 'Events from'; | |
100 $labels['onemonthback'] = '1 month back'; | |
101 $labels['nmonthsback'] = '$nr months back'; | |
102 $labels['showurl'] = 'Show calendar URL'; | |
103 $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.'; | |
104 $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.'; | |
105 $labels['findcalendars'] = 'Find calendars...'; | |
106 $labels['searchterms'] = 'Search terms'; | |
107 $labels['calsearchresults'] = 'Available Calendars'; | |
108 $labels['calendarsubscribe'] = 'List permanently'; | |
109 $labels['nocalendarsfound'] = 'No calendars found'; | |
110 $labels['nrcalendarsfound'] = '$nr calendars found'; | |
111 $labels['quickview'] = 'View only this calendar'; | |
112 $labels['invitationspending'] = 'Pending invitations'; | |
113 $labels['invitationsdeclined'] = 'Declined invitations'; | |
114 $labels['changepartstat'] = 'Change participant status'; | |
115 $labels['rsvpcomment'] = 'Invitation text'; | |
116 $labels['listrange'] = 'Range to display:'; | |
117 $labels['listsections'] = 'Divide into:'; | |
118 $labels['smartsections'] = 'Smart sections'; | |
119 $labels['until'] = 'until'; | |
120 $labels['today'] = 'Today'; | |
121 $labels['tomorrow'] = 'Tomorrow'; | |
122 $labels['thisweek'] = 'This week'; | |
123 $labels['nextweek'] = 'Next week'; | |
124 $labels['prevweek'] = 'Previous week'; | |
125 $labels['thismonth'] = 'This month'; | |
126 $labels['nextmonth'] = 'Next month'; | |
127 $labels['weekofyear'] = 'Week'; | |
128 $labels['pastevents'] = 'Past'; | |
129 $labels['futureevents'] = 'Future'; | |
130 $labels['showalarms'] = 'Show reminders'; | |
131 $labels['defaultalarmtype'] = 'Default reminder setting'; | |
132 $labels['defaultalarmoffset'] = 'Default reminder time'; | |
133 $labels['attendee'] = 'Participant'; | |
134 $labels['role'] = 'Role'; | |
135 $labels['availability'] = 'Avail.'; | |
136 $labels['confirmstate'] = 'Status'; | |
137 $labels['addattendee'] = 'Add participant'; | |
138 $labels['roleorganizer'] = 'Organizer'; | |
139 $labels['rolerequired'] = 'Required'; | |
140 $labels['roleoptional'] = 'Optional'; | |
141 $labels['rolechair'] = 'Chair'; | |
142 $labels['rolenonparticipant'] = 'Absent'; | |
143 $labels['cutypeindividual'] = 'Individual'; | |
144 $labels['cutypegroup'] = 'Group'; | |
145 $labels['cutyperesource'] = 'Resource'; | |
146 $labels['cutyperoom'] = 'Room'; | |
147 $labels['availfree'] = 'Free'; | |
148 $labels['availbusy'] = 'Busy'; | |
149 $labels['availunknown'] = 'Unknown'; | |
150 $labels['availtentative'] = 'Tentative'; | |
151 $labels['availoutofoffice'] = 'Out of Office'; | |
152 $labels['delegatedto'] = 'Delegated to: '; | |
153 $labels['delegatedfrom'] = 'Delegated from: '; | |
154 $labels['scheduletime'] = 'Find availability'; | |
155 $labels['sendinvitations'] = 'Send invitations'; | |
156 $labels['sendnotifications'] = 'Notify participants about modifications'; | |
157 $labels['sendcancellation'] = 'Notify participants about event cancellation'; | |
158 $labels['onlyworkinghours'] = 'Find availability within my working hours'; | |
159 $labels['reqallattendees'] = 'Required/all participants'; | |
160 $labels['prevslot'] = 'Previous Slot'; | |
161 $labels['nextslot'] = 'Next Slot'; | |
162 $labels['suggestedslot'] = 'Suggested Slot'; | |
163 $labels['noslotfound'] = 'Unable to find a free time slot'; | |
164 $labels['invitationsubject'] = 'You\'ve been invited to "$title"'; | |
165 $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."; | |
166 $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"; | |
167 $labels['eventupdatesubject'] = '"$title" has been updated'; | |
168 $labels['eventupdatesubjectempty'] = 'An event that concerns you has been updated'; | |
169 $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."; | |
170 $labels['eventcancelsubject'] = '"$title" has been canceled'; | |
171 $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."; | |
172 $labels['itipobjectnotfound'] = 'The event referred by this message was not found in your calendar.'; | |
173 $labels['itipmailbodyaccepted'] = "\$sender has accepted the invitation to the following event:\n\n*\$title*\n\nWhen: \$date\n\nInvitees: \$attendees"; | |
174 $labels['itipmailbodytentative'] = "\$sender has tentatively accepted the invitation to the following event:\n\n*\$title*\n\nWhen: \$date\n\nInvitees: \$attendees"; | |
175 $labels['itipmailbodydeclined'] = "\$sender has declined the invitation to the following event:\n\n*\$title*\n\nWhen: \$date\n\nInvitees: \$attendees"; | |
176 $labels['itipmailbodycancel'] = "\$sender has rejected your participation in the following event:\n\n*\$title*\n\nWhen: \$date"; | |
177 $labels['itipmailbodydelegated'] = "\$sender has delegated the participation in the following event:\n\n*\$title*\n\nWhen: \$date"; | |
178 $labels['itipmailbodydelegatedto'] = "\$sender has delegated the participation in the following event to you:\n\n*\$title*\n\nWhen: \$date"; | |
179 $labels['itipdeclineevent'] = 'Do you want to decline your invitation to this event?'; | |
180 $labels['declinedeleteconfirm'] = 'Do you also want to delete this declined event from your calendar?'; | |
181 $labels['itipcomment'] = 'Invitation/notification comment'; | |
182 $labels['itipcommenttitle'] = 'This comment will be attached to the invitation/notification message sent to participants'; | |
183 $labels['notanattendee'] = 'You\'re not listed as an attendee of this event'; | |
184 $labels['eventcancelled'] = 'The event has been cancelled'; | |
185 $labels['saveincalendar'] = 'save in'; | |
186 $labels['updatemycopy'] = 'Update in my calendar'; | |
187 $labels['savetocalendar'] = 'Save to calendar'; | |
188 $labels['openpreview'] = 'Check Calendar'; | |
189 $labels['noearlierevents'] = 'No earlier events'; | |
190 $labels['nolaterevents'] = 'No later events'; | |
191 $labels['resource'] = 'Resource'; | |
192 $labels['addresource'] = 'Book resource'; | |
193 $labels['findresources'] = 'Find resources'; | |
194 $labels['resourcedetails'] = 'Details'; | |
195 $labels['resourceavailability'] = 'Availability'; | |
196 $labels['resourceowner'] = 'Owner'; | |
197 $labels['resourceadded'] = 'The resource was added to your event'; | |
198 $labels['tabsummary'] = 'Summary'; | |
199 $labels['tabrecurrence'] = 'Recurrence'; | |
200 $labels['tabattendees'] = 'Participants'; | |
201 $labels['tabresources'] = 'Resources'; | |
202 $labels['tabattachments'] = 'Attachments'; | |
203 $labels['tabsharing'] = 'Sharing'; | |
204 $labels['deleteobjectconfirm'] = 'Do you really want to delete this event?'; | |
205 $labels['deleteventconfirm'] = 'Do you really want to delete this event?'; | |
206 $labels['deletecalendarconfirm'] = 'Do you really want to delete this calendar with all its events?'; | |
207 $labels['deletecalendarconfirmrecursive'] = 'Do you really want to delete this calendar with all its events and sub-calendars?'; | |
208 $labels['savingdata'] = 'Saving data...'; | |
209 $labels['errorsaving'] = 'Failed to save changes.'; | |
210 $labels['operationfailed'] = 'The requested operation failed.'; | |
211 $labels['invalideventdates'] = 'Invalid dates entered! Please check your input.'; | |
212 $labels['invalidcalendarproperties'] = 'Invalid calendar properties! Please set a valid name.'; | |
213 $labels['searchnoresults'] = 'No events found in the selected calendars.'; | |
214 $labels['successremoval'] = 'The event has been deleted successfully.'; | |
215 $labels['successrestore'] = 'The event has been restored successfully.'; | |
216 $labels['errornotifying'] = 'Failed to send notifications to event participants'; | |
217 $labels['errorimportingevent'] = 'Failed to import the event'; | |
218 $labels['importwarningexists'] = 'A copy of this event already exists in your calendar.'; | |
219 $labels['newerversionexists'] = 'A newer version of this event already exists! Aborted.'; | |
220 $labels['nowritecalendarfound'] = 'No calendar found to save the event'; | |
221 $labels['importedsuccessfully'] = 'The event was successfully added to \'$calendar\''; | |
222 $labels['updatedsuccessfully'] = 'The event was successfully updated in \'$calendar\''; | |
223 $labels['attendeupdateesuccess'] = 'Successfully updated the participant\'s status'; | |
224 $labels['itipsendsuccess'] = 'Invitation sent to participants.'; | |
225 $labels['itipresponseerror'] = 'Failed to send the response to this event invitation'; | |
226 $labels['itipinvalidrequest'] = 'This invitation is no longer valid'; | |
227 $labels['sentresponseto'] = 'Successfully sent invitation response to $mailto'; | |
228 $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.'; | |
229 $labels['importsuccess'] = 'Successfully imported $nr events'; | |
230 $labels['importnone'] = 'No events found to be imported'; | |
231 $labels['importerror'] = 'An error occured while importing'; | |
232 $labels['aclnorights'] = 'You do not have administrator rights on this calendar.'; | |
233 $labels['changeeventconfirm'] = 'Change event'; | |
234 $labels['removeeventconfirm'] = 'Delete event'; | |
235 $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?'; | |
236 $labels['removerecurringeventwarning'] = 'This is a recurring event. Would you like to delete the current event only, this and all future occurences or all occurences of this event?'; | |
237 $labels['currentevent'] = 'Current'; | |
238 $labels['futurevents'] = 'Future'; | |
239 $labels['allevents'] = 'All'; | |
240 $labels['saveasnew'] = 'Save as new'; | |
241 $labels['birthdays'] = 'Birthdays'; | |
242 $labels['birthdayscalendar'] = 'Birthdays Calendar'; | |
243 $labels['displaybirthdayscalendar'] = 'Display birthdays calendar'; | |
244 $labels['birthdayscalendarsources'] = 'From these address books'; | |
245 $labels['birthdayeventtitle'] = '$name\'s Birthday'; | |
246 $labels['birthdayage'] = 'Age $age'; | |
247 $labels['eventchangelog'] = 'Change History'; | |
248 $labels['eventdiff'] = 'Changes from revisions $rev'; | |
249 $labels['revision'] = 'Revision'; | |
250 $labels['user'] = 'User'; | |
251 $labels['operation'] = 'Action'; | |
252 $labels['actionappend'] = 'Saved'; | |
253 $labels['actionmove'] = 'Moved'; | |
254 $labels['actiondelete'] = 'Deleted'; | |
255 $labels['compare'] = 'Compare'; | |
256 $labels['showrevision'] = 'Show this version'; | |
257 $labels['restore'] = 'Restore this version'; | |
258 $labels['eventnotfound'] = 'Failed to load event data'; | |
259 $labels['eventchangelognotavailable'] = 'Change history is not available for this event'; | |
260 $labels['eventdiffnotavailable'] = 'No comparison possible for the selected revisions'; | |
261 $labels['eventrestoreconfirm'] = 'Do you really want to restore revision $rev of this event? This will replace the current event with the old version.'; | |
262 $labels['arialabelminical'] = 'Calendar date selection'; | |
263 $labels['arialabelcalendarview'] = 'Calendar view'; | |
264 $labels['arialabelsearchform'] = 'Event search form'; | |
265 $labels['arialabelquicksearchbox'] = 'Event search input'; | |
266 $labels['arialabelcalsearchform'] = 'Calendars search form'; | |
267 $labels['calendaractions'] = 'Calendar actions'; | |
268 $labels['arialabeleventattendees'] = 'Event participants list'; | |
269 $labels['arialabeleventresources'] = 'Event resources list'; | |
270 $labels['arialabelresourcesearchform'] = 'Resources search form'; | |
271 $labels['arialabelresourceselection'] = 'Available resources'; | |
272 ?> |