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

« back to all changes in this revision

Viewing changes to docutils/parsers/rst/languages/eo.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: Marcelo Huerta San Martin
2
2
# Contact: richieadler@users.sourceforge.net
3
 
# Revision: $Revision: 1.5 $
4
 
# Date: $Date: 2004/04/17 23:13:20 $
 
3
# Revision: $Revision: 4231 $
 
4
# Date: $Date: 2005-12-23 03:10:41 +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
 
40
40
      u'elstara\u0135oj': 'highlights',
41
41
      u'ekstera-citajxo': 'pull-quote',
42
42
      u'ekstera-cita\u0135o': 'pull-quote',
43
 
      u'tabelo': 'table',
 
43
      u'kombinajxo': 'compound',
 
44
      u'kombina\u0135o': 'compound',
 
45
      u'tekstingo': 'container',
 
46
      u'enhavilo': 'container',
44
47
      #'questions': 'questions',
45
48
      #'qa': 'questions',
46
49
      #'faq': 'questions',
 
50
      u'tabelo': 'table',
 
51
      u'tabelo-vdk': 'csv-table', # "valoroj disigitaj per komoj"
 
52
      u'tabelo-csv': 'csv-table',
 
53
      u'tabelo-lista': 'list-table',
47
54
      u'meta': 'meta',
48
55
      #'imagemap': 'imagemap',
49
56
      u'bildo': 'image',
50
57
      u'figuro': 'figure',
51
58
      u'inkludi': 'include',
52
 
      u'senformata': 'raw',
 
59
      u'senanaliza': 'raw',
53
60
      u'anstatauxi': 'replace',
54
61
      u'anstata\u016di': 'replace',
55
62
      u'unicode': 'unicode',
 
63
      u'dato': 'date',
56
64
      u'klaso': 'class',
57
65
      u'rolo': 'role',
 
66
      u'preterlasita-rolo': 'default-role',
 
67
      u'titolo': 'title',
58
68
      u'enhavo': 'contents',
59
69
      u'seknum': 'sectnum',
60
70
      u'sekcia-numerado': 'sectnum',
 
71
      u'kapsekcio': 'header',
 
72
      u'piedsekcio': 'footer',
61
73
      #'footnotes': 'footnotes',
62
74
      #'citations': 'citations',
63
75
      u'celaj-notoj': 'target-notes',
97
109
    u'celo': 'target',
98
110
    u'uri-referenco': 'uri-reference',
99
111
    u'uri': 'uri-reference',
100
 
    u'url': 'uri-reference',}
 
112
    u'url': 'uri-reference',
 
113
    u'senanaliza': 'raw',
 
114
}
101
115
"""Mapping of Esperanto role names to canonical role names for interpreted text.
102
116
"""