egroupware_official/phpgwapi/js/htmlarea/lang/nl.js
Ralf Becker a3a85a862d import htmlarea 3.0beta
eGW code to use it, is in phpgwapi/inc/class.html.inc.php the translations (via eGW standard translation system) are in phpgwapi/inc/htmlarea-lang.php
2004-01-08 09:03:17 +00:00

38 lines
1.1 KiB
JavaScript

// 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"
}
};