36 lines
1.6 KiB
JavaScript

// I18N constants
// LANG: "nl", ENCODING: UTF-8
// Author: Maarten Molenschot, maarten@nrgmm.nl
{
"Insert Image": "Afbeelding invoegen",
"Image Preview:": "Afbeeldingsvoorbeeld:",
"Image URL:": "Afbeelding URL:",
"Preview": "Voorbeeld",
"Alternate text:": "Alternatieve tekst:",
"Layout": "Weergave",
"Alignment:": "Positie:",
"Border thickness:": "Rand dikte:",
"Spacing": "Marge",
"Horizontal:": "Horizontaal:",
"Vertical:": "Verticaal:",
"The file you are uploading doesn't have the correct extension.": "Het bestand dat is geupload heeft niet de juiste extentie.",
"The file you are uploading already exists.": "Het bestand dat is geupload bestaat al.",
"The file you are uploading is to big. The max Filesize is": "Het bestand dat is geupload is te groot. De maximaal toegestane grootte is:",
"Images on the Server:": "Afbeeldingen op de server:",
"Please select a file to upload.": "Selecteer een bestand om te uploaden",
"Upload file": "Upload bestand",
"Size": "Grootte",
"Width:": "Breedte:",
"Height:": "Hoogte:",
// tooltips
"Enter the image URL here":"Afbeeldingslocatie (URL)",
"Preview the image in a new window": "Afbeelding bekijken in nieuw venster",
"For browsers that don't support images":"Voor browsers welke geen afbeeldingen ondersteunen",
"Positioning of this image": "Positie van de afbeelding",
"Leave empty for no border": "Leeg voor geen rand",
"Leave empty for not defined": "Leeg voor niet gedefinieerd",
"Horizontal padding": "Horizontale ruimte",
"Vertical padding": "Verticale ruimte"
};