[PLUGINS] +set de base
[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 http://trad.spip.net/tradlang_module/nospam?lang_cible=en
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) return;
7
8 $GLOBALS[$GLOBALS['idx_lang']] = array(
9
10 // E
11 'erreur_attributs_html_interdits' => 'It\'s not allowed to use the html attributes <tt>class</tt> or <tt>style</tt>',
12 'erreur_blacklist' => 'You have been blacklisted, you can not post messages anymore.',
13 'erreur_jeton' => 'Unable to take account of your message. Thank you to resubmit!',
14 'erreur_spam' => 'Unable to take account of your message!',
15 'erreur_spam_doublon' => 'An identical message already exists!',
16 'erreur_spam_ip' => 'Too many comments detrimental to the quality!',
17 'erreur_url_deja_spammee' => 'This message contains suspicious links that look like SPAM. Thanks to delete them.',
18
19 // F
20 '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.'
21 );
22
23 ?>