From 3b95e24fbb12f71cd411db397ce2b0aee0dfc54f Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Thu, 28 Nov 2013 20:06:55 +0100 Subject: Updated localizations from Transifex --- plugins/acl/localization/es_419.inc | 50 +++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 plugins/acl/localization/es_419.inc (limited to 'plugins/acl/localization/es_419.inc') diff --git a/plugins/acl/localization/es_419.inc b/plugins/acl/localization/es_419.inc new file mode 100644 index 000000000..f83196175 --- /dev/null +++ b/plugins/acl/localization/es_419.inc @@ -0,0 +1,50 @@ +.inc | + | | + | Localization file of the Roundcube Webmail ACL plugin | + | Copyright (C) 2012-2013, 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-acl/ +*/ +$labels['username'] = 'Usuario:'; +$labels['advanced'] = 'modo avanzado'; +$labels['newuser'] = 'Agregar entrada'; +$labels['anyone'] = 'Todos los usuarios '; +$labels['anonymous'] = 'Invitados (anonimos)'; +$labels['identifier'] = 'Identificador'; +$labels['acll'] = 'Busqueda'; +$labels['aclr'] = 'Leer mensajes'; +$labels['acli'] = 'Insertar (copiar a)'; +$labels['aclc'] = 'Crear subcarpetas'; +$labels['aclk'] = 'crear subcarpetas'; +$labels['acld'] = 'Eliminar mensaje'; +$labels['aclt'] = 'Eliminar mensajes'; +$labels['aclx'] = 'Eliminar carpeta'; +$labels['aclother'] = 'Otro'; +$labels['aclread'] = 'Leer'; +$labels['aclwrite'] = 'Escribir'; +$labels['acldelete'] = 'Eliminar'; +$labels['shortacll'] = 'Busqueda'; +$labels['shortaclr'] = 'Leer'; +$labels['shortaclw'] = 'Escribir'; +$labels['shortacli'] = 'Insertar'; +$labels['shortaclc'] = 'Crear'; +$labels['shortaclk'] = 'Crear'; +$labels['shortacld'] = 'Eliminar'; +$labels['shortaclt'] = 'Eliminar'; +$labels['shortaclother'] = 'Otro'; +$labels['shortaclread'] = 'Leer'; +$labels['shortaclwrite'] = 'Escribir'; +$labels['shortacldelete'] = 'Eliminar'; +$labels['longaclr'] = 'La carpeta puede ser abierta para lectura'; +$labels['longacli'] = 'Se pueden escribir o copiar mensajes a la carpeta'; +?> -- cgit v1.2.3