Add htmlarea http://www.htmlarea.com/ tool to appdb
This commit is contained in:
80
htmlarea/lang/ro.js
Normal file
80
htmlarea/lang/ro.js
Normal file
@@ -0,0 +1,80 @@
|
||||
// I18N constants
|
||||
|
||||
// LANG: "ro", ENCODING: UTF-8
|
||||
// Author: Mihai Bazon, http://dynarch.com/mishoo
|
||||
|
||||
// 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: "ro",
|
||||
|
||||
tooltips: {
|
||||
bold: "Îngroşat",
|
||||
italic: "Italic",
|
||||
underline: "Subliniat",
|
||||
strikethrough: "Tăiat",
|
||||
subscript: "Indice jos",
|
||||
superscript: "Indice sus",
|
||||
justifyleft: "Aliniere la stânga",
|
||||
justifycenter: "Aliniere pe centru",
|
||||
justifyright: "Aliniere la dreapta",
|
||||
justifyfull: "Aliniere în ambele părţi",
|
||||
orderedlist: "Listă ordonată",
|
||||
unorderedlist: "Listă marcată",
|
||||
outdent: "Micşorează alineatul",
|
||||
indent: "Măreşte alineatul",
|
||||
forecolor: "Culoarea textului",
|
||||
hilitecolor: "Culoare de fundal",
|
||||
horizontalrule: "Linie orizontală",
|
||||
createlink: "Inserează/modifică link",
|
||||
insertimage: "Inserează/modifică imagine",
|
||||
inserttable: "Inserează un tabel",
|
||||
htmlmode: "Sursa HTML / WYSIWYG",
|
||||
popupeditor: "Maximizează editorul",
|
||||
about: "Despre editor",
|
||||
showhelp: "Documentaţie (devel)",
|
||||
textindicator: "Stilul curent",
|
||||
undo: "Anulează ultima acţiune",
|
||||
redo: "Reface ultima acţiune anulată",
|
||||
cut: "Taie în clipboard",
|
||||
copy: "Copie în clipboard",
|
||||
paste: "Aduce din clipboard",
|
||||
lefttoright: "Direcţia de scriere: stânga - dreapta",
|
||||
righttoleft: "Direcţia de scriere: dreapta - stânga"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "Anulează"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Calea",
|
||||
"TEXT_MODE": "Eşti în modul TEXT. Apasă butonul [<>] pentru a te întoarce în modul WYSIWYG."
|
||||
},
|
||||
|
||||
dialogs: {
|
||||
"Cancel" : "Renunţă",
|
||||
"Insert/Modify Link" : "Inserează/modifcă link",
|
||||
"New window (_blank)" : "Fereastră nouă (_blank)",
|
||||
"None (use implicit)" : "Nimic (foloseşte ce-i implicit)",
|
||||
"OK" : "Acceptă",
|
||||
"Other" : "Alt target",
|
||||
"Same frame (_self)" : "Aceeaşi fereastră (_self)",
|
||||
"Target:" : "Ţinta:",
|
||||
"Title (tooltip):" : "Titlul (tooltip):",
|
||||
"Top frame (_top)" : "Fereastra principală (_top)",
|
||||
"URL:" : "URL:",
|
||||
"You must enter the URL where this link points to" : "Trebuie să introduceţi un URL"
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user