]> git.mxchange.org Git - friendica-addons.git/blob - numfriends/lang/it/strings.php
updating the addon translations, missed some files due missing git fu
[friendica-addons.git] / numfriends / lang / it / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_it")) {
4 function string_plural_select_it($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Numfriends settings updated."] = "Impostazioni \"Numfriends' aggiornate.";
9 $a->strings["Numfriends Settings"] = "Impostazioni Numfriends";
10 $a->strings["How many contacts to display on profile sidebar"] = "Quanti contatti visualizzare nella barra laterale del profilo";
11 $a->strings["Submit"] = "";