2014-09-14 20:01:44 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
|
|
function string_plural_select_it($n){
|
|
|
|
return ($n != 1);;
|
|
|
|
}}
|
|
|
|
;
|
2015-04-03 11:17:32 +00:00
|
|
|
$a->strings["StatusNet AutoFollow settings updated."] = "Impostazioni \"StatusNet AutoFollow\" aggiornate.";
|
2015-08-31 16:52:41 +00:00
|
|
|
$a->strings["StatusNet AutoFollow Settings"] = "Impostazioni StatusNet AutoFollow";
|
2015-04-03 11:17:32 +00:00
|
|
|
$a->strings["Automatically follow any StatusNet followers/mentioners"] = "Segui automanticamente chiunque da StatusNet ti segua o ti menzioni";
|
2015-08-31 16:52:41 +00:00
|
|
|
$a->strings["Submit"] = "Invia";
|