18 lines
641 B
JavaScript
18 lines
641 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", {
|
|
"Formula": "F\xf3rmula",
|
|
"Inline with text": "En l\xednia amb el text",
|
|
"Insert/Edit Math": "Insereix o edita una operaci\xf3 matem\xe0tica",
|
|
"Insert/Edit math": "Insereix o edita una equaci\xf3",
|
|
"LaTeX": "LaTeX",
|
|
"Language": "Idioma",
|
|
"Math...": "Operaci\xf3 matem\xe0tica...",
|
|
"Preview": "Visualitzaci\xf3 pr\xe8via",
|
|
"Text Wrap": "Ajustament del text",
|
|
"Text above and below": "Text per sobre i per sota"
|
|
}); |