File:  [LON-CAPA] / loncom / html / htmlarea / lang / Attic / ja-jis.js
Revision 1.1: download - view: text, annotated - select for diffs
Wed Feb 18 08:07:15 2004 UTC (20 years, 6 months ago) by www
Branches: MAIN
CVS tags: version_2_5_X, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0, version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0, HEAD
Install HTMLArea

    1: // I18N constants -- Japanese JIS
    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-jis",
    9: 
   10: 	tooltips: {
   11: 		bold:           "$BB@;z(B",
   12: 		italic:         "$B<PBN(B",
   13: 		underline:      "$B2<@~(B",
   14: 		strikethrough:  "$BBG$A>C$7@~(B",
   15: 		subscript:      "$B2<IU$-E:$(;z(B",
   16: 		superscript:    "$B>eIU$-E:$(;z(B",
   17: 		justifyleft:    "$B:84s$;(B",
   18: 		justifycenter:  "$BCf1{4s$;(B",
   19: 		justifyright:   "$B1&4s$;(B",
   20: 		justifyfull:    "$B6QEy3dIU(B",
   21: 		orderedlist:    "$BHV9fIU$-2U>r=q$-(B",
   22: 		unorderedlist:  "$B5-9fIU$-2U>r=q$-(B",
   23: 		outdent:        "$B%$%s%G%s%H2r=|(B",
   24: 		indent:         "$B%$%s%G%s%H@_Dj(B",
   25: 		forecolor:      "$BJ8;z?'(B",
   26: 		backcolor:      "$BGX7J?'(B",
   27: 		horizontalrule: "$B?eJ?@~(B",
   28: 		createlink:     "$B%j%s%/:n@.(B",
   29: 		insertimage:    "$B2hA|A^F~(B",
   30: 		inserttable:    "$B%F!<%V%kA^F~(B",
   31: 		htmlmode:       "HTML$BI=<(@ZBX(B",
   32: 		popupeditor:    "$B%(%G%#%?3HBg(B",
   33: 		about:          "$B%P!<%8%g%s>pJs(B",
   34: 		help:           "$B%X%k%W(B",
   35: 		textindicator:  "$B8=:_$N%9%?%$%k(B"
   36: 	}
   37: };

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>