[PLUGINS] ~maj globale
[lhc/web/www.git] / www / plugins / multilang / lang / multilang_es.php
index 016c7d4..8017083 100644 (file)
@@ -3,7 +3,9 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/multilang?lang_cible=es
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
@@ -14,18 +16,9 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'cfg_effacer' => 'Reiniciar',
        'cfg_explication_crayons' => 'Se requiere activar Multilang en el espacio público del sitio.',
        'cfg_langues' => 'Idiomas utilizados',
-       'cfg_lbl_article' => 'artículos',
-       'cfg_lbl_auteur' => 'autores',
-       'cfg_lbl_breve' => 'breves',
        'cfg_lbl_crayons' => 'Utilizar Multilang en los lápices',
-       'cfg_lbl_document' => 'documentos',
        'cfg_lbl_espace_public' => 'Utilizar Multilang en el espacio público del sitio',
-       'cfg_lbl_evenement' => 'Eventos',
        'cfg_lbl_formstables' => 'forms&tables',
-       'cfg_lbl_gis' => 'puntos geolocalizados',
-       'cfg_lbl_motcle' => 'palabaras clave',
-       'cfg_lbl_rubrique' => 'secciones',
-       'cfg_lbl_site' => 'sitios',
        'cfg_lbl_siteconfig' => 'de la configuración del sitio',
        'cfg_titre_multilang' => 'Multilang',
        'champ_numero' => 'Número',
@@ -43,5 +36,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        // M
        'message_champs_readonly' => 'Los campos multilingües son sólo de lectura, elija un idioma para modificarlos'
 );
-
-?>