1*1d3e0272SAndreas Gohr<?php 2*1d3e0272SAndreas Gohr/** 3*1d3e0272SAndreas Gohr * catalan language file 4*1d3e0272SAndreas Gohr * 5*1d3e0272SAndreas Gohr * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6*1d3e0272SAndreas Gohr * @author Carles Bellver <carles.bellver@cent.uji.es> 7*1d3e0272SAndreas Gohr */ 8*1d3e0272SAndreas Gohr 9*1d3e0272SAndreas Gohr$lang['admin_acl'] = 'Gestió de la Llista de Control d\'Accés'; 10*1d3e0272SAndreas Gohr$lang['acl_group'] = 'Grup'; 11*1d3e0272SAndreas Gohr$lang['acl_user'] = 'Usuari'; 12*1d3e0272SAndreas Gohr$lang['acl_perms'] = 'Permisos per a'; 13*1d3e0272SAndreas Gohr$lang['page'] = 'Pàgina'; 14*1d3e0272SAndreas Gohr$lang['namespace'] = 'Espai'; 15*1d3e0272SAndreas Gohr 16*1d3e0272SAndreas Gohr$lang['acl_perm1'] = 'Llegir'; 17*1d3e0272SAndreas Gohr$lang['acl_perm2'] = 'Editar'; 18*1d3e0272SAndreas Gohr$lang['acl_perm4'] = 'Crear'; 19*1d3e0272SAndreas Gohr$lang['acl_perm8'] = 'Penjar fitxers'; 20*1d3e0272SAndreas Gohr$lang['acl_perm16'] = 'Suprimir'; 21*1d3e0272SAndreas Gohr$lang['acl_new'] = 'Afegeix nova entrada'; 22*1d3e0272SAndreas Gohr//Setup VIM: ex: et ts=2 enc=utf-8 : 23