]> git.mxchange.org Git - friendica-addons.git/blob - mathjax/lang/nl/strings.php
Merge pull request #1037 from MrPetovan/bug/9447-restore-twitter-link-preview
[friendica-addons.git] / mathjax / lang / nl / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_nl")) {
4 function string_plural_select_nl($n){
5         $n = intval($n);
6         return ($n != 1);;
7 }}
8 ;
9 $a->strings["Settings"] = "Instellingen";
10 $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.";
11 $a->strings["Use the MathJax renderer"] = "Gebruik de MathJax opmaak";
12 $a->strings["Submit"] = "Toepassen";
13 $a->strings["Settings updated."] = "Instellingen aangepast.";
14 $a->strings["MathJax Base URL"] = "MathJax Basis URL";
15 $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.";