17 lines
988 B
JavaScript
17 lines
988 B
JavaScript
// I18N constants
|
|
// LANG: "nl", ENCODING: UTF-8
|
|
// Author: Maarten Molenschot, maarten@nrgmm.nl
|
|
{
|
|
"Clean up HTML": "HTML opschonen",
|
|
"Please select from the following cleaning options...": "Selecteer de gewenste opschoon opties...",
|
|
"General tidy up and correction of some problems.": "Algemeen opschonen en correctie",
|
|
"Clean bad HTML from Microsoft Word": "Overbodige/verkeerde HTML van Microsoft Word opschonen",
|
|
"Remove custom typefaces (font \"styles\").": "Verwijder aangepaste lettertypes (font face)",
|
|
"Remove custom font sizes.": "Verwijder aangepaste lettergroottes (font size)",
|
|
"Remove custom text colors.": "Verwijder aangepaste tekstkleuren (font color)",
|
|
"Remove lang attributes.": "Verwijder alle taal (lang) attributen.",
|
|
"Go": "Opschonen",
|
|
"Cancel": "Annuleren",
|
|
"Tidy failed. Check your HTML for syntax errors.": "Tidy mislukt. Controleer HTML op fouten.",
|
|
"You don't have anything to tidy!": "Er is niets om op te schonen!"
|
|
}; |