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

« back to all changes in this revision

Viewing changes to docutils/parsers/rst/languages/fr.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
# Authors: David Goodger; William Dode
2
2
# Contact: goodger@users.sourceforge.net
3
 
# Revision: $Revision: 1.15 $
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
 
38
38
      u'\u00E9pigraphe': 'epigraph',
39
39
      u'chapeau': 'highlights',
40
40
      u'accroche': 'pull-quote',
41
 
      u'tableau': 'table',
 
41
      u'compound (translation required)': 'compound',
 
42
      u'container (translation required)': 'container',
42
43
      #u'questions': 'questions',
43
44
      #u'qr': 'questions',
44
45
      #u'faq': 'questions',
 
46
      u'tableau': 'table',
 
47
      u'csv-table (translation required)': 'csv-table',
 
48
      u'list-table (translation required)': 'list-table',
45
49
      u'm\u00E9ta': 'meta',
46
50
      #u'imagemap (translation required)': 'imagemap',
47
51
      u'image': 'image',
51
55
      u'remplacer': 'replace',
52
56
      u'remplace': 'replace',
53
57
      u'unicode': 'unicode',
 
58
      u'date': 'date',
54
59
      u'classe': 'class',
55
60
      u'role (translation required)': 'role',
 
61
      u'default-role (translation required)': 'default-role',
 
62
      u'titre (translation required)': 'title',
56
63
      u'sommaire': 'contents',
57
64
      u'table-des-mati\u00E8res': 'contents',
58
65
      u'sectnum': 'sectnum',
59
66
      u'section-num\u00E9rot\u00E9e': 'sectnum',
60
67
      u'liens': 'target-notes',
 
68
      u'header (translation required)': 'header',
 
69
      u'footer (translation required)': 'footer',
61
70
      #u'footnotes (translation required)': 'footnotes',
62
71
      #u'citations (translation required)': 'citations',
63
72
      }
86
95
      u'citation-r\u00E9f\u00E9rence': 'citation-reference',
87
96
      u'substitution-r\u00E9f\u00E9rence': 'substitution-reference',
88
97
      u'lien': 'target',
89
 
      u'uri-r\u00E9f\u00E9rence': 'uri-reference',}
 
98
      u'uri-r\u00E9f\u00E9rence': 'uri-reference',
 
99
      u'brut': 'raw',}
90
100
"""Mapping of French role names to canonical role names for interpreted text.
91
101
"""