[PLUGINS] ~maj globale
[lhc/web/www.git] / www / plugins / verifier / lang / verifier_es.php
index a03a6c0..b33166f 100644 (file)
@@ -3,7 +3,9 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/verifier?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(
 
@@ -56,6 +58,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'normaliser_option_date_en_datetime' => 'En formato «Datetime» (para SQL)',
 
        // O
+       'option_code_postal_pays_explication' => 'Two-letters country code: FR, DZ, DE, etc.',
        'option_couleur_normaliser_label' => '¿Normalizar el código color?',
        'option_couleur_type_hexa' => 'Código color en formato hexadecimal',
        'option_couleur_type_label' => 'Tipo de verificación a efectuar',
@@ -110,5 +113,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'type_url' => 'URL',
        'type_url_description' => 'Verifica que la url corresponde a un patrón conocido.'
 );
-
-?>