You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
2.1 KiB
PHP
51 lines
2.1 KiB
PHP
<?php
|
|
|
|
/*
|
|
+-----------------------------------------------------------------------+
|
|
| plugins/acl/localization/<lang>.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';
|
|
?>
|