annotate .svn/pristine/db/db18df3b1c31182d33c399059e03e424e46e11b8.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 EU language
Chris@909 2 // Author: Ales Zabala Alava (Shagi), <shagi@gisa-elkartea.org>
Chris@909 3 // 2010-01-25
Chris@909 4 // Distributed under the same terms as the jsToolBar itself.
Chris@909 5 jsToolBar.strings = {};
Chris@909 6 jsToolBar.strings['Strong'] = 'Lodia';
Chris@909 7 jsToolBar.strings['Italic'] = 'Etzana';
Chris@909 8 jsToolBar.strings['Underline'] = 'Azpimarra';
Chris@909 9 jsToolBar.strings['Deleted'] = 'Ezabatuta';
Chris@909 10 jsToolBar.strings['Code'] = 'Inline Code';
Chris@909 11 jsToolBar.strings['Heading 1'] = '1 Goiburua';
Chris@909 12 jsToolBar.strings['Heading 2'] = '2 Goiburua';
Chris@909 13 jsToolBar.strings['Heading 3'] = '3 Goiburua';
Chris@909 14 jsToolBar.strings['Unordered list'] = 'Ordenatu gabeko zerrenda';
Chris@909 15 jsToolBar.strings['Ordered list'] = 'Ordenatutako zerrenda';
Chris@909 16 jsToolBar.strings['Quote'] = 'Aipamena';
Chris@909 17 jsToolBar.strings['Unquote'] = 'Aipamena kendu';
Chris@909 18 jsToolBar.strings['Preformatted text'] = 'Aurrez formateatutako testua';
Chris@909 19 jsToolBar.strings['Wiki link'] = 'Wiki orri baterako esteka';
Chris@909 20 jsToolBar.strings['Image'] = 'Irudia';