annotate public/javascripts/jstoolbar/lang/jstoolbar-de.js @ 159:4e485928a26b cannam-pre-20110113-merge

* Simplify table construction, with name and description in the same cell and some layout tidying. Eliminates minor bug that made name and description highlight separately on mouseover.
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Fri, 28 Jan 2011 11:01:43 +0000
parents 513646585e45
children
rev   line source
Chris@0 1 jsToolBar.strings = {};
Chris@0 2 jsToolBar.strings['Strong'] = 'Fett';
Chris@0 3 jsToolBar.strings['Italic'] = 'Kursiv';
Chris@0 4 jsToolBar.strings['Underline'] = 'Unterstrichen';
Chris@0 5 jsToolBar.strings['Deleted'] = 'Durchgestrichen';
Chris@0 6 jsToolBar.strings['Code'] = 'Quelltext';
Chris@0 7 jsToolBar.strings['Heading 1'] = 'Überschrift 1. Ordnung';
Chris@0 8 jsToolBar.strings['Heading 2'] = 'Überschrift 2. Ordnung';
Chris@0 9 jsToolBar.strings['Heading 3'] = 'Überschrift 3. Ordnung';
Chris@0 10 jsToolBar.strings['Unordered list'] = 'Aufzählungsliste';
Chris@0 11 jsToolBar.strings['Ordered list'] = 'Nummerierte Liste';
Chris@0 12 jsToolBar.strings['Quote'] = 'Quote';
Chris@0 13 jsToolBar.strings['Unquote'] = 'Remove Quote';
Chris@0 14 jsToolBar.strings['Preformatted text'] = 'Präformatierter Text';
Chris@0 15 jsToolBar.strings['Wiki link'] = 'Verweis (Link) zu einer Wiki-Seite';
Chris@0 16 jsToolBar.strings['Image'] = 'Grafik';