source: trunk/phpgwapi/js/htmlarea/lang/ja-euc.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 EUC
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-euc",
9
10        tooltips: {
11                bold:           "ÂÀ»ú",
12                italic:         "ŒÐÂÎ",
13                underline:      "²ŒÀþ",
14                strikethrough:  "ÂÇ€ÁŸÃ€·Àþ",
15                subscript:      "²ŒÉÕ€­Åº€š»ú",
16                superscript:    "ŸåÉÕ€­Åº€š»ú",
17                justifyleft:    "ºžŽó€»",
18                justifycenter:  "Ãæ±ûŽó€»",
19                justifyright:   "±ŠŽó€»",
20                justifyfull:    "¶ÑÅù³äÉÕ",
21                orderedlist:    "ÈÖ¹æÉÕ€­²ÕŸòœñ€­",
22                unorderedlist:  "µ­¹æÉÕ€­²ÕŸòœñ€­",
23                outdent:        "¥€¥ó¥Ç¥ó¥È²òœü",
24                indent:         "¥€¥ó¥Ç¥ó¥ÈÀßÄê",
25                forecolor:      "Êž»ú¿§",
26                backcolor:      "ÇØ·Ê¿§",
27                horizontalrule: "¿åÊ¿Àþ",
28                createlink:     "¥ê¥ó¥¯ºîÀ®",
29                insertimage:    "²èÁüÁÞÆþ",
30                inserttable:    "¥Æ¡Œ¥Ö¥ëÁÞÆþ",
31                htmlmode:       "HTMLÉœŒšÀÚÂØ",
32                popupeditor:    "¥š¥Ç¥£¥¿³ÈÂç",
33                about:          "¥Ð¡Œ¥ž¥ç¥óŸðÊó",
34                help:           "¥Ø¥ë¥×",
35                textindicator:  "žœºß€Î¥¹¥¿¥€¥ë"
36        }
37};
Note: See TracBrowser for help on using the repository browser.