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

34 lines
1.7 KiB
PHP
Raw Normal View History

2013-01-12 11:23:32 +00:00
<?php
2014-11-28 13:24:53 +13:00
$labels['tabtitle'] = 'Activesync';
$labels['activesynctitle'] = 'Manage Activesync devices';
$labels['devices'] = 'Devices';
$labels['devicealias'] = 'Device name';
$labels['synchronize'] = 'Synchronize';
$labels['withalarms'] = 'With alarms';
$labels['syncsettings'] = 'Synchronization settings';
$labels['deviceconfig'] = 'Device configuration';
$labels['folderstosync'] = 'Folders to synchronize';
2013-01-12 11:23:32 +00:00
$labels['mail'] = 'Correo electrónico';
$labels['contact'] = 'Libreta de direcciones';
$labels['event'] = 'Calendarios';
$labels['task'] = 'Tareas';
$labels['note'] = 'Notas';
$labels['configuration'] = 'Configuración';
2014-11-28 13:24:53 +13:00
$labels['deletedevice'] = 'Delete device';
$labels['nodevices'] = 'There are currently no devices registered.<br/><br/>In order to register a device, please connect it to the server first, using <a href="http://wiki.kolab.org/Setup_ActiveSync">the instructions in the Wiki</a>. Afterwards the device should become available for configuration here.';
2013-01-12 11:23:32 +00:00
$labels['savingdata'] = 'Guardando datos...';
2014-11-28 13:24:53 +13:00
$labels['savingerror'] = 'Failed to save configuration';
$labels['notsupported'] = 'Your server does not support metadata/annotations';
$labels['devicedeleteconfirm'] = 'Do you really want to delete the configuration for this device?';
$labels['successfullydeleted'] = 'The device configuration was successfully removed';
$labels['devicenotfound'] = 'Unable to read device configuration';
$labels['devicetype'] = 'Device type';
$labels['acsversion'] = 'Protocol version';
$labels['useragent'] = 'User agent';
$labels['friendlyname'] = 'Friendly name';
$labels['os'] = 'Operating system';
$labels['oslanguage'] = 'OS language';
$labels['phonenumber'] = 'Número de teléfono';
2014-11-28 13:24:53 +13:00
$labels['arialabeldeviceframe'] = 'Device synchronization settings form';
2013-01-12 11:23:32 +00:00
?>