## -*- perl -*-
## ----------------------------------------------------------------------
## Locale/zh_CN.GB2312/HTML: locale for Chinese (GB) output in HTML format
## ----------------------------------------------------------------------

## ----------------------------------------------------------------------
%locale = (
	   'charset' => 'gb2312',
	   'abstract' => 'ժҪ',
	   'copyright notice' => 'Ȩ',
	   'contents' => 'Ŀ¼',
	   'chapter' => sub { return " $_[0] " },
	   'appendix' => sub { return "¼ $_[0]" },
	   'section' => sub { return " $_[0] " },
	   'subsection' => sub { return " $_[0] " },
	   'subsubsection' => sub { return " $_[0] " },
	   'paragraph' => sub { return " $_[0] " },
	   'subparagraph' => sub { return " $_[0] " },
	   'footnotes' => 'ע',
	   'comments' => 'Comments',
	   'next' => 'һҳ',
	   'previous' => 'һҳ',
	   );

## ----------------------------------------------------------------------
