Subversion-Projekte lars-tiefland.content-management

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
// I18N constants -- Chinese Big-5
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: "b5",
8
 
9
	tooltips: {
10
		bold:           "²ÊÅé",
11
		italic:         "±×Åé",
12
		underline:      "©³½u",
13
		strikethrough:  "§R°£½u",
14
		subscript:      "¤U¼Ð",
15
		superscript:    "¤W¼Ð",
16
		justifyleft:    "¦ì¸m¾a¥ª",
17
		justifycenter:  "¦ì¸m©~¤¤",
18
		justifyright:   "¦ì¸m¾a¥k",
19
		justifyfull:    "¦ì¸m¥ª¥k¥­µ¥",
20
		orderedlist:    "¶¶§Ç²M³æ",
21
		unorderedlist:  "µL§Ç²M³æ",
22
		outdent:        "´î¤p¦æ«eªÅ¥Õ",
23
		indent:         "¥[¼e¦æ«eªÅ¥Õ",
24
		forecolor:      "¤å¦rÃC¦â",
25
		backcolor:      "­I´ºÃC¦â",
26
		horizontalrule: "¤ô¥­½u",
27
		createlink:     "´¡¤J³sµ²",
28
		insertimage:    "´¡¤J¹Ï§Î",
29
		inserttable:    "´¡¤Jªí®æ",
30
		htmlmode:       "¤Á´«HTML­ì©l½X",
31
		popupeditor:    "©ñ¤j",
32
		about:          "Ãö©ó HTMLArea",
33
		help:           "»¡©ú",
34
		textindicator:  "¦rÅé¨Ò¤l"
35
	}
36
};