forked from friendica/friendica-addons
10 lines
621 B
PHP
10 lines
621 B
PHP
<?php
|
|
|
|
$a->strings["Settings"] = "Configurações";
|
|
$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"] = "Enviar";
|
|
$a->strings["Settings updated."] = "As configurações foram atualizadas.";
|
|
$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."] = "";
|