##// END OF EJS Templates
remove extra white-spaces around new-line from Lithuanian translation...
remove extra white-spaces around new-line from Lithuanian translation git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11705 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r11470:d5004b607be6
r11475:ed0a8413a242
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';