]> granicus.if.org Git - docbook-dsssl/commitdiff
Added keycap context from RFE#3540451 to support @function attribute
authorThomas Schraitle <tom_schr@web.de>
Thu, 5 Jul 2012 13:15:58 +0000 (13:15 +0000)
committerThomas Schraitle <tom_schr@web.de>
Thu, 5 Jul 2012 13:15:58 +0000 (13:15 +0000)
gentext/locale/de.xml

index 1b81239324a03400d88df4b32104250129b67a28..22ce9020afeef551078ea335c6098417e4ad39b2 100644 (file)
      Oliver Fischer
      -->
 
+<context name="keycap">
+  <template name="alt">Alt</template>
+  <template name="backspace">&lt;&#x2014;</template><!-- mdash -->
+  <template name="command">&#x2318;</template><!-- Apple key -->
+  <template name="control">Strg</template>
+  <template name="delete">Entf</template>
+  <template name="down">&#x2193;</template><!-- darr -->
+  <template name="end">Ende</template>
+  <template name="enter">Eingabetaste</template>
+  <template name="escape">Esc</template>
+  <template name="home">Pos1</template>
+  <template name="insert">Einfg</template>
+  <template name="left">&#x2190;</template><!-- larr -->
+  <template name="meta">Meta</template>
+  <template name="option">???</template><!-- What's this? -->
+  <template name="pagedown">Bild &#x02193;</template>
+  <template name="pageup">Bild &#x02191;</template>
+  <template name="right">&#x2192;</template><!-- rarr -->
+  <template name="shift">Shift</template>
+  <template name="space">Space</template>
+  <template name="tab">&#x02192;|</template>
+  <template name="up">&#x02191;</template><!-- uarr -->
+</context>
+
 <context name="webhelp">
   <template name="Search">Suchen</template>
   <template name="Enter_a_term_and_click">Geben Sie einen Begriff ein und wählen Sie </template>