2013-01-12 11:23:32 +00:00
|
|
|
<?php
|
2014-08-19 11:07:50 +02:00
|
|
|
/**
|
|
|
|
* Localizations for the Kolab Delegation plugin
|
|
|
|
*
|
|
|
|
* Copyright (C) 2014, Kolab Systems AG
|
|
|
|
*
|
|
|
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_delegation/
|
|
|
|
*/
|
2013-01-12 11:23:32 +00:00
|
|
|
$labels['delegates'] = 'Delegados';
|
|
|
|
$labels['mail'] = 'Correo electrónico';
|
|
|
|
$labels['contact'] = 'Libreta de direcciones';
|
|
|
|
$labels['event'] = 'Calendarios';
|
|
|
|
$labels['task'] = 'Tareas';
|
|
|
|
$labels['note'] = 'Notas';
|
|
|
|
$labels['yes'] = 'Sí';
|
2014-04-24 14:45:27 +02:00
|
|
|
$labels['read'] = 'Solo-lectura';
|
2013-01-12 11:23:32 +00:00
|
|
|
$labels['savingdata'] = 'Guardando datos...';
|
|
|
|
?>
|