16 lines
562 B
JavaScript
16 lines
562 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("ro", {
|
|
"Author": "Autor",
|
|
"Description": "Descriere",
|
|
"Encoding": "Codificare",
|
|
"Keywords": "Cuvinte cheie",
|
|
"Metadata and Document Properties": "Metadatele \u0219i propriet\u0103\u021bile documentului",
|
|
"Metadata and document properties": "Metadatele \u0219i propriet\u0103\u021bile documentului",
|
|
"Robots": "Robo\u021bi",
|
|
"Title": "Titlu"
|
|
}); |