To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / public / javascripts / jstoolbar / lang / jstoolbar-de.js @ 1297:0a574315af3e
History | View | Annotate | Download (800 Bytes)
| 1 |
jsToolBar.strings = {};
|
|---|---|
| 2 |
jsToolBar.strings['Strong'] = 'Fett'; |
| 3 |
jsToolBar.strings['Italic'] = 'Kursiv'; |
| 4 |
jsToolBar.strings['Underline'] = 'Unterstrichen'; |
| 5 |
jsToolBar.strings['Deleted'] = 'Durchgestrichen'; |
| 6 |
jsToolBar.strings['Code'] = 'Quelltext'; |
| 7 |
jsToolBar.strings['Heading 1'] = 'Überschrift 1. Ordnung'; |
| 8 |
jsToolBar.strings['Heading 2'] = 'Überschrift 2. Ordnung'; |
| 9 |
jsToolBar.strings['Heading 3'] = 'Überschrift 3. Ordnung'; |
| 10 |
jsToolBar.strings['Unordered list'] = 'Aufzählungsliste'; |
| 11 |
jsToolBar.strings['Ordered list'] = 'Nummerierte Liste'; |
| 12 |
jsToolBar.strings['Quote'] = 'Quote'; |
| 13 |
jsToolBar.strings['Unquote'] = 'Remove Quote'; |
| 14 |
jsToolBar.strings['Preformatted text'] = 'Präformatierter Text'; |
| 15 |
jsToolBar.strings['Wiki link'] = 'Verweis (Link) zu einer Wiki-Seite'; |
| 16 |
jsToolBar.strings['Image'] = 'Grafik'; |