15 lines
590 B
PHP
15 lines
590 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
function string_plural_select_it($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["Post to LiveJournal"] = "Invia a LiveJournal";
|
|
$a->strings["LiveJournal Post Settings"] = "Impostazioni invio a LiveJournal";
|
|
$a->strings["Enable LiveJournal Post Plugin"] = "Abilita il plugin di invio a LiveJournal";
|
|
$a->strings["LiveJournal username"] = "Nome utente LiveJournal";
|
|
$a->strings["LiveJournal password"] = "Password LiveJournal";
|
|
$a->strings["Post to LiveJournal by default"] = "Invia sempre a LiveJournal";
|
|
$a->strings["Submit"] = "Invia";
|