a1aa5b2b025330f09216680d70bb882ec5e8d200
[friendica-addons.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         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Settings"] = "Impostazioni";
9 $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."] = "Il addon \"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.";
10 $a->strings["Use the MathJax renderer"] = "Usa il render MathJax";
11 $a->strings["Submit"] = "Invia";
12 $a->strings["Settings updated."] = "Impostazioni aggiornate.";
13 $a->strings["MathJax Base URL"] = "Indirizzo di base di MathJax";
14 $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.";