added base translation file and DE translation

This commit is contained in:
Tobias Diekershoff 2019-04-20 09:43:41 +02:00
parent 0b5080eaa1
commit 7c4292ed13
3 changed files with 79 additions and 0 deletions

36
lang/C/messages.po Normal file
View File

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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 ""

36
lang/de/messages.po Normal file
View File

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"

7
lang/de/strings.php Normal file
View File

@ -0,0 +1,7 @@
<?php
;
$a->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";