annotate public/javascripts/jstoolbar/lang/.svn/text-base/jstoolbar-vi.js.svn-base @ 586:658cfb481618 feature_36

Order BibTeX entry types in a sensible order for presentation to user, instead of alphabetically by BibTeX name as previously (requires database re-seed). Provide a label for each entry type, and use it in the edit dropdown and show page. Omit duplicate entry type (conference) from edit dropdown. Use existing entry attribute labels in show_bibtex_fields.
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Fri, 12 Aug 2011 13:15:05 +0100
parents 513646585e45
children
rev   line source
Chris@0 1 jsToolBar.strings = {};
Chris@0 2 jsToolBar.strings['Strong'] = 'Đậm';
Chris@0 3 jsToolBar.strings['Italic'] = 'Nghiêng';
Chris@0 4 jsToolBar.strings['Underline'] = 'Gạch chân';
Chris@0 5 jsToolBar.strings['Deleted'] = 'Xóa';
Chris@0 6 jsToolBar.strings['Code'] = 'Mã chung dòng';
Chris@0 7 jsToolBar.strings['Heading 1'] = 'Tiêu đề 1';
Chris@0 8 jsToolBar.strings['Heading 2'] = 'Tiêu đề 2';
Chris@0 9 jsToolBar.strings['Heading 3'] = 'Tiêu đề 3';
Chris@0 10 jsToolBar.strings['Unordered list'] = 'Danh sách không thứ tự';
Chris@0 11 jsToolBar.strings['Ordered list'] = 'Danh sách có thứ tự';
Chris@0 12 jsToolBar.strings['Quote'] = 'Trích dẫn';
Chris@0 13 jsToolBar.strings['Unquote'] = 'Bỏ trích dẫn';
Chris@0 14 jsToolBar.strings['Preformatted text'] = 'Mã nguồn';
Chris@0 15 jsToolBar.strings['Wiki link'] = 'Liên kết đến trang wiki';
Chris@0 16 jsToolBar.strings['Image'] = 'Ảnh';