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> 7*f285bb36SAndreas Gohr * @author Oscar M. Lage <r0sk10@gmail.com> 8cd7fd4a2SAndreas Gohr */ 9*f285bb36SAndreas Gohr$lang[admin_acl] = 'Administración de lista de control de acceso'; 10*f285bb36SAndreas Gohr$lang[acl_group] = 'Grupo'; 11*f285bb36SAndreas Gohr$lang[acl_user] = 'Usuario'; 12*f285bb36SAndreas Gohr$lang[acl_perms] = 'Permiso para'; 13*f285bb36SAndreas Gohr$lang[page] = 'Página'; 14*f285bb36SAndreas Gohr$lang[namespace] = 'Espacio de nombres'; 15*f285bb36SAndreas Gohr$lang[acl_perm1] = 'Leer'; 16*f285bb36SAndreas Gohr$lang[acl_perm2] = 'Editar'; 17*f285bb36SAndreas Gohr$lang[acl_perm4] = 'Crear'; 18*f285bb36SAndreas Gohr$lang[acl_perm8] = 'Subir un fichero'; 19*f285bb36SAndreas Gohr$lang[acl_perm16] = 'Borrar'; 20*f285bb36SAndreas Gohr$lang[acl_new] = 'Agregar una nueva entrada'; 21