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

« back to all changes in this revision

Viewing changes to docutils/parsers/rst/languages/sk.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: Miroslav Vasko
2
2
# Contact: zemiak@zoznam.sk
3
 
# Revision: $Revision: 1.9 $
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
 
25
25
      u'rada': 'hint',
26
26
      u'd\xf4le\x9eit\xe9': 'important',
27
27
      u'pozn\xe1mka': 'note',
28
 
      u'tip': 'tip',
 
28
      u'tip (translation required)': 'tip',
29
29
      u'varovanie': 'warning',
30
30
      u'admonition (translation required)': 'admonition',
31
31
      u'sidebar (translation required)': 'sidebar',
36
36
      u'epigraph (translation required)': 'epigraph',
37
37
      u'highlights (translation required)': 'highlights',
38
38
      u'pull-quote (translation required)': 'pull-quote',
39
 
      u'table (translation required)': 'table',
 
39
      u'compound (translation required)': 'compound',
 
40
      u'container (translation required)': 'container',
40
41
      #u'questions': 'questions',
41
42
      #u'qa': 'questions',
42
43
      #u'faq': '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'imagemap': 'imagemap',
45
49
      u'obr\xe1zok': 'image',
46
50
      u'tvar': 'figure',
47
51
      u'vlo\x9ei\x9d': 'include',
48
 
      u'raw': 'raw',
 
52
      u'raw (translation required)': 'raw',
49
53
      u'nahradi\x9d': 'replace',
50
54
      u'unicode': 'unicode',
 
55
      u'd\u00E1tum': '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'obsah': 'contents',
54
61
      u'\xe8as\x9d': 'sectnum',
55
62
      u'\xe8as\x9d-\xe8\xedslovanie': 'sectnum',
56
63
      u'cie\xbeov\xe9-pozn\xe1mky': 'target-notes',
 
64
      u'header (translation required)': 'header',
 
65
      u'footer (translation required)': 'footer',
57
66
      #u'footnotes': 'footnotes',
58
67
      #u'citations': 'citations',
59
68
      }
78
87
      u'citation-reference (translation required)': 'citation-reference',
79
88
      u'substitution-reference (translation required)': 'substitution-reference',
80
89
      u'target (translation required)': 'target',
81
 
      u'uri-reference (translation required)': 'uri-reference',}
 
90
      u'uri-reference (translation required)': 'uri-reference',
 
91
      u'raw (translation required)': 'raw',}
82
92
"""Mapping of Slovak role names to canonical role names for interpreted text.
83
93
"""