Project

General

Profile

1
// I18N constants
2

    
3
// LANG: "lv", ENCODING: UTF-8 | ISO-8859-1
4
// Author: Mihai Bazon, http://dynarch.com/mishoo
5
// Translated by: Janis Klavins, <janis.klavins@devia.lv>
6

    
7
HTMLArea.I18N = {
8

    
9
	// the following should be the filename without .js extension
10
	// it will be used for automatically load plugin language.
11
	lang: "lv",
12

    
13
	tooltips: {
14
		bold:           "Trekniem burtiem",
15
		italic:         "Kurs?v?",
16
		underline:      "Pasv?trots",
17
		strikethrough:  "P?rsv?trots",
18
		subscript:      "Novietot zem rindas",
19
		superscript:    "Novietot virs rindas",
20
		justifyleft:    "Izl?dzin?t pa kreisi",
21
		justifycenter:  "Izl?dzin?t centr?",
22
		justifyright:   "Izl?dzin?t pa labi",
23
		justifyfull:    "Izl?dzin?t pa visu lapu",
24
		orderedlist:    "Numur?ts saraksts",
25
		unorderedlist:  "Saraksts",
26
		outdent:        "Samazin?t atk?pi",
27
		indent:         "Palielin?t atk?pi",
28
		forecolor:      "Burtu kr?sa",
29
		hilitecolor:    "Fona kr?sa",
30
		horizontalrule: "Horizont?la atdal?t?jsv?tra",
31
		createlink:     "Ievietot hipersaiti",
32
		insertimage:    "Ievietot att?lu",
33
		inserttable:    "Ievietot tabulu",
34
		htmlmode:       "Skat?t HTML kodu",
35
		popupeditor:    "Palielin?t Redi??t?ju",
36
		about:          "Par ?o redi??t?ju",
37
		showhelp:       "Redi??t?ja pal?gs",
38
		textindicator:  "Patreiz?jais stils",
39
		undo:           "Atcelt p?d?jo darb?bu",
40
		redo:           "Atk?rtot p?d?jo darb?bu",
41
		cut:            "Izgriezt iez?m?to",
42
		copy:           "Kop?t iez?m?to",
43
		paste:          "Ievietot iez?m?to"
44
	},
45

    
46
	buttons: {
47
		"ok":           "Labi",
48
		"cancel":       "Atcelt"
49
	},
50

    
51
	msg: {
52
		"Path":         "Ce??",
53
		"TEXT_MODE":    "J?s patlaban darbojaties TEKSTA RE??M?. Lai p?rietu atpaka? uz GRAFISKO RE??MU (WYSIWIG), lietojiet [<>] pogu."
54
	}
55
};
(20-20/30)