]> git.mxchange.org Git - friendica-addons.git/blobdiff - showmore/lang/it/strings.php
regenerated all the strings
[friendica-addons.git] / showmore / lang / it / strings.php
index d15a41b5b7294e1055fc177b7caa8591362176eb..db17e3a18ac3a86d9d5c2abf8f6ee8ce5d876e8e 100644 (file)
@@ -2,12 +2,12 @@
 
 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["\"Show more\" Settings"] = "Impostazioni \"Mostra altro\"";
-$a->strings["Enable Show More"] = "Abilita \"Mostra altro\"";
-$a->strings["Cutting posts after how much characters"] = "Dopo quanti caratteri tagliare il messaggio";
-$a->strings["Submit"] = "Invia";
-$a->strings["Show More Settings saved."] = "Impostazioni \"Mostra altro\" salvate.";
-$a->strings["show more"] = "mostra di più";
+$a->strings['"Show more" Settings'] = 'Impostazioni "Mostra altro"';
+$a->strings['Enable Show More'] = 'Abilita "Mostra altro"';
+$a->strings['Cutting posts after how much characters'] = 'Dopo quanti caratteri tagliare il messaggio';
+$a->strings['Save Settings'] = 'Salva Impostazioni';
+$a->strings['Show More Settings saved.'] = 'Impostazioni "Mostra altro" salvate.';
+$a->strings['show more'] = 'mostra di più';