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-hu.js @ 441:cbce1fd3b1b7
History | View | Annotate | Download (740 Bytes)
| 1 |
jsToolBar.strings = {};
|
|---|---|
| 2 |
jsToolBar.strings['Strong'] = 'Félkövér'; |
| 3 |
jsToolBar.strings['Italic'] = 'Dőlt'; |
| 4 |
jsToolBar.strings['Underline'] = 'Aláhúzott'; |
| 5 |
jsToolBar.strings['Deleted'] = 'Törölt'; |
| 6 |
jsToolBar.strings['Code'] = 'Kód sorok'; |
| 7 |
jsToolBar.strings['Heading 1'] = 'Fejléc 1'; |
| 8 |
jsToolBar.strings['Heading 2'] = 'Fejléc 2'; |
| 9 |
jsToolBar.strings['Heading 3'] = 'Fejléc 3'; |
| 10 |
jsToolBar.strings['Unordered list'] = 'Felsorolás'; |
| 11 |
jsToolBar.strings['Ordered list'] = 'Számozott lista'; |
| 12 |
jsToolBar.strings['Quote'] = 'Quote'; |
| 13 |
jsToolBar.strings['Unquote'] = 'Remove Quote'; |
| 14 |
jsToolBar.strings['Preformatted text'] = 'Előreformázott szöveg'; |
| 15 |
jsToolBar.strings['Wiki link'] = 'Link egy Wiki oldalra'; |
| 16 |
jsToolBar.strings['Image'] = 'Kép'; |