Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Variables
docutils.languages.cs Namespace Reference

Variables

dict labels
 
dict bibliographic_fields
 
list author_separators = [';', ',']
 

Detailed Description

Czech-language mappings for language-dependent features of Docutils.

Variable Documentation

◆ bibliographic_fields

dict docutils.languages.cs.bibliographic_fields
Initial value:
1= {
2 # language-dependent: fixed
3 'autor': 'author',
4 'autoři': 'authors',
5 'organizace': 'organization',
6 'adresa': 'address',
7 'kontakt': 'contact',
8 'verze': 'version',
9 'revize': 'revision',
10 'stav': 'status',
11 'datum': 'date',
12 'copyright': 'copyright',
13 'věnování': 'dedication',
14 'abstrakt': 'abstract'}

◆ labels

dict docutils.languages.cs.labels
Initial value:
1= {
2 # fixed: language-dependent
3 'author': 'Autor',
4 'authors': 'Autoři',
5 'organization': 'Organizace',
6 'address': 'Adresa',
7 'contact': 'Kontakt',
8 'version': 'Verze',
9 'revision': 'Revize',
10 'status': 'Stav',
11 'date': 'Datum',
12 'copyright': 'Copyright',
13 'dedication': 'Věnování',
14 'abstract': 'Abstrakt',
15 'attention': 'Pozor!',
16 'caution': 'Opatrně!',
17 'danger': '!NEBEZPEČÍ!',
18 'error': 'Chyba',
19 'hint': 'Rada',
20 'important': 'Důležité',
21 'note': 'Poznámka',
22 'tip': 'Tip',
23 'warning': 'Varování',
24 'contents': 'Obsah'}