// I18N constants

// LANG: "en", ENCODING: UTF-8 | ISO-8859-1
// Author: Mihai Bazon, <mishoo@infoiasi.ro>

// 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: "en",

    tooltips: {
        bold:           "Negreta",
        italic:         "Cursiva",
        underline:      "Subratllat",
        strikethrough:  "Barrat",
        subscript:      "Subíndex",
        superscript:    "Superíndex",
        justifyleft:    "Justifica a l'esquerra",
        justifycenter:  "Justifica al centre",
        justifyright:   "Justifica a la dreta",
        justifyfull:    "Justifica a ambdós costats",
        insertorderedlist:    "Llista numerada",
        insertunorderedlist:  "Llista no numerada",
        outdent:        "Disminueix el sagnat",
        indent:         "Augmenta el sagnat",
        forecolor:      "Color de la lletra",
        hilitecolor:    "Color de fons",
        inserthorizontalrule: "Filet horitzontal",
        createlink:     "Insereix un enllaç web",
        unlink:         "Suprimeix enllaç",
        nolink:         "Impedir enllaços automàtics",
        insertimage:    "Insereix una imatge",
        inserttable:    "Insereix una taula",
        htmlmode:       "Commuta a font HTML",
        popupeditor:    "Amplia l'editor",
        about:          "Referent a aquest editor",
        showhelp:       "Ajuda de l'editor",
        textindicator:  "Estil actual",
        undo:           "Desfés la darrera acció",
        redo:           "Refés la darrera acció",
        cut:            "Talla la selecció",
        copy:           "Copia la selecció",
        paste:          "Enganxa des del porta-retalls",
        insertsmile:    "Insereix una emoticona",
        insertchar:     "Insereix un caràcter especial",
        search_replace: "Cerca i reemplaça",
        clean:          "Neteja l'HTML del Word",
        lefttoright:    "Sentit d'esquerra a dreta",
        righttoleft:    "Sentit de dreta a esquerra"
    },

    buttons: {
        "ok":           "D'acord",
        "cancel":       "Cancel·la",
        "browse":       "Navega"
    },

    msg: {
        "Path":         "Camí",
        "TEXT_MODE":    "Esteu en MODE TEXT. Utilitzeu el botó [<>] per tornar al MODE WYSIWYG."
    }
};

