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-tr.js @ 912:5e80956cc792
History | View | Annotate | Download (662 Bytes)
| 1 |
jsToolBar.strings = {};
|
|---|---|
| 2 |
jsToolBar.strings['Strong'] = 'Kalın'; |
| 3 |
jsToolBar.strings['Italic'] = 'İtalik'; |
| 4 |
jsToolBar.strings['Underline'] = 'Altı çizgili'; |
| 5 |
jsToolBar.strings['Deleted'] = 'Silinmiş'; |
| 6 |
jsToolBar.strings['Code'] = 'Satır içi kod'; |
| 7 |
jsToolBar.strings['Heading 1'] = 'Başlık 1'; |
| 8 |
jsToolBar.strings['Heading 2'] = 'Başlık 2'; |
| 9 |
jsToolBar.strings['Heading 3'] = 'Başlık 3'; |
| 10 |
jsToolBar.strings['Unordered list'] = 'Sırasız liste'; |
| 11 |
jsToolBar.strings['Ordered list'] = 'Sıralı liste'; |
| 12 |
jsToolBar.strings['Preformatted text'] = 'Preformatted text'; |
| 13 |
jsToolBar.strings['Wiki link'] = 'Wiki sayfasına bağlantı'; |
| 14 |
jsToolBar.strings['Image'] = 'Resim'; |