roundcubemail-plugins-kolab/plugins/kolab_delegation/localization/es_ES.inc
2014-11-27 20:13:11 +01:00

19 lines
544 B
PHP

<?php
/**
* 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/
*/
$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í';
$labels['no'] = 'No';
$labels['read'] = 'Solo-lectura';
$labels['savingdata'] = 'Guardando datos...';
?>