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-04-24 14:45:27 +02:00
|
|
|
$labels['name'] = 'Nombre';
|
2014-08-19 11:07:50 +02:00
|
|
|
$labels['color'] = 'Color';
|
|
|
|
$labels['edit'] = 'Editar';
|
2014-04-24 14:45:27 +02:00
|
|
|
$labels['remove'] = 'Remove';
|
2014-08-28 14:47:37 +02:00
|
|
|
$labels['title'] = 'Summary';
|
|
|
|
$labels['description'] = 'Descripción';
|
|
|
|
$labels['location'] = 'Location';
|
|
|
|
$labels['url'] = 'URL';
|
|
|
|
$labels['start'] = 'Start';
|
|
|
|
$labels['end'] = 'End';
|
2014-08-19 11:07:50 +02:00
|
|
|
$labels['repeat'] = 'Repeat';
|
2014-04-24 14:45:27 +02:00
|
|
|
$labels['status'] = 'Status';
|
2014-08-28 14:47:37 +02:00
|
|
|
$labels['priority'] = 'Priority';
|
2014-08-19 11:07:50 +02:00
|
|
|
$labels['comment'] = 'Comentario';
|
|
|
|
$labels['unknown'] = 'Unknown';
|
|
|
|
$labels['eventoptions'] = 'Opciones';
|
|
|
|
$labels['andnmore'] = '$nr more...';
|
|
|
|
$labels['until'] = 'until';
|
|
|
|
$labels['role'] = 'Rol';
|
|
|
|
$labels['availability'] = 'Avail.';
|
2014-04-24 14:45:27 +02:00
|
|
|
$labels['confirmstate'] = 'Status';
|
2014-08-19 11:07:50 +02:00
|
|
|
$labels['roleorganizer'] = 'Organizer';
|
|
|
|
$labels['rolerequired'] = 'Requerido';
|
|
|
|
$labels['roleoptional'] = 'Opcional';
|
|
|
|
$labels['rolechair'] = 'Chair';
|
2014-04-24 14:45:27 +02:00
|
|
|
$labels['cutyperesource'] = 'Recurso';
|
2014-08-19 11:07:50 +02:00
|
|
|
$labels['availunknown'] = 'Unknown';
|
|
|
|
$labels['sendinvitations'] = 'Send invitations';
|
|
|
|
$labels['eventupdatesubject'] = '"$title" has been updated';
|
|
|
|
$labels['eventcancelsubject'] = '"$title" has been canceled';
|
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-04-24 14:45:27 +02:00
|
|
|
$labels['tabresources'] = 'Recursos';
|
2014-08-19 11:07:50 +02:00
|
|
|
$labels['tabsharing'] = 'Sharing';
|
|
|
|
$labels['savingdata'] = 'Guardando datos...';
|
|
|
|
$labels['attendeupdateesuccess'] = 'Successfully updated the participant\'s status';
|
|
|
|
$labels['itipinvalidrequest'] = 'This invitation is no longer valid';
|
|
|
|
$labels['user'] = 'Usuario';
|
|
|
|
$labels['operation'] = 'Acción';
|
2013-10-11 15:06:22 +02:00
|
|
|
?>
|