annotate public/javascripts/jstoolbar/lang/jstoolbar-eu.js @ 1628:9c5f8e24dadc live tip

Quieten this cron script
author Chris Cannam
date Tue, 25 Aug 2020 11:38:49 +0100
parents 513646585e45
children
rev   line source
Chris@0 1 // jsToolBar EU language
Chris@0 2 // Author: Ales Zabala Alava (Shagi), <shagi@gisa-elkartea.org>
Chris@0 3 // 2010-01-25
Chris@0 4 // Distributed under the same terms as the jsToolBar itself.
Chris@0 5 jsToolBar.strings = {};
Chris@0 6 jsToolBar.strings['Strong'] = 'Lodia';
Chris@0 7 jsToolBar.strings['Italic'] = 'Etzana';
Chris@0 8 jsToolBar.strings['Underline'] = 'Azpimarra';
Chris@0 9 jsToolBar.strings['Deleted'] = 'Ezabatuta';
Chris@0 10 jsToolBar.strings['Code'] = 'Inline Code';
Chris@0 11 jsToolBar.strings['Heading 1'] = '1 Goiburua';
Chris@0 12 jsToolBar.strings['Heading 2'] = '2 Goiburua';
Chris@0 13 jsToolBar.strings['Heading 3'] = '3 Goiburua';
Chris@0 14 jsToolBar.strings['Unordered list'] = 'Ordenatu gabeko zerrenda';
Chris@0 15 jsToolBar.strings['Ordered list'] = 'Ordenatutako zerrenda';
Chris@0 16 jsToolBar.strings['Quote'] = 'Aipamena';
Chris@0 17 jsToolBar.strings['Unquote'] = 'Aipamena kendu';
Chris@0 18 jsToolBar.strings['Preformatted text'] = 'Aurrez formateatutako testua';
Chris@0 19 jsToolBar.strings['Wiki link'] = 'Wiki orri baterako esteka';
Chris@0 20 jsToolBar.strings['Image'] = 'Irudia';