annotate .svn/pristine/dd/ddc9dd8fa5fd66274ed32c9e1958c8093d3ccee4.svn-base @ 1082:997f6d7738f7 bug_531

In repo controller entry action, show the page for the file even if it's binary (so user still has access to history etc links). This makes it possible to use the entry action as the default when a file is clicked on
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 22 Nov 2012 18:04:17 +0000
parents cbb26bc654de
children
rev   line source
Chris@909 1 jsToolBar.strings = {};
Chris@909 2 jsToolBar.strings['Strong'] = 'Fed';
Chris@909 3 jsToolBar.strings['Italic'] = 'Kursiv';
Chris@909 4 jsToolBar.strings['Underline'] = 'Understreget';
Chris@909 5 jsToolBar.strings['Deleted'] = 'Slettet';
Chris@909 6 jsToolBar.strings['Code'] = 'Inline-kode';
Chris@909 7 jsToolBar.strings['Heading 1'] = 'Overskrift 1';
Chris@909 8 jsToolBar.strings['Heading 2'] = 'Overskrift 2';
Chris@909 9 jsToolBar.strings['Heading 3'] = 'Overskrift 3';
Chris@909 10 jsToolBar.strings['Unordered list'] = 'Unummereret liste';
Chris@909 11 jsToolBar.strings['Ordered list'] = 'Nummereret liste';
Chris@909 12 jsToolBar.strings['Quote'] = 'Citér';
Chris@909 13 jsToolBar.strings['Unquote'] = 'Fjern citér';
Chris@909 14 jsToolBar.strings['Preformatted text'] = 'Præformateret tekst';
Chris@909 15 jsToolBar.strings['Wiki link'] = 'Link til en wiki-side';
Chris@909 16 jsToolBar.strings['Image'] = 'Billede';