]> git.mxchange.org Git - friendica-addons.git/blob - wppost/lang/de/strings.php
DE wppost update to the strings
[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"] = "Invia a Wordpress";
9 $a->strings["WordPress Post Settings"] = "Impostazioni invio a WordPress";
10 $a->strings["Enable WordPress Post Plugin"] = "Abilita il plugin di invio a Wordpress";
11 $a->strings["WordPress username"] = "Nome utente Wordpress";
12 $a->strings["WordPress password"] = "Password Wordpress";
13 $a->strings["WordPress API URL"] = "Indirizzo API Wordpress";
14 $a->strings["Post to WordPress by default"] = "Invia sempre a Wordpress";
15 $a->strings["Provide a backlink to the Friendica post"] = "Inserisci un link al messaggio originale su Friendica";
16 $a->strings["Submit"] = "Invia";
17 $a->strings["Post from Friendica"] = "Messaggio da Friendica";
18 $a->strings["Read the original post and comment stream on Friendica"] = "Leggi il messaggio originale e i commenti su Friendica";