Subversion-Projekte lars-tiefland.content-management

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
// I18N constants -- Chinese GB
2
// by Dave Lo -- dlo@interactivetools.com
3
HTMLArea.I18N = {
4
 
5
	// the following should be the filename without .js extension
6
	// it will be used for automatically load plugin language.
7
	lang: "gb",
8
 
9
	tooltips: {
10
		bold:           "´ÖÌå",
11
		italic:         "бÌå",
12
		underline:      "µ×Ïß",
13
		strikethrough:  "ɾ³ýÏß",
14
		subscript:      "챐",
15
		superscript:    "Éϱê",
16
		justifyleft:    "λÖÿ¿×ó",
17
		justifycenter:  "λÖþÓÖÐ",
18
		justifyright:   "λÖÿ¿ÓÒ",
19
		justifyfull:    "λÖÃ×óÓÒÆ½µÈ",
20
		orderedlist:    "˳ÐòÇåµ¥",
21
		unorderedlist:  "ÎÞÐòÇåµ¥",
22
		outdent:        "¼õСÐÐǰ¿Õ°×",
23
		indent:         "¼Ó¿íÐÐǰ¿Õ°×",
24
		forecolor:      "ÎÄ×ÖÑÕÉ«",
25
		backcolor:      "±³¾°ÑÕÉ«",
26
		horizontalrule: "ˮƽÏß",
27
		createlink:     "²åÈëÁ¬½á",
28
		insertimage:    "²åÈëͼÐÎ",
29
		inserttable:    "²åÈë±í¸ñ",
30
		htmlmode:       "Çл»HTMLԭʼÂë",
31
		popupeditor:    "·Å´ó",
32
		about:          "¹Øì¶ HTMLArea",
33
		help:           "˵Ã÷",
34
		textindicator:  "×ÖÌåÀý×Ó"
35
	}
36
};