14 lines
618 B
JavaScript
14 lines
618 B
JavaScript
// I18N constants
|
|
// LANG: "nl", ENCODING: UTF-8
|
|
// Author: Maarten Molenschot, maarten@nrgmm.nl
|
|
|
|
{
|
|
"AsciiMath Formula Input": "AsciiMath Formule Invoeren",
|
|
"Formula Editor": "Formule Invoeren",
|
|
"Input":"Invoer",
|
|
"Preview":"Voorbeeld",
|
|
"Based on ASCIIMathML by ": "Gebasseerd op ASCIIMathML van ",
|
|
"For more information on AsciiMathML visit this page: ":"Voor meer informatie over AsciiMathML ga je naar: ",
|
|
"Attention: Editing the formula in the editor is not possible, please use this dialog!" : "Let op! het bewerken van de formule in de editor is niet mogelijk, gebruik dit dialoog!"
|
|
}
|