2013-10-11 15:06:22 +02:00
< ? php
2014-08-19 11:07:50 +02:00
/**
* Localizations for Kolab Calendar plugin
*
* Copyright ( C ) 2014 , Kolab Systems AG
*
* For translation see https :// www . transifex . com / projects / p / kolab / resource / calendar /
*/
2014-11-27 20:13:06 +01:00
$labels [ 'default_view' ] = 'Default view' ;
$labels [ 'time_format' ] = 'Time format' ;
$labels [ 'timeslots' ] = 'Time slots per hour' ;
$labels [ 'first_day' ] = 'First weekday' ;
$labels [ 'first_hour' ] = 'First hour to show' ;
$labels [ 'workinghours' ] = 'Working hours' ;
$labels [ 'add_category' ] = 'Add category' ;
$labels [ 'remove_category' ] = 'Remove category' ;
$labels [ 'defaultcalendar' ] = 'Create new events in' ;
$labels [ 'eventcoloring' ] = 'Event coloring' ;
$labels [ 'coloringmode0' ] = 'According to calendar' ;
$labels [ 'coloringmode1' ] = 'According to category' ;
$labels [ 'coloringmode2' ] = 'Calendar for outline, category for content' ;
$labels [ 'coloringmode3' ] = 'Category for outline, calendar for content' ;
$labels [ 'calendar' ] = 'Calendar' ;
$labels [ 'calendars' ] = 'Calendarios' ;
$labels [ 'category' ] = 'Category' ;
$labels [ 'categories' ] = 'Categories' ;
$labels [ 'createcalendar' ] = 'Create new calendar' ;
$labels [ 'editcalendar' ] = 'Edit calendar properties' ;
2014-04-24 14:45:27 +02:00
$labels [ 'name' ] = 'Nombre' ;
2014-08-19 11:07:50 +02:00
$labels [ 'color' ] = 'Color' ;
2014-11-27 20:13:06 +01:00
$labels [ 'day' ] = 'Day' ;
$labels [ 'week' ] = 'Week' ;
$labels [ 'month' ] = 'Month' ;
$labels [ 'agenda' ] = 'Agenda' ;
$labels [ 'new' ] = 'New' ;
$labels [ 'new_event' ] = 'New event' ;
$labels [ 'edit_event' ] = 'Edit event' ;
2014-08-19 11:07:50 +02:00
$labels [ 'edit' ] = 'Editar' ;
2014-11-27 20:13:06 +01:00
$labels [ 'save' ] = 'Guardar' ;
2014-12-01 12:45:40 +13:00
$labels [ 'removelist' ] = 'Remove from list' ;
2014-11-27 20:13:06 +01:00
$labels [ 'cancel' ] = 'Cancelar' ;
$labels [ 'select' ] = 'Select' ;
$labels [ 'print' ] = 'Print' ;
$labels [ 'printtitle' ] = 'Print calendars' ;
2014-08-28 14:47:37 +02:00
$labels [ 'title' ] = 'Summary' ;
$labels [ 'description' ] = 'Descripción' ;
2014-11-27 20:13:06 +01:00
$labels [ 'all-day' ] = 'all-day' ;
$labels [ 'export' ] = 'Export' ;
$labels [ 'exporttitle' ] = 'Export to iCalendar' ;
$labels [ 'exportrange' ] = 'Events from' ;
$labels [ 'exportattachments' ] = 'With attachments' ;
$labels [ 'customdate' ] = 'Custom date' ;
2014-08-28 14:47:37 +02:00
$labels [ 'location' ] = 'Location' ;
$labels [ 'url' ] = 'URL' ;
2014-11-27 20:13:06 +01:00
$labels [ 'date' ] = 'Date' ;
2014-08-28 14:47:37 +02:00
$labels [ 'start' ] = 'Start' ;
2014-12-01 12:45:40 +13:00
$labels [ 'starttime' ] = 'Start time' ;
2014-08-28 14:47:37 +02:00
$labels [ 'end' ] = 'End' ;
2014-08-19 11:07:50 +02:00
$labels [ 'repeat' ] = 'Repeat' ;
2014-11-27 20:13:06 +01:00
$labels [ 'selectdate' ] = 'Choose date' ;
$labels [ 'freebusy' ] = 'Show me as' ;
$labels [ 'free' ] = 'Free' ;
$labels [ 'busy' ] = 'Busy' ;
$labels [ 'outofoffice' ] = 'Out of Office' ;
$labels [ 'tentative' ] = 'Tentative' ;
2014-04-24 14:45:27 +02:00
$labels [ 'status' ] = 'Status' ;
2014-12-01 12:45:40 +13:00
$labels [ 'status-cancelled' ] = 'Cancelled' ;
2014-08-28 14:47:37 +02:00
$labels [ 'priority' ] = 'Priority' ;
2014-11-27 20:13:06 +01:00
$labels [ 'sensitivity' ] = 'Privacy' ;
$labels [ 'public' ] = 'public' ;
$labels [ 'private' ] = 'private' ;
$labels [ 'confidential' ] = 'confidential' ;
2015-02-19 11:58:00 +13:00
$labels [ 'links' ] = 'Reference' ;
2014-11-27 20:13:06 +01:00
$labels [ 'alarms' ] = 'Reminder' ;
2014-08-19 11:07:50 +02:00
$labels [ 'comment' ] = 'Comentario' ;
2014-12-01 12:45:40 +13:00
$labels [ 'created' ] = 'Created' ;
$labels [ 'changed' ] = 'Last Modified' ;
2014-08-19 11:07:50 +02:00
$labels [ 'unknown' ] = 'Unknown' ;
$labels [ 'eventoptions' ] = 'Opciones' ;
2014-11-27 20:13:06 +01:00
$labels [ 'generated' ] = 'generated at' ;
2015-02-19 11:58:00 +13:00
$labels [ 'removelink' ] = 'Remove email reference' ;
2014-11-27 20:13:06 +01:00
$labels [ 'printdescriptions' ] = 'Print descriptions' ;
$labels [ 'parentcalendar' ] = 'Insert inside' ;
$labels [ 'searchearlierdates' ] = '« Search for earlier events' ;
$labels [ 'searchlaterdates' ] = 'Search for later events »' ;
2014-08-19 11:07:50 +02:00
$labels [ 'andnmore' ] = '$nr more...' ;
2014-11-27 20:13:06 +01:00
$labels [ 'togglerole' ] = 'Click to toggle role' ;
$labels [ 'createfrommail' ] = 'Save as event' ;
$labels [ 'importevents' ] = 'Import events' ;
$labels [ 'importrange' ] = 'Events from' ;
$labels [ 'onemonthback' ] = '1 month back' ;
$labels [ 'nmonthsback' ] = '$nr months back' ;
$labels [ 'showurl' ] = 'Show calendar URL' ;
$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.' ;
$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.' ;
2014-12-01 12:45:40 +13:00
$labels [ 'searchterms' ] = 'Search terms' ;
$labels [ 'calendarsubscribe' ] = 'List permanently' ;
2014-11-27 20:13:06 +01:00
$labels [ 'listrange' ] = 'Range to display:' ;
$labels [ 'listsections' ] = 'Divide into:' ;
$labels [ 'smartsections' ] = 'Smart sections' ;
2014-08-19 11:07:50 +02:00
$labels [ 'until' ] = 'until' ;
2014-11-27 20:13:06 +01:00
$labels [ 'today' ] = 'Today' ;
$labels [ 'tomorrow' ] = 'Tomorrow' ;
$labels [ 'thisweek' ] = 'This week' ;
$labels [ 'nextweek' ] = 'Next week' ;
$labels [ 'thismonth' ] = 'This month' ;
$labels [ 'nextmonth' ] = 'Next month' ;
$labels [ 'weekofyear' ] = 'Week' ;
$labels [ 'pastevents' ] = 'Past' ;
$labels [ 'futureevents' ] = 'Future' ;
$labels [ 'showalarms' ] = 'Show reminders' ;
$labels [ 'defaultalarmtype' ] = 'Default reminder setting' ;
$labels [ 'defaultalarmoffset' ] = 'Default reminder time' ;
$labels [ 'attendee' ] = 'Participant' ;
2014-08-19 11:07:50 +02:00
$labels [ 'role' ] = 'Rol' ;
$labels [ 'availability' ] = 'Avail.' ;
2014-04-24 14:45:27 +02:00
$labels [ 'confirmstate' ] = 'Status' ;
2014-11-27 20:13:06 +01:00
$labels [ 'addattendee' ] = 'Add participant' ;
2014-08-19 11:07:50 +02:00
$labels [ 'roleorganizer' ] = 'Organizer' ;
$labels [ 'rolerequired' ] = 'Requerido' ;
$labels [ 'roleoptional' ] = 'Opcional' ;
$labels [ 'rolechair' ] = 'Chair' ;
2014-11-27 20:13:06 +01:00
$labels [ 'rolenonparticipant' ] = 'Absent' ;
$labels [ 'cutypeindividual' ] = 'Individual' ;
$labels [ 'cutypegroup' ] = 'Grupo' ;
2014-04-24 14:45:27 +02:00
$labels [ 'cutyperesource' ] = 'Recurso' ;
2014-11-27 20:13:06 +01:00
$labels [ 'cutyperoom' ] = 'Room' ;
$labels [ 'availfree' ] = 'Free' ;
$labels [ 'availbusy' ] = 'Busy' ;
2014-08-19 11:07:50 +02:00
$labels [ 'availunknown' ] = 'Unknown' ;
2014-11-27 20:13:06 +01:00
$labels [ 'availtentative' ] = 'Tentative' ;
$labels [ 'availoutofoffice' ] = 'Out of Office' ;
2014-12-01 12:45:40 +13:00
$labels [ 'delegatedto' ] = 'Delegated to: ' ;
$labels [ 'delegatedfrom' ] = 'Delegated from: ' ;
2014-11-27 20:13:06 +01:00
$labels [ 'scheduletime' ] = 'Find availability' ;
2014-08-19 11:07:50 +02:00
$labels [ 'sendinvitations' ] = 'Send invitations' ;
2014-11-27 20:13:06 +01:00
$labels [ 'sendnotifications' ] = 'Notify participants about modifications' ;
$labels [ 'sendcancellation' ] = 'Notify participants about event cancellation' ;
$labels [ 'onlyworkinghours' ] = 'Find availability within my working hours' ;
$labels [ 'reqallattendees' ] = 'Required/all participants' ;
$labels [ 'prevslot' ] = 'Previous Slot' ;
$labels [ 'nextslot' ] = 'Next Slot' ;
$labels [ 'noslotfound' ] = 'Unable to find a free time slot' ;
$labels [ 'invitationsubject' ] = 'You\'ve been invited to "$title"' ;
$labels [ 'invitationmailbody' ] = " * \$ title* \n \n When: \$ date \n \n Invitees: \$ attendees \n \n Please find attached an iCalendar file with all the event details which you can import to your calendar application. " ;
$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 " ;
2014-08-19 11:07:50 +02:00
$labels [ 'eventupdatesubject' ] = '"$title" has been updated' ;
2014-11-27 20:13:06 +01:00
$labels [ 'eventupdatesubjectempty' ] = 'An event that concerns you has been updated' ;
$labels [ 'eventupdatemailbody' ] = " * \$ title* \n \n When: \$ date \n \n Invitees: \$ attendees \n \n Please find attached an iCalendar file with the updated event details which you can import to your calendar application. " ;
2014-08-19 11:07:50 +02:00
$labels [ 'eventcancelsubject' ] = '"$title" has been canceled' ;
2014-11-27 20:13:06 +01:00
$labels [ 'eventcancelmailbody' ] = " * \$ title* \n \n When: \$ date \n \n Invitees: \$ attendees \n \n The event has been cancelled by \$ organizer. \n \n Please find attached an iCalendar file with the updated event details. " ;
$labels [ 'itipmailbodyaccepted' ] = " \$ sender has accepted the invitation to the following event: \n \n * \$ title* \n \n When: \$ date \n \n Invitees: \$ attendees " ;
$labels [ 'itipmailbodytentative' ] = " \$ sender has tentatively accepted the invitation to the following event: \n \n * \$ title* \n \n When: \$ date \n \n Invitees: \$ attendees " ;
$labels [ 'itipmailbodydeclined' ] = " \$ sender has declined the invitation to the following event: \n \n * \$ title* \n \n When: \$ date \n \n Invitees: \$ attendees " ;
$labels [ 'itipdeclineevent' ] = 'Do you want to decline your invitation to this event?' ;
$labels [ 'declinedeleteconfirm' ] = 'Do you also want to delete this declined event from your calendar?' ;
2014-12-01 12:45:40 +13:00
$labels [ 'itipcomment' ] = 'Invitation/notification comment' ;
2014-11-27 20:13:06 +01:00
$labels [ 'notanattendee' ] = 'You\'re not listed as an attendee of this event' ;
$labels [ 'eventcancelled' ] = 'The event has been cancelled' ;
$labels [ 'saveincalendar' ] = 'save in' ;
2014-04-24 14:45:27 +02:00
$labels [ 'resource' ] = 'Recurso' ;
$labels [ 'resourcedetails' ] = 'Detalles' ;
2014-08-28 14:47:37 +02:00
$labels [ 'tabsummary' ] = 'Summary' ;
2014-11-27 20:13:06 +01:00
$labels [ 'tabrecurrence' ] = 'Recurrence' ;
$labels [ 'tabattendees' ] = 'Participants' ;
2014-04-24 14:45:27 +02:00
$labels [ 'tabresources' ] = 'Recursos' ;
2014-11-27 20:13:06 +01:00
$labels [ 'tabattachments' ] = 'Attachments' ;
2014-08-19 11:07:50 +02:00
$labels [ 'tabsharing' ] = 'Sharing' ;
2014-11-27 20:13:06 +01:00
$labels [ 'deleteobjectconfirm' ] = 'Do you really want to delete this event?' ;
$labels [ 'deleteventconfirm' ] = 'Do you really want to delete this event?' ;
$labels [ 'deletecalendarconfirm' ] = 'Do you really want to delete this calendar with all its events?' ;
$labels [ 'deletecalendarconfirmrecursive' ] = 'Do you really want to delete this calendar with all its events and sub-calendars?' ;
2014-08-19 11:07:50 +02:00
$labels [ 'savingdata' ] = 'Guardando datos...' ;
2014-11-27 20:13:06 +01:00
$labels [ 'errorsaving' ] = 'Failed to save changes.' ;
$labels [ 'operationfailed' ] = 'The requested operation failed.' ;
$labels [ 'invalideventdates' ] = 'Invalid dates entered! Please check your input.' ;
$labels [ 'invalidcalendarproperties' ] = 'Invalid calendar properties! Please set a valid name.' ;
$labels [ 'searchnoresults' ] = 'No events found in the selected calendars.' ;
$labels [ 'successremoval' ] = 'The event has been deleted successfully.' ;
$labels [ 'successrestore' ] = 'The event has been restored successfully.' ;
$labels [ 'errornotifying' ] = 'Failed to send notifications to event participants' ;
$labels [ 'errorimportingevent' ] = 'Failed to import the event' ;
$labels [ 'newerversionexists' ] = 'A newer version of this event already exists! Aborted.' ;
$labels [ 'nowritecalendarfound' ] = 'No calendar found to save the event' ;
$labels [ 'importedsuccessfully' ] = 'The event was successfully added to \'$calendar\'' ;
2014-08-19 11:07:50 +02:00
$labels [ 'attendeupdateesuccess' ] = 'Successfully updated the participant\'s status' ;
2014-11-27 20:13:06 +01:00
$labels [ 'itipsendsuccess' ] = 'Invitation sent to participants.' ;
$labels [ 'itipresponseerror' ] = 'Failed to send the response to this event invitation' ;
2014-08-19 11:07:50 +02:00
$labels [ 'itipinvalidrequest' ] = 'This invitation is no longer valid' ;
2014-11-27 20:13:06 +01:00
$labels [ 'sentresponseto' ] = 'Successfully sent invitation response to $mailto' ;
$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.' ;
$labels [ 'importsuccess' ] = 'Successfully imported $nr events' ;
$labels [ 'importnone' ] = 'No events found to be imported' ;
$labels [ 'importerror' ] = 'An error occured while importing' ;
$labels [ 'aclnorights' ] = 'You do not have administrator rights on this calendar.' ;
$labels [ 'changeeventconfirm' ] = 'Change event' ;
$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?' ;
$labels [ 'currentevent' ] = 'Current' ;
$labels [ 'futurevents' ] = 'Future' ;
2014-09-06 22:59:13 +02:00
$labels [ 'allevents' ] = 'All' ;
2014-11-27 20:13:06 +01:00
$labels [ 'saveasnew' ] = 'Save as new' ;
$labels [ 'birthdays' ] = 'Birthdays' ;
$labels [ 'birthdayscalendar' ] = 'Birthdays Calendar' ;
$labels [ 'displaybirthdayscalendar' ] = 'Display birthdays calendar' ;
$labels [ 'birthdayscalendarsources' ] = 'From these address books' ;
$labels [ 'birthdayeventtitle' ] = '$name\'s Birthday' ;
$labels [ 'birthdayage' ] = 'Age $age' ;
2014-08-19 11:07:50 +02:00
$labels [ 'user' ] = 'Usuario' ;
$labels [ 'operation' ] = 'Acción' ;
2013-10-11 15:06:22 +02:00
?>