Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

// I18N constants

// LANG: "lv", ENCODING: UTF-8 | ISO-8859-1
// Author: Mihai Bazon, http://dynarch.com/mishoo
// Translated by: Janis Klavins, <janis.klavins@devia.lv>

HTMLArea.I18N = {

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

        tooltips: {
                bold:           "Trekniem burtiem",
                italic:         "Kursîvâ",
                underline:      "Pasvîtrots",
                strikethrough:  "Pârsvîtrots",
                subscript:      "Novietot zem rindas",
                superscript:    "Novietot virs rindas",
                justifyleft:    "Izlîdzinât pa kreisi",
                justifycenter:  "Izlîdzinât centrâ",
                justifyright:   "Izlîdzinât pa labi",
                justifyfull:    "Izlîdzinât pa visu lapu",
                orderedlist:    "Numurçts saraksts",
                unorderedlist:  "Saraksts",
                outdent:        "Samazinât atkâpi",
                indent:         "Palielinât atkâpi",
                forecolor:      "Burtu krâsa",
                hilitecolor:    "Fona krâsa",
                horizontalrule: "Horizontâla atdalîtâjsvîtra",
                createlink:     "Ievietot hipersaiti",
                insertimage:    "Ievietot attçlu",
                inserttable:    "Ievietot tabulu",
                htmlmode:       "Skatît HTML kodu",
                popupeditor:    "Palielinât Rediìçtâju",
                about:          "Par ðo rediìçtâju",
                showhelp:       "Rediìçtâja palîgs",
                textindicator:  "Patreizçjais stils",
                undo:           "Atcelt pçdçjo darbîbu",
                redo:           "Atkârtot pçdçjo darbîbu",
                cut:            "Izgriezt iezîmçto",
                copy:           "Kopçt iezîmçto",
                paste:          "Ievietot iezîmçto"
        },

        buttons: {
                "ok":           "Labi",
                "cancel":       "Atcelt"
        },

        msg: {
                "Path":         "Ceïð",
                "TEXT_MODE":    "Jûs patlaban darbojaties TEKSTA REÞÎMÂ. Lai pârietu atpakaï uz GRAFISKO REÞÎMU (WYSIWIG), lietojiet [<>] pogu."
        }
};