1 # -*- coding: iso-8859-1 -*-
2 # Author: Engelbert Gruber
3 # Contact: grubert@users.sourceforge.net
6 # Copyright: This module has been placed in the public domain.
9 German-language mappings for language-dependent features of
13 __docformat__
= 'reStructuredText'
17 'achtung': 'attention',
18 'vorsicht': 'caution',
22 'wichtig': 'important',
26 'ermahnung': 'admonition',
27 'kasten': 'sidebar', # seitenkasten ?
29 'line-block': 'line-block',
30 'parsed-literal': 'parsed-literal',
32 'epigraph (translation required)': 'epigraph',
33 'highlights (translation required)': 'highlights',
34 'pull-quote (translation required)': 'pull-quote', # kasten too ?
35 #'questions': 'questions',
39 #'imagemap': 'imagemap',
41 'abbildung': 'figure',
42 'raw': 'raw', # unbearbeitet
43 'include': 'include', # einfügen, "füge ein" would be more like a command.
44 # einfügung would be the noun.
45 'ersetzung': 'replace', # ersetzen, ersetze
47 'klasse': 'class', # offer class too ?
50 'section-numbering': 'sectnum',
51 'target-notes': 'target-notes',
52 #'footnotes': 'footnotes',
53 #'citations': 'citations',
54 'restructuredtext-test-directive': 'restructuredtext-test-directive'}
55 """English name to registered (in directives/__init__.py) directive name