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/lv.js
Normal file
55
www/extras/htmlArea3/lang/lv.js
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
// 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."
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue