15 lines
529 B
JavaScript
15 lines
529 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", {
|
|
"Embed iframe": "Incorpora iframe",
|
|
"Enable scrollbar": "Abilita barra di scorrimento",
|
|
"Insert/edit iframe": "Inserisci/modifica iframe",
|
|
"Long description URL": "URL descrizione lunga",
|
|
"Page Embed": "incorpora pagina",
|
|
"Scrollbar": "Barra di scorrimento",
|
|
"Show iframe border": "Mostra bordo iframe"
|
|
}); |