mediawiki-extensions-Confir.../FancyCaptcha.i18n.php

87 lines
4.9 KiB
PHP
Raw Normal View History

<?php
/**
* Internationalisation file for the FancyCaptcha plug-in
*
* @addtogroup Extensions
*/
function efFancyCaptchaMessages() {
return array(
2007-01-14 00:51:11 +00:00
/* English */
'en' => array(
'fancycaptcha-edit' => 'Your edit includes new external links. To help protect against automated
spam, please enter the words that appear below in the box ([[Special:Captcha/help|more info]]):',
'fancycaptcha-createaccount' => 'To help protect against automated account creation, please enter the words
that appear below in the box ([[Special:Captcha/help|more info]]):',
),
/* Czech */
'cs' => array(
'fancycaptcha-edit' => 'Vaše editace obsahuje nové odkazy formou URL; v zájmu ochrany před automatickým spamováním musíte opsat text z následujícího obrázku: ([[Special:Captcha/help|Co tohle znamená?]])',
'fancycaptcha-createaccount' => 'V rámci ochrany před automatickým zakládáním účtů musíte pro provedení registrace opsat text z následujícího obrázku: ([[Special:Captcha/help|Co tohle znamená?]])',
),
/* German */
'de' => array(
'fancycaptcha-edit' => 'Ihre Bearbeitung enthält neue externe Links. .
Zum Schutz vor automatisiertem Spamming ist es nötig, dass Sie das nachfolgende Wort
in das darunter erscheinende Feld eintragen. Klicken Sie dann erneut auf „Seite speichern“.
<br />[[{{ns:special}}:Captcha/help|(Was soll das?)]]',
'fancycaptcha-createaccount' => 'Zum Schutz vor automatisierter Anlage von Benutzerkonten
ist es nötig, dass Sie das nachfolgende Wort in das darunter erscheinende Feld eintragen.
[[{{ns:special}}:Captcha/help|(Fragen oder Probleme?)]]',
2007-01-05 15:27:31 +00:00
),
/* French */
'fr' => array(
'fancycaptcha-edit' => 'Votre modification inclut de nouveaux liens externes. Pour vérifier quil ne sagit pas de spam automatique,
veuillez entrer les mots qui apparaissent dans la boîte ci-dessous ([[Special:Captcha/help|plus dinformations]]) :',
'fancycaptcha-createaccount' => 'Comme protection contre les créations de compte abusives, veuillez entrer les mots
ci-dessous dans la boîte ([[Special:Captcha/help|plus dinformations]]) :',
),
2007-01-14 00:51:11 +00:00
/* Indonesian */
'id' => array(
'fancycaptcha-edit' => 'Suntingan Anda mencantumkan pranala luar baru. Untuk perlindungan terhadap spam otomatis, harap masukkan kata di bawah ini ke dalam kotak yang tersedia ([[Special:Captcha/help|info tambahan]]):',
'fancycaptcha-createaccount' => 'Untuk perlindungan terhadap pembuatan akun otomatis, tolong masukkan kata di bawah ini ke dalam kotak yang tersedia ([[Special:Captcha/help|info tambahan]]):',
),
2007-01-05 15:27:31 +00:00
2007-01-06 22:19:42 +00:00
/* Finnish (Niklas Laxström) */
'fi' => array(
2007-03-02 16:41:51 +00:00
'fancycaptcha-edit' => 'Muokkauksesi sisältää uusia linkkejä muille sivuille. Kirjoita kuvan sisältämät sanat alla olevaan tekstikenttään ([[Special:Captcha/help|lisätietoja]]):',
'fancycaptcha-createaccount' => 'Kirjoita kuvan sisältämät sanat alla olevaan tekstikenttään ([[Special:Captcha/help|lisätietoja]]):',
2007-01-06 22:19:42 +00:00
),
2007-01-05 15:27:31 +00:00
/* Hebrew */
'he' => array(
'fancycaptcha-edit' => 'עריכתכם כוללת קישורים חיצוניים חדשים. כהגנה מפני ספאם אוטומטי, אנא הקלידו את המילים המופיעות להלן בתיבה ([[{{ns:special}}:Captcha/help|מידע נוסף]]):',
'fancycaptcha-createaccount' => 'כהגנה מפני יצירת חשבונות אוטומטית, אנא הקלידו את המילים המופיעות להלן בתיבה ([[{{ns:special}}:Captcha/help|מידע נוסף]]):',
),
/* nld / Dutch / Nederlands */
'nl' => array(
'fancycaptcha-edit' => 'Uw bewerking bevat nieuwe externe links. Voer altublieft de woordenen die
hieronder verschijnen in het invoerveld in als bescherming tegen automatische spam ([[Special:Captcha/help|more info]]):',
'fancycaptcha-createaccount' => 'Voer altublieft de woordenen die hieronder verschijnen in het invoerveld in
ter bescherming tegen het automatisch aanmaken van gebruikers ([[Special:Captcha/help|meer info]]):',
),
/* Portuguese */
'pt' => array(
'fancycaptcha-edit' => 'Sua edição inclui novas ligações externas; como prevenção contra sistemas automatizados que inserem spam, será necessário que você digite as palavras exibidas no seguinte box ([[Special:Captcha/help|mais informações]]):',
'fancycaptcha-createaccount' => 'Como prevenção contra sistemas automatizados que inserem spam, será necessário que você digite as palavras exibidas no seguinte box para que possa se cadastrar ([[Special:Captcha/help|mais informações]]):',
2007-01-23 17:18:36 +00:00
),
/* Slovak (helix84) */
'sk' => array(
'fancycaptcha-edit' => 'Vaša úprava obsahuje nové URL odkazy; kvôli ochrane proti automatizovanému spamu je potrebné napísať slová zobrazené na tomto obrázku: <br />([[Special:Captcha/help|Čo je toto?]])',
'fancycaptcha-createaccount' => 'Kvôli ochrane proti automatizovanému spamu je potrebné napísať slová zobrazené na tomto obrázku, až potom bude vytvorený nový účet: <br />([[Special:Captcha/help|Čo je toto?]])',
),
);
}
?>