16 lines
510 B
JavaScript
16 lines
510 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("da", {
|
|
"Author": "Forfatter",
|
|
"Description": "Beskrivelse",
|
|
"Encoding": "Kodning",
|
|
"Keywords": "N\xf8gleord",
|
|
"Metadata and Document Properties": "Metadata og dokumentegenskaber",
|
|
"Metadata and document properties": "Metadata og dokumentegenskaber",
|
|
"Robots": "Robotter",
|
|
"Title": "Titel"
|
|
}); |