forked from friendica/friendica-addons
10 lines
605 B
PHP
10 lines
605 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Settings"] = "Innstillinger";
|
||
|
$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->strings["Use the MathJax renderer"] = "";
|
||
|
$a->strings["Submit"] = "Lagre";
|
||
|
$a->strings["Settings updated."] = "Innstillinger oppdatert.";
|
||
|
$a->strings["MathJax Base URL"] = "";
|
||
|
$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."] = "";
|