12 lines
491 B
PHP
12 lines
491 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
function string_plural_select_it($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["StatusNet AutoFollow settings updated."] = "Impostazioni \"StatusNet AutoFollow\" aggiornate.";
|
|
$a->strings["StatusNet AutoFollow Settings"] = "Impostazioni StatusNet AutoFollow";
|
|
$a->strings["Automatically follow any StatusNet followers/mentioners"] = "Segui automanticamente chiunque da StatusNet ti segua o ti menzioni";
|
|
$a->strings["Submit"] = "Invia";
|