~ubuntu-branches/ubuntu/karmic/python-docutils/karmic

« back to all changes in this revision

Viewing changes to docutils/parsers/rst/languages/ru.py

  • Committer: Bazaar Package Importer
  • Author(s): martin f. krafft
  • Date: 2006-07-10 11:45:05 UTC
  • mfrom: (2.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20060710114505-otkhqcslevewxmz5
Tags: 0.4-3
Added build dependency on python-central (closes: #377580).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Author: Roman Suzi
2
2
# Contact: rnd@onego.ru
3
 
# Revision: $Revision: 1.5 $
4
 
# Date: $Date: 2004/04/17 22:50:37 $
 
3
# Revision: $Revision: 4229 $
 
4
# Date: $Date: 2005-12-23 00:46:16 +0100 (Fri, 23 Dec 2005) $
5
5
# Copyright: This module has been placed in the public domain.
6
6
 
7
7
# New language mappings are welcome.  Before doing a new translation, please
8
 
# read <http://docutils.sf.net/spec/howto/i18n.html>.  Two files must be
 
8
# read <http://docutils.sf.net/docs/howto/i18n.html>.  Two files must be
9
9
# translated for each language: one in docutils/languages, the other in
10
10
# docutils/parsers/rst/languages.
11
11
 
23
23
 u'parsed-literal',
24
24
 u'\u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u0430\u044f-\u0446\u0438\u0442\u0430\u0442\u0430':
25
25
 u'pull-quote',
 
26
 u'compound (translation required)': 'compound',
 
27
 u'container (translation required)': 'container',
26
28
 u'table (translation required)': 'table',
 
29
 u'csv-table (translation required)': 'csv-table',
 
30
 u'list-table (translation required)': 'list-table',
27
31
 u'\u0441\u044b\u0440\u043e\u0439': u'raw',
28
32
 u'\u0437\u0430\u043c\u0435\u043d\u0430': u'replace',
29
33
 u'\u0442\u0435\u0441\u0442\u043e\u0432\u0430\u044f-\u0434\u0438\u0440\u0435\u043a\u0442\u0438\u0432\u0430-restructuredtext':
31
35
 u'\u0446\u0435\u043b\u0435\u0432\u044b\u0435-\u0441\u043d\u043e\u0441\u043a\u0438': 
32
36
 u'target-notes',
33
37
 u'unicode': u'unicode',
 
38
 u'\u0434\u0430\u0442\u0430': u'date',
34
39
 u'\u0431\u043e\u043a\u043e\u0432\u0430\u044f-\u043f\u043e\u043b\u043e\u0441\u0430':
35
40
 u'sidebar',
36
41
 u'\u0432\u0430\u0436\u043d\u043e': u'important',
42
47
 u'image',
43
48
 u'\u043a\u043b\u0430\u0441\u0441': u'class',
44
49
 u'role (translation required)': 'role',
 
50
 u'default-role (translation required)': 'default-role',
 
51
 u'title (translation required)': 'title',
45
52
 u'\u043d\u043e\u043c\u0435\u0440-\u0440\u0430\u0437\u0434\u0435\u043b\u0430':
46
53
 u'sectnum',
47
54
 u'\u043d\u0443\u043c\u0435\u0440\u0430\u0446\u0438\u044f-\u0440\u0430\u0437'
58
65
 u'\u0441\u043e\u0432\u0435\u0442': u'hint',
59
66
 u'\u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435': u'contents',
60
67
 u'\u0442\u0435\u043c\u0430': u'topic',
61
 
 u'\u044d\u043f\u0438\u0433\u0440\u0430\u0444': u'epigraph'}
 
68
 u'\u044d\u043f\u0438\u0433\u0440\u0430\u0444': u'epigraph',
 
69
 u'header (translation required)': 'header',
 
70
 u'footer (translation required)': 'footer',}
62
71
"""Russian name to registered (in directives/__init__.py) directive name
63
72
mapping."""
64
73
 
90
99
  'footnote-reference',
91
100
 u'\u0446\u0438\u0442\u0430\u0442\u043d\u0430\u044f-\u0441\u0441\u044b\u043b\u043a\u0430':
92
101
  'citation-reference',
93
 
 u'\u0446\u0435\u043b\u044c': 'target'}
 
102
 u'\u0446\u0435\u043b\u044c': 'target',
 
103
 u'raw (translation required)': 'raw',}
94
104
"""Mapping of Russian role names to canonical role names for interpreted text.
95
105
"""