15 lines
513 B
JavaScript
15 lines
513 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", {
|
|
"Embed iframe": "Integrer iframe",
|
|
"Enable scrollbar": "Aktiv\xe9r rullepanel",
|
|
"Insert/edit iframe": "Inds\xe6t/rediger iframe",
|
|
"Long description URL": "Webadresse for lang beskrivelse",
|
|
"Page Embed": "indlejr side",
|
|
"Scrollbar": "Rullepanel",
|
|
"Show iframe border": "Vis iframe-ramme"
|
|
}); |