Server : Apache System : Linux server.lienzindia.com 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64 User : plutus ( 1007) PHP Version : 7.4.33 Disable Function : NONE Directory : /var/webuzo-data/roundcube/public_html/plugins/archive/localization/ |
Upload File : |
<?php /* +-----------------------------------------------------------------------+ | Localization file of the Roundcube Webmail Archive plugin | | | | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ $labels['buttontext'] = 'Archivo'; $labels['buttontitle'] = 'Archivar este mensaje'; $labels['archived'] = 'Archivado correctamente'; $labels['archivedreload'] = 'Archivado correctamente. Recargue la página para ver las nuevas carpetas de archivo.'; $labels['archiveerror'] = 'No se pudo archivar algunos mensajes'; $labels['archivefolder'] = 'Archivo'; $labels['settingstitle'] = 'Archivo'; $labels['archivetype'] = 'Dividir el archivo por'; $labels['archivetypeyear'] = 'Año (p.ej. Archivo/2012)'; $labels['archivetypemonth'] = 'Mes (p.ej. Archivo/2012/06)'; $labels['archivetypetbmonth'] = 'Mes - Compatible con Thunderbird (ej. Archive/2012/2012-06)'; $labels['archivetypefolder'] = 'Bandeja original'; $labels['archivetypefolderyear'] = 'Año y la carpeta original (p.ej. Archivo/2012/...)'; $labels['archivetypefoldermonth'] = 'Año, mes y la carpeta original (p.ej. Archivo/2012/06/...)'; $labels['archivetypesender'] = 'Correo electrónico del remitente'; $labels['unkownsender'] = 'desconocido'; $labels['readonarchive'] = 'Marcar el mensaje como leído al archivar';