annotate .svn/pristine/92/921c45deb1737732d88ddca1235e7ec3fdccbae9.svn-base @ 976:0befb332f41a get_statistics

get stats up to current date
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 25 Oct 2012 13:50:45 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 jsToolBar.strings = {};
Chris@909 2 jsToolBar.strings['Strong'] = 'Strong';
Chris@909 3 jsToolBar.strings['Italic'] = 'Italic';
Chris@909 4 jsToolBar.strings['Underline'] = 'Underline';
Chris@909 5 jsToolBar.strings['Deleted'] = 'Deleted';
Chris@909 6 jsToolBar.strings['Code'] = 'Inline Code';
Chris@909 7 jsToolBar.strings['Heading 1'] = 'Heading 1';
Chris@909 8 jsToolBar.strings['Heading 2'] = 'Heading 2';
Chris@909 9 jsToolBar.strings['Heading 3'] = 'Heading 3';
Chris@909 10 jsToolBar.strings['Unordered list'] = 'Unordered list';
Chris@909 11 jsToolBar.strings['Ordered list'] = 'Ordered list';
Chris@909 12 jsToolBar.strings['Quote'] = 'Quote';
Chris@909 13 jsToolBar.strings['Unquote'] = 'Remove Quote';
Chris@909 14 jsToolBar.strings['Preformatted text'] = 'Preformatted text';
Chris@909 15 jsToolBar.strings['Wiki link'] = 'Link to a Wiki page';
Chris@909 16 jsToolBar.strings['Image'] = 'Image';