friendica-addons/snautofollow/lang/it/strings.php

12 lines
335 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."] = "";
$a->strings["StatusNet AutoFollow"] = "";
$a->strings["Automatically follow any StatusNet followers/mentioners"] = "";
$a->strings["Save Settings"] = "";