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';
|
2014-04-24 14:45:27 +02:00
|
|
|
$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';
|
2014-04-24 14:45:27 +02:00
|
|
|
$labels['tabsummary'] = 'Summary';
|
|
|
|
$labels['tabrecurrence'] = 'Recurrence';
|
|
|
|
$labels['tabattachments'] = 'Attachments';
|
|
|
|
$labels['tabsharing'] = 'Sharing';
|
2013-01-12 11:23:32 +00:00
|
|
|
$labels['listname'] = 'Nombre';
|
2014-04-24 14:45:27 +02:00
|
|
|
$labels['showalarms'] = 'Show reminders';
|
|
|
|
// date words
|
|
|
|
// mesages
|
2013-01-12 11:23:32 +00:00
|
|
|
$labels['savingdata'] = 'Guardando datos...';
|