16 lines
522 B
JavaScript
16 lines
522 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", {
|
|
"Author": "Autore",
|
|
"Description": "Descrizione",
|
|
"Encoding": "Codifica",
|
|
"Keywords": "Parole chiave",
|
|
"Metadata and Document Properties": "Metadati e propriet\xe0 del documento",
|
|
"Metadata and document properties": "Metadati e propriet\xe0 del documento",
|
|
"Robots": "Robot",
|
|
"Title": "Titolo"
|
|
}); |