]> source.dussan.org Git - redmine.git/commitdiff
copy jstoolbar-az.js from jstoolbar-en.js (#13152)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 15 Feb 2013 05:29:36 +0000 (05:29 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 15 Feb 2013 05:29:36 +0000 (05:29 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11386 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/javascripts/jstoolbar/lang/jstoolbar-az.js [new file with mode: 0644]

diff --git a/public/javascripts/jstoolbar/lang/jstoolbar-az.js b/public/javascripts/jstoolbar/lang/jstoolbar-az.js
new file mode 100644 (file)
index 0000000..2d68498
--- /dev/null
@@ -0,0 +1,16 @@
+jsToolBar.strings = {};
+jsToolBar.strings['Strong'] = 'Strong';
+jsToolBar.strings['Italic'] = 'Italic';
+jsToolBar.strings['Underline'] = 'Underline';
+jsToolBar.strings['Deleted'] = 'Deleted';
+jsToolBar.strings['Code'] = 'Inline Code';
+jsToolBar.strings['Heading 1'] = 'Heading 1';
+jsToolBar.strings['Heading 2'] = 'Heading 2';
+jsToolBar.strings['Heading 3'] = 'Heading 3';
+jsToolBar.strings['Unordered list'] = 'Unordered list';
+jsToolBar.strings['Ordered list'] = 'Ordered list';
+jsToolBar.strings['Quote'] = 'Quote';
+jsToolBar.strings['Unquote'] = 'Remove Quote';
+jsToolBar.strings['Preformatted text'] = 'Preformatted text';
+jsToolBar.strings['Wiki link'] = 'Link to a Wiki page';
+jsToolBar.strings['Image'] = 'Image';