annotate public/javascripts/jstoolbar/lang/.svn/text-base/jstoolbar-hu.js.svn-base @ 299:defe55be97b9 feature_73

Do not show external checkbox/field until the repo has been automatically populated Pull external Hg as well as git and svn repos Some textual changes
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 24 Mar 2011 15:48:36 +0000
parents 513646585e45
children
rev   line source
Chris@0 1 jsToolBar.strings = {};
Chris@0 2 jsToolBar.strings['Strong'] = 'Félkövér';
Chris@0 3 jsToolBar.strings['Italic'] = 'Dőlt';
Chris@0 4 jsToolBar.strings['Underline'] = 'Aláhúzott';
Chris@0 5 jsToolBar.strings['Deleted'] = 'Törölt';
Chris@0 6 jsToolBar.strings['Code'] = 'Kód sorok';
Chris@0 7 jsToolBar.strings['Heading 1'] = 'Fejléc 1';
Chris@0 8 jsToolBar.strings['Heading 2'] = 'Fejléc 2';
Chris@0 9 jsToolBar.strings['Heading 3'] = 'Fejléc 3';
Chris@0 10 jsToolBar.strings['Unordered list'] = 'Felsorolás';
Chris@0 11 jsToolBar.strings['Ordered list'] = 'Számozott lista';
Chris@0 12 jsToolBar.strings['Quote'] = 'Quote';
Chris@0 13 jsToolBar.strings['Unquote'] = 'Remove Quote';
Chris@0 14 jsToolBar.strings['Preformatted text'] = 'Előreformázott szöveg';
Chris@0 15 jsToolBar.strings['Wiki link'] = 'Link egy Wiki oldalra';
Chris@0 16 jsToolBar.strings['Image'] = 'Kép';