13 lines
453 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", {
"Export to PDF": "Exporter au format PDF",
"Export to PDF...": "Exporter au format PDF...",
"Operation failed": "\xc9chec de l'op\xe9ration"
});
console.warn('TinyMCE language code "fr_FR" is deprecated, please use "fr-FR" instead.');