egroupware/phpgwapi/js/htmlarea/lang/nl.js

38 lines
1.1 KiB
JavaScript
Raw Normal View History

// Dutch version
// Author: Wouter Meeus alias Redspider <webmaster@tielt.be>
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "nl",
tooltips: {
bold: "Vet",
italic: "Cursief",
underline: "Onderlijnen",
strikethrough: "Doorstrepen",
subscript: "Subscript",
superscript: "Superscript",
justifyleft: "Links Uitlijnen",
justifycenter: "Centreren",
justifyright: "Rechts Uitlijnen",
justifyfull: "Uitvullen",
orderedlist: "Nummering",
unorderedlist: "Opsomming",
outdent: "Verklein insprong",
indent: "Vergroot insprong",
forecolor: "Tekst Kleur",
backcolor: "Achtergrond Kleur",
horizontalrule: "Horizontale lijn",
createlink: "Hyperlink invoegen",
insertimage: "Afbeelding invoegen",
inserttable: "Tabel invoegen",
htmlmode: "HTML broncode",
popupeditor: "Vergroot Editor",
about: "Over deze editor",
help: "Help",
textindicator: "Huidige stijl"
}
};