27 lines
820 B
JavaScript
27 lines
820 B
JavaScript
/*!
|
|
* TinyMCE Language Pack
|
|
*
|
|
* Copyright (c) 2024 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
|
*/
|
|
tinymce.addI18n("nl", {
|
|
"Advanced Sort": "Geavanceerd sorteren",
|
|
"Advanced sort...": "Geavanceerd sorteren...",
|
|
"Alpha": "Alfanumeriek",
|
|
"Ascending": "Oplopend",
|
|
"Column": "Kolom",
|
|
"Column {0}": "Kolom {0}",
|
|
"Descending": "Aflopend",
|
|
"None": "Geen",
|
|
"Numeric": "Numeriek",
|
|
"Order": "Volgorde",
|
|
"Row": "Rij",
|
|
"Row numbering": "Rijnummering",
|
|
"Row {0}": "Rij {0}",
|
|
"Selection": "Selectie",
|
|
"Sort": "Sorteren",
|
|
"Sort by": "Sorteren op",
|
|
"Sort table by column ascending": "Tabel op oplopende kolom sorteren",
|
|
"Sort table by column descending": "Tabel op aflopende kolom sorteren",
|
|
"Table": "Tabel"
|
|
}); |