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

21 lines
805 B
PHP
Raw Normal View History

2013-01-12 11:23:32 +00:00
<?php
/**
* Localizations for the Kolab Address Book plugin
*
* Copyright (C) 2014, Kolab Systems AG
*
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_addressbook/
*/
2013-01-12 11:23:32 +00:00
$labels['initials'] = 'Iniciales';
2013-10-11 15:06:22 +02:00
$labels['typecompany'] = 'Compania';
2013-01-12 11:23:32 +00:00
$labels['settings'] = 'Servicios';
2014-12-01 12:45:40 +13:00
$labels['bookremove'] = 'Remove from list';
$labels['searchterms'] = 'Search terms';
$labels['foldersubscribe'] = 'List permanently';
2016-06-13 18:10:59 +02:00
$labels['objectchangelog'] = 'Cambiar historial';
$labels['objectdiff'] = 'Cambiar de $rev1 a $rev2';
$labels['objectdiffnotavailable'] = 'No hay comparación posible que las revisiones seleccionadas';
$labels['objectrestoresuccess'] = 'Revisión $rev restaurado correctamente';
$labels['objectrestoreerror'] = 'No se pudo restaurar la revisión antigua';
2013-01-12 11:23:32 +00:00
?>