xref: /dokuwiki/lib/plugins/acl/lang/es/lang.php (revision abcc3801dff527c2603a3a2aadf43561ca6722ed)
1cd7fd4a2SAndreas Gohr<?php
2cd7fd4a2SAndreas Gohr/**
3cd7fd4a2SAndreas Gohr * Spanish language file
4cd7fd4a2SAndreas Gohr *
5cd7fd4a2SAndreas Gohr * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6cd7fd4a2SAndreas Gohr * @author Miguel Pagano <miguel.pagano@gmail.com>
7f285bb36SAndreas Gohr * @author Oscar M. Lage <r0sk10@gmail.com>
8cd7fd4a2SAndreas Gohr */
9*abcc3801SAndreas Gohr$lang['admin_acl']               = 'Administración de lista de control de acceso';
10*abcc3801SAndreas Gohr$lang['acl_group']               = 'Grupo';
11*abcc3801SAndreas Gohr$lang['acl_user']                = 'Usuario';
12*abcc3801SAndreas Gohr$lang['acl_perms']               = 'Permiso para';
13*abcc3801SAndreas Gohr$lang['page']                    = 'Página';
14*abcc3801SAndreas Gohr$lang['namespace']               = 'Espacio de nombres';
15*abcc3801SAndreas Gohr$lang['acl_perm1']               = 'Leer';
16*abcc3801SAndreas Gohr$lang['acl_perm2']               = 'Editar';
17*abcc3801SAndreas Gohr$lang['acl_perm4']               = 'Crear';
18*abcc3801SAndreas Gohr$lang['acl_perm8']               = 'Subir un fichero';
19*abcc3801SAndreas Gohr$lang['acl_perm16']              = 'Borrar';
20*abcc3801SAndreas Gohr$lang['acl_new']                 = 'Agregar una nueva entrada';
21