Added htmlArea3
This commit is contained in:
parent
9cd56cd85a
commit
4489a747fc
91 changed files with 8523 additions and 0 deletions
55
www/extras/htmlArea3/lang/lt.js
Normal file
55
www/extras/htmlArea3/lang/lt.js
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
// I18N constants
|
||||
|
||||
// LANG: "lt", ENCODING: UTF-8
|
||||
// Author: Jaroslav Šatkevič, <jaro@akl.lt>
|
||||
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
// it will be used for automatically load plugin language.
|
||||
lang: "lt",
|
||||
|
||||
tooltips: {
|
||||
bold: "Paryškinti",
|
||||
italic: "Kursyvas",
|
||||
underline: "Pabraukti",
|
||||
strikethrough: "Perbraukti",
|
||||
subscript: "Apatinis indeksas",
|
||||
superscript: "Viršutinis indeksas",
|
||||
justifyleft: "Lygiavimas pagal kairę",
|
||||
justifycenter: "Lygiavimas pagal centrą",
|
||||
justifyright: "Lygiavimas pagal dešinę",
|
||||
justifyfull: "Lygiuoti pastraipą",
|
||||
orderedlist: "Numeruotas sąrašas",
|
||||
unorderedlist: "Suženklintas sąrašas",
|
||||
outdent: "Sumažinti paraštę",
|
||||
indent: "Padidinti paraštę",
|
||||
forecolor: "Šrifto spalva",
|
||||
hilitecolor: "Fono spalva",
|
||||
horizontalrule: "Horizontali linija",
|
||||
createlink: "Įterpti nuorodą",
|
||||
insertimage: "Įterpti paveiksliuką",
|
||||
inserttable: "Įterpti lentelę",
|
||||
htmlmode: "Perjungti į HTML/WYSIWYG",
|
||||
popupeditor: "Išplėstas redagavimo ekranas/Enlarge Editor",
|
||||
about: "Apie redaktorių",
|
||||
showhelp: "Pagalba naudojant redaktorių",
|
||||
textindicator: "Dabartinis stilius",
|
||||
undo: "Atšaukia paskutini jūsų veiksmą",
|
||||
redo: "Pakartoja paskutinį atšauktą jūsų veiksmą",
|
||||
cut: "Iškirpti",
|
||||
copy: "Kopijuoti",
|
||||
paste: "Įterpti"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "Atšaukti"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Kelias",
|
||||
"TEXT_MODE": "Jūs esete teksto režime. Naudokite [<>] mygtuką grįžimui į WYSIWYG."
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue