summaryrefslogtreecommitdiff
path: root/plugins/acl/localization/es_419.inc
blob: f83196175974e16b2fff8495d16d6b979a97c3c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?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';
?>