]> git.mxchange.org Git - friendica-addons.git/blob - wppost/lang/de/strings.php
48c1688e498ff3a6cb79a91b04e98394bd4becfb
[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 Post Settings"] = "WordPress-Beitragseinstellungen";
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["Submit"] = "Senden";
17 $a->strings["Post from Friendica"] = "Post via Friendica";
18 $a->strings["Read the original post and comment stream on Friendica"] = "Den Original-Beitrag samt Kommentaren bei Friendica lesen";