1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-02 05:39:40 +00:00

Change french translation for indentation (#25687).

git-svn-id: http://svn.redmine.org/redmine/trunk@16578 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2017-05-27 10:19:55 +00:00
parent d9418864b6
commit 92385bcbcb

View File

@ -10,8 +10,8 @@ jsToolBar.strings['Heading 3'] = 'Titre niveau 3';
jsToolBar.strings['Highlighted code'] = 'Code colorisé';
jsToolBar.strings['Unordered list'] = 'Liste à puces';
jsToolBar.strings['Ordered list'] = 'Liste numérotée';
jsToolBar.strings['Quote'] = 'Citer';
jsToolBar.strings['Unquote'] = 'Supprimer citation';
jsToolBar.strings['Quote'] = 'Indenté';
jsToolBar.strings['Unquote'] = 'Supprimer indentation';
jsToolBar.strings['Preformatted text'] = 'Texte préformaté';
jsToolBar.strings['Wiki link'] = 'Lien vers une page Wiki';
jsToolBar.strings['Image'] = 'Image';