]> granicus.if.org Git - docbook-dsssl/commitdiff
Updates from Erik; somehow I didn't get the unnumbered titles fix into da.xml
authorNorman Walsh <ndw@nwalsh.com>
Wed, 2 Jan 2002 21:24:59 +0000 (21:24 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 2 Jan 2002 21:24:59 +0000 (21:24 +0000)
gentext/locale/da.xml

index 1db7c025abec99449e85f17593f3ae81db0b1e85..d26849416b60ed8ec3bb01465de5b31c44792541 100644 (file)
 
 <gentext key="index symbols"            text="symboler"/>
 
-<gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz&aelig;&oslash;&aring;"/>
-<gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ&AElig;&Oslash;&Aring;"/>
+<gentext key="lowercase.alpha"
+ text="abcdefghijklmnopqrstuvwxyz&aelig;&oslash;&aring;"/>
+<gentext key="uppercase.alpha"
+ text="ABCDEFGHIJKLMNOPQRSTUVWXYZ&AElig;&Oslash;&Aring;"/>
 
 <dingbat key="startquote" text="&#x201C;"/>
 <dingbat key="endquote" text="&#x201D;"/>
 
 </context>
 
-<context name="section-title">
-
+<context name="title-unnumbered">
+<template name="appendix">%t</template>
 <template name="bridgehead">%t</template>
+<template name="chapter">%t</template>
 <template name="sect1">%t</template>
 <template name="sect2">%t</template>
 <template name="sect3">%t</template>
 <template name="sect5">%t</template>
 <template name="section">%t</template>
 <template name="simplesect">%t</template>
-
 </context>
-
-<context name="section-title-numbered">
-
+<context name="title-numbered">
+<template name="appendix"><Appendix/> %n. %t</template>
 <template name="bridgehead">%n. %t</template>
+<template name="chapter"><Chapter/> %n. %t</template>
 <template name="sect1">%n. %t</template>
 <template name="sect2">%n. %t</template>
 <template name="sect3">%n. %t</template>
 <template name="sect4">%n. %t</template>
 <template name="sect5">%n. %t</template>
 <template name="section">%n. %t</template>
-<template name="simplesect">%n. %t</template>
+<template name="simplesect">%t</template>
 
 </context>