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