Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

// I18N constants

HTMLArea.I18N = {

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

        tooltips: {
                bold:           "Pogrubienie",
                italic:         "Pochylenie",
                underline:      "Podkreœlenie",
                strikethrough:  "Przekreœlenie",
                subscript:      "Indeks dolny",
                superscript:    "Indeks górny",
                justifyleft:    "Wyrównaj do lewej",
                justifycenter:  "Wyœrodkuj",
                justifyright:   "Wyrównaj do prawej",
                justifyfull:    "Wyjustuj",
                orderedlist:    "Numerowanie",
                unorderedlist:  "Wypunktowanie",
                outdent:        "Zmniejsz wciêcie",
                indent:         "Zwiêksz wciêcie",
                forecolor:      "Kolor czcionki",
                backcolor:      "Kolor t³a",
                horizontalrule: "Linia pozioma",
                createlink:     "Wstaw adres sieci Web",
                insertimage:    "Wstaw obraz",
                inserttable:    "Wstaw tabelê",
                htmlmode:       "Edycja WYSIWYG/w Ÿródle strony",
                popupeditor:    "Pe³ny ekran",
                about:          "Informacje o tym edytorze",
                help:           "Pomoc",
                textindicator:  "Obecny styl"
        }
};