IT translation of the dwpost addon updated THX Sylke Vicious

This commit is contained in:
Tobias Diekershoff 2020-09-17 08:30:31 +02:00
parent a6bdb8b742
commit 02bd1a7590
2 changed files with 6 additions and 4 deletions

View file

@ -2,11 +2,12 @@
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["Post to Dreamwidth"] = "Invia a Dreamwidth";
$a->strings["Dreamwidth Post Settings"] = "Impostazioni Invio a Dreeamwidth";
$a->strings["Dreamwidth Post Settings"] = "Impostazioni Invio a Dreamwidth";
$a->strings["Enable dreamwidth Post Addon"] = "Abilita il componente aggiuntivo di invio a Dreamwidth";
$a->strings["dreamwidth username"] = "Nome utente Dreamwidth";
$a->strings["dreamwidth password"] = "password Dreamwidth";