2014-09-14 16:01:44 -04:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
|
|
function string_plural_select_it($n){
|
2020-09-17 02:30:31 -04:00
|
|
|
$n = intval($n);
|
2021-02-01 12:47:38 -05:00
|
|
|
return intval($n != 1);
|
2014-09-14 16:01:44 -04:00
|
|
|
}}
|
|
|
|
;
|
2018-03-19 16:28:00 -04:00
|
|
|
$a->strings["Post to Dreamwidth"] = "Invia a Dreamwidth";
|
2021-03-28 12:44:53 -04:00
|
|
|
$a->strings["Dreamwidth Export"] = "Esporta Dreamwidth";
|
2018-03-19 16:28:00 -04:00
|
|
|
$a->strings["Enable dreamwidth Post Addon"] = "Abilita il componente aggiuntivo di invio a Dreamwidth";
|
2014-09-14 16:01:44 -04:00
|
|
|
$a->strings["dreamwidth username"] = "Nome utente Dreamwidth";
|
|
|
|
$a->strings["dreamwidth password"] = "password Dreamwidth";
|
|
|
|
$a->strings["Post to dreamwidth by default"] = "Invia sempre a Dreamwidth";
|
2021-03-28 12:44:53 -04:00
|
|
|
$a->strings["Save Settings"] = "Salva Impostazioni";
|