Annotation of loncom/html/htmlarea/lang/pl.js, revision 1.1

1.1     ! www         1: // I18N constants
        !             2: 
        !             3: HTMLArea.I18N = {
        !             4: 
        !             5: 	// the following should be the filename without .js extension
        !             6: 	// it will be used for automatically load plugin language.
        !             7: 	lang: "pl",
        !             8: 
        !             9: 	tooltips: {
        !            10: 		bold:           "Pogrubienie",
        !            11: 		italic:         "Pochylenie",
        !            12: 		underline:      "Podkreślenie",
        !            13: 		strikethrough:  "Przekreślenie",
        !            14: 		subscript:      "Indeks dolny",
        !            15: 		superscript:    "Indeks górny",
        !            16: 		justifyleft:    "Wyrównaj do lewej",
        !            17: 		justifycenter:  "Wyśrodkuj",
        !            18: 		justifyright:   "Wyrównaj do prawej",
        !            19: 		justifyfull:    "Wyjustuj",
        !            20: 		orderedlist:    "Numerowanie",
        !            21: 		unorderedlist:  "Wypunktowanie",
        !            22: 		outdent:        "Zmniejsz wcięcie",
        !            23: 		indent:         "Zwiększ wcięcie",
        !            24: 		forecolor:      "Kolor czcionki",
        !            25: 		backcolor:      "Kolor tła",
        !            26: 		horizontalrule: "Linia pozioma",
        !            27: 		createlink:     "Wstaw adres sieci Web",
        !            28: 		insertimage:    "Wstaw obraz",
        !            29: 		inserttable:    "Wstaw tabelę",
        !            30: 		htmlmode:       "Edycja WYSIWYG/w źródle strony",
        !            31: 		popupeditor:    "Pełny ekran",
        !            32: 		about:          "Informacje o tym edytorze",
        !            33: 		help:           "Pomoc",
        !            34: 		textindicator:  "Obecny styl"
        !            35: 	}
        !            36: };

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