Annotation of loncom/html/htmlarea/lang/ro.js, revision 1.1
1.1 ! www 1: // I18N constants
! 2:
! 3: // LANG: "ro", ENCODING: UTF-8
! 4: // Author: Mihai Bazon, <mishoo@infoiasi.ro>
! 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: "ro",
! 20:
! 21: tooltips: {
! 22: bold: "Îngroşat",
! 23: italic: "Italic",
! 24: underline: "Subliniat",
! 25: strikethrough: "Tăiat",
! 26: subscript: "Subscript",
! 27: superscript: "Superscript",
! 28: justifyleft: "Aliniere la stânga",
! 29: justifycenter: "Aliniere pe centru",
! 30: justifyright: "Aliniere la dreapta",
! 31: justifyfull: "Aliniere în ambele părţi",
! 32: orderedlist: "Listă ordonată",
! 33: unorderedlist: "Listă marcată",
! 34: outdent: "Micşorează alineatul",
! 35: indent: "Măreşte alineatul",
! 36: forecolor: "Culoarea textului",
! 37: hilitecolor: "Culoare de fundal",
! 38: horizontalrule: "Linie orizontală",
! 39: createlink: "Inserează link",
! 40: insertimage: "Inserează o imagine",
! 41: inserttable: "Inserează un tabel",
! 42: htmlmode: "Sursa HTML / WYSIWYG",
! 43: popupeditor: "Maximizează editorul",
! 44: about: "Despre editor",
! 45: showhelp: "Documentaţie (devel)",
! 46: textindicator: "Stilul curent",
! 47: undo: "Anulează ultima acţiune",
! 48: redo: "Reface ultima acţiune anulată",
! 49: cut: "Taie în clipboard",
! 50: copy: "Copie în clipboard",
! 51: paste: "Aduce din clipboard"
! 52: },
! 53:
! 54: buttons: {
! 55: "ok": "OK",
! 56: "cancel": "Anulează"
! 57: },
! 58:
! 59: msg: {
! 60: "Path": "Calea",
! 61: "TEXT_MODE": "Eşti în modul TEXT. Apasă butonul [<>] pentru a te întoarce în modul WYSIWYG."
! 62: }
! 63: };
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>