]> git.mxchange.org Git - friendica-addons.git/blob - mathjax/lang/ro/strings.php
regenerated all the strings
[friendica-addons.git] / mathjax / lang / ro / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_ro")) {
4 function string_plural_select_ro($n){
5         $n = intval($n);
6         if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else  { return 1; }
7 }}
8 $a->strings['Settings'] = 'Configurări';
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.'] = 'Suplimentul MathJax procesează formule matematice scrise folosind sintaxa LaTeX încapsulată de obicei prin semnul $$ sau într-un bloc eqnarray, în postările de perete, fila de rețea și şi poșta privată.';
10 $a->strings['Use the MathJax renderer'] = 'Utilizare funcția renderer MathJax';
11 $a->strings['Submit'] = 'Trimite';
12 $a->strings['Settings updated.'] = 'Configurări actualizate.';
13 $a->strings['MathJax Base URL'] = 'Adresa URL de Bază 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.'] = 'Adresa URL pentru fișierul de javascript care ar trebui să fie inclus pentru a putea utiliza MathJax. Pot fi, fie CDN MathJax sau o altă instalare de MathJax.';