spip_nursit/plugins-dist/dist/nursit/nospam/lang/nospam_en.php
2023-06-01 17:30:12 +02:00

32 lines
1.6 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
// extrait automatiquement de https://trad.spip.net/tradlang_module/nospam?lang_cible=en
// ** ne pas modifier le fichier **
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
$GLOBALS[$GLOBALS['idx_lang']] = array(
// E
'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 process your message. Thank you for resubmitting.',
'erreur_spam' => 'Unable to process your message!',
'erreur_spam_doublon' => 'An identical message already exists!',
'erreur_spam_ip' => 'Too many comments detrimental to the quality!',
'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.',
// I
'info_alt_antispam' => 'Silent Antispam - no content displayed ',
'info_ip_suspecte' => 'Your IP address is suspected to send SPAMs. Thank you to confirm your are not doing so.',
// L
'label_je_ne_suis_pas_un_robot' => 'Im not a robot. ',
'label_message_licite' => 'This is not an abusive post',
'libelle_je_ne_suis_pas_un_robot' => 'Click to confirm that you are not a robot '
);