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

25 lines
743 B
PHP
Raw Normal View History

2013-01-12 11:23:32 +00:00
<?php
$labels['navtitle'] = 'Tareas';
2013-10-11 15:06:22 +02:00
$labels['edit'] = 'Editar';
2013-01-12 11:23:32 +00:00
$labels['delete'] = 'Borrar';
$labels['title'] = 'Título';
2013-10-11 15:06:22 +02:00
$labels['description'] = 'Descripción';
$labels['start'] = 'Start';
$labels['alarms'] = 'Reminder';
$labels['all'] = 'All';
$labels['today'] = 'Today';
$labels['tomorrow'] = 'Tomorrow';
$labels['removetag'] = 'Remove';
2013-10-11 15:06:22 +02:00
$labels['taskdetails'] = 'Detalles';
2013-01-12 11:23:32 +00:00
$labels['save'] = 'Guardar';
2013-10-11 15:06:22 +02:00
$labels['cancel'] = 'Cancelar';
$labels['tabsummary'] = 'Summary';
$labels['tabrecurrence'] = 'Recurrence';
$labels['tabattachments'] = 'Attachments';
$labels['tabsharing'] = 'Sharing';
2013-01-12 11:23:32 +00:00
$labels['listname'] = 'Nombre';
$labels['showalarms'] = 'Show reminders';
// date words
// mesages
2013-01-12 11:23:32 +00:00
$labels['savingdata'] = 'Guardando datos...';