annotate .svn/pristine/f0/f0d8d55242f874ce5eb40f552e28546f02544685.svn-base @ 1519:afce8026aaeb redmine-2.4-integration

Merge from branch "live"
author Chris Cannam
date Tue, 09 Sep 2014 09:34:53 +0100
parents 038ba2d95de8
children
rev   line source
Chris@1296 1 /*
Chris@1296 2 Copyright (C) 2012 Kaitseministeerium
Chris@1296 3 This program is free software; you can redistribute it and/or
Chris@1296 4 modify it under the terms of the GNU General Public License
Chris@1296 5 as published by the Free Software Foundation; either version 2
Chris@1296 6 of the License, or (at your option) any later version.
Chris@1296 7
Chris@1296 8 This program is distributed in the hope that it will be useful,
Chris@1296 9 but WITHOUT ANY WARRANTY; without even the implied warranty of
Chris@1296 10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Chris@1296 11 GNU General Public License for more details.
Chris@1296 12
Chris@1296 13 You should have received a copy of the GNU General Public License
Chris@1296 14 along with this program; if not, write to the Free Software
Chris@1296 15 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Chris@1296 16 */
Chris@1296 17
Chris@1296 18 jsToolBar.strings = {};
Chris@1296 19 jsToolBar.strings['Strong'] = 'Rõhutatult';
Chris@1296 20 jsToolBar.strings['Italic'] = 'Kaldkirjas';
Chris@1296 21 jsToolBar.strings['Underline'] = 'Allakriipsutatult';
Chris@1296 22 jsToolBar.strings['Deleted'] = 'Läbikriipsutatult';
Chris@1296 23 jsToolBar.strings['Code'] = 'Koodiblokk';
Chris@1296 24 jsToolBar.strings['Heading 1'] = '1. taseme pealkiri';
Chris@1296 25 jsToolBar.strings['Heading 2'] = '2. taseme pealkiri';
Chris@1296 26 jsToolBar.strings['Heading 3'] = '3. taseme pealkiri';
Chris@1296 27 jsToolBar.strings['Unordered list'] = 'Täpitud nimekiri';
Chris@1296 28 jsToolBar.strings['Ordered list'] = 'Nummerdatud nimekiri';
Chris@1296 29 jsToolBar.strings['Quote'] = 'Tsitaat: aste juurde';
Chris@1296 30 jsToolBar.strings['Unquote'] = 'Tsitaat: aste madalamaks';
Chris@1296 31 jsToolBar.strings['Preformatted text'] = 'Eelvormindatud tekst';
Chris@1296 32 jsToolBar.strings['Wiki link'] = 'Vikilehe link';
Chris@1296 33 jsToolBar.strings['Image'] = 'Pilt';