29 lines
954 B
JavaScript
29 lines
954 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", {
|
|
"Advanced Sort": "Tri avanc\xe9",
|
|
"Advanced sort...": "Tri avanc\xe9...",
|
|
"Alpha": "Alphab\xe9tique",
|
|
"Ascending": "Croissant",
|
|
"Column": "Colonne",
|
|
"Column {0}": "Colonne {0}",
|
|
"Descending": "D\xe9croissant",
|
|
"None": "Aucun",
|
|
"Numeric": "Num\xe9rique",
|
|
"Order": "Commander",
|
|
"Row": "Ligne",
|
|
"Row numbering": "Num\xe9rotation des lignes",
|
|
"Row {0}": "Ligne {0}",
|
|
"Selection": "S\xe9lection",
|
|
"Sort": "Trier",
|
|
"Sort by": "Trier par",
|
|
"Sort table by column ascending": "Tableau de tri par colonne ascendante",
|
|
"Sort table by column descending": "Trier le tableau par colonne d\xe9croissante",
|
|
"Table": "Tableau"
|
|
});
|
|
|
|
console.warn('TinyMCE language code "fr_FR" is deprecated, please use "fr-FR" instead.'); |