2 # Author: Marek Blaha <mb@dat.cz>
3 # Copyright: This module has been placed in the public domain.
5 # New language mappings are welcome. Before doing a new translation, please
6 # read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be
7 # translated for each language: one in docutils/languages, the other in
8 # docutils/parsers/rst/languages.
11 Czech-language mappings for language-dependent features of Docutils.
14 __docformat__
= 'reStructuredText'
17 # fixed: language-dependent
19 'authors': u
'Auto\u0159i',
20 'organization': u
'Organizace',
22 'contact': u
'Kontakt',
24 'revision': u
'Revize',
27 'copyright': u
'Copyright',
28 'dedication': u
'V\u011Bnov\u00E1n\u00ED',
29 'abstract': u
'Abstrakt',
30 'attention': u
'Pozor!',
31 'caution': u
'Opatrn\u011B!',
32 'danger': u
'!NEBEZPE\u010C\u00CD!',
35 'important': u
'D\u016Fle\u017Eit\u00E9',
36 'note': u
'Pozn\u00E1mka',
38 'warning': u
'Varov\u00E1n\u00ED',
40 """Mapping of node class name to label text."""
42 bibliographic_fields
= {
43 # language-dependent: fixed
45 u
'auto\u0159i': 'authors',
46 u
'organizace': 'organization',
48 u
'kontakt': 'contact',
50 u
'revize': 'revision',
53 u
'copyright': 'copyright',
54 u
'v\u011Bnov\u00E1n\u00ED': 'dedication',
55 u
'abstrakt': 'abstract'}
56 """Czech (lowcased) to canonical name mapping for bibliographic fields."""
58 author_separators
= [';', ',']
59 """List of separator strings for the 'Authors' bibliographic field. Tried in