anoncaptcha init

This commit is contained in:
2026-07-16 21:58:14 +03:00
parent 975c3f1909
commit c27a23b32f
10 changed files with 457 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
<?php
/**
* German strings for AnonCaptcha addon
*/
App::$strings = [
"Enable AnonCaptcha" => "AnonCaptcha aktivieren",
"When enabled, anonymous users must solve a math captcha before submitting comments." => "Wenn aktiviert, müssen anonyme Benutzer eine mathematische Aufgabe lösen, bevor sie einen Kommentar absenden.",
"Submit" => "Absenden",
"Captcha verification failed. Please try again." => "Captcha-Überprüfung fehlgeschlagen. Bitte versuchen Sie es erneut.",
"What is %d + %d?" => "Wie viel ist %d + %d?",
"Draw digital symbols using graphics" => "Ziffern als Grafik darstellen",
"When enabled, captcha numbers will be drawn as small images instead of text." => "Wenn aktiviert, werden die Captcha-Ziffern als kleine Bilder statt als Text dargestellt.",
"Settings updated." => "Einstellungen aktualisiert.",
"Captcha" => "Captcha",
"anti-spam" => "Antispam",
];
+17
View File
@@ -0,0 +1,17 @@
<?php
/**
* English strings for AnonCaptcha addon
*/
App::$strings = [
"Enable AnonCaptcha" => "Enable AnonCaptcha",
"When enabled, anonymous users must solve a math captcha before submitting comments." => "When enabled, anonymous users must solve a math captcha before submitting comments.",
"Submit" => "Submit",
"Captcha verification failed. Please try again." => "Captcha verification failed. Please try again.",
"What is %d + %d?" => "What is %d + %d?",
"Draw digital symbols using graphics" => "Draw digital symbols using graphics",
"When enabled, captcha numbers will be drawn as small images instead of text." => "When enabled, captcha numbers will be drawn as small images instead of text.",
"Settings updated." => "Settings updated.",
"Captcha" => "Captcha",
"anti-spam" => "anti-spam",
];
+17
View File
@@ -0,0 +1,17 @@
<?php
/**
* Spanish strings for AnonCaptcha addon
*/
App::$strings = [
"Enable AnonCaptcha" => "Habilitar AnonCaptcha",
"When enabled, anonymous users must solve a math captcha before submitting comments." => "Cuando está habilitado, los usuarios anónimos deben resolver un captcha matemático antes de enviar un comentario.",
"Submit" => "Enviar",
"Captcha verification failed. Please try again." => "Verificación del captcha fallida. Por favor, inténtelo de nuevo.",
"What is %d + %d?" => "¿Cuánto es %d + %d?",
"Draw digital symbols using graphics" => "Mostrar dígitos como imagen",
"When enabled, captcha numbers will be drawn as small images instead of text." => "Cuando está habilitado, los números del captcha se mostrarán como imágenes en lugar de texto.",
"Settings updated." => "Configuración actualizada.",
"Captcha" => "Captcha",
"anti-spam" => "antispam",
];
+17
View File
@@ -0,0 +1,17 @@
<?php
/**
* French strings for AnonCaptcha addon
*/
App::$strings = [
"Enable AnonCaptcha" => "Activer AnonCaptcha",
"When enabled, anonymous users must solve a math captcha before submitting comments." => "Lorsqu'activé, les utilisateurs anonymes doivent résoudre un captcha mathématique avant de soumettre un commentaire.",
"Submit" => "Soumettre",
"Captcha verification failed. Please try again." => "Échec de la vérification du captcha. Veuillez réessayer.",
"What is %d + %d?" => "Combien font %d + %d ?",
"Draw digital symbols using graphics" => "Afficher les chiffres sous forme d'images",
"When enabled, captcha numbers will be drawn as small images instead of text." => "Lorsqu'activé, les chiffres du captcha seront affichés sous forme d'images plutôt qu'en texte.",
"Settings updated." => "Paramètres mis à jour.",
"Captcha" => "Captcha",
"anti-spam" => "anti-spam",
];
+17
View File
@@ -0,0 +1,17 @@
<?php
/**
* Russian strings for AnonCaptcha addon
*/
App::$strings = [
"Enable AnonCaptcha" => "Включить AnonCaptcha",
"When enabled, anonymous users must solve a math captcha before submitting comments." => "При включении анонимные пользователи должны решить математическую капчу перед отправкой комментария.",
"Submit" => "Отправить",
"Captcha verification failed. Please try again." => "Ошибка проверки капчи. Попробуйте снова.",
"What is %d + %d?" => "Чему равно %d + %d?",
"Draw digital symbols using graphics" => "Отрисовывать символы графически",
"When enabled, captcha numbers will be drawn as small images instead of text." => "При включении капча отображается как изображения вместо текста.",
"Settings updated." => "Настройки обновлены.",
"Captcha" => "Капча",
"anti-spam" => "от спама",
];