]> git.mxchange.org Git - friendica-addons.git/blob - dwpost/lang/it/strings.php
cookienotice addon FR translation updated THX bob lebonche
[friendica-addons.git] / dwpost / lang / it / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_it")) {
4 function string_plural_select_it($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 ;
9 $a->strings["Post to Dreamwidth"] = "Invia a Dreamwidth";
10 $a->strings["Dreamwidth Export"] = "Esporta Dreamwidth";
11 $a->strings["Enable dreamwidth Post Addon"] = "Abilita il componente aggiuntivo di invio a Dreamwidth";
12 $a->strings["dreamwidth username"] = "Nome utente Dreamwidth";
13 $a->strings["dreamwidth password"] = "password Dreamwidth";
14 $a->strings["Post to dreamwidth by default"] = "Invia sempre a Dreamwidth";
15 $a->strings["Save Settings"] = "Salva Impostazioni";