[14369] | 1 | <?php |
---|
| 2 | // +-----------------------------------------------------------------------+ |
---|
[14418] | 3 | // | Piwigo - a PHP based photo gallery | |
---|
| 4 | // +-----------------------------------------------------------------------+ |
---|
| 5 | // | Copyright(C) 2008-2012 Piwigo Team http://piwigo.org | |
---|
| 6 | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | |
---|
| 7 | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | |
---|
| 8 | // +-----------------------------------------------------------------------+ |
---|
| 9 | // | This program is free software; you can redistribute it and/or modify | |
---|
| 10 | // | it under the terms of the GNU General Public License as published by | |
---|
| 11 | // | the Free Software Foundation | |
---|
| 12 | // | | |
---|
| 13 | // | This program is distributed in the hope that it will be useful, but | |
---|
| 14 | // | WITHOUT ANY WARRANTY; without even the implied warranty of | |
---|
| 15 | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
---|
| 16 | // | General Public License for more details. | |
---|
| 17 | // | | |
---|
| 18 | // | You should have received a copy of the GNU General Public License | |
---|
| 19 | // | along with this program; if not, write to the Free Software | |
---|
| 20 | // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | |
---|
| 21 | // | USA. | |
---|
| 22 | // +-----------------------------------------------------------------------+ |
---|
[14369] | 23 | $lang['ap_all_group'] = 'tot'; |
---|
| 24 | $lang['ap_all_lang'] = 'Tot'; |
---|
| 25 | $lang['ap_page_lang'] = 'Idioma'; |
---|
[14418] | 26 | $lang['ap_add_page'] = 'Afegir una pàgina'; |
---|
| 27 | $lang['ap_authorized_group'] = 'Grups autoritzats'; |
---|
| 28 | $lang['ap_authorized_users'] = 'Usuaris autoitzats'; |
---|
| 29 | $lang['ap_conf_saved'] = 'Configuració guardada.'; |
---|
| 30 | $lang['ap_config'] = 'Configuració'; |
---|
| 31 | $lang['ap_convert_bbcode_ok'] = 'Conversió realitzada correctament'; |
---|
| 32 | $lang['ap_create'] = 'Crear una nova pàgina addicional'; |
---|
| 33 | $lang['ap_default_language'] = 'Per defecte'; |
---|
| 34 | $lang['ap_delete'] = 'Elimina'; |
---|
| 35 | $lang['ap_deleted_page'] = 'Pàgina eliminada'; |
---|
| 36 | $lang['ap_edit_page'] = 'Edita una pàgina'; |
---|
| 37 | $lang['ap_group_perm'] = 'per grups'; |
---|
| 38 | $lang['ap_guest'] = '(deixar en blanc per la pàgina pública)'; |
---|
| 39 | $lang['ap_homepage_tip'] = 'Reemplaça la pàgina d\'inici'; |
---|
| 40 | $lang['ap_language_perm'] = 'per idioma'; |
---|
| 41 | $lang['ap_level_perm'] = 'per nivell de privacitat'; |
---|
| 42 | $lang['ap_menu_name'] = 'Nom del menú'; |
---|
| 43 | $lang['ap_modify'] = 'Modificar la pàgina addicional'; |
---|
| 44 | $lang['ap_no_name'] = 'No cal omplir el camp Nom.'; |
---|
| 45 | $lang['ap_page_content'] = 'Contingut'; |
---|
| 46 | $lang['ap_page_name'] = 'Nom de la pàgina'; |
---|
| 47 | $lang['ap_page_pos'] = 'Posició'; |
---|
| 48 | $lang['ap_parse_bbcode'] = 'Converteix pàgines escrites amb BBCode'; |
---|
| 49 | $lang['ap_permalink_already_used'] = 'Permalink %s ja l\'està utilitzat la pàgina %s'; |
---|
| 50 | $lang['ap_perm'] = 'Activar gestió d\'autoritzacions:'; |
---|
| 51 | $lang['ap_pos0'] = 'o no mostris la pàgina al menú'; |
---|
| 52 | $lang['ap_redirect'] = 'Es redirecciona automàticament al desar la pàgina'; |
---|
| 53 | $lang['ap_save'] = 'Desa'; |
---|
| 54 | $lang['ap_saved_page'] = 'Pàgina guardada'; |
---|
| 55 | $lang['ap_select_all'] = 'Selecciona-ho tot'; |
---|
| 56 | $lang['ap_set_as_homepage'] = 'Posar com a pàgina d\'inici'; |
---|
| 57 | $lang['ap_show_edit'] = 'Mostra enllaç Edita al menú de bloc'; |
---|
| 58 | $lang['ap_show_home'] = 'Visualitzar el botó "Tornar a l\'inici" a les pàgines addicionals'; |
---|
| 59 | $lang['ap_show_menu'] = 'Mostra el menú de bloc'; |
---|
| 60 | $lang['ap_standalone_page'] = 'Pàgina independent'; |
---|
| 61 | $lang['ap_standalone_tip'] = 'La pàgina requereix una estructura HTML completa'; |
---|
| 62 | $lang['ap_unselect_all'] = 'Deselecciona-ho tot'; |
---|
| 63 | $lang['ap_user_perm'] = 'per tipus d\'usuari'; |
---|
[16223] | 64 | $lang['Load a page model'] = 'Carregar una pàgina model'; |
---|
| 65 | $lang['The content of the page changed, are your sure you wan\'t to quit without saving?'] = 'El contingut de la pàgina ha canviat. Estàs segur que vols sortir sense desar els canvis?'; |
---|
[14369] | 66 | ?> |
---|