annotate .svn/pristine/db/db18df3b1c31182d33c399059e03e424e46e11b8.svn-base @ 1274:5ea1a213c7a5
redmine-2.2-integration
Removed Ajax calls taht are no longer working in Rails 3 and started migrating them; added a new javascript file - bibliography.js - to hold the new jquery js code; added the new show_bibtex_fields.js.erb file to replace the RJS code that was in the controller.
author |
luisf <luis.figueira@eecs.qmul.ac.uk> |
date |
Thu, 09 May 2013 18:44:59 +0100 |
parents |
cbb26bc654de |
children |
|
rev |
line source |
Chris@909
|
1 // jsToolBar EU language
|
Chris@909
|
2 // Author: Ales Zabala Alava (Shagi), <shagi@gisa-elkartea.org>
|
Chris@909
|
3 // 2010-01-25
|
Chris@909
|
4 // Distributed under the same terms as the jsToolBar itself.
|
Chris@909
|
5 jsToolBar.strings = {};
|
Chris@909
|
6 jsToolBar.strings['Strong'] = 'Lodia';
|
Chris@909
|
7 jsToolBar.strings['Italic'] = 'Etzana';
|
Chris@909
|
8 jsToolBar.strings['Underline'] = 'Azpimarra';
|
Chris@909
|
9 jsToolBar.strings['Deleted'] = 'Ezabatuta';
|
Chris@909
|
10 jsToolBar.strings['Code'] = 'Inline Code';
|
Chris@909
|
11 jsToolBar.strings['Heading 1'] = '1 Goiburua';
|
Chris@909
|
12 jsToolBar.strings['Heading 2'] = '2 Goiburua';
|
Chris@909
|
13 jsToolBar.strings['Heading 3'] = '3 Goiburua';
|
Chris@909
|
14 jsToolBar.strings['Unordered list'] = 'Ordenatu gabeko zerrenda';
|
Chris@909
|
15 jsToolBar.strings['Ordered list'] = 'Ordenatutako zerrenda';
|
Chris@909
|
16 jsToolBar.strings['Quote'] = 'Aipamena';
|
Chris@909
|
17 jsToolBar.strings['Unquote'] = 'Aipamena kendu';
|
Chris@909
|
18 jsToolBar.strings['Preformatted text'] = 'Aurrez formateatutako testua';
|
Chris@909
|
19 jsToolBar.strings['Wiki link'] = 'Wiki orri baterako esteka';
|
Chris@909
|
20 jsToolBar.strings['Image'] = 'Irudia';
|