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

Revision 2, 3.1 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: "lt", ENCODING: UTF-8
4// Author: Jaroslav Šatkevič, <jaro@akl.lt>
5
6HTMLArea.I18N = {
7
8        // the following should be the filename without .js extension
9        // it will be used for automatically load plugin language.
10        lang: "en",
11
12        tooltips: {
13                bold:           "ParyÅ¡kinti",
14                italic:         "Kursyvas",
15                underline:      "Pabraukti",
16                strikethrough:  "Perbraukti",
17                subscript:      "Apatinis indeksas",
18                superscript:    "VirÅ¡utinis indeksas",
19                justifyleft:    "Lygiavimas pagal kairę",
20                justifycenter:  "Lygiavimas pagal centrą",
21                justifyright:   "Lygiavimas pagal deÅ¡inę",
22                justifyfull:    "Lygiuoti pastraipą",
23                orderedlist:    "Numeruotas sąraÅ¡as",
24                unorderedlist:  "SuÅŸenklintas sąraÅ¡as",
25                outdent:        "SumaÅŸinti paraÅ¡tę",
26                indent:         "Padidinti paraÅ¡tę",
27                forecolor:      "Å rifto spalva",
28                hilitecolor:    "Fono spalva",
29                horizontalrule: "Horizontali linija",
30                createlink:     "Ä®terpti nuorodą",
31                insertimage:    "Ä®terpti paveiksliuką",
32                inserttable:    "Ä®terpti lentelę",
33                htmlmode:       "Perjungti į HTML/WYSIWYG",
34                popupeditor:    "IÅ¡plėstas redagavimo ekranas/Enlarge Editor",
35                about:          "Apie redaktorių",
36                showhelp:       "Pagalba naudojant redaktorių",
37                textindicator:  "Dabartinis stilius",
38                undo:           "AtÅ¡aukia paskutini jÅ«sų veiksmą",
39                redo:           "Pakartoja paskutinį atÅ¡auktą jÅ«sų veiksmą",
40                cut:            "IÅ¡kirpti",
41                copy:           "Kopijuoti",
42                paste:          "Ä®terpti"
43},
44
45        buttons: {
46                "ok":           "OK",
47                "cancel":       "AtÅ¡aukti"
48        },
49
50        msg: {
51                "Path":         "Kelias",
52                "TEXT_MODE":    "JÅ«s esete teksto reÅŸime.  Naudokite [<>] mygtuką grįşimui į WYSIWYG.",
53
54                "IE-sucks-full-screen" :
55                // translate here
56                "The full screen mode is known to cause problems with Internet Explorer, " +
57                "due to browser bugs that we weren't able to workaround.  You might experience garbage " +
58                "display, lack of editor functions and/or random browser crashes.  If your system is Windows 9x " +
59                "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" +
60                "You have been warned.  Please press OK if you still want to try the full screen editor."
61        },
62
63        dialogs: {
64                "Cancel"                                            : "AtÅ¡aukti",
65                "Insert/Modify Link"                                : "Idėti/Modifikuoti",
66                "New window (_blank)"                               : "Naujas langas (_blank)",
67                "None (use implicit)"                               : "None (use implicit)",
68                "OK"                                                : "OK",
69                "Other"                                             : "Kitas",
70                "Same frame (_self)"                                : "Same frame (_self)",
71                "Target:"                                           : "Target:",
72                "Title (tooltip):"                                  : "Pavadinimas (tooltip):",
73                "Top frame (_top)"                                  : "Top frame (_top)",
74                "URL:"                                              : "URL:",
75                "You must enter the URL where this link points to"  : "Jus privalote nurodyti URL į kuri rodo Å¡itą nuoroda"
76        }
77};
Note: See TracBrowser for help on using the repository browser.