roundcubemail-plugins-kolab/plugins/calendar/localization/es_ES.inc

51 lines
1.7 KiB
PHP
Raw Normal View History

2013-10-11 15:06:22 +02:00
<?php
/**
* Localizations for Kolab Calendar plugin
*
* Copyright (C) 2014, Kolab Systems AG
*
* For translation see https://www.transifex.com/projects/p/kolab/resource/calendar/
*/
$labels['name'] = 'Nombre';
$labels['color'] = 'Color';
$labels['edit'] = 'Editar';
$labels['remove'] = 'Remove';
$labels['title'] = 'Summary';
$labels['description'] = 'Descripción';
$labels['location'] = 'Location';
$labels['url'] = 'URL';
$labels['start'] = 'Start';
$labels['end'] = 'End';
$labels['repeat'] = 'Repeat';
$labels['status'] = 'Status';
$labels['priority'] = 'Priority';
$labels['comment'] = 'Comentario';
$labels['unknown'] = 'Unknown';
$labels['eventoptions'] = 'Opciones';
$labels['andnmore'] = '$nr more...';
$labels['until'] = 'until';
$labels['role'] = 'Rol';
$labels['availability'] = 'Avail.';
$labels['confirmstate'] = 'Status';
$labels['roleorganizer'] = 'Organizer';
$labels['rolerequired'] = 'Requerido';
$labels['roleoptional'] = 'Opcional';
$labels['rolechair'] = 'Chair';
$labels['cutyperesource'] = 'Recurso';
$labels['availunknown'] = 'Unknown';
$labels['sendinvitations'] = 'Send invitations';
$labels['eventupdatesubject'] = '"$title" has been updated';
$labels['eventcancelsubject'] = '"$title" has been canceled';
$labels['resource'] = 'Recurso';
$labels['resourcedetails'] = 'Detalles';
$labels['tabsummary'] = 'Summary';
$labels['tabresources'] = 'Recursos';
$labels['tabsharing'] = 'Sharing';
$labels['savingdata'] = 'Guardando datos...';
$labels['attendeupdateesuccess'] = 'Successfully updated the participant\'s status';
$labels['itipinvalidrequest'] = 'This invitation is no longer valid';
2014-09-06 22:59:13 +02:00
$labels['allevents'] = 'All';
$labels['user'] = 'Usuario';
$labels['operation'] = 'Acción';
2013-10-11 15:06:22 +02:00
?>