c612dfb7aa721b534934a4dc974354c30fb20589
[friendica-addons.git/.git] / mathjax / lang / it / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_it")) {
4 function string_plural_select_it($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 ;
9 $a->strings["Settings"] = "Impostazioni";
10 $a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "Iladdon\"MatJax\" renderizza formule matematiche scritta usando la sintassi LaTeX circondate dalle usuali $$ o un blocco eqnarray nei messaggi della tua bacheca, pagina Rete e messaggi privati.";
11 $a->strings["Use the MathJax renderer"] = "Usa il render MathJax";
12 $a->strings["Submit"] = "Invia";
13 $a->strings["Settings updated."] = "Impostazioni aggiornate.";
14 $a->strings["MathJax Base URL"] = "Indirizzo di base di MathJax";
15 $a->strings["The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax."] = "L'indirizzo per il file javascript che deve essere incluso per usare MathJax. Può essere sul CDN di MathJax o in un'altra installazione di MathJax.";