annotate public/javascripts/jstoolbar/lang/jstoolbar-pl.js @ 1452:d6b9fd02bb89
feature_36_js_refactoring
Deprecated develoment branch.
author |
luisf <luis.figueira@eecs.qmul.ac.uk> |
date |
Fri, 11 Oct 2013 17:01:24 +0100 |
parents |
513646585e45 |
children |
|
rev |
line source |
Chris@0
|
1 // Keep this line in order to avoid problems with Windows Notepad UTF-8 EF-BB-BF idea...
|
Chris@0
|
2 jsToolBar.strings = {};
|
Chris@0
|
3 jsToolBar.strings['Strong'] = 'Pogrubienie';
|
Chris@0
|
4 jsToolBar.strings['Italic'] = 'Kursywa';
|
Chris@0
|
5 jsToolBar.strings['Underline'] = 'Podkreślenie';
|
Chris@0
|
6 jsToolBar.strings['Deleted'] = 'Usunięte';
|
Chris@0
|
7 jsToolBar.strings['Code'] = 'Wstawka kodu';
|
Chris@0
|
8 jsToolBar.strings['Heading 1'] = 'Nagłowek 1';
|
Chris@0
|
9 jsToolBar.strings['Heading 2'] = 'Nagłówek 2';
|
Chris@0
|
10 jsToolBar.strings['Heading 3'] = 'Nagłówek 3';
|
Chris@0
|
11 jsToolBar.strings['Unordered list'] = 'Nieposortowana lista';
|
Chris@0
|
12 jsToolBar.strings['Ordered list'] = 'Posortowana lista';
|
Chris@0
|
13 jsToolBar.strings['Quote'] = 'Cytat';
|
Chris@0
|
14 jsToolBar.strings['Unquote'] = 'Usuń cytat';
|
Chris@0
|
15 jsToolBar.strings['Preformatted text'] = 'Sformatowany tekst';
|
Chris@0
|
16 jsToolBar.strings['Wiki link'] = 'Odnośnik do strony Wiki';
|
Chris@0
|
17 jsToolBar.strings['Image'] = 'Obraz';
|