DE: added translations for the addons from transifex

This commit is contained in:
Tobias Diekershoff 2014-09-06 17:56:57 +02:00
parent 3705632bd1
commit f6460497e3
90 changed files with 3771 additions and 516 deletions

View file

@ -0,0 +1,68 @@
# ADDON wppost
# Copyright (C)
# This file is distributed under the same license as the Friendica wppost addon package.
#
#
# Translators:
# bavatar <tobias.diekershoff@gmx.net>, 2014
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-23 14:45+0200\n"
"PO-Revision-Date: 2014-07-11 06:33+0000\n"
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: wppost.php:42
msgid "Post to Wordpress"
msgstr "Bei WordPress veröffentlichen"
#: wppost.php:79 wppost.php:83
msgid "Wordpress Export"
msgstr "WordPress-Passwort"
#: wppost.php:86
msgid "Enable WordPress Post Plugin"
msgstr "WordPress Plugin aktivieren"
#: wppost.php:91
msgid "WordPress username"
msgstr "WordPress-Benutzername"
#: wppost.php:96
msgid "WordPress password"
msgstr "WordPress-Passwort"
#: wppost.php:101
msgid "WordPress API URL"
msgstr "WordPress-API-URL"
#: wppost.php:106
msgid "Post to WordPress by default"
msgstr "Standardmäßig auf WordPress veröffentlichen"
#: wppost.php:111
msgid "Provide a backlink to the Friendica post"
msgstr "Einen zurück zum Friendica-Beitrag hinzufügen"
#: wppost.php:116
msgid "Don't post messages that are too short"
msgstr "Beiträge die zu kurz sind nicht veröffentlichen"
#: wppost.php:122
msgid "Save Settings"
msgstr "Einstellungen speichern"
#: wppost.php:243
msgid "Post from Friendica"
msgstr "Post via Friendica"
#: wppost.php:255
msgid "Read the original post and comment stream on Friendica"
msgstr "Den Original-Beitrag samt Kommentaren bei Friendica lesen"

View file

@ -1,13 +1,19 @@
<?php
$a->strings["Post to Wordpress"] = "Bei WordPress veröffentlichen";
$a->strings["WordPress Post Settings"] = "WordPress-Beitragseinstellungen";
$a->strings["Enable WordPress Post Plugin"] = "WordPress-Plugin aktivieren.";
$a->strings["WordPress username"] = "WordPress-Benutzername";
$a->strings["WordPress password"] = "WordPress-Passwort";
$a->strings["WordPress API URL"] = "WordPress-API-URL";
$a->strings["Post to WordPress by default"] = "Standardmäßig auf WordPress veröffentlichen";
$a->strings["Provide a backlink to the Friendica post"] = "Einen Link zurück zum Friendica-Beitrag hinzufügen";
$a->strings["Submit"] = "Senden";
$a->strings["Post from Friendica"] = "Beitrag via Friendica";
$a->strings["Read the original post and comment stream on Friendica"] = "Den Originalbeitrag samt Kommentaren bei Friendica lesen";
<?php
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
return ($n != 1);;
}}
;
$a->strings["Post to Wordpress"] = "Bei WordPress veröffentlichen";
$a->strings["Wordpress Export"] = "WordPress-Passwort";
$a->strings["Enable WordPress Post Plugin"] = "WordPress Plugin aktivieren";
$a->strings["WordPress username"] = "WordPress-Benutzername";
$a->strings["WordPress password"] = "WordPress-Passwort";
$a->strings["WordPress API URL"] = "WordPress-API-URL";
$a->strings["Post to WordPress by default"] = "Standardmäßig auf WordPress veröffentlichen";
$a->strings["Provide a backlink to the Friendica post"] = "Einen zurück zum Friendica-Beitrag hinzufügen";
$a->strings["Don't post messages that are too short"] = "Beiträge die zu kurz sind nicht veröffentlichen";
$a->strings["Save Settings"] = "Einstellungen speichern";
$a->strings["Post from Friendica"] = "Post via Friendica";
$a->strings["Read the original post and comment stream on Friendica"] = "Den Original-Beitrag samt Kommentaren bei Friendica lesen";