16 lines
531 B
JavaScript
16 lines
531 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("de", {
|
|
"Author": "Autor",
|
|
"Description": "Beschreibung",
|
|
"Encoding": "Codierung",
|
|
"Keywords": "Schl\xfcsselw\xf6rter",
|
|
"Metadata and Document Properties": "Metadaten und Dokumenteneigenschaften",
|
|
"Metadata and document properties": "Metadaten und Dokumenteneigenschaften",
|
|
"Robots": "Robots",
|
|
"Title": "Titel"
|
|
}); |