22 lines
698 B
JavaScript
22 lines
698 B
JavaScript
// I18N constants
|
|
// LANG: "nl", ENCODING: UTF-8
|
|
// Author: Maarten Molenschot, maarten@nrgmm.nl
|
|
{
|
|
"Insert/edit horizontal rule": "Horizontale lijn invoegen/bewerken",
|
|
"Horizontal Rule": "Horizontale lijn",
|
|
"Layout": "Weergave",
|
|
"Width:": "Breedte:",
|
|
"percent": "procent",
|
|
"pixels": "pixels",
|
|
"Height:": "Hoogte:",
|
|
"Alignment:": "Uitvulling:",
|
|
"Left": "Links",
|
|
"Center": "Midden",
|
|
"Right": "Rechts",
|
|
"Style": "Style",
|
|
"Color:": "kleur",
|
|
"No shading": "Geen schaduw",
|
|
"Note:": "Notitie",
|
|
"To select an existing horizontal rule, a double-click may be needed.": "Om een bestaande horizontale lijn te selecteren moet je mogelijk dubbel klikken."
|
|
};
|