3cdbf44d5ed23df858c9652d228659eb94859348
[lhc/web/www.git] / www / plugins / nospam / lang / nospam_en.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de https://trad.spip.net/tradlang_module/nospam?lang_cible=en
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) {
7 return;
8 }
9
10 $GLOBALS[$GLOBALS['idx_lang']] = array(
11
12 // E
13 'erreur_attributs_html_interdits' => 'It is not possible to insert images or use the html attributes <tt>class</tt> or <tt>style</tt>',
14 'erreur_blacklist' => 'You have been blacklisted, you can not post messages anymore.',
15 'erreur_jeton' => 'Unable to take account of your message. Thank you to resubmit!',
16 'erreur_spam' => 'Unable to take account of your message!',
17 'erreur_spam_doublon' => 'An identical message already exists!',
18 'erreur_spam_ip' => 'Too many comments detrimental to the quality!',
19 'erreur_url_deja_spammee' => 'This message contains suspicious links that look like SPAM. Thanks to delete them.',
20
21 // F
22 '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.',
23
24 // I
25 'info_ip_suspecte' => 'Your IP address is suspected to send SPAMs. Thank you to confirm your are not doing so.',
26
27 // L
28 'label_message_licite' => 'This is not an abusive post'
29 );