annotate public/javascripts/jstoolbar/lang/jstoolbar-az.js @ 1298:4f746d8966dd redmine_2.3_integration

Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author Chris Cannam
date Fri, 14 Jun 2013 09:28:30 +0100
parents 622f24f53b42
children
rev   line source
Chris@1295 1 jsToolBar.strings = {};
Chris@1295 2 jsToolBar.strings['Strong'] = 'Strong';
Chris@1295 3 jsToolBar.strings['Italic'] = 'Italic';
Chris@1295 4 jsToolBar.strings['Underline'] = 'Underline';
Chris@1295 5 jsToolBar.strings['Deleted'] = 'Deleted';
Chris@1295 6 jsToolBar.strings['Code'] = 'Inline Code';
Chris@1295 7 jsToolBar.strings['Heading 1'] = 'Heading 1';
Chris@1295 8 jsToolBar.strings['Heading 2'] = 'Heading 2';
Chris@1295 9 jsToolBar.strings['Heading 3'] = 'Heading 3';
Chris@1295 10 jsToolBar.strings['Unordered list'] = 'Unordered list';
Chris@1295 11 jsToolBar.strings['Ordered list'] = 'Ordered list';
Chris@1295 12 jsToolBar.strings['Quote'] = 'Quote';
Chris@1295 13 jsToolBar.strings['Unquote'] = 'Remove Quote';
Chris@1295 14 jsToolBar.strings['Preformatted text'] = 'Preformatted text';
Chris@1295 15 jsToolBar.strings['Wiki link'] = 'Link to a Wiki page';
Chris@1295 16 jsToolBar.strings['Image'] = 'Image';