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

« back to all changes in this revision

Viewing changes to docutils/parsers/rst/languages/sv.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:    Adam Chodorowski
2
2
# Contact:   chodorowski@users.sourceforge.net
3
 
# Revision:  $Revision: 1.14 $
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
 
35
35
      u'epigraph (translation required)': 'epigraph',
36
36
      u'highlights (translation required)': 'highlights',
37
37
      u'pull-quote (translation required)': 'pull-quote',
38
 
      u'table (translation required)': 'table',
 
38
      u'compound (translation required)': 'compound',
 
39
      u'container (translation required)': 'container',
39
40
      # u'fr\u00e5gor': 'questions',
40
41
      # NOTE: A bit long, but recommended by http://www.nada.kth.se/dataterm/:
41
42
      # u'fr\u00e5gor-och-svar': 'questions',
42
43
      # u'vanliga-fr\u00e5gor': 'questions',  
 
44
      u'table (translation required)': 'table',
 
45
      u'csv-table (translation required)': 'csv-table',
 
46
      u'list-table (translation required)': 'list-table',
43
47
      u'meta': 'meta',
44
48
      # u'bildkarta': 'imagemap',   # FIXME: Translation might be too literal.
45
49
      u'bild': 'image',
48
52
      u'r\u00e5': 'raw',            # FIXME: Translation might be too literal.
49
53
      u'ers\u00e4tt': 'replace', 
50
54
      u'unicode': 'unicode',
 
55
      u'datum': 'date',
51
56
      u'class (translation required)': 'class',
52
57
      u'role (translation required)': 'role',
 
58
      u'default-role (translation required)': 'default-role',
 
59
      u'title (translation required)': 'title',
53
60
      u'inneh\u00e5ll': 'contents',
54
61
      u'sektionsnumrering': 'sectnum',
55
62
      u'target-notes (translation required)': 'target-notes',
 
63
      u'header (translation required)': 'header',
 
64
      u'footer (translation required)': 'footer',
56
65
      # u'fotnoter': 'footnotes',
57
66
      # u'citeringar': 'citations',
58
67
      }
77
86
      u'citation-reference (translation required)': 'citation-reference',
78
87
      u'substitution-reference (translation required)': 'substitution-reference',
79
88
      u'target (translation required)': 'target',
80
 
      u'uri-reference (translation required)': 'uri-reference',}
 
89
      u'uri-reference (translation required)': 'uri-reference',
 
90
      u'r\u00e5': 'raw',}
81
91
"""Mapping of Swedish role names to canonical role names for interpreted text.
82
92
"""