source: trunk/phpgwapi/js/htmlarea/lang/lv.js @ 2

Revision 2, 1.7 KB checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
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
7HTMLArea.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};
Note: See TracBrowser for help on using the repository browser.