mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
mathjax added NL translation THX Pascal
This commit is contained in:
parent
c6f4981cdf
commit
11f0fb449d
2 changed files with 68 additions and 0 deletions
15
mathjax/lang/nl/strings.php
Normal file
15
mathjax/lang/nl/strings.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Settings"] = "Instellingen";
|
||||
$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."] = "De MathJax addon zorgt voor de opmaak van wiskundige formules die geschreven zijn met de LaTeX syntax, omgeven door de gebruikelijke $$ of een eqnarray blok in de berichten op je tijdlijn, netwerk tab en privé mail.";
|
||||
$a->strings["Use the MathJax renderer"] = "Gebruik de MathJax opmaak";
|
||||
$a->strings["Submit"] = "Toepassen";
|
||||
$a->strings["Settings updated."] = "Instellingen aangepast.";
|
||||
$a->strings["MathJax Base URL"] = "MathJax Basis 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."] = "De URL voor het javascript bestand nodig is om MathJax te gebruiken. Dit kan ofwel de MathJax CDN zijn of een andere installatie van MathJax.";
|
Loading…
Add table
Add a link
Reference in a new issue