16 lines
536 B
JavaScript
16 lines
536 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("es", {
|
|
"Author": "Autor",
|
|
"Description": "Descripci\xf3n",
|
|
"Encoding": "Codificaci\xf3n",
|
|
"Keywords": "Palabras clave",
|
|
"Metadata and Document Properties": "Metadatos y propiedades del documento",
|
|
"Metadata and document properties": "Metadatos y propiedades del documento",
|
|
"Robots": "Robots",
|
|
"Title": "T\xedtulo"
|
|
}); |