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

Revision 2, 1.8 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: "si", ENCODING: ISO-8859-2
4// Author: Tomaz Kregar, x_tomo_x@email.si
5
6// FOR TRANSLATORS:
7//
8//   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
9//      (at least a valid email address)
10//
11//   2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
12//      (if this is not possible, please include a comment
13//       that states what encoding is necessary.)
14
15HTMLArea.I18N = {
16
17        // the following should be the filename without .js extension
18        // it will be used for automatically load plugin language.
19        lang: "si",
20
21        tooltips: {
22                bold:           "Krepko",
23                italic:         "LeŸeèe",
24                underline:      "Podèrtano",
25                strikethrough:  "Preèrtano",
26                subscript:      "Podpisano",
27                superscript:    "Nadpisano",
28                justifyleft:    "Poravnaj levo",
29                justifycenter:  "Na sredino",
30                justifyright:   "Poravnaj desno",
31                justifyfull:    "Porazdeli vsebino",
32                orderedlist:    "O¹tevilèevanje",
33                unorderedlist:  "Oznaèevanje",
34                outdent:        "Zmanj¹aj zamik",
35                indent:         "Poveèaj zamik",
36                forecolor:      "Barva pisave",
37                hilitecolor:    "Barva ozadja",
38                horizontalrule: "Vodoravna èrta",
39                createlink:     "Vstavi hiperpovezavo",
40                insertimage:    "Vstavi sliko",
41                inserttable:    "Vstavi tabelo",
42                htmlmode:       "Preklopi na HTML kodo",
43                popupeditor:    "Poveèaj urejevalnik",
44                about:          "Vizitka za urejevalnik",
45                showhelp:       "Pomoè za urejevalnik",
46                textindicator:  "Trenutni slog",
47                undo:           "Razveljavi zadnjo akcijo",
48                redo:           "Uveljavi zadnjo akcijo",
49                cut:            "IzreŸi",
50                copy:           "Kopiraj",
51                paste:          "Prilepi"
52        },
53
54        buttons: {
55                "ok":           "V redu",
56                "cancel":       "Preklièi"
57        },
58
59        msg: {
60                "Path":         "Pot",
61                "TEXT_MODE":    "Si v tekstovnem naèinu.  Uporabi [<>] gumb za prklop nazaj na WYSIWYG."
62        }
63};
Note: See TracBrowser for help on using the repository browser.