16 lines
528 B
JavaScript
16 lines
528 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("ca", {
|
|
"Author": "Autor",
|
|
"Description": "Descripci\xf3",
|
|
"Encoding": "Codificaci\xf3",
|
|
"Keywords": "Paraules clau",
|
|
"Metadata and Document Properties": "Metadades i propietats del document",
|
|
"Metadata and document properties": "Metadades i propietats del document",
|
|
"Robots": "Robots",
|
|
"Title": "T\xedtol"
|
|
}); |