15 lines
567 B
JavaScript
15 lines
567 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("fr-FR", {
|
|
"Embed iframe": "Int\xe9grer une iframe",
|
|
"Enable scrollbar": "Activer la barre de d\xe9filement",
|
|
"Insert/edit iframe": "Ins\xe9rer/modifier iframe",
|
|
"Long description URL": "URL de description longue",
|
|
"Page Embed": "incorporation de page",
|
|
"Scrollbar": "Barre de d\xe9filement",
|
|
"Show iframe border": "Afficher la bordure de l'iframe"
|
|
}); |