~ubuntu-branches/ubuntu/jaunty/python-docutils/jaunty

« back to all changes in this revision

Viewing changes to docutils/languages/pt_br.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
 
# -*- coding: iso-8859-1 -*-
2
1
# Author: David Goodger
3
2
# Contact: goodger@users.sourceforge.net
4
 
# Revision: $Revision: 1.1 $
5
 
# Date: $Date: 2004/04/17 17:35:16 $
 
3
# Revision: $Revision: 2333 $
 
4
# Date: $Date: 2004-06-20 22:51:22 +0200 (Sun, 20 Jun 2004) $
6
5
# Copyright: This module has been placed in the public domain.
7
6
 
8
7
# New language mappings are welcome.  Before doing a new translation, please
9
 
# 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
10
9
# translated for each language: one in docutils/languages, the other in
11
10
# docutils/parsers/rst/languages.
12
11
 
20
19
      # fixed: language-dependent
21
20
      'author': u'Autor',
22
21
      'authors': u'Autores',
23
 
      'organization': unicode('Organiza��o', 'latin1'),
24
 
      'address': unicode('Endere�o', 'latin1'),
 
22
      'organization': u'Organiza\u00E7\u00E3o',
 
23
      'address': u'Endere\u00E7o',
25
24
      'contact': u'Contato',
26
 
      'version': unicode('Vers�o', 'latin1'),
27
 
      'revision': unicode('Revis�o', 'latin1'),
 
25
      'version': u'Vers\u00E3o',
 
26
      'revision': u'Revis\u00E3o',
28
27
      'status': u'Estado',
29
28
      'date': u'Data',
30
29
      'copyright': u'Copyright',
31
 
      'dedication': unicode('Dedicat�ria', 'latin1'),
 
30
      'dedication': u'Dedicat\u00F3ria',
32
31
      'abstract': u'Resumo',
33
 
      'attention': unicode('Atten��o!', 'latin1'),
 
32
      'attention': u'Atten\u00E7\u00E3o!',
34
33
      'caution': u'Cuidado!',
35
34
      'danger': u'PERIGO!',
36
35
      'error': u'Erro',
37
 
      'hint': unicode('Sugest�o', 'latin1'),
 
36
      'hint': u'Sugest\u00E3o',
38
37
      'important': u'Importante',
39
38
      'note': u'Nota',
40
39
      'tip': u'Dica',
41
40
      'warning': u'Aviso',
42
 
      'contents': unicode('Sum�rio', 'latin1')}
 
41
      'contents': u'Sum\u00E1rio'}
43
42
"""Mapping of node class name to label text."""
44
43
 
45
44
bibliographic_fields = {
46
45
      # language-dependent: fixed
47
46
      u'autor': 'author',
48
47
      u'autores': 'authors',
49
 
      unicode('organiza��o', 'latin1'): 'organization',
50
 
      unicode('endere�o', 'latin1'): 'address',
 
48
      u'organiza\u00E7\u00E3o': 'organization',
 
49
      u'endere\u00E7o': 'address',
51
50
      u'contato': 'contact',
52
 
      unicode('vers�o', 'latin1'): 'version',
53
 
      unicode('revis�o', 'latin1'): 'revision',
 
51
      u'vers\u00E3o': 'version',
 
52
      u'revis\u00E3o': 'revision',
54
53
      u'estado': 'status',
55
54
      u'data': 'date',
56
55
      u'copyright': 'copyright',
57
 
      unicode('dedicat�ria', 'latin1'): 'dedication',
 
56
      u'dedicat\u00F3ria': 'dedication',
58
57
      u'resumo': 'abstract'}
59
 
"""English (lowcased) to canonical name mapping for bibliographic fields."""
 
58
"""Brazilian Portuguese (lowcased) to canonical name mapping for bibliographic fields."""
60
59
 
61
60
author_separators = [';', ',']
62
61
"""List of separator strings for the 'Authors' bibliographic field. Tried in