File:  [LON-CAPA] / loncom / html / htmlarea / plugins / TableOperations / lang / Attic / hu.js
Revision 1.1: download - view: text, annotated - select for diffs
Wed Jun 9 14:04:38 2004 UTC (20 years, 1 month ago) by www
Branches: MAIN
CVS tags: version_2_5_X, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0, version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, HEAD
Plugins to go with HTMLarea RC 1

// I18N constants

// LANG: "hu", ENCODING: UTF-8
// Author: Miklós Somogyi, <somogyine@vnet.hu>

// FOR TRANSLATORS:
//
//   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
//      (at least a valid email address)
//
//   2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
//      (if this is not possible, please include a comment
//       that states what encoding is necessary.)

HTMLArea.I18N = {

	// the following should be the filename without .js extension
	// it will be used for automatically load plugin language.
	lang: "hu",

	tooltips: {
		bold:           "Félkövér",
		italic:         "Dőlt",
		underline:      "Aláhúzott",
		strikethrough:  "Áthúzott",
		subscript:      "Alsó index",
		superscript:    "Felső index",
		justifyleft:    "Balra zárt",
		justifycenter:  "Középre zárt",
		justifyright:   "Jobbra zárt",
		justifyfull:    "Sorkizárt",
		orderedlist:    "Számozott lista",
		unorderedlist:  "Számozatlan lista",
		outdent:        "Behúzás csökkentése",
		indent:         "Behúzás növelése",
		forecolor:      "Karakterszín",
		hilitecolor:    "Háttérszín",
		horizontalrule: "Elválasztó vonal",
		createlink:     "Hiperhivatkozás beszúrása",
		insertimage:    "Kép beszúrása",
		inserttable:    "Táblázat beszúrása",
		htmlmode:       "HTML forrás be/ki",
		popupeditor:    "Szerkesztő külön ablakban",
		about:          "Névjegy",
		showhelp:       "Súgó",
		textindicator:  "Aktuális stílus",
		undo:           "Visszavonás",
		redo:           "Újra végrehajtás",
		cut:            "Kivágás",
		copy:           "Másolás",
		paste:          "Beillesztés"
	},

	buttons: {
		"ok":           "Rendben",
		"cancel":       "Mégsem"
	},

	msg: {
		"Path":         "Hierarchia",
		"TEXT_MODE":    "Forrás mód. Visszaváltás [<>] gomb"
	}
};

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>