[14761] | 1 | <?php |
---|
| 2 | // +-----------------------------------------------------------------------+ |
---|
| 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 | // +-----------------------------------------------------------------------+ |
---|
| 23 | $lang['Metadata - Plugin meta'] = 'Metadades - Complement meta'; |
---|
| 24 | $lang['meta_Description_help'] = 'Descripció del lloc web<br> |
---|
| 25 | Proporciona informacíó durant el resultat d\'una cerca'; |
---|
| 26 | $lang['meta_Description'] = 'Informació de la descripció meta'; |
---|
| 27 | $lang['meta_author_help'] = 'Informació sobre l\'autor <br> |
---|
| 28 | Informació sobre l\'autor del lloc'; |
---|
| 29 | $lang['meta_author'] = 'Descripció meta de l\'autor'; |
---|
| 30 | $lang['meta_choix'] = 'Editar metadades'; |
---|
| 31 | $lang['meta_comp'] = 'Metadades a ser suplementades'; |
---|
| 32 | $lang['meta_compcat'] = 'Paraules clau de l\'àlbum per a ser completat'; |
---|
| 33 | $lang['meta_compcatdes'] = 'Descripció de l\'àlbum a substituir'; |
---|
| 34 | $lang['meta_compcatdeshelp'] = 'Reemplaçarà tota descripció'; |
---|
| 35 | $lang['meta_compimg'] = 'Paraules clau de la imatge a completar'; |
---|
| 36 | $lang['meta_compimgdes'] = 'Descripció de la imatge a substituir'; |
---|
| 37 | $lang['meta_description'] = 'Descripció'; |
---|
| 38 | $lang['meta_desh3'] = 'Afegir meta a totes les pàgines'; |
---|
| 39 | $lang['meta_diff_val'] = 'Valor possible'; |
---|
| 40 | $lang['meta_inscat'] = 'Afegir metadades'; |
---|
| 41 | $lang['meta_insmeta'] = 'Afegir les metadades'; |
---|
| 42 | $lang['meta_keywords_help'] = '"paraulaclau1, paraulaclau2, etc."<br> |
---|
| 43 | Paraules clau que descriguin la pàgina web. (Separades per comes)'; |
---|
| 44 | $lang['meta_keywords'] = 'Descripció de les paraules clau meta'; |
---|
| 45 | $lang['meta_list'] = 'Metadades:'; |
---|
| 46 | $lang['meta_name'] = 'Nom de les metadades'; |
---|
| 47 | $lang['meta_onglet_description'] = 'Descripció de les metadades'; |
---|
| 48 | $lang['meta_onglet_gestion'] = 'Metadades'; |
---|
| 49 | $lang['meta_robots_help'] = 'all: Permet que el robot indexi el lloc web(per defecte)<br> |
---|
| 50 | none: Prohibeix que el robot indexi el lloc web<br> |
---|
| 51 | follow: Permet que el robot segueixi els enllaços de la pàgina web<br> |
---|
| 52 | nofollow: Prohibeix que el robot segueixi els enllaços de la pàgina web<br> |
---|
| 53 | index: Permet que el robot indexi la pàgina web<br> |
---|
| 54 | noindex: Prohibeix que el robot indexi la pàgina web<br>'; |
---|
| 55 | $lang['meta_robots'] = 'Descripció de robots meta'; |
---|
| 56 | $lang['meta_select2'] = 'Seleccionar metadades'; |
---|
| 57 | $lang['meta_select'] = 'Seleccioneu les metadades a editar'; |
---|
| 58 | ?> |
---|