Menu

[r15]: / includes / htmlarea / lang / lv.js  Maximize  Restore  History

Download this file

56 lines (49 with data), 1.8 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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."
}
};
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.