Subversion-Projekte lars-tiefland.content-management

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
// I18N constants -- Japanese EUC
2
// by Manabu Onoue -- tmocsys@tmocsys.com
3
 
4
HTMLArea.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
};