]> git.mjollnir.org Git - moodle.git/commitdiff
*** empty log message ***
authoraszora <aszora>
Sun, 2 Nov 2003 19:27:18 +0000 (19:27 +0000)
committeraszora <aszora>
Sun, 2 Nov 2003 19:27:18 +0000 (19:27 +0000)
lang/hu/editor.php [new file with mode: 0644]

diff --git a/lang/hu/editor.php b/lang/hu/editor.php
new file mode 100644 (file)
index 0000000..de18539
--- /dev/null
@@ -0,0 +1,71 @@
+<?php // $Id$
+      // Strings for the HTML editor
+
+$string['about'] = "About this editor";
+$string['absbottom'] = "Absbottom";
+$string['absmiddle'] = "Absmiddle";
+$string['alignment'] = "Igazítás";
+$string['alternatetext'] = "Alternate text";
+$string['baseline'] = "Baseline";
+$string['bold'] = "Bold";
+$string['borderthickness'] = "Border thickness";
+$string['bottom'] = "Bottom";
+$string['browse'] = "Browse";
+$string['cancel'] = "Cancel";
+$string['cellpadding'] = "Cellpadding";
+$string['cellspacing'] = "Cellspacing";
+$string['choosechar'] = "Choose Character";
+$string['chooseicon'] = "Choose an icon to insert";
+$string['close'] = "Close";
+$string['cols'] = "Cols";
+$string['copy'] = "Copy selection";
+$string['createlink'] = "Insert Web Link";
+$string['cut'] = "Cut selection";
+$string['forecolor'] = "Font Color";
+$string['hilitecolor'] = "Háttérszín";
+$string['horizontal'] = "Vízszintes";
+$string['horizontalrule'] = "Horizontal Rule";
+$string['htmlmode'] = "Toggle HTML Source";
+$string['imageurl'] = "Image URL";
+$string['indent'] = "Increase Indent";
+$string['insertchar'] = "Insert Special Character";
+$string['insertimage'] = "Kép beillesztése";
+$string['insertsmile'] = "Insert Smiley";
+$string['inserttable'] = "Táblázat beillesztése";
+$string['italic'] = "Dõlt";
+$string['justifycenter'] = "Justify Center";
+$string['justifyfull'] = "Justify Full";
+$string['justifyleft'] = "Justify Left";
+$string['justifyright'] = "Justify Right";
+$string['layout'] = "Layout";
+$string['left'] = "Left";
+$string['middle'] = "Middle";
+$string['notset'] = "Not Set";
+$string['ok'] = "OK";
+$string['orderedlist'] = "Ordered List";
+$string['outdent'] = "Decrease Indent";
+$string['paste'] = "Beillesztés a vágólapról";
+$string['path'] = "Path";
+$string['percent'] = "Százalék";
+$string['pixels'] = "Pixels";
+$string['popupeditor'] = "Enlarge Editor";
+$string['preview'] = "Preview";
+$string['redo'] = "Redo your last action";
+$string['right'] = "Right";
+$string['rows'] = "Sorok";
+$string['showhelp'] = "Help using editor";
+$string['spacing'] = "Spacing";
+$string['strikethrough'] = "Strikethrough";
+$string['subscript'] = "Subscript";
+$string['superscript'] = "Superscript";
+$string['textindicator'] = "Current style";
+$string['textmode'] = "You are in TEXT MODE.  Use the [<>] button to go back to WYSIWYG MODE.";
+$string['texttop'] = "Texttop";
+$string['top'] = "Top";
+$string['underline'] = "Aláhúzás";
+$string['undo'] = "Undo your last action";
+$string['unorderedlist'] = "Bulleted List";
+$string['vertical'] = "Függõleges";
+$string['width'] = "Szélesség";
+
+?>