Spanish translation updates

This commit is contained in:
Roberto Rosario
2011-02-10 09:22:13 -04:00
parent ae2ea5c48f
commit e8ee0cdaaa
11 changed files with 349 additions and 169 deletions

View File

@@ -2,20 +2,20 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-02-07 01:30-0400\n"
"POT-Creation-Date: 2011-02-10 09:17-0400\n"
"PO-Revision-Date: 2011-02-07 01:34\n"
"Last-Translator: Administrator <admin@admin.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: \n"
"X-Translated-Using: django-rosetta 0.5.6\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -122,7 +122,7 @@ msgstr "Lista de %(title)s (%(total)s)"
msgid "Identifier"
msgstr "Identificador"
#: templates/generic_list_subtemplate.html:64
#: templates/generic_list_subtemplate.html:71
#, python-format
msgid "There are no %(title)s"
msgstr "No hay %(title)s "

File diff suppressed because it is too large Load Diff

View File

@@ -189,10 +189,10 @@ def next_available_filename(document, metadata_index, path, filename, extension,
#Try again with same suffix
return next_available_filename(document, metadata_index, path, filename, extension, suffix)
except Exception, exc:
raise Exception(ugettext(u'Unable to create symbolic link, filename clash: %s; %s') % (filepath, exc))
raise Exception(ugettext(u'Unable to create symbolic link, filename clash: %(filepath)s; %(exc)s') % {'filepath':filepath, 'exc':exc})
else:
raise OSError(ugettext(u'Unable to create symbolic link: %s; %s') % (filepath, exc))
raise OSError(ugettext(u'Unable to create symbolic link: %(filepath)s; %(exc)s') % {'filepath':filepath, 'exc':exc})
return filepath
else:

View File

@@ -2,20 +2,20 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-02-03 01:11-0400\n"
"PO-Revision-Date: 2011-01-28 09:28\n"
"POT-Creation-Date: 2011-02-10 09:18-0400\n"
"PO-Revision-Date: 2011-02-10 09:18\n"
"Last-Translator: <admin@admin.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: \n"
"X-Translated-Using: django-rosetta 0.5.6\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -40,6 +40,9 @@ msgstr "tipo"
msgid "results with: %s"
msgstr "resultados con: %s"
#: templates/search_results.html:14
msgid "No results found"
msgstr "No hay resultados"
#: templates/search_results.html:3
msgid "Search results"
msgstr "Resultados de la búsqueda"
#~ msgid "No results found"
#~ msgstr "No hay resultados"

View File

@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-02-07 01:35-0400\n"
"PO-Revision-Date: 2011-02-07 01:37\n"
"Last-Translator: Administrator <admin@admin.com>\n"
"POT-Creation-Date: 2011-02-10 09:19-0400\n"
"PO-Revision-Date: 2011-02-10 09:20\n"
"Last-Translator: <admin@admin.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -19,64 +19,92 @@ msgstr ""
"X-Translated-Using: django-rosetta 0.5.6\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:7
#: __init__.py:5 views.py:45
msgid "settings"
msgstr "configuración"
#: __init__.py:9
msgid "home"
msgstr "inicio"
#: __init__.py:12
#: __init__.py:11
msgid "setup"
msgstr "instalación"
#: __init__.py:14
msgid "about"
msgstr "acerca"
#: views.py:50
msgid "name"
msgstr "nombre"
#: views.py:51
msgid "value"
msgstr "valor"
#: views.py:52
msgid "exists"
msgstr "existe"
#: views.py:62
msgid "function found"
msgstr "función encontrada"
#: views.py:64 views.py:66
msgid "class found"
msgstr "clase encontrada"
#: templates/about.html:4
msgid "About this program"
msgstr "Acerca de este programa"
#: templates/about.html:10
msgid "Django based document manager with custom metadata indexing and file serving integration"
msgstr "Gestor documental basado en Django con indexación de metadatos personalizados e integración de servicio de archivos"
msgid "Open source, Django based document manager with custom metadata indexing, file serving integration and OCR capabilities"
msgstr "Gestor documental de código abierto, basado en Django con indexación de metadatos personalizados, integración de servicio de archivos y capacidades de OCR"
#: templates/base.html:26
#: templates/base.html:43
msgid "User"
msgstr "Usuario"
#: templates/base.html:28
#: templates/base.html:45
msgid "Anonymous"
msgstr "Anónimo"
#: templates/base.html:31
#: templates/base.html:49
msgid "New password"
msgstr "Nueva contraseña"
#: templates/base.html:35
#: templates/base.html:54
msgid "Admin site"
msgstr "Sitio administrativo"
#: templates/base.html:46
#: templates/base.html:65
msgid "Go"
msgstr "Ir"
#: templates/base.html:49
#: templates/base.html:69
msgid "Login"
msgstr "Iniciar sesión"
#: templates/base.html:49
#: templates/base.html:69
msgid "Logout"
msgstr "Desconectarse"
#: templates/base.html:78
#: templates/base.html:98
#, python-format
msgid "Actions for %(object_name)s: %(object)s"
msgstr "Acciones para %(object_name)s: %(object)s "
#: templates/base.html:80
#: templates/base.html:100
#, python-format
msgid "Actions for: %(object)s"
msgstr "Acciones para: %(object)s "
#: templates/base.html:83
#: templates/base.html:103
msgid "Actions"
msgstr "Acciones"
#: templates/base.html:96
#: templates/base.html:116
msgid "Other available actions"
msgstr "Otras acciones disponibles"

Binary file not shown.

View File

@@ -0,0 +1,32 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-02-10 09:20-0400\n"
"PO-Revision-Date: 2011-02-10 09:21\n"
"Last-Translator: <admin@admin.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: \n"
"X-Translated-Using: django-rosetta 0.5.6\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:8
msgid "submit to OCR queue"
msgstr "enviar a lista de OCR"
#: api.py:57
msgid "Text from OCR"
msgstr "Texto de OCR"
#: views.py:26
msgid "Document OCR was successful."
msgstr "El OCR del documento se ha realizado con éxito."

View File

@@ -2,20 +2,20 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-02-07 01:37-0400\n"
"POT-Creation-Date: 2011-02-10 09:21-0400\n"
"PO-Revision-Date: 2011-02-07 01:37\n"
"Last-Translator: Administrator <admin@admin.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: \n"
"X-Translated-Using: django-rosetta 0.5.6\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"