10 lines
619 B
PHP
10 lines
619 B
PHP
|
<?php
|
||
|
|
||
|
if(! function_exists("string_plural_select_da_dk")) {
|
||
|
function string_plural_select_da_dk($n){
|
||
|
$n = intval($n);
|
||
|
return intval($n != 1);
|
||
|
}}
|
||
|
$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.'] = 'MathJax tilføjelsen kan vise matematiske formler som er skrevet i LaTeX syntaksen, omringet af det sædvanlige $$ eller en eqnarray blok i opslagene på din væg, netværksfane eller private mail.';
|
||
|
$a->strings['Use the MathJax renderer'] = 'Brug MathJax renderen';
|