16 lines
511 B
JavaScript
16 lines
511 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("nb-NO", {
|
|
"Author": "Forfatter",
|
|
"Description": "Beskrivelse",
|
|
"Encoding": "Koding",
|
|
"Keywords": "S\xf8keord",
|
|
"Metadata and Document Properties": "Medatada og dokumentegenskaper",
|
|
"Metadata and document properties": "Medatada og dokumentegenskaper",
|
|
"Robots": "Roboter",
|
|
"Title": "Tittel"
|
|
}); |