~ubuntu-branches/ubuntu/lucid/gnome-doc-utils/lucid

« back to all changes in this revision

Viewing changes to gnome-doc-utils.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-12-19 08:34:21 UTC
  • mto: (2.1.1 etch) (1.1.18 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20051219083421-k72rkh3n6vox1c0t
Tags: upstream-0.5.2
ImportĀ upstreamĀ versionĀ 0.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
const gchar** documentation_credits = {
 
1
const gchar* documentation_credits[] = {
2
2
        "Shaun McCance <shaunm@gnome.org>",
3
3
        NULL
4
4
};
8
8
#define HELP_GNOME_DOC_XSLT_INTRO "intro"
9
9
#define HELP_GNOME_DOC_XSLT_SECTION_DB_HTML "section-db2html"
10
10
#define HELP_GNOME_DOC_XSLT_SECTION_DB_HTML_ADMON "section-db2html-admon"
11
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_ADMON_BORDER_COLOR "db2html.admon.border_color"
12
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_ADMON_GRAPHICS_PATH "db2html.admon.graphics_path"
13
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_ADMON_GRAPHICS_SIZE "db2html.admon.graphics_size"
14
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_ADMON_GRAPHICS_EXTENSION "db2html.admon.graphics_extension"
15
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_ADMON "db2html.admon"
16
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_ADMON_CSS "db2html.admon.css"
 
11
#define HELP_GNOME_DOC_XSLT_PARAM_DB_HTML_ADMON_BORDER_COLOR "param_db2html.admon.border_color"
 
12
#define HELP_GNOME_DOC_XSLT_PARAM_DB_HTML_ADMON_GRAPHICS_PATH "param_db2html.admon.graphics_path"
 
13
#define HELP_GNOME_DOC_XSLT_PARAM_DB_HTML_ADMON_GRAPHICS_SIZE "param_db2html.admon.graphics_size"
 
14
#define HELP_GNOME_DOC_XSLT_PARAM_DB_HTML_ADMON_GRAPHICS_EXTENSION "param_db2html.admon.graphics_extension"
 
15
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_ADMON "template_db2html.admon"
 
16
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_ADMON_CSS "template_db2html.admon.css"
17
17
#define HELP_GNOME_DOC_XSLT_SECTION_DB_HTML_AUTOTOC "section-db2html-autotoc"
18
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_AUTOTOC_CSS "db2html.autotoc.css"
19
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_AUTOTOC_LABEL "db2html.autotoc.label"
20
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_AUTOTOC_FLAT "db2html.autotoc.flat"
 
18
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_AUTOTOC_CSS "template_db2html.autotoc.css"
 
19
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_AUTOTOC_FLAT "template_db2html.autotoc.flat"
 
20
#define HELP_GNOME_DOC_XSLT_SECTION_DB_HTML_BIBLIOGRAPHY "section-db2html-bibliography"
 
21
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_BIBLIOGRAPHY_CSS "template_db2html.bibliography.css"
21
22
#define HELP_GNOME_DOC_XSLT_SECTION_DB_HTML_BLOCK "section-db2html-block"
22
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_PROGRAMLISTING_BACKGROUND_COLOR "db2html.programlisting.background_color"
23
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_PROGRAMLISTING_BORDER_COLOR "db2html.programlisting.border_color"
24
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_SCREEN_BACKGROUND_COLOR "db2html.screen.background_color"
25
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_SCREEN_BORDER_COLOR "db2html.screen.border_color"
26
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_BLOCK "db2html.block"
27
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_BLOCKQUOTE "db2html.blockquote"
28
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_PARA "db2html.para"
29
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_PRE "db2html.pre"
30
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_BLOCK_CSS "db2html.block.css"
 
23
#define HELP_GNOME_DOC_XSLT_PARAM_DB_HTML_PROGRAMLISTING_BACKGROUND_COLOR "param_db2html.programlisting.background_color"
 
24
#define HELP_GNOME_DOC_XSLT_PARAM_DB_HTML_PROGRAMLISTING_BORDER_COLOR "param_db2html.programlisting.border_color"
 
25
#define HELP_GNOME_DOC_XSLT_PARAM_DB_HTML_SCREEN_BACKGROUND_COLOR "param_db2html.screen.background_color"
 
26
#define HELP_GNOME_DOC_XSLT_PARAM_DB_HTML_SCREEN_BORDER_COLOR "param_db2html.screen.border_color"
 
27
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_BLOCK "template_db2html.block"
 
28
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_BLOCKQUOTE "template_db2html.blockquote"
 
29
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_PARA "template_db2html.para"
 
30
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_PRE "template_db2html.pre"
 
31
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_BLOCK_CSS "template_db2html.block.css"
31
32
#define HELP_GNOME_DOC_XSLT_SECTION_DB_HTML_CALLOUT "section-db2html-callout"
32
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_CO_COLOR "db2html.co.color"
33
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_CO_BACKGROUND_COLOR "db2html.co.background_color"
34
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_CO_BORDER_COLOR "db2html.co.border_color"
35
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_CO_COLOR_HOVER "db2html.co.color.hover"
36
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_CO_BACKGROUND_COLOR_HOVER "db2html.co.background_color.hover"
37
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_CO_BORDER_COLOR_HOVER "db2html.co.border_color.hover"
38
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_CALLOUT_CSS "db2html.callout.css"
39
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_CO_DINGBAT "db2html.co.dingbat"
40
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_CO_DINGBATS "db2html.co.dingbats"
 
33
#define HELP_GNOME_DOC_XSLT_PARAM_DB_HTML_CO_COLOR "param_db2html.co.color"
 
34
#define HELP_GNOME_DOC_XSLT_PARAM_DB_HTML_CO_BACKGROUND_COLOR "param_db2html.co.background_color"
 
35
#define HELP_GNOME_DOC_XSLT_PARAM_DB_HTML_CO_BORDER_COLOR "param_db2html.co.border_color"
 
36
#define HELP_GNOME_DOC_XSLT_PARAM_DB_HTML_CO_COLOR_HOVER "param_db2html.co.color.hover"
 
37
#define HELP_GNOME_DOC_XSLT_PARAM_DB_HTML_CO_BACKGROUND_COLOR_HOVER "param_db2html.co.background_color.hover"
 
38
#define HELP_GNOME_DOC_XSLT_PARAM_DB_HTML_CO_BORDER_COLOR_HOVER "param_db2html.co.border_color.hover"
 
39
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_CALLOUT_CSS "template_db2html.callout.css"
 
40
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_CO_DINGBAT "template_db2html.co.dingbat"
 
41
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_CO_DINGBATS "template_db2html.co.dingbats"
41
42
#define HELP_GNOME_DOC_XSLT_SECTION_DB_HTML_CLASSSYNOPSIS "section-db2html-classsynopsis"
42
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_CLASSSYNOPSIS_LANGUAGE "db2html.classsynopsis.language"
 
43
#define HELP_GNOME_DOC_XSLT_PARAM_DB_HTML_CLASSSYNOPSIS_LANGUAGE "param_db2html.classsynopsis.language"
43
44
#define HELP_GNOME_DOC_XSLT_SECTION_DB_HTML_CMDSYNOPSIS "section-db2html-cmdsynopsis"
44
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_CMDSYNOPSIS_SEPCHAR "db2html.cmdsynopsis.sepchar"
45
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_ARG_CHOICE "db2html.arg.choice"
46
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_ARG_REP "db2html.arg.rep"
47
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_GROUP_CHOICE "db2html.group.choice"
48
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_GROUP_REP "db2html.group.rep"
49
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_CMDSYNOPSIS_CSS "db2html.cmdsynopsis.css"
 
45
#define HELP_GNOME_DOC_XSLT_PARAM_DB_HTML_CMDSYNOPSIS_SEPCHAR "param_db2html.cmdsynopsis.sepchar"
 
46
#define HELP_GNOME_DOC_XSLT_PARAM_DB_HTML_ARG_CHOICE "param_db2html.arg.choice"
 
47
#define HELP_GNOME_DOC_XSLT_PARAM_DB_HTML_ARG_REP "param_db2html.arg.rep"
 
48
#define HELP_GNOME_DOC_XSLT_PARAM_DB_HTML_GROUP_CHOICE "param_db2html.group.choice"
 
49
#define HELP_GNOME_DOC_XSLT_PARAM_DB_HTML_GROUP_REP "param_db2html.group.rep"
 
50
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_CMDSYNOPSIS_CSS "template_db2html.cmdsynopsis.css"
50
51
#define HELP_GNOME_DOC_XSLT_SECTION_DB_HTML_CSS "section-db2html-css"
51
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_CSS "db2html.css"
 
52
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_CSS "template_db2html.css"
52
53
#define HELP_GNOME_DOC_XSLT_SECTION_DB_HTML_DIVISION "section-db2html-division"
53
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_DIVISION_HTML "db2html.division.html"
54
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_DIVISION_DIV "db2html.division.div"
 
54
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_DIVISION_HTML "template_db2html.division.html"
 
55
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_DIVISION_DIV "template_db2html.division.div"
55
56
#define HELP_GNOME_DOC_XSLT_SECTION_DB_HTML_EBNF "section-db2html-ebnf"
56
57
#define HELP_GNOME_DOC_XSLT_SECTION_DB_HTML_FUNCSYNOPSIS "section-db2html-funcsynopsis"
57
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_FUNCSYNOPSIS_STYLE "db2html.funcsynopsis.style"
 
58
#define HELP_GNOME_DOC_XSLT_PARAM_DB_HTML_FUNCSYNOPSIS_STYLE "param_db2html.funcsynopsis.style"
58
59
#define HELP_GNOME_DOC_XSLT_SECTION_DB_HTML_INFO "section-db2html-info"
59
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_INFO "db2html.info"
60
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_INFO_TITLE "db2html.info.title"
61
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_INFO_SUBTITLE "db2html.info.subtitle"
62
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_INFO_AUTHORS "db2html.info.authors"
63
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_INFO_EDITORS "db2html.info.editors"
64
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_INFO_COLLABS "db2html.info.collabs"
65
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_INFO_TRANSLATORS "db2html.info.translators"
66
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_INFO_PUBLISHERS "db2html.info.publishers"
67
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_INFO_OTHERCREDITS "db2html.info.othercredits"
68
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_INFO_COPYRIGHTS "db2html.info.copyrights"
 
60
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_INFO "template_db2html.info"
 
61
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_INFO_TITLE "template_db2html.info.title"
 
62
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_INFO_SUBTITLE "template_db2html.info.subtitle"
 
63
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_INFO_AUTHORS "template_db2html.info.authors"
 
64
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_INFO_EDITORS "template_db2html.info.editors"
 
65
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_INFO_COLLABS "template_db2html.info.collabs"
 
66
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_INFO_TRANSLATORS "template_db2html.info.translators"
 
67
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_INFO_PUBLISHERS "template_db2html.info.publishers"
 
68
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_INFO_OTHERCREDITS "template_db2html.info.othercredits"
 
69
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_INFO_COPYRIGHTS "template_db2html.info.copyrights"
69
70
#define HELP_GNOME_DOC_XSLT_SECTION_DB_HTML_INLINE "section-db2html-inline"
70
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_INLINE "db2html.inline"
 
71
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_INLINE "template_db2html.inline"
 
72
#define HELP_GNOME_DOC_XSLT_SECTION_DB_HTML_L__N "section-db2html-l10n"
71
73
#define HELP_GNOME_DOC_XSLT_SECTION_DB_HTML_MEDIA "section-db2html-media"
72
74
#define HELP_GNOME_DOC_XSLT_SECTION_DB_HTML_LIST "section-db2html-list"
73
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_LIST_BORDER_COLOR "db2html.list.border_color"
74
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_LIST_CSS "db2html.list.css"
75
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_ORDEREDLIST_START "db2html.orderedlist.start"
 
75
#define HELP_GNOME_DOC_XSLT_PARAM_DB_HTML_LIST_BORDER_COLOR "param_db2html.list.border_color"
 
76
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_LIST_CSS "template_db2html.list.css"
 
77
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_ORDEREDLIST_START "template_db2html.orderedlist.start"
76
78
#define HELP_GNOME_DOC_XSLT_SECTION_DB_HTML_QANDA "section-db2html-qanda"
77
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_QANDA_CSS "db2html.qanda.css"
 
79
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_QANDA_CSS "template_db2html.qanda.css"
78
80
#define HELP_GNOME_DOC_XSLT_SECTION_DB_HTML_REFENTRY "section-db2html-refentry"
79
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_REFENTRY_CSS "db2html.refentry.css"
 
81
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_REFENTRY_CSS "template_db2html.refentry.css"
80
82
#define HELP_GNOME_DOC_XSLT_SECTION_DB_HTML_SUPPRESSED "section-db2html-suppressed"
81
83
#define HELP_GNOME_DOC_XSLT_SECTION_DB_HTML_TABLE "section-db2html-table"
82
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_TABLE_RULE_COLOR "db2html.table.rule_color"
83
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_TABLE_CSS "db2html.table.css"
84
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_ENTRY_COLNUM "db2html.entry.colnum"
85
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_COLSPEC_COLNUM "db2html.colspec.colnum"
86
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_ENTRY_COLSPAN "db2html.entry.colspan"
87
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_ENTRY_STYLE "db2html.entry.style"
88
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_SPANSTR_POP "db2html.spanstr.pop"
 
84
#define HELP_GNOME_DOC_XSLT_PARAM_DB_HTML_TABLE_RULE_COLOR "param_db2html.table.rule_color"
 
85
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_TABLE_CSS "template_db2html.table.css"
 
86
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_ENTRY_COLNUM "template_db2html.entry.colnum"
 
87
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_COLSPEC_COLNUM "template_db2html.colspec.colnum"
 
88
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_ENTRY_COLSPAN "template_db2html.entry.colspan"
 
89
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_ENTRY_STYLE "template_db2html.entry.style"
 
90
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_SPANSTR_POP "template_db2html.spanstr.pop"
89
91
#define HELP_GNOME_DOC_XSLT_SECTION_DB_HTML_TITLE "section-db2html-title"
90
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_TITLE_CSS "db2html.title.css"
91
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_TITLE_LABEL "db2html.title.label"
92
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_TITLE_BLOCK "db2html.title.block"
93
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_TITLE_SIMPLE "db2html.title.simple"
94
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_TITLE_HEADER "db2html.title.header"
95
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_SUBTITLE_HEADER "db2html.subtitle.header"
 
92
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_TITLE_CSS "template_db2html.title.css"
 
93
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_TITLE_LABEL "template_db2html.title.label"
 
94
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_TITLE_BLOCK "template_db2html.title.block"
 
95
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_TITLE_SIMPLE "template_db2html.title.simple"
 
96
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_TITLE_HEADER "template_db2html.title.header"
 
97
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_SUBTITLE_HEADER "template_db2html.subtitle.header"
96
98
#define HELP_GNOME_DOC_XSLT_SECTION_DB_HTML_XREF "section-db2html-xref"
97
 
#define HELP_GNOME_DOC_XSLT_DB_HTML_ANCHOR "db2html.anchor"
 
99
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_HTML_ANCHOR "template_db2html.anchor"
98
100
#define HELP_GNOME_DOC_XSLT_SECTION_DB_CHUNK "section-db-chunk"
99
 
#define HELP_GNOME_DOC_XSLT_DB_CHUNK_CHUNKS "db.chunk.chunks"
100
 
#define HELP_GNOME_DOC_XSLT_DB_CHUNK_CHUNK_TOP "db.chunk.chunk_top"
101
 
#define HELP_GNOME_DOC_XSLT_DB_CHUNK_MAX_DEPTH "db.chunk.max_depth"
102
 
#define HELP_GNOME_DOC_XSLT_DB_CHUNK_BASENAME "db.chunk.basename"
103
 
#define HELP_GNOME_DOC_XSLT_DB_CHUNK_EXTENSION "db.chunk.extension"
104
 
#define HELP_GNOME_DOC_XSLT_DB_CHUNK_INFO_BASENAME "db.chunk.info_basename"
105
 
#define HELP_GNOME_DOC_XSLT_DB_CHUNK "db.chunk"
106
 
#define HELP_GNOME_DOC_XSLT_DB_CHUNK_CONTENT "db.chunk.content"
107
 
#define HELP_GNOME_DOC_XSLT_DB_CHUNK_CHILDREN "db.chunk.children"
108
 
#define HELP_GNOME_DOC_XSLT_DB_CHUNK_DEPTH_IN_CHUNK "db.chunk.depth-in-chunk"
109
 
#define HELP_GNOME_DOC_XSLT_DB_CHUNK_DEPTH_OF_CHUNK "db.chunk.depth-of-chunk"
110
 
#define HELP_GNOME_DOC_XSLT_DB_CHUNK_CHUNK_ID "db.chunk.chunk-id"
111
 
#define HELP_GNOME_DOC_XSLT_DB_CHUNK_CHUNK_ID_AXIS "db.chunk.chunk-id.axis"
 
101
#define HELP_GNOME_DOC_XSLT_PARAM_DB_CHUNK_CHUNKS "param_db.chunk.chunks"
 
102
#define HELP_GNOME_DOC_XSLT_PARAM_DB_CHUNK_CHUNK_TOP "param_db.chunk.chunk_top"
 
103
#define HELP_GNOME_DOC_XSLT_PARAM_DB_CHUNK_MAX_DEPTH "param_db.chunk.max_depth"
 
104
#define HELP_GNOME_DOC_XSLT_PARAM_DB_CHUNK_BASENAME "param_db.chunk.basename"
 
105
#define HELP_GNOME_DOC_XSLT_PARAM_DB_CHUNK_EXTENSION "param_db.chunk.extension"
 
106
#define HELP_GNOME_DOC_XSLT_PARAM_DB_CHUNK_INFO_CHUNK "param_db.chunk.info_chunk"
 
107
#define HELP_GNOME_DOC_XSLT_PARAM_DB_CHUNK_INFO_BASENAME "param_db.chunk.info_basename"
 
108
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_CHUNK "template_db.chunk"
 
109
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_CHUNK_CONTENT "template_db.chunk.content"
 
110
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_CHUNK_CHILDREN "template_db.chunk.children"
 
111
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_CHUNK_DEPTH_IN_CHUNK "template_db.chunk.depth-in-chunk"
 
112
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_CHUNK_DEPTH_OF_CHUNK "template_db.chunk.depth-of-chunk"
 
113
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_CHUNK_CHUNK_ID "template_db.chunk.chunk-id"
 
114
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_CHUNK_CHUNK_ID_AXIS "template_db.chunk.chunk-id.axis"
112
115
#define HELP_GNOME_DOC_XSLT_SECTION_DB_COMMON "section-db-common"
113
 
#define HELP_GNOME_DOC_XSLT_DB_DINGBAT "db.dingbat"
114
 
#define HELP_GNOME_DOC_XSLT_DB_LINENUMBERING "db.linenumbering"
115
 
#define HELP_GNOME_DOC_XSLT_DB_PERSONNAME "db.personname"
 
116
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_DINGBAT "template_db.dingbat"
 
117
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_LINENUMBERING "template_db.linenumbering"
 
118
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_PERSONNAME "template_db.personname"
116
119
#define HELP_GNOME_DOC_XSLT_SECTION_DB_LABEL "section-db-label"
117
 
#define HELP_GNOME_DOC_XSLT_DB_LABEL "db.label"
118
 
#define HELP_GNOME_DOC_XSLT_DB_LABEL_NUMBER "db.label.number"
119
 
#define HELP_GNOME_DOC_XSLT_DB_LABEL_MODE "db.label.mode"
120
 
#define HELP_GNOME_DOC_XSLT_DB_LABEL_NUMBER_MODE "db.label.number.mode"
 
120
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_LABEL "template_db.label"
 
121
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_NUMBER "template_db.number"
 
122
#define HELP_GNOME_DOC_XSLT_MODE_DB_LABEL_MODE "mode_db.label.mode"
 
123
#define HELP_GNOME_DOC_XSLT_MODE_DB_NUMBER_MODE "mode_db.number.mode"
121
124
#define HELP_GNOME_DOC_XSLT_SECTION_DB_TITLE "section-db-title"
122
 
#define HELP_GNOME_DOC_XSLT_DB_TITLE "db.title"
123
 
#define HELP_GNOME_DOC_XSLT_DB_TITLEABBREV "db.titleabbrev"
124
 
#define HELP_GNOME_DOC_XSLT_DB_SUBTITLE "db.subtitle"
 
125
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_TITLE "template_db.title"
 
126
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_TITLEABBREV "template_db.titleabbrev"
 
127
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_SUBTITLE "template_db.subtitle"
125
128
#define HELP_GNOME_DOC_XSLT_SECTION_DB_XREF "section-db-xref"
126
 
#define HELP_GNOME_DOC_XSLT_DB_ULINK_TOOLTIP "db.ulink.tooltip"
127
 
#define HELP_GNOME_DOC_XSLT_DB_XREF_CONTENT "db.xref.content"
128
 
#define HELP_GNOME_DOC_XSLT_DB_XREF_TARGET "db.xref.target"
129
 
#define HELP_GNOME_DOC_XSLT_DB_XREF_TOOLTIP "db.xref.tooltip"
 
129
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_ULINK_TOOLTIP "template_db.ulink.tooltip"
 
130
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_XREF_CONTENT "template_db.xref.content"
 
131
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_XREF_TARGET "template_db.xref.target"
 
132
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_XREF_TOOLTIP "template_db.xref.tooltip"
130
133
#define HELP_GNOME_DOC_XSLT_SECTION_DB_OMF "section-db2omf"
131
 
#define HELP_GNOME_DOC_XSLT_DB_OMF_BASENAME "db2omf.basename"
132
 
#define HELP_GNOME_DOC_XSLT_DB_OMF_FORMAT "db2omf.format"
133
 
#define HELP_GNOME_DOC_XSLT_DB_OMF_MIME "db2omf.mime"
134
 
#define HELP_GNOME_DOC_XSLT_DB_OMF_DTD "db2omf.dtd"
135
 
#define HELP_GNOME_DOC_XSLT_DB_OMF_LANG "db2omf.lang"
136
 
#define HELP_GNOME_DOC_XSLT_DB_OMF_OMF_DIR "db2omf.omf_dir"
137
 
#define HELP_GNOME_DOC_XSLT_DB_OMF_HELP_DIR "db2omf.help_dir"
138
 
#define HELP_GNOME_DOC_XSLT_DB_OMF_OMF_IN "db2omf.omf_in"
139
 
#define HELP_GNOME_DOC_XSLT_DB_OMF_OMF "db2omf.omf"
140
 
#define HELP_GNOME_DOC_XSLT_DB_OMF_OMF_CREATOR "db2omf.omf.creator"
141
 
#define HELP_GNOME_DOC_XSLT_DB_OMF_OMF_MAINTAINER "db2omf.omf.maintainer"
142
 
#define HELP_GNOME_DOC_XSLT_DB_OMF_OMF_CONTRIBUTOR "db2omf.omf.contributor"
143
 
#define HELP_GNOME_DOC_XSLT_DB_OMF_OMF_TITLE "db2omf.omf.title"
144
 
#define HELP_GNOME_DOC_XSLT_DB_OMF_OMF_DATE "db2omf.omf.date"
145
 
#define HELP_GNOME_DOC_XSLT_DB_OMF_OMF_VERSION "db2omf.omf.version"
146
 
#define HELP_GNOME_DOC_XSLT_DB_OMF_OMF_SUBJECT "db2omf.omf.subject"
147
 
#define HELP_GNOME_DOC_XSLT_DB_OMF_OMF_DESCRIPTION "db2omf.omf.description"
148
 
#define HELP_GNOME_DOC_XSLT_DB_OMF_OMF_TYPE "db2omf.omf.type"
149
 
#define HELP_GNOME_DOC_XSLT_DB_OMF_OMF_FORMAT "db2omf.omf.format"
150
 
#define HELP_GNOME_DOC_XSLT_DB_OMF_OMF_IDENTIFIER "db2omf.omf.identifier"
151
 
#define HELP_GNOME_DOC_XSLT_DB_OMF_OMF_LANGUAGE "db2omf.omf.language"
152
 
#define HELP_GNOME_DOC_XSLT_DB_OMF_OMF_RELATION "db2omf.omf.relation"
153
 
#define HELP_GNOME_DOC_XSLT_DB_OMF_OMF_RIGHTS "db2omf.omf.rights"
 
134
#define HELP_GNOME_DOC_XSLT_PARAM_DB_OMF_BASENAME "param_db2omf.basename"
 
135
#define HELP_GNOME_DOC_XSLT_PARAM_DB_OMF_FORMAT "param_db2omf.format"
 
136
#define HELP_GNOME_DOC_XSLT_PARAM_DB_OMF_MIME "param_db2omf.mime"
 
137
#define HELP_GNOME_DOC_XSLT_PARAM_DB_OMF_DTD "param_db2omf.dtd"
 
138
#define HELP_GNOME_DOC_XSLT_PARAM_DB_OMF_LANG "param_db2omf.lang"
 
139
#define HELP_GNOME_DOC_XSLT_PARAM_DB_OMF_OMF_DIR "param_db2omf.omf_dir"
 
140
#define HELP_GNOME_DOC_XSLT_PARAM_DB_OMF_HELP_DIR "param_db2omf.help_dir"
 
141
#define HELP_GNOME_DOC_XSLT_PARAM_DB_OMF_OMF_IN "param_db2omf.omf_in"
 
142
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_OMF_OMF "template_db2omf.omf"
 
143
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_OMF_OMF_CREATOR "template_db2omf.omf.creator"
 
144
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_OMF_OMF_MAINTAINER "template_db2omf.omf.maintainer"
 
145
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_OMF_OMF_CONTRIBUTOR "template_db2omf.omf.contributor"
 
146
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_OMF_OMF_TITLE "template_db2omf.omf.title"
 
147
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_OMF_OMF_DATE "template_db2omf.omf.date"
 
148
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_OMF_OMF_VERSION "template_db2omf.omf.version"
 
149
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_OMF_OMF_SUBJECT "template_db2omf.omf.subject"
 
150
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_OMF_OMF_DESCRIPTION "template_db2omf.omf.description"
 
151
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_OMF_OMF_TYPE "template_db2omf.omf.type"
 
152
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_OMF_OMF_FORMAT "template_db2omf.omf.format"
 
153
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_OMF_OMF_IDENTIFIER "template_db2omf.omf.identifier"
 
154
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_OMF_OMF_LANGUAGE "template_db2omf.omf.language"
 
155
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_OMF_OMF_RELATION "template_db2omf.omf.relation"
 
156
#define HELP_GNOME_DOC_XSLT_TEMPLATE_DB_OMF_OMF_RIGHTS "template_db2omf.omf.rights"
154
157
#define HELP_GNOME_DOC_XSLT_SECTION_GETTEXT "section-gettext"
155
 
#define HELP_GNOME_DOC_XSLT_GETTEXT_LOCALE "gettext.locale"
156
 
#define HELP_GNOME_DOC_XSLT_GETTEXT_LANGUAGE "gettext.language"
157
 
#define HELP_GNOME_DOC_XSLT_GETTEXT_REGION "gettext.region"
158
 
#define HELP_GNOME_DOC_XSLT_GETTEXT_VARIANT "gettext.variant"
159
 
#define HELP_GNOME_DOC_XSLT_GETTEXT_CHARSET "gettext.charset"
160
 
#define HELP_GNOME_DOC_XSLT_GETTEXT "gettext"
161
 
#define HELP_GNOME_DOC_XSLT_GETTEXT_PLURAL_FORM "gettext.plural_form"
162
 
#define HELP_GNOME_DOC_XSLT_GETTEXT_GET_LANGUAGE "gettext.get.language"
163
 
#define HELP_GNOME_DOC_XSLT_GETTEXT_GET_REGION "gettext.get.region"
164
 
#define HELP_GNOME_DOC_XSLT_GETTEXT_GET_VARIANT "gettext.get.variant"
165
 
#define HELP_GNOME_DOC_XSLT_GETTEXT_GET_CHARSET "gettext.get.charset"
166
 
#define HELP_GNOME_DOC_XSLT_SECTION_DB_FORMAT "section-db-format"
167
 
#define HELP_GNOME_DOC_XSLT_FORMAT_CITETITLE "format.citetitle"
168
 
#define HELP_GNOME_DOC_XSLT_FORMAT_QUOTE_OUTER "format.quote.outer"
169
 
#define HELP_GNOME_DOC_XSLT_FORMAT_QUOTE_INNER "format.quote.inner"
170
 
#define HELP_GNOME_DOC_XSLT_FORMAT_APPENDIX_LABEL "format.appendix.label"
171
 
#define HELP_GNOME_DOC_XSLT_FORMAT_CHAPTER_LABEL "format.chapter.label"
172
 
#define HELP_GNOME_DOC_XSLT_FORMAT_EXAMPLE_LABEL "format.example.label"
173
 
#define HELP_GNOME_DOC_XSLT_FORMAT_FIGURE_LABEL "format.figure.label"
174
 
#define HELP_GNOME_DOC_XSLT_FORMAT_MANVOLNUM "format.manvolnum"
175
 
#define HELP_GNOME_DOC_XSLT_FORMAT_PART_LABEL "format.part.label"
176
 
#define HELP_GNOME_DOC_XSLT_FORMAT_REFENTRY_LABEL "format.refentry.label"
177
 
#define HELP_GNOME_DOC_XSLT_FORMAT_SECTION_LABEL "format.section.label"
178
 
#define HELP_GNOME_DOC_XSLT_FORMAT_TABLE_LABEL "format.table.label"
179
 
#define HELP_GNOME_DOC_XSLT_FORMAT_EXAMPLE_NUMBER "format.example.number"
180
 
#define HELP_GNOME_DOC_XSLT_FORMAT_EXAMPLE_NUMBER_FLAT "format.example.number.flat"
181
 
#define HELP_GNOME_DOC_XSLT_FORMAT_FIGURE_NUMBER "format.figure.number"
182
 
#define HELP_GNOME_DOC_XSLT_FORMAT_FIGURE_NUMBER_FLAT "format.figure.number.flat"
183
 
#define HELP_GNOME_DOC_XSLT_FORMAT_PART_NUMBER "format.part.number"
184
 
#define HELP_GNOME_DOC_XSLT_FORMAT_TABLE_NUMBER "format.table.number"
185
 
#define HELP_GNOME_DOC_XSLT_FORMAT_TABLE_NUMBER_FLAT "format.table.number.flat"
186
 
#define HELP_GNOME_DOC_XSLT_FORMAT_TOOLTIP_GLOSSENTRY "format.tooltip.glossentry"
187
 
#define HELP_GNOME_DOC_XSLT_FORMAT_TOOLTIP_MAILTO "format.tooltip.mailto"
 
158
#define HELP_GNOME_DOC_XSLT_PARAM_L__N_LOCALE "param_l10n.locale"
 
159
#define HELP_GNOME_DOC_XSLT_PARAM_L__N_LANGUAGE "param_l10n.language"
 
160
#define HELP_GNOME_DOC_XSLT_PARAM_L__N_REGION "param_l10n.region"
 
161
#define HELP_GNOME_DOC_XSLT_PARAM_L__N_VARIANT "param_l10n.variant"
 
162
#define HELP_GNOME_DOC_XSLT_PARAM_L__N_CHARSET "param_l10n.charset"
 
163
#define HELP_GNOME_DOC_XSLT_TEMPLATE_L__N_GETTEXT "template_l10n.gettext"
 
164
#define HELP_GNOME_DOC_XSLT_TEMPLATE_L__N_PLURAL_FORM "template_l10n.plural.form"
 
165
#define HELP_GNOME_DOC_XSLT_TEMPLATE_L__N_LANGUAGE "template_l10n.language"
 
166
#define HELP_GNOME_DOC_XSLT_TEMPLATE_L__N_REGION "template_l10n.region"
 
167
#define HELP_GNOME_DOC_XSLT_TEMPLATE_L__N_VARIANT "template_l10n.variant"
 
168
#define HELP_GNOME_DOC_XSLT_TEMPLATE_L__N_CHARSET "template_l10n.charset"
188
169
#define HELP_GNOME_DOC_XSLT_TRANSLATING "translating"
189
 
#define HELP_GNOME_DOC_XSLT_TRANSLATING_GETTEXT "translating-gettext"
190
 
#define HELP_GNOME_DOC_XSLT_TRANSLATING_FORMAT_XSL "translating-format2xsl"
 
170
#define HELP_GNOME_DOC_XSLT_TRANSLATING_SIMPLE "translating-simple"
 
171
#define HELP_GNOME_DOC_XSLT_TRANSLATING_PLURALS "translating-plurals"
191
172
#define HELP_GNOME_DOC_XSLT_TRANSLATING_ROLES "translating-roles"
192
 
#define HELP_GNOME_DOC_XSLT_TRANSLATING_LABELS "translating-labels"
 
173
#define HELP_GNOME_DOC_XSLT_TRANSLATING_FORMATS "translating-formats"
 
174
#define HELP_GNOME_DOC_XSLT_TRANSLATING_TYPES "translating-types"
 
175
#define HELP_GNOME_DOC_XSLT_TRANSLATING_TYPES_LABELS "translating-types-labels"
 
176
#define HELP_GNOME_DOC_XSLT_TRANSLATING_TYPES_NUMBERS "translating-types-numbers"
 
177
#define HELP_GNOME_DOC_XSLT_TRANSLATING_TYPES_DIGITS "translating-types-digits"
 
178
#define HELP_GNOME_DOC_XSLT_TRANSLATING_TYPES_XREFS "translating-types-xrefs"
 
179
#define HELP_GNOME_DOC_XSLT_TRANSLATING_TYPES_TOOLTIPS "translating-types-tooltips"
193
180
 
194
181
#define HELP_GNOME_DOC_MAKE_INDEX "index"
195
182
#define HELP_GNOME_DOC_MAKE_LEGALNOTICE "legalnotice"