18 lines
574 B
JavaScript
18 lines
574 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("eu", {
|
|
"Formula": "Formula",
|
|
"Inline with text": "Testuan txertatuta",
|
|
"Insert/Edit Math": "Txertatu/Editatu matematika",
|
|
"Insert/Edit math": "Txertatu/Editatu matematika",
|
|
"LaTeX": "LaTeX",
|
|
"Language": "Hizkuntza",
|
|
"Math...": "Matematika...",
|
|
"Preview": "Aurrebista",
|
|
"Text Wrap": "Testu-doitzea",
|
|
"Text above and below": "Testua goian eta behean"
|
|
}); |