From 11f0fb449dcdf0d1ccbd03ab90bc729d33e2c6a9 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 9 Jun 2018 10:24:42 +0200 Subject: [PATCH] mathjax added NL translation THX Pascal --- mathjax/lang/nl/messages.po | 53 +++++++++++++++++++++++++++++++++++++ mathjax/lang/nl/strings.php | 15 +++++++++++ 2 files changed, 68 insertions(+) create mode 100644 mathjax/lang/nl/messages.po create mode 100644 mathjax/lang/nl/strings.php diff --git a/mathjax/lang/nl/messages.po b/mathjax/lang/nl/messages.po new file mode 100644 index 00000000..be6ca184 --- /dev/null +++ b/mathjax/lang/nl/messages.po @@ -0,0 +1,53 @@ +# ADDON mathjax +# Copyright (C) +# This file is distributed under the same license as the Friendica mathjax addon package. +# +# +# Translators: +# Pascal , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2018-06-06 18:34+0000\n" +"Last-Translator: Pascal \n" +"Language-Team: Dutch (http://www.transifex.com/Friendica/friendica/language/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: mathjax.php:36 +msgid "Settings" +msgstr "Instellingen" + +#: mathjax.php:37 +msgid "" +"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." +msgstr "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." + +#: mathjax.php:38 +msgid "Use the MathJax renderer" +msgstr "Gebruik de MathJax opmaak" + +#: mathjax.php:42 +msgid "Submit" +msgstr "Toepassen" + +#: mathjax.php:66 +msgid "Settings updated." +msgstr "Instellingen aangepast." + +#: mathjax.php:75 +msgid "MathJax Base URL" +msgstr "MathJax Basis URL" + +#: mathjax.php:75 +msgid "" +"The URL for the javascript file that should be included to use MathJax. Can " +"be either the MathJax CDN or another installation of MathJax." +msgstr "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." diff --git a/mathjax/lang/nl/strings.php b/mathjax/lang/nl/strings.php new file mode 100644 index 00000000..b7506ec8 --- /dev/null +++ b/mathjax/lang/nl/strings.php @@ -0,0 +1,15 @@ +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.";