annotate .svn/pristine/c8/c8e7b69b6d4edbb8f6c91d1e8dfed1d65edbf72f.svn-base @ 1628:9c5f8e24dadc live tip

Quieten this cron script
author Chris Cannam
date Tue, 25 Aug 2020 11:38:49 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 jsToolBar.strings = {};
Chris@909 2 jsToolBar.strings['Strong'] = 'Gras';
Chris@909 3 jsToolBar.strings['Italic'] = 'Italique';
Chris@909 4 jsToolBar.strings['Underline'] = 'Souligné';
Chris@909 5 jsToolBar.strings['Deleted'] = 'Rayé';
Chris@909 6 jsToolBar.strings['Code'] = 'Code en ligne';
Chris@909 7 jsToolBar.strings['Heading 1'] = 'Titre niveau 1';
Chris@909 8 jsToolBar.strings['Heading 2'] = 'Titre niveau 2';
Chris@909 9 jsToolBar.strings['Heading 3'] = 'Titre niveau 3';
Chris@909 10 jsToolBar.strings['Unordered list'] = 'Liste à puces';
Chris@909 11 jsToolBar.strings['Ordered list'] = 'Liste numérotée';
Chris@909 12 jsToolBar.strings['Quote'] = 'Citer';
Chris@909 13 jsToolBar.strings['Unquote'] = 'Supprimer citation';
Chris@909 14 jsToolBar.strings['Preformatted text'] = 'Texte préformaté';
Chris@909 15 jsToolBar.strings['Wiki link'] = 'Lien vers une page Wiki';
Chris@909 16 jsToolBar.strings['Image'] = 'Image';