[Zope-Checkins] CVS: Zope/lib/python/docutils/languages -
cs.py:1.1.4.1 pt_br.py:1.1.4.1 __init__.py:1.2.10.4
af.py:1.1.2.4 de.py:1.2.10.4 en.py:1.2.10.4 eo.py:1.1.2.2
es.py:1.1.2.4 fr.py:1.2.10.4 it.py:1.2.10.4 ru.py:1.1.2.4
sk.py:1.2.10.4 sv.py:1.2.10.4
Christian 'Tiran' Heimes
heimes at faho.rwth-aachen.de
Thu May 13 12:20:28 EDT 2004
Update of /cvs-repository/Zope/lib/python/docutils/languages
In directory cvs.zope.org:/tmp/cvs-serv4939/lib/python/docutils/languages
Modified Files:
Tag: Zope-2_7-branch
__init__.py af.py de.py en.py eo.py es.py fr.py it.py ru.py
sk.py sv.py
Added Files:
Tag: Zope-2_7-branch
cs.py pt_br.py
Log Message:
Merge from tiran-restfixing-branch
=== Added File Zope/lib/python/docutils/languages/cs.py ===
# Author: Marek Blaha
# Contact: mb at dat.cz
# Revision: $Revision: 1.1.4.1 $
# Date: $Date: 2004/05/13 16:19:54 $
# Copyright: This module has been placed in the public domain.
# New language mappings are welcome. Before doing a new translation, please
# read <http://docutils.sf.net/spec/howto/i18n.html>. Two files must be
# translated for each language: one in docutils/languages, the other in
# docutils/parsers/rst/languages.
"""
Czech-language mappings for language-dependent features of Docutils.
"""
__docformat__ = 'reStructuredText'
labels = {
# fixed: language-dependent
'author': u'Autor',
'authors': u'Auto\u0159i',
'organization': u'Organizace',
'address': u'Adresa',
'contact': u'Kontakt',
'version': u'Verze',
'revision': u'Revize',
'status': u'Stav',
'date': u'Datum',
'copyright': u'Copyright',
'dedication': u'V\u011Bnov\u00E1n\u00ED',
'abstract': u'Abstrakt',
'attention': u'Pozor!',
'caution': u'Opatrn\u011B!',
'danger': u'!NEBEZPE\u010C\u00CD!',
'error': u'Chyba',
'hint': u'Rada',
'important': u'D\u016Fle\u017Eit\u00E9',
'note': u'Pozn\u00E1mka',
'tip': u'Tip',
'warning': u'Varov\u00E1n\u00ED',
'contents': u'Obsah'}
"""Mapping of node class name to label text."""
bibliographic_fields = {
# language-dependent: fixed
u'autor': 'author',
u'auto\u0159i': 'authors',
u'organizace': 'organization',
u'adresa': 'address',
u'kontakt': 'contact',
u'verze': 'version',
u'revize': 'revision',
u'stav': 'status',
u'datum': 'date',
u'copyright': 'copyright',
u'v\u011Bnov\u00E1n\u00ED': 'dedication',
u'abstrakt': 'abstract'}
"""Czech (lowcased) to canonical name mapping for bibliographic fields."""
author_separators = [';', ',']
"""List of separator strings for the 'Authors' bibliographic field. Tried in
order."""
=== Added File Zope/lib/python/docutils/languages/pt_br.py ===
# -*- coding: iso-8859-1 -*-
# Author: David Goodger
# Contact: goodger at users.sourceforge.net
# Revision: $Revision: 1.1.4.1 $
# Date: $Date: 2004/05/13 16:19:54 $
# Copyright: This module has been placed in the public domain.
# New language mappings are welcome. Before doing a new translation, please
# read <http://docutils.sf.net/spec/howto/i18n.html>. Two files must be
# translated for each language: one in docutils/languages, the other in
# docutils/parsers/rst/languages.
"""
Brazilian Portuguese-language mappings for language-dependent features of Docutils.
"""
__docformat__ = 'reStructuredText'
labels = {
# fixed: language-dependent
'author': u'Autor',
'authors': u'Autores',
'organization': unicode('Organização', 'latin1'),
'address': unicode('Endereço', 'latin1'),
'contact': u'Contato',
'version': unicode('Versão', 'latin1'),
'revision': unicode('Revisão', 'latin1'),
'status': u'Estado',
'date': u'Data',
'copyright': u'Copyright',
'dedication': unicode('Dedicatória', 'latin1'),
'abstract': u'Resumo',
'attention': unicode('Attenção!', 'latin1'),
'caution': u'Cuidado!',
'danger': u'PERIGO!',
'error': u'Erro',
'hint': unicode('Sugestão', 'latin1'),
'important': u'Importante',
'note': u'Nota',
'tip': u'Dica',
'warning': u'Aviso',
'contents': unicode('Sumário', 'latin1')}
"""Mapping of node class name to label text."""
bibliographic_fields = {
# language-dependent: fixed
u'autor': 'author',
u'autores': 'authors',
unicode('organização', 'latin1'): 'organization',
unicode('endereço', 'latin1'): 'address',
u'contato': 'contact',
unicode('versão', 'latin1'): 'version',
unicode('revisão', 'latin1'): 'revision',
u'estado': 'status',
u'data': 'date',
u'copyright': 'copyright',
unicode('dedicatória', 'latin1'): 'dedication',
u'resumo': 'abstract'}
"""English (lowcased) to canonical name mapping for bibliographic fields."""
author_separators = [';', ',']
"""List of separator strings for the 'Authors' bibliographic field. Tried in
order."""
=== Zope/lib/python/docutils/languages/__init__.py 1.2.10.3 => 1.2.10.4 ===
=== Zope/lib/python/docutils/languages/af.py 1.1.2.3 => 1.1.2.4 ===
=== Zope/lib/python/docutils/languages/de.py 1.2.10.3 => 1.2.10.4 ===
=== Zope/lib/python/docutils/languages/en.py 1.2.10.3 => 1.2.10.4 ===
=== Zope/lib/python/docutils/languages/eo.py 1.1.2.1 => 1.1.2.2 ===
=== Zope/lib/python/docutils/languages/es.py 1.1.2.3 => 1.1.2.4 ===
--- Zope/lib/python/docutils/languages/es.py:1.1.2.3 Sun Nov 30 11:05:22 2003
+++ Zope/lib/python/docutils/languages/es.py Thu May 13 12:19:54 2004
@@ -1,61 +1,61 @@
-# -*- coding: iso-8859-1 -*-
-# Author: Marcelo Huerta San Martín
-# Contact: mghsm at uol.com.ar
-# Revision: $Revision$
-# Date: $Date$
-# Copyright: This module has been placed in the public domain.
-
-# New language mappings are welcome. Before doing a new translation, please
-# read <http://docutils.sf.net/spec/howto/i18n.html>. Two files must be
-# translated for each language: one in docutils/languages, the other in
-# docutils/parsers/rst/languages.
-
-"""
-Spanish-language mappings for language-dependent features of Docutils.
-"""
-
-__docformat__ = 'reStructuredText'
-
-labels = {
- 'author': u'Autor',
- 'authors': u'Autores',
- 'organization': u'Organizaci\u00f3n',
- 'address': u'Direcci\u00f3n',
- 'contact': u'Contacto',
- 'version': u'Versi\u00f3n',
- 'revision': u'Revisi\u00f3n',
- 'status': u'Estado',
- 'date': u'Fecha',
- 'copyright': u'Copyright',
- 'dedication': u'Dedicatoria',
- 'abstract': u'Resumen',
- 'attention': u'\u00a1Atenci\u00f3n!',
- 'caution': u'\u00a1Precauci\u00f3n!',
- 'danger': u'\u00a1PELIGRO!',
- 'error': u'Error',
- 'hint': u'Sugerencia',
- 'important': u'Importante',
- 'note': u'Nota',
- 'tip': u'Consejo',
- 'warning': u'Advertencia',
- 'contents': u'Contenido'}
-"""Mapping of node class name to label text."""
-
-bibliographic_fields = {
- u'autor': 'author',
- u'autores': 'authors',
- u'organizaci\u00f3n': 'organization',
- u'direcci\u00f3n': 'address',
- u'contacto': 'contact',
- u'versi\u00f3n': 'version',
- u'revisi\u00f3n': 'revision',
- u'estado': 'status',
- u'fecha': 'date',
- u'copyright': 'copyright',
- u'dedicatoria': 'dedication',
- u'resumen': 'abstract'}
-"""Spanish (lowcased) to canonical name mapping for bibliographic fields."""
-
-author_separators = [';', ',']
-"""List of separator strings for the 'Authors' bibliographic field. Tried in
-order."""
+# -*- coding: iso-8859-1 -*-
+# Author: Marcelo Huerta San Martín
+# Contact: mghsm at uol.com.ar
+# Revision: $Revision$
+# Date: $Date$
+# Copyright: This module has been placed in the public domain.
+
+# New language mappings are welcome. Before doing a new translation, please
+# read <http://docutils.sf.net/spec/howto/i18n.html>. Two files must be
+# translated for each language: one in docutils/languages, the other in
+# docutils/parsers/rst/languages.
+
+"""
+Spanish-language mappings for language-dependent features of Docutils.
+"""
+
+__docformat__ = 'reStructuredText'
+
+labels = {
+ 'author': u'Autor',
+ 'authors': u'Autores',
+ 'organization': u'Organizaci\u00f3n',
+ 'address': u'Direcci\u00f3n',
+ 'contact': u'Contacto',
+ 'version': u'Versi\u00f3n',
+ 'revision': u'Revisi\u00f3n',
+ 'status': u'Estado',
+ 'date': u'Fecha',
+ 'copyright': u'Copyright',
+ 'dedication': u'Dedicatoria',
+ 'abstract': u'Resumen',
+ 'attention': u'\u00a1Atenci\u00f3n!',
+ 'caution': u'\u00a1Precauci\u00f3n!',
+ 'danger': u'\u00a1PELIGRO!',
+ 'error': u'Error',
+ 'hint': u'Sugerencia',
+ 'important': u'Importante',
+ 'note': u'Nota',
+ 'tip': u'Consejo',
+ 'warning': u'Advertencia',
+ 'contents': u'Contenido'}
+"""Mapping of node class name to label text."""
+
+bibliographic_fields = {
+ u'autor': 'author',
+ u'autores': 'authors',
+ u'organizaci\u00f3n': 'organization',
+ u'direcci\u00f3n': 'address',
+ u'contacto': 'contact',
+ u'versi\u00f3n': 'version',
+ u'revisi\u00f3n': 'revision',
+ u'estado': 'status',
+ u'fecha': 'date',
+ u'copyright': 'copyright',
+ u'dedicatoria': 'dedication',
+ u'resumen': 'abstract'}
+"""Spanish (lowcased) to canonical name mapping for bibliographic fields."""
+
+author_separators = [';', ',']
+"""List of separator strings for the 'Authors' bibliographic field. Tried in
+order."""
=== Zope/lib/python/docutils/languages/fr.py 1.2.10.3 => 1.2.10.4 ===
=== Zope/lib/python/docutils/languages/it.py 1.2.10.3 => 1.2.10.4 ===
=== Zope/lib/python/docutils/languages/ru.py 1.1.2.3 => 1.1.2.4 ===
=== Zope/lib/python/docutils/languages/sk.py 1.2.10.3 => 1.2.10.4 ===
=== Zope/lib/python/docutils/languages/sv.py 1.2.10.3 => 1.2.10.4 ===
More information about the Zope-Checkins
mailing list