[PLUGINS] ~maj globale
[lhc/web/www.git] / www / plugins / nospam / lang / nospam_en.php
index 9e9cd91..9ededa3 100644 (file)
@@ -3,12 +3,14 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/nospam?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(
 
        // E
-       'erreur_attributs_html_interdits' => 'It\'s not allowed to use the html attributes <tt>class</tt> or <tt>style</tt>',
+       'erreur_attributs_html_interdits' => 'It is not possible to insert images or use the html attributes <tt>class</tt> or <tt>style</tt>',
        'erreur_blacklist' => 'You have been blacklisted, you can not post messages anymore.',
        'erreur_jeton' => 'Unable to take account of your message. Thank you to resubmit!',
        'erreur_spam' => 'Unable to take account of your message!',
@@ -17,7 +19,11 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'erreur_url_deja_spammee' => 'This message contains suspicious links that look like SPAM. Thanks to delete them.',
 
        // F
-       'forum_saisie_texte_info' => 'For the formatting of your message, this form only accepts SPIP shortcuts <code>[-&gt;url] {{bold}} {italic} &lt;quote&gt; &lt;code&gt;</code> &lt;cadre&gt;</cadre> et le code HTML <code>&lt;q&gt; &lt;del&gt; &lt;ins&gt;</code>. To create paragraphs, simply leave blank lines.'
-);
+       'forum_saisie_texte_info' => 'For the formatting of your message, this form only accepts SPIP shortcuts <code>[-&gt;url] {{bold}} {italic} &lt;quote&gt; &lt;code&gt;</code> &lt;cadre&gt;</cadre> et le code HTML <code>&lt;q&gt; &lt;del&gt; &lt;ins&gt;</code>. To create paragraphs, simply leave blank lines.',
+
+       // I
+       'info_ip_suspecte' => 'Your IP address is suspected to send SPAMs. Thank you to confirm your are not doing so.',
 
-?>
+       // L
+       'label_message_licite' => 'This is not an abusive post'
+);