X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mathjax%2Flang%2Fnl%2Fstrings.php;h=82dea96409db5ec73231e23f5789cc6a92d3095f;hb=a38b07fa341a156cabb0b5ed0b1f4b1f71e1d058;hp=b7506ec861689753541635a1ea9999e9761513ba;hpb=2dd2f51c1c22c2cc168355ab3e9c04f1634de59f;p=friendica-addons.git diff --git a/mathjax/lang/nl/strings.php b/mathjax/lang/nl/strings.php index b7506ec8..82dea964 100644 --- a/mathjax/lang/nl/strings.php +++ b/mathjax/lang/nl/strings.php @@ -3,13 +3,12 @@ if(! function_exists("string_plural_select_nl")) { function string_plural_select_nl($n){ $n = intval($n); - return ($n != 1);; + return intval($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."; +$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.';