20 lines
1.1 KiB
PHP
20 lines
1.1 KiB
PHP
<?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",
|
|
"Enable debug console logging" => "Debug-Konsolenprotokollierung aktivieren",
|
|
"When enabled, shows detailed debug messages in browser console for troubleshooting." => "Wenn aktiviert, werden detaillierte Debug-Nachrichten in der Browser-Konsole angezeigt, um Probleme zu beheben.",
|
|
];
|