]> git.mxchange.org Git - friendica-addons.git/blob - wppost/lang/de/strings.php
DE: added translations for the addons from transifex
[friendica-addons.git] / wppost / lang / de / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_de")) {
4 function string_plural_select_de($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Post to Wordpress"] = "Bei WordPress veröffentlichen";
9 $a->strings["Wordpress Export"] = "WordPress-Passwort";
10 $a->strings["Enable WordPress Post Plugin"] = "WordPress Plugin aktivieren";
11 $a->strings["WordPress username"] = "WordPress-Benutzername";
12 $a->strings["WordPress password"] = "WordPress-Passwort";
13 $a->strings["WordPress API URL"] = "WordPress-API-URL";
14 $a->strings["Post to WordPress by default"] = "Standardmäßig auf WordPress veröffentlichen";
15 $a->strings["Provide a backlink to the Friendica post"] = "Einen zurück zum Friendica-Beitrag hinzufügen";
16 $a->strings["Don't post messages that are too short"] = "Beiträge die zu kurz sind nicht veröffentlichen";
17 $a->strings["Save Settings"] = "Einstellungen speichern";
18 $a->strings["Post from Friendica"] = "Post via Friendica";
19 $a->strings["Read the original post and comment stream on Friendica"] = "Den Original-Beitrag samt Kommentaren bei Friendica lesen";