]> git.mxchange.org Git - friendica-addons.git/blobdiff - numfriends/lang/it/strings.php
regenerated all the strings
[friendica-addons.git] / numfriends / lang / it / strings.php
index 0319e5f147527f02fe4abaff225cfa317cd2c521..208af5595089a412cd6dbb5446f4ade2e647ed47 100644 (file)
@@ -2,10 +2,9 @@
 
 if(! function_exists("string_plural_select_it")) {
 function string_plural_select_it($n){
-       return ($n != 1);;
+       $n = intval($n);
+       return intval($n != 1);
 }}
-;
-$a->strings["Numfriends settings updated."] = "";
-$a->strings["Numfriends Settings"] = "";
-$a->strings["How many contacts to display on profile sidebar"] = "";
-$a->strings["Save Settings"] = "";
+$a->strings['Numfriends Settings'] = 'Impostazioni Numfriends';
+$a->strings['How many contacts to display on profile sidebar'] = 'Quanti contatti visualizzare nella barra laterale del profilo';
+$a->strings['Save Settings'] = 'Salva Impostazioni';