source: trunk/phpgwapi/js/htmlarea/lang/ja-sjis.js @ 2

Revision 2, 1.0 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 -- Japanese Shift-JIS
2// by Manabu Onoue -- tmocsys@tmocsys.com
3
4HTMLArea.I18N = {
5
6        // the following should be the filename without .js extension
7        // it will be used for automatically load plugin language.
8        lang: "ja-sjis",
9
10        tooltips: {
11                bold:           "‘ŸŽš",
12                italic:         "ŽÎ‘Ì",
13                underline:      "‰ºü",
14                strikethrough:  "‘Å‚¿Á‚µü",
15                subscript:      "‰º•t‚«“Y‚ŠŽš",
16                superscript:    "ã•t‚«“Y‚ŠŽš",
17                justifyleft:    "¶Šñ‚¹",
18                justifycenter:  "’†‰›Šñ‚¹",
19                justifyright:   "‰EŠñ‚¹",
20                justifyfull:    "‹Ï“™Š„•t",
21                orderedlist:    "”ԍ†•t‚«‰Óð‘‚«",
22                unorderedlist:  "‹L†•t‚«‰Óð‘‚«",
23                outdent:        "ƒCƒ“ƒfƒ“ƒg‰ðœ",
24                indent:         "ƒCƒ“ƒfƒ“ƒgÝ’è",
25                forecolor:      "•¶ŽšF",
26                backcolor:      "”wŒiF",
27                horizontalrule: "…•œü",
28                createlink:     "ƒŠƒ“ƒNì¬",
29                insertimage:    "‰æ‘œ‘}“ü",
30                inserttable:    "ƒe[ƒuƒ‹‘}“ü",
31                htmlmode:       "HTML•\ŽŠØ‘Ö",
32                popupeditor:    "ƒGƒfƒBƒ^Šg‘å",
33                about:          "ƒo[ƒWƒ‡ƒ“î•ñ",
34                help:           "ƒwƒ‹ƒv",
35                textindicator:  "Œ»Ý‚̃Xƒ^ƒCƒ‹"
36        }
37};
Note: See TracBrowser for help on using the repository browser.