annotate .svn/pristine/49/49b1342eefb943ca4c9418539272ea4794cdb5e5.svn-base @ 1524:82fac3dcf466
redmine-2.5-integration
Fix failure to interpret Javascript when autocompleting members for project
author |
Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
date |
Thu, 11 Sep 2014 10:24:38 +0100 |
parents |
cbb26bc654de |
children |
|
rev |
line source |
Chris@909
|
1 // Keep this line in order to avoid problems with Windows Notepad UTF-8 EF-BB-BF idea...
|
Chris@909
|
2 jsToolBar.strings = {};
|
Chris@909
|
3 jsToolBar.strings['Strong'] = 'Pogrubienie';
|
Chris@909
|
4 jsToolBar.strings['Italic'] = 'Kursywa';
|
Chris@909
|
5 jsToolBar.strings['Underline'] = 'Podkreślenie';
|
Chris@909
|
6 jsToolBar.strings['Deleted'] = 'Usunięte';
|
Chris@909
|
7 jsToolBar.strings['Code'] = 'Wstawka kodu';
|
Chris@909
|
8 jsToolBar.strings['Heading 1'] = 'Nagłowek 1';
|
Chris@909
|
9 jsToolBar.strings['Heading 2'] = 'Nagłówek 2';
|
Chris@909
|
10 jsToolBar.strings['Heading 3'] = 'Nagłówek 3';
|
Chris@909
|
11 jsToolBar.strings['Unordered list'] = 'Nieposortowana lista';
|
Chris@909
|
12 jsToolBar.strings['Ordered list'] = 'Posortowana lista';
|
Chris@909
|
13 jsToolBar.strings['Quote'] = 'Cytat';
|
Chris@909
|
14 jsToolBar.strings['Unquote'] = 'Usuń cytat';
|
Chris@909
|
15 jsToolBar.strings['Preformatted text'] = 'Sformatowany tekst';
|
Chris@909
|
16 jsToolBar.strings['Wiki link'] = 'Odnośnik do strony Wiki';
|
Chris@909
|
17 jsToolBar.strings['Image'] = 'Obraz';
|