16 lines
521 B
JavaScript
16 lines
521 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", {
|
|
"Author": "Auteur",
|
|
"Description": "Beschrijving",
|
|
"Encoding": "Codering",
|
|
"Keywords": "Trefwoorden",
|
|
"Metadata and Document Properties": "Metagegevens en documenteigenschappen",
|
|
"Metadata and document properties": "Metagegevens en documenteigenschappen",
|
|
"Robots": "Robots",
|
|
"Title": "Titel"
|
|
}); |