##// END OF EJS Templates
[#20288] Remove line-numbers style (line numbers are removed per r10131)....
[#20288] Remove line-numbers style (line numbers are removed per r10131). Contributed by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14487 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r11470:d5004b607be6
r14105:f4a0fbab62f9
Show More
jstoolbar-lt.js
16 lines | 764 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';
Toshi MARUYAMA
Lithuanian translation for 2.3-stable updated by Vasaris Vėjas (#13678, #13674)...
r11470 jsToolBar.strings['Quote'] = 'Cituoti';
jsToolBar.strings['Unquote'] = 'Pašalinti citavimą';
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';