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

« back to all changes in this revision

Viewing changes to docutils/parsers/rst/languages/af.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: Jannie Hofmeyr
2
2
# Contact: jhsh@sun.ac.za
3
 
# Revision: $Revision: 1.3 $
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
 
36
36
      'epigraaf': 'epigraph',
37
37
      'hoogtepunte': 'highlights',
38
38
      'pull-quote (translation required)': 'pull-quote',
39
 
      'table (translation required)': 'table',
 
39
      u'compound (translation required)': 'compound',
 
40
      u'container (translation required)': 'container',
40
41
      #'vrae': 'questions',
41
42
      #'qa': 'questions',
42
43
      #'faq': 'questions',
 
44
      'table (translation required)': 'table',
 
45
      'csv-table (translation required)': 'csv-table',
 
46
      'list-table (translation required)': 'list-table',
43
47
      'meta': 'meta',
44
48
      #'beeldkaart': 'imagemap',
45
49
      'beeld': 'image',
48
52
      'rou': 'raw',
49
53
      'vervang': 'replace',
50
54
      'unicode': 'unicode', # should this be translated? unikode
 
55
      'datum': 'date',
51
56
      'klas': 'class',
52
57
      'role (translation required)': 'role',
 
58
      'default-role (translation required)': 'default-role',
 
59
      'title (translation required)': 'title',
53
60
      'inhoud': 'contents',
54
61
      'sectnum': 'sectnum',
55
62
      'section-numbering': 'sectnum',
 
63
      u'header (translation required)': 'header',
 
64
      u'footer (translation required)': 'footer',
56
65
      #'voetnote': 'footnotes',
57
66
      #'aanhalings': 'citations',
58
67
      'teikennotas': 'target-notes',
89
98
    'teiken': 'target',
90
99
    'uri-verwysing': 'uri-reference',
91
100
    'uri': 'uri-reference',
92
 
    'url': 'uri-reference',}
 
101
    'url': 'uri-reference',
 
102
    'rou': 'raw',}
93
103
"""Mapping of Afrikaans role names to canonical role names for interpreted text.
94
104
"""