]> git.mxchange.org Git - friendica-addons.git/blob - mathjax/lang/it/strings.php
regenerated all the strings
[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         $n = intval($n);
6         return intval($n != 1);
7 }}
8 $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 plugin "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.';
9 $a->strings['Use the MathJax renderer'] = 'Usa il render MathJax';
10 $a->strings['Save Settings'] = 'Salva Impostazioni';