[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / mots / lang / mots_en.php
index e6a1032..00c3a8b 100644 (file)
@@ -1,15 +1,17 @@
 <?php
 // This is a SPIP language file  --  Ceci est un fichier langue de SPIP
-// extrait automatiquement de http://trad.spip.net/tradlang_module/mots?lang_cible=en
+// extrait automatiquement de https://trad.spip.net/tradlang_module/mots?lang_cible=en
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
        // A
        'avis_conseil_selection_mot_cle' => '<b>Important group:</b> it is strongly advised to select a keyword in this group.',
-       'avis_doublon_mot_cle' => 'A keyword with this title already exists. Are you sure you want to create another?', # MODIF
+       'avis_doublon_mot_cle' => 'A keyword with this title already exists. Are you sure you want to create the same again?',
 
        // B
        'bouton_checkbox_qui_attribue_mot_cle_administrateurs' => 'site administrators',
@@ -85,5 +87,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'titre_objets_lies_mot' => 'Linked to that keyword:',
        'titre_page_mots_tous' => 'Keywords'
 );
-
-?>