diff --git a/lang/C/messages.po b/lang/C/messages.po new file mode 100644 index 0000000..cf3fb23 --- /dev/null +++ b/lang/C/messages.po @@ -0,0 +1,36 @@ +# ADDON mathcaptcha +# Copyright (C) +# This file is distributed under the same license as the Friendica mathcaptcha addon package. +# +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-20 09:38+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: mathcaptcha.php:54 +msgid "The solution for the captcha was incorrect" +msgstr "" + +#: mathcaptcha.php:102 +msgid "Captcha" +msgstr "" + +#: mathcaptcha.php:103 +msgid "" +"In order to continue with the registration, please solve the following " +"calculation." +msgstr "" + +#: mathcaptcha.php:104 +msgid "You have to type in the solution of the calculation" +msgstr "" diff --git a/lang/de/messages.po b/lang/de/messages.po new file mode 100644 index 0000000..18fb170 --- /dev/null +++ b/lang/de/messages.po @@ -0,0 +1,36 @@ +# ADDON mathcaptcha +# Copyright (C) +# This file is distributed under the same license as the Friendica mathcaptcha addon package. +# +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-04-20 09:38+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: mathcaptcha.php:54 +msgid "The solution for the captcha was incorrect" +msgstr "Die Lösung des Captchas war nicht richtig" + +#: mathcaptcha.php:102 +msgid "Captcha" +msgstr "Captcha" + +#: mathcaptcha.php:103 +msgid "" +"In order to continue with the registration, please solve the following " +"calculation." +msgstr "Um mi der Registrierung fortfahren zu können, muss die folgende Aufgabe gelöst werden." + +#: mathcaptcha.php:104 +msgid "You have to type in the solution of the calculation" +msgstr "Gib die Lösung der Rechnung an" diff --git a/lang/de/strings.php b/lang/de/strings.php new file mode 100644 index 0000000..87c9dc2 --- /dev/null +++ b/lang/de/strings.php @@ -0,0 +1,7 @@ +strings["The solution for the captcha was incorrect"] = "Die Lösung des Captchas war nicht richtig"; +$a->strings["Captcha"] = "Captcha"; +$a->strings["In order to continue with the registration, please solve the following calculation."] = "Um mi der Registrierung fortfahren zu können, muss die folgende Aufgabe gelöst werden."; +$a->strings["You have to type in the solution of the calculation"] = "Gib die Lösung der Rechnung an";