File:  [LON-CAPA] / loncom / html / htmlarea / lang / Attic / cz.js
Revision 1.1: download - view: text, annotated - select for diffs
Tue Jun 1 23:46:10 2004 UTC (20 years, 2 months 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, version_1_1_99_0, HEAD
Next version HTMLArea.

    1: // I18N constants
    2: 
    3: // LANG: "cz", ENCODING: UTF-8 | ISO-8859-2
    4: // Author: Jiri Löw, <jirilow@jirilow.com>
    5: 
    6: // FOR TRANSLATORS:
    7: //
    8: //   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
    9: //      (at least a valid email address)
   10: //
   11: //   2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
   12: //      (if this is not possible, please include a comment
   13: //       that states what encoding is necessary.)
   14: 
   15: HTMLArea.I18N = {
   16: 
   17: 	// the following should be the filename without .js extension
   18: 	// it will be used for automatically load plugin language.
   19: 	lang: "cz",
   20: 
   21: 	tooltips: {
   22: 		bold:           "Tučně",
   23: 		italic:         "Kurzíva",
   24: 		underline:      "Podtržení",
   25: 		strikethrough:  "Přeškrtnutí",
   26: 		subscript:      "Dolní index",
   27: 		superscript:    "Horní index",
   28: 		justifyleft:    "Zarovnat doleva",
   29: 		justifycenter:  "Na střed",
   30: 		justifyright:   "Zarovnat doprava",
   31: 		justifyfull:    "Zarovnat do stran",
   32: 		orderedlist:    "Seznam",
   33: 		unorderedlist:  "Odrážky",
   34: 		outdent:        "Předsadit",
   35: 		indent:         "Odsadit",
   36: 		forecolor:      "Barva písma",
   37: 		hilitecolor:    "Barva pozadí",
   38: 		horizontalrule: "Vodorovná čára",
   39: 		createlink:     "Vložit odkaz",
   40: 		insertimage:    "Vložit obrázek",
   41: 		inserttable:    "Vložit tabulku",
   42: 		htmlmode:       "Přepnout HTML",
   43: 		popupeditor:    "Nové okno editoru",
   44: 		about:          "O této aplikaci",
   45: 		showhelp:       "Nápověda aplikace",
   46: 		textindicator:  "Zvolený styl",
   47: 		undo:           "Vrátí poslední akci",
   48: 		redo:           "Opakuje poslední akci",
   49: 		cut:            "Vyjmout",
   50: 		copy:           "Kopírovat",
   51: 		paste:          "Vložit"
   52: 	},
   53: 
   54: 	buttons: {
   55: 		"ok":           "OK",
   56: 		"cancel":       "Zrušit"
   57: 	},
   58: 
   59: 	msg: {
   60: 		"Path":         "Cesta",
   61: 		"TEXT_MODE":    "Jste v TEXTOVÉM REŽIMU.  Použijte tlačítko [<>] pro přepnutí do WYSIWIG."
   62: 	}
   63: };

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