15 lines
560 B
JavaScript
15 lines
560 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", {
|
|
"Embed iframe": "\xcencorporare IFrame",
|
|
"Enable scrollbar": "Activare bar\u0103 de derulare",
|
|
"Insert/edit iframe": "Inserare/editare icadru",
|
|
"Long description URL": "URL descriere lung\u0103",
|
|
"Page Embed": "pagin\u0103 \xeencorporat\u0103",
|
|
"Scrollbar": "Bar\u0103 de derulare",
|
|
"Show iframe border": "Afi\u0219are chenar iframe"
|
|
}); |