source: branches/1.2/workflow/js/htmlarea/lang/fi.js @ 1349

Revision 1349, 1.4 KB checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
Line 
1// I18N constants
2
3HTMLArea.I18N = {
4
5        // the following should be the filename without .js extension
6        // it will be used for automatically load plugin language.
7        lang: "en",
8
9        tooltips: {
10                bold:                   "Lihavoitu",
11                italic:                 "Kursivoitu",
12                underline:              "Alleviivattu",
13                strikethrough:          "Yliviivattu",
14                subscript:              "Alaindeksi",
15                superscript:            "Yläindeksi",
16                justifyleft:            "Tasaa vasemmat reunat",
17                justifycenter:          "Keskitä",
18                justifyright:           "Tasaa oikeat reunat",
19                justifyfull:            "Tasaa molemmat reunat",
20                orderedlist:    "Numerointi",
21                unorderedlist:  "Luettelomerkit",
22                outdent:                "Lisää sisennystä",
23                indent:                 "Pienennä sisennystä",
24                forecolor:              "Fontin väri",
25                hilitecolor:            "Taustaväri",
26                inserthorizontalrule:   "Vaakaviiva",
27                createlink:             "Lisää Linkki",
28                insertimage:            "Lisää Kuva",
29                inserttable:            "Lisää Taulu",
30                htmlmode:               "HTML Lähdekoodi vs WYSIWYG",
31                popupeditor:            "Suurenna Editori",
32                about:                  "Tietoja Editorista",
33                showhelp:               "Näytä Ohje",
34                textindicator:          "Nykyinen tyyli",
35                undo:                   "Peruuta viimeinen toiminto",
36                redo:                   "Palauta viimeinen toiminto",
37                cut:                    "Leikkaa maalattu",
38                copy:                   "Kopioi maalattu",
39                paste:                  "Liitä leikepyödältä"
40        },
41
42        buttons: {
43                "ok":                   "Hyväksy",
44                "cancel":               "Peruuta"
45        }
46};
Note: See TracBrowser for help on using the repository browser.