AVVISI IMPORTANTI!!
- Come Postare le Traduzioni (Obbligatorio)
- Come installare le Mods nel proprio forum
- Come inserire le traduzioni delle Mods nel proprio forum

Author Topic: Are You Human? (Anti-Bot Check)  (Read 3565 times)

0 Members and 1 Guest are viewing this topic.

Offline Spyro

  • Utente
  • *
  • Posts: 248
  • Gender: Male
    • View Profile
    • Athlas Planet
    • Email
Are You Human? (Anti-Bot Check)
« on: Wednesday, 16 April 2008 20:16 »
Nome: Are You Human? (Anti-Bot Check)
Autore: karlbenson
Ultima Versione: 2.1

Download Mod: http://custom.simplemachines.org/mods/index.php?mod=999

Descrizione:
Un semplice controllo anti-bot durante la registrazione, dove l'utente dovrà rispondere alla domanda: "Sei un umano?".
« Last Edit: Saturday, 16 May 2009 16:09 by Darknico »


Offline Spyro

  • Utente
  • *
  • Posts: 248
  • Gender: Male
    • View Profile
    • Athlas Planet
    • Email
Re: Are You Human? (Anti-Bot Check)
« Reply #1 on: Wednesday, 16 April 2008 20:22 »
Traduzione ISO della mod
Traduzione di: Spyro & Darknico
Compatibilità: 2.1

File: Modifications.italian.php

Cercare:
?>

Aggiungere sopra:
//
	
Are You Human?
$txt['are_you_human_q1'] = 'Sei un umano?';
$txt['are_you_human_q2'] = 'Sei un Bot?';
$txt['are_you_human_desc'] = 'Controllo anti-bot';
$txt['are_you_human_answers'][0] = 'Si';
$txt['are_you_human_answers'][1] = 'No';
$txt['are_you_human_answers'][2] = 'Non lo so';
$txt['are_you_human_answers'][3] = 'Forse';
$txt['are_you_human_answers'][4] = 'Io penso...';
$txt['are_you_human_answers'][5] = 'Aspetta';
$txt['are_you_human_answers'][6] = 'Hmmm'
	
	
	
// You can add more Answers for confused the bots

$txt['are_you_human_fail'] = 'Sei pregato di confermare che sei un umano per procedere con la registrazione.<br />
I Bots non possono registrarsi.'
;

$txt['are_you_human_s'] = 'Abilita MOD Are You Human';
$txt['are_you_human_q'] = 'Seleziona la domanda';
$txt['are_you_human_a'] = 'Ordina le risposte a caso';
$txt['are_you_human_q_0'] = 'Sei un umano?';
$txt['are_you_human_q_1'] = 'Sei un Bot?';
$txt['are_you_human_q_2'] = 'Domanda a caso';
« Last Edit: Saturday, 16 May 2009 16:09 by Darknico »