18 lines
571 B
JavaScript
18 lines
571 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("it", {
|
|
"Formula": "Formula",
|
|
"Inline with text": "In linea col testo",
|
|
"Insert/Edit Math": "Inserisci/modifica equazione",
|
|
"Insert/Edit math": "Inserisci/modifica equazione",
|
|
"LaTeX": "LaTeX",
|
|
"Language": "Lingua",
|
|
"Math...": "Equazione...",
|
|
"Preview": "Anteprima",
|
|
"Text Wrap": "A capo automatico",
|
|
"Text above and below": "Testo sopra e sotto"
|
|
}); |