Browse Source

locale translations added

m 14 years ago
parent
commit
4af51b1a24

+ 0 - 0
locale/Please send me your translations and I will add them here!


+ 6 - 0
locale/README.txt

@@ -0,0 +1,6 @@
+The .pot (template) file contains the translated strings
+copy them to your existing .po file in
+/app/locale/LC_MESSAGES/[language]/default.po
+
+For some languages there might be already out of the box translations available.
+If not, you can send them to me and I will add them.

+ 59 - 0
locale/captcha.pot

@@ -0,0 +1,59 @@
+### Captcha Integration (Anti-Spam)
+
+msgid "Captcha"
+msgstr ""
+
+msgid "captchaExplained"
+msgstr ""
+
+msgid "calcMinus"
+msgstr ""
+
+msgid "calcPlus"
+msgstr ""
+
+msgid "calcTimes"
+msgstr ""
+
+
+msgid "captchaResultIncorrect"
+msgstr ""
+
+msgid "captchaResultTooFast"
+msgstr ""
+
+msgid "captchaIllegalContent"
+msgstr ""
+
+msgid "one"
+msgstr ""
+
+msgid "two"
+msgstr ""
+
+msgid "three"
+msgstr ""
+
+msgid "four"
+msgstr ""
+
+msgid "five"
+msgstr ""
+
+msgid "six"
+msgstr ""
+
+msgid "seven"
+msgstr ""
+
+msgid "eight"
+msgstr ""
+
+msgid "nine"
+msgstr ""
+
+msgid "ten"
+msgstr ""
+
+msgid "zero"
+msgstr ""

+ 59 - 0
locale/captcha_de.po

@@ -0,0 +1,59 @@
+### Captcha Integration (Anti-Spam)
+
+msgid "Captcha"
+msgstr "Captcha"
+
+msgid "captchaExplained"
+msgstr "<small>Schutz vor Spam</small>"
+
+msgid "calcMinus"
+msgstr "minus"
+
+msgid "calcPlus"
+msgstr "plus"
+
+msgid "calcTimes"
+msgstr "mal"
+
+
+msgid "captchaResultIncorrect"
+msgstr "Das eingegebene Captcha-Ergebnis war nicht korrekt"
+
+msgid "captchaResultTooFast"
+msgstr "Das Formular wurde zu schnell abgeschickt - kannst du so schnell rechnen? :-)"
+
+msgid "captchaIllegalContent"
+msgstr "Illegaler Inhalt im Formular"
+
+msgid "one"
+msgstr "eins"
+
+msgid "two"
+msgstr "zwei"
+
+msgid "three"
+msgstr "drei"
+
+msgid "four"
+msgstr "vier"
+
+msgid "five"
+msgstr "fünf"
+
+msgid "six"
+msgstr "sechs"
+
+msgid "seven"
+msgstr "sieben"
+
+msgid "eight"
+msgstr "acht"
+
+msgid "nine"
+msgstr "neun"
+
+msgid "ten"
+msgstr "zehn"
+
+msgid "zero"
+msgstr "null"

+ 16 - 0
locale/change_password.pot

@@ -0,0 +1,16 @@
+### ChangePassword Behavior
+
+msgid "valErrBetweenCharacters %s %s"
+msgstr ""
+
+msgid "valErrBetweenCharacters %s %s"
+msgstr ""
+
+msgid "valErrPwdNotMatch"
+msgstr ""
+
+msgid "valErrProvideCurrentPwd"
+msgstr ""
+
+msgid "valErrCurrentPwdIncorrect"
+msgstr ""

+ 13 - 0
locale/change_password_de.po

@@ -0,0 +1,13 @@
+### ChangePassword Behavior
+
+msgid "valErrBetweenCharacters %s %s"
+msgstr "Zwischen %s und %s Zeichen"
+
+msgid "valErrPwdNotMatch"
+msgstr "Die beiden Passwörter stimmen nicht überein"
+
+msgid "valErrProvideCurrentPwd"
+msgstr "Bitte das bisherige Passwort eingeben"
+
+msgid "valErrCurrentPwdIncorrect"
+msgstr "Das bisherige Passwort ist nicht korrekt"