root/galaxy-central/eggs/docutils-0.4-py2.6.egg/docutils/parsers/rst/languages/ru.py @ 3

リビジョン 3, 5.1 KB (コミッタ: kohda, 14 年 前)

Install Unix tools  http://hannonlab.cshl.edu/galaxy_unix_tools/galaxy.html

行番号 
1# Author: Roman Suzi
2# Contact: rnd@onego.ru
3# Revision: $Revision: 4229 $
4# Date: $Date: 2005-12-23 00:46:16 +0100 (Fri, 23 Dec 2005) $
5# Copyright: This module has been placed in the public domain.
6
7# New language mappings are welcome.  Before doing a new translation, please
8# read <http://docutils.sf.net/docs/howto/i18n.html>.  Two files must be
9# translated for each language: one in docutils/languages, the other in
10# docutils/parsers/rst/languages.
11
12"""
13Russian-language mappings for language-dependent features of
14reStructuredText.
15"""
16
17__docformat__ = 'reStructuredText'
18
19directives = {
20 u'\u0431\u043b\u043e\u043a-\u0441\u0442\u0440\u043e\u043a': u'line-block',
21 u'meta': u'meta',
22 u'\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u043d\u043d\u044b\u0439-\u043b\u0438\u0442\u0435\u0440\u0430\u043b':
23 u'parsed-literal',
24 u'\u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u0430\u044f-\u0446\u0438\u0442\u0430\u0442\u0430':
25 u'pull-quote',
26 u'compound (translation required)': 'compound',
27 u'container (translation required)': 'container',
28 u'table (translation required)': 'table',
29 u'csv-table (translation required)': 'csv-table',
30 u'list-table (translation required)': 'list-table',
31 u'\u0441\u044b\u0440\u043e\u0439': u'raw',
32 u'\u0437\u0430\u043c\u0435\u043d\u0430': u'replace',
33 u'\u0442\u0435\u0441\u0442\u043e\u0432\u0430\u044f-\u0434\u0438\u0440\u0435\u043a\u0442\u0438\u0432\u0430-restructuredtext':
34 u'restructuredtext-test-directive',
35 u'\u0446\u0435\u043b\u0435\u0432\u044b\u0435-\u0441\u043d\u043e\u0441\u043a\u0438':
36 u'target-notes',
37 u'unicode': u'unicode',
38 u'\u0434\u0430\u0442\u0430': u'date',
39 u'\u0431\u043e\u043a\u043e\u0432\u0430\u044f-\u043f\u043e\u043b\u043e\u0441\u0430':
40 u'sidebar',
41 u'\u0432\u0430\u0436\u043d\u043e': u'important',
42 u'\u0432\u043a\u043b\u044e\u0447\u0430\u0442\u044c': u'include',
43 u'\u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435': u'attention',
44 u'\u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u0435': u'highlights',
45 u'\u0437\u0430\u043c\u0435\u0447\u0430\u043d\u0438\u0435': u'admonition',
46 u'\u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435':
47 u'image',
48 u'\u043a\u043b\u0430\u0441\u0441': u'class',
49 u'role (translation required)': 'role',
50 u'default-role (translation required)': 'default-role',
51 u'title (translation required)': 'title',
52 u'\u043d\u043e\u043c\u0435\u0440-\u0440\u0430\u0437\u0434\u0435\u043b\u0430':
53 u'sectnum',
54 u'\u043d\u0443\u043c\u0435\u0440\u0430\u0446\u0438\u044f-\u0440\u0430\u0437'
55 u'\u0434\u0435\u043b\u043e\u0432': u'sectnum',
56 u'\u043e\u043f\u0430\u0441\u043d\u043e': u'danger',
57 u'\u043e\u0441\u0442\u043e\u0440\u043e\u0436\u043d\u043e': u'caution',
58 u'\u043e\u0448\u0438\u0431\u043a\u0430': u'error',
59 u'\u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0430': u'tip',
60 u'\u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d'
61 u'\u0438\u0435': u'warning',
62 u'\u043f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435': u'note',
63 u'\u0440\u0438\u0441\u0443\u043d\u043e\u043a': u'figure',
64 u'\u0440\u0443\u0431\u0440\u0438\u043a\u0430': u'rubric',
65 u'\u0441\u043e\u0432\u0435\u0442': u'hint',
66 u'\u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435': u'contents',
67 u'\u0442\u0435\u043c\u0430': u'topic',
68 u'\u044d\u043f\u0438\u0433\u0440\u0430\u0444': u'epigraph',
69 u'header (translation required)': 'header',
70 u'footer (translation required)': 'footer',}
71"""Russian name to registered (in directives/__init__.py) directive name
72mapping."""
73
74roles = {
75 u'\u0430\u043a\u0440\u043e\u043d\u0438\u043c': 'acronym',
76 u'\u0430\u043d\u043e\u043d\u0438\u043c\u043d\u0430\u044f-\u0441\u0441\u044b\u043b\u043a\u0430':
77  'anonymous-reference',
78 u'\u0431\u0443\u043a\u0432\u0430\u043b\u044c\u043d\u043e': 'literal',
79 u'\u0432\u0435\u0440\u0445\u043d\u0438\u0439-\u0438\u043d\u0434\u0435\u043a\u0441':
80  'superscript',
81 u'\u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u0435': 'emphasis',
82 u'\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u0430\u044f-\u0441\u0441\u044b\u043b\u043a\u0430':
83  'named-reference',
84 u'\u0438\u043d\u0434\u0435\u043a\u0441': 'index',
85 u'\u043d\u0438\u0436\u043d\u0438\u0439-\u0438\u043d\u0434\u0435\u043a\u0441':
86  'subscript',
87 u'\u0441\u0438\u043b\u044c\u043d\u043e\u0435-\u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u0435':
88  'strong',
89 u'\u0441\u043e\u043a\u0440\u0430\u0449\u0435\u043d\u0438\u0435':
90  'abbreviation',
91 u'\u0441\u0441\u044b\u043b\u043a\u0430-\u0437\u0430\u043c\u0435\u043d\u0430':
92  'substitution-reference',
93 u'\u0441\u0441\u044b\u043b\u043a\u0430-\u043d\u0430-pep': 'pep-reference',
94 u'\u0441\u0441\u044b\u043b\u043a\u0430-\u043d\u0430-rfc': 'rfc-reference',
95 u'\u0441\u0441\u044b\u043b\u043a\u0430-\u043d\u0430-uri': 'uri-reference',
96 u'\u0441\u0441\u044b\u043b\u043a\u0430-\u043d\u0430-\u0437\u0430\u0433\u043b\u0430\u0432\u0438\u0435':
97  'title-reference',
98 u'\u0441\u0441\u044b\u043b\u043a\u0430-\u043d\u0430-\u0441\u043d\u043e\u0441\u043a\u0443':
99  'footnote-reference',
100 u'\u0446\u0438\u0442\u0430\u0442\u043d\u0430\u044f-\u0441\u0441\u044b\u043b\u043a\u0430':
101  'citation-reference',
102 u'\u0446\u0435\u043b\u044c': 'target',
103 u'raw (translation required)': 'raw',}
104"""Mapping of Russian role names to canonical role names for interpreted text.
105"""
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。