~ubuntu-branches/ubuntu/hardy/python-docutils/hardy

« back to all changes in this revision

Viewing changes to docutils/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.1 $
4
 
# Date: $Date: 2003/06/28 04:26:35 $
 
3
# Revision: $Revision: 2999 $
 
4
# Date: $Date: 2005-03-03 20:35:02 +0100 (Thu, 03 Mar 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
 
46
46
"""Mapping of node class name to label text."""
47
47
 
48
48
bibliographic_fields = {
49
 
      u'\u0410\u043d\u043d\u043e\u0442\u0430\u0446\u0438\u044f': u'abstract',
50
 
      u'\u0410\u0434\u0440\u0435\u0441': u'address',
51
 
      u'\u0410\u0432\u0442\u043e\u0440': u'author',
52
 
      u'\u0410\u0432\u0442\u043e\u0440\u044b': u'authors',
53
 
      u'\u041a\u043e\u043d\u0442\u0430\u043a\u0442': u'contact',
54
 
      u'\u041f\u0440\u0430\u0432\u0430 \u043a\u043e\u043f\u0438\u0440\u043e'
 
49
      u'\u0430\u043d\u043d\u043e\u0442\u0430\u0446\u0438\u044f': u'abstract',
 
50
      u'\u0430\u0434\u0440\u0435\u0441': u'address',
 
51
      u'\u0430\u0432\u0442\u043e\u0440': u'author',
 
52
      u'\u0430\u0432\u0442\u043e\u0440\u044b': u'authors',
 
53
      u'\u043a\u043e\u043d\u0442\u0430\u043a\u0442': u'contact',
 
54
      u'\u043f\u0440\u0430\u0432\u0430 \u043a\u043e\u043f\u0438\u0440\u043e'
55
55
      u'\u0432\u0430\u043d\u0438\u044f': u'copyright',
56
 
      u'\u0414\u0430\u0442\u0430': u'date',
57
 
      u'\u041f\u043e\u0441\u0432\u044f\u0449\u0435\u043d\u0438\u0435':
 
56
      u'\u0434\u0430\u0442\u0430': u'date',
 
57
      u'\u043f\u043e\u0441\u0432\u044f\u0449\u0435\u043d\u0438\u0435':
58
58
      u'dedication',
59
 
      u'\u041e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044f':
 
59
      u'\u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044f':
60
60
      u'organization',
61
 
      u'\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f': u'revision',
62
 
      u'\u0421\u0442\u0430\u0442\u0443\u0441': u'status',
63
 
      u'\u0412\u0435\u0440\u0441\u0438\u044f': u'version'}
 
61
      u'\u0440\u0435\u0434\u0430\u043a\u0446\u0438\u044f': u'revision',
 
62
      u'\u0441\u0442\u0430\u0442\u0443\u0441': u'status',
 
63
      u'\u0432\u0435\u0440\u0441\u0438\u044f': u'version'}
64
64
"""Russian (lowcased) to canonical name mapping for bibliographic fields."""
65
65
 
66
66
author_separators =  [';', ',']