]> git.mxchange.org Git - friendica-addons.git/blob - mathjax/lang/hu/strings.php
Merge pull request #1091 from tobiasd/20210301-lng
[friendica-addons.git] / mathjax / lang / hu / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_hu")) {
4 function string_plural_select_hu($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 ;
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."] = "A MathJax bővítmény a LaTeX szintaxis használatával írt matematikai képleteket jelenít meg, amelyeket a szokásos $$ vagy egy eqnarray blokk vesz körül a falán lévő bejegyzésekben, a hálózat lapon és a személyes levelekben.";
10 $a->strings["Use the MathJax renderer"] = "A MathJax megjelenítő használata";
11 $a->strings["Save Settings"] = "Beállítások mentése";