18 lines
602 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"
});
console.warn('TinyMCE language code "nb_NO" is deprecated, please use "nb-NO" instead.');