mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
IT translation of the dwpost addon updated THX Sylke Vicious
This commit is contained in:
parent
a6bdb8b742
commit
02bd1a7590
2 changed files with 6 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue