]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blame - sources/plugins/find/lang/fr.js
Initial commit
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / find / lang / fr.js
CommitLineData
7adcb81e
IB
1/*\r
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5CKEDITOR.plugins.setLang( 'find', 'fr', {\r
6 find: 'Trouver',\r
7 findOptions: 'Options de recherche',\r
8 findWhat: 'Expression à trouver: ',\r
9 matchCase: 'Respecter la casse',\r
10 matchCyclic: 'Boucler',\r
11 matchWord: 'Mot entier uniquement',\r
12 notFoundMsg: 'Le texte spécifié ne peut être trouvé.',\r
13 replace: 'Remplacer',\r
14 replaceAll: 'Remplacer tout',\r
15 replaceSuccessMsg: '%1 occurrence(s) replacée(s).',\r
16 replaceWith: 'Remplacer par: ',\r
17 title: 'Trouver et remplacer'\r
18} );\r