16 lines
516 B
JavaScript
16 lines
516 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("sv-SE", {
|
|
"Author": "F\xf6rfattare",
|
|
"Description": "Beskrivning",
|
|
"Encoding": "Kodning",
|
|
"Keywords": "Nyckelord",
|
|
"Metadata and Document Properties": "Metadata och dokumentegenskaper",
|
|
"Metadata and document properties": "Metadata och dokumentegenskaper",
|
|
"Robots": "Robotar",
|
|
"Title": "Titel"
|
|
}); |