Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.
[docutils.git] / docutils / docutils / languages / lt.py
blob6223f3d83834e59d95cc42957063ebcf6c92a28f
1 # -*- coding: utf-8 -*-
2 # $Id$
3 # Author: Dalius Dobravolskas <dalius.do...@gmail.com>
4 # Copyright: This module has been placed in the public domain.
6 # New language mappings are welcome. Before doing a new translation, please
7 # read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be
8 # translated for each language: one in docutils/languages, the other in
9 # docutils/parsers/rst/languages.
11 """
12 English-language mappings for language-dependent features of Docutils.
13 """
15 __docformat__ = 'reStructuredText'
17 labels = {
18 # fixed: language-dependent
19 'author': 'Autorius',
20 'authors': 'Autoriai',
21 'organization': 'Organizacija',
22 'address': 'Adresas',
23 'contact': 'Kontaktas',
24 'version': 'Versija',
25 'revision': 'Revizija',
26 'status': u'Būsena',
27 'date': 'Data',
28 'copyright': u'Autoriaus teisės',
29 'dedication': 'Dedikacija',
30 'abstract': 'Santrauka',
31 'attention': u'Dėmesio!',
32 'caution': 'Atsargiai!',
33 'danger': '!PAVOJINGA!',
34 'error': 'Klaida',
35 'hint': u'Užuomina',
36 'important': 'Svarbu',
37 'note': 'Pastaba',
38 'tip': 'Patarimas',
39 'warning': u'Įspėjimas',
40 'contents': 'Turinys'}
41 """Mapping of node class name to label text."""
43 bibliographic_fields = {
44 # language-dependent: fixed
45 'autorius': 'author',
46 'autoriai': 'authors',
47 'organizacija': 'organization',
48 'adresas': 'address',
49 'kontaktas': 'contact',
50 'versija': 'version',
51 'revizija': 'revision',
52 'būsena': 'status',
53 'data': 'date',
54 'autoriaus teisės': 'copyright',
55 'dedikacija': 'dedication',
56 'santrauka': 'abstract'}
57 """English (lowcased) to canonical name mapping for bibliographic fields."""
59 author_separators = [';', ',']
60 """List of separator strings for the 'Authors' bibliographic field. Tried in
61 order."""
62 # -*- coding: utf-8 -*-
63 # $Id$
64 # Author: David Goodger <goodger@python.org>
65 # Copyright: This module has been placed in the public domain.
67 # New language mappings are welcome. Before doing a new translation, please
68 # read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be
69 # translated for each language: one in docutils/languages, the other in
70 # docutils/parsers/rst/languages.
72 """
73 English-language mappings for language-dependent features of Docutils.
74 """
76 __docformat__ = 'reStructuredText'
78 labels = {
79 # fixed: language-dependent
80 'author': 'Autorius',
81 'authors': 'Autoriai',
82 'organization': 'Organizacija',
83 'address': 'Adresas',
84 'contact': 'Kontaktas',
85 'version': 'Versija',
86 'revision': 'Revizija',
87 'status': u'Būsena',
88 'date': 'Data',
89 'copyright': u'Autoriaus teisės',
90 'dedication': 'Dedikacija',
91 'abstract': 'Santrauka',
92 'attention': u'Dėmesio!',
93 'caution': 'Atsargiai!',
94 'danger': '!PAVOJINGA!',
95 'error': 'Klaida',
96 'hint': u'Užuomina',
97 'important': 'Svarbu',
98 'note': 'Pastaba',
99 'tip': 'Patarimas',
100 'warning': u'Įspėjimas',
101 'contents': 'Turinys'}
102 """Mapping of node class name to label text."""
104 bibliographic_fields = {
105 # language-dependent: fixed
106 'autorius': 'author',
107 'autoriai': 'authors',
108 'organizacija': 'organization',
109 'adresas': 'address',
110 'kontaktas': 'contact',
111 'versija': 'version',
112 'revizija': 'revision',
113 'būsena': 'status',
114 'data': 'date',
115 'autoriaus teisės': 'copyright',
116 'dedikacija': 'dedication',
117 'santrauka': 'abstract'}
118 """English (lowcased) to canonical name mapping for bibliographic fields."""
120 author_separators = [';', ',']
121 """List of separator strings for the 'Authors' bibliographic field. Tried in
122 order."""