##// END OF EJS Templates
Adds multi-levels blockquotes support by using > at the beginning of lines....
Adds multi-levels blockquotes support by using > at the beginning of lines. Textile is preserved inside quoted text. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1479 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1465:88dea1a06d83
r1465:88dea1a06d83
Show More
jstoolbar-fr.js
16 lines | 753 B | application/javascript | JavascriptLexer
Jean-Philippe Lang
Added i18n support to the jstoolbar (only english and french are actually translated)....
r1060 jsToolBar.strings = {};
jsToolBar.strings['Strong'] = 'Gras';
jsToolBar.strings['Italic'] = 'Italique';
jsToolBar.strings['Underline'] = 'Souligné';
jsToolBar.strings['Deleted'] = 'Rayé';
Jean-Philippe Lang
New icons for the wiki toolbar (from http://www.famfamfam.com/lab/icons/silk/)....
r1103 jsToolBar.strings['Code'] = 'Code en ligne';
Jean-Philippe Lang
Added i18n support to the jstoolbar (only english and french are actually translated)....
r1060 jsToolBar.strings['Heading 1'] = 'Titre niveau 1';
jsToolBar.strings['Heading 2'] = 'Titre niveau 2';
jsToolBar.strings['Heading 3'] = 'Titre niveau 3';
jsToolBar.strings['Unordered list'] = 'Liste à puces';
jsToolBar.strings['Ordered list'] = 'Liste numérotée';
Jean-Philippe Lang
Adds multi-levels blockquotes support by using > at the beginning of lines....
r1465 jsToolBar.strings['Quote'] = 'Citer';
jsToolBar.strings['Unquote'] = 'Supprimer citation';
Jean-Philippe Lang
Added i18n support to the jstoolbar (only english and french are actually translated)....
r1060 jsToolBar.strings['Preformatted text'] = 'Texte préformaté';
jsToolBar.strings['Wiki link'] = 'Lien vers une page Wiki';
jsToolBar.strings['Image'] = 'Image';