##// END OF EJS Templates
Bosnian (Bosanski), initial commit from Ernad Husremovic (#2976)...
Bosnian (Bosanski), initial commit from Ernad Husremovic (#2976) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2629 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1465:88dea1a06d83
r2542:17cc0ba44a8a
Show More
jstoolbar-lt.js
16 lines | 754 B | application/javascript | JavascriptLexer
Jean-Philippe Lang
Added i18n support to the jstoolbar (only english and french are actually translated)....
r1060 jsToolBar.strings = {};
Jean-Philippe Lang
Slight change to the issue added/updated email templates....
r1108 jsToolBar.strings['Strong'] = 'Pastorinti';
Jean-Philippe Lang
Added i18n support to the jstoolbar (only english and french are actually translated)....
r1060 jsToolBar.strings['Italic'] = 'Italic';
Jean-Philippe Lang
Slight change to the issue added/updated email templates....
r1108 jsToolBar.strings['Underline'] = 'Pabraukti';
jsToolBar.strings['Deleted'] = 'Užbraukti';
jsToolBar.strings['Code'] = 'Kodas';
Jean-Philippe Lang
Added i18n support to the jstoolbar (only english and french are actually translated)....
r1060 jsToolBar.strings['Heading 1'] = 'Heading 1';
jsToolBar.strings['Heading 2'] = 'Heading 2';
jsToolBar.strings['Heading 3'] = 'Heading 3';
Jean-Philippe Lang
Slight change to the issue added/updated email templates....
r1108 jsToolBar.strings['Unordered list'] = 'Nenumeruotas sąrašas';
jsToolBar.strings['Ordered list'] = 'Numeruotas sąrašas';
Jean-Philippe Lang
Adds multi-levels blockquotes support by using > at the beginning of lines....
r1465 jsToolBar.strings['Quote'] = 'Quote';
jsToolBar.strings['Unquote'] = 'Remove Quote';
Jean-Philippe Lang
Slight change to the issue added/updated email templates....
r1108 jsToolBar.strings['Preformatted text'] = 'Preformatuotas tekstas';
jsToolBar.strings['Wiki link'] = 'Nuoroda į Wiki puslapį';
jsToolBar.strings['Image'] = 'Paveikslas';