Bug#498839: [INTL:es] Updated spanish translation for po-debconf template
On Sat, Sep 20, 2008 at 10:12:35PM +0300, Niko Tyni wrote: > I didn't know much about po-debconf before this, but it looked like a > good chance to learn. :D [...] > Most of these issues can be fixed easily by running debconf-updatepo > first. It shows the reason for the fuzziness, fixes the capitalization > and so on. Thanks for your advise, I am learning a lot reading through the debconf-updatepo command documentation. > Could you please do that and then send an updated PO file with the > fuzziness and any remaining issues fixed? Of course, an updated version is attached, I hope this time it is ok. Thanks again! -- --- http://stupidityandmalice.blogspot.com/ Ignacio Mondino Don't Panic # rtfm translation to spanish # Copyright (C) 2008 Software in the Public Interest # This file is distributed under the same license as the rtfm package. # Changes: # - Initial translation # Ignacio Mondino <[EMAIL PROTECTED]>, 2008 # Traductores, si no conoce el formato PO, merece la pena leer la # documentación de gettext, especialmente las secciones dedicadas a este # formato, por ejemplo ejecutando: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # Equipo de traducción al español, por favor lean antes de traducir # los siguientes documentos: # - El proyecto de traducción de Debian al español # http://www.debian.org/intl/spanish # especialmente las notas de traducción en # http://www.debian.org/intl/spanish/notas # - La guía de traducción de po's de debconf: # /usr/share/doc/po-debconf/README-trans # o http://www.debian.org/intl/l10n/po-debconf/README-trans # # msgid "" msgstr "" "Project-Id-Version: rtfm 2.2.1-5\n" "Report-Msgid-Bugs-To: Source: [EMAIL PROTECTED]" "POT-Creation-Date: 2007-11-11 19:38+\n" "PO-Revision-Date: 2008-09-20 14:07-0300\n" "Last-Translator: Ignacio Mondino <[EMAIL PROTECTED]>\n" "Language-Team: Debian Spanish team <[EMAIL PROTECTED]>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: select #. Choices #: ../templates:2001 msgid "allow" msgstr "permitir" #. Type: select #. Choices #: ../templates:2001 msgid "prompt" msgstr "preguntar" #. Type: select #. Choices #: ../templates:2001 msgid "deny" msgstr "denegar" #. Type: select #. Description #: ../templates:2002 msgid "Permission to modify the Request Tracker database:" msgstr "Permiso para modificar la base de datos del Rastreador de Solicitudes:" #. Type: select #. Description #: ../templates:2002 msgid "" "RTFM needs some modifications in the Request Tracker database to be " "functional. These modifications can be made automatically or you may be " "prompted when they are needed. Alternatively, you can run the necessary " "commands manually." msgstr "" "RTFM necesita algunas modificaciones en la base de datos del Rastreador de " "Solicitudes para ser funcional. Estas modificaciones pueden hacerse " "automáticamente o de forma interactiva cuando sea necesario. " "Alternativamente usted puede ejecutar las ordenes necesarias manualmente." #. Type: select #. Description #: ../templates:2002 msgid "Please check the README.Debian file for more details." msgstr "Por favor revise el archivo «README.Debian» para mas detalles." #. Type: boolean #. Description #: ../templates:3001 msgid "Set up the Request Tracker database?" msgstr "¿Configurar la base de datos del Rastreador de Solicitudes?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "New tables must be created in the Request Tracker database for RTFM to be " "functional." msgstr "" "Para que RTFM sea funcional se deben crear nuevas tablas en la base de datos " "del Rastreador de Solicitudes." #. Type: boolean #. Description #: ../templates:4001 msgid "Upgrade the Request Tracker database?" msgstr "¿Actualizar la base de datos del Rastreador de Solicitudes?" #. Type: boolean #. Description #: ../templates:4001 msgid "" "The Request Tracker database schema and contents must be upgraded for this " "version of RTFM." msgstr "" "El esquema de la base de datos y su contenido va a ser actualizado para esta " "versión de RTFM" #. Type: select #. Choices #: ../templates:5001 msgid "abort" msgstr "abortar" #. Type: select #. Choices #: ../templates:5001 msgid "retry" msgstr "reintentar" #. Type: select #. Choices #: ../templates:5001 msgid "ignore" msgstr "ignorar" #. Type: select #. Description #: ../templates:5002 msgid "Action after database modification error:" msgstr "Acción posterior al error en la modificación de la base de datos:" #. Type: select #. Description #: ../templates:5002 msgid "An error occurred while modifying the database:" msgstr "Un error ocurrió mientras se modificaba la base de datos:" #. Type: select #. Description #: ../templates:5002 msgid "" "The full output should be available in the
Bug#498839: [INTL:es] Updated spanish translation for po-debconf template
On Sat, Sep 20, 2008 at 02:44:16PM -0300, Ignacio Mondino wrote: > Niko Tyni wrote: > > I see only whitespace changes, do you want this for lenny ? > Please note that in > http://www.debian.org/international/l10n/po-debconf/es > the RTFM template appears to be a not-up-to-date file and has a fuzzy > line, so I corrected that one and some other minor errors (this was my > first contribution). I didn't know much about po-debconf before this, but it looked like a good chance to learn. The fuzziness is because the old es.po is missing a space at the end of one msgid part: running debconf-updatepo gives (among other changes) this: #. Type: boolean #. Description #: ../templates:3001 #, fuzzy #| msgid "" #| "New tables must be created in the Request Tracker database for RTFM to " #| "befunctional." msgid "" "New tables must be created in the Request Tracker database for RTFM to be " "functional." msgstr "" "Para que RTFM sea funcional se deben crear nuevas tablas en la base de datos " "del Rastreador de Solicitudes." Your updated PO files still don't fix this. > > What's with the end of line whitespace, the other translations seem to > > be OK with that? > > It seems that nobody noticed, now it is fixed. Parallel with the above issue, my reading of the gettext documentation [1] is that the strings are simply concatenated (they should not be considered lines at all), so the whitespace at the end of strings is significant. That is, these are equivalent: msgid "" "one" "two" and msgid "onetwo" Using podebconf-display-po confirms this. However, some capitalization must be fixed first for it to work, as hinted by debconf-updatepo: --- debian/po/es.po.orig2008-09-20 21:49:28.0 +0300 +++ debian/po/es.po 2008-09-20 21:48:45.0 +0300 @@ -38,8 +38,8 @@ msgid "allow" msgstr "permitir" -#. type: select -#. choices +#. Type: select +#. Choices #: ../templates:2001 msgid "prompt" msgstr "preguntar" With this, podebconf-display-po shows your changes result in: RTFM necesita algunas modificaciones en la base de datos del Rastreador deSolicitudes para ser [...] necesario. Alternativamenteusted Note the missing space between 'de' and 'Solicitudes', and before 'usted'. In another part of the translation there's also a space removed after a dot at the end of a sentence, which doesn't look intentional. Thus the proposed changes seem to be for the worse. Most of these issues can be fixed easily by running debconf-updatepo first. It shows the reason for the fuzziness, fixes the capitalization and so on. Could you please do that and then send an updated PO file with the fuzziness and any remaining issues fixed? Thanks, -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#498839: [request-tracker-maintainers] Bug#498839: [INTL:es] Updated spanish translation for po-debconf template
Niko Tyni wrote: > Hi, Hi! > I see only whitespace changes, do you want this for lenny ? Please note that in http://www.debian.org/international/l10n/po-debconf/es the RTFM template appears to be a not-up-to-date file and has a fuzzy line, so I corrected that one and some other minor errors (this was my first contribution). > What's with the end of line whitespace, the other translations seem to > be OK with that? It seems that nobody noticed, now it is fixed. > The PO-Revision-Date goes back a week, is that intentional? My mistake. > Just checking, Thanks for the comments, please accept the attached po file to fix the the errors you have pointed. Cheers! -- --- http://stupidityandmalice.blogspot.com/ Ignacio Mondino Don't Panic # rtfm translation to spanish # Copyright (C) 2008 Software in the Public Interest # This file is distributed under the same license as the rtfm package. # Changes: # - Initial translation # Ignacio Mondino <[EMAIL PROTECTED]>, 2008 # Traductores, si no conoce el formato PO, merece la pena leer la # documentación de gettext, especialmente las secciones dedicadas a este # formato, por ejemplo ejecutando: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # Equipo de traducción al español, por favor lean antes de traducir # los siguientes documentos: # - El proyecto de traducción de Debian al español # http://www.debian.org/intl/spanish # especialmente las notas de traducción en # http://www.debian.org/intl/spanish/notas # - La guÃa de traducción de po's de debconf: # /usr/share/doc/po-debconf/README-trans # o http://www.debian.org/intl/l10n/po-debconf/README-trans # # msgid "" msgstr "" "Project-Id-Version: rtfm 2.2.1-5\n" "Report-Msgid-Bugs-To: Source: [EMAIL PROTECTED]" "POT-Creation-Date: 2007-11-11 19:38+\n" "PO-Revision-Date: 2008-09-20 14:07-0300\n" "Last-Translator: Ignacio Mondino <[EMAIL PROTECTED]>\n" "Language-Team: Debian Spanish team <[EMAIL PROTECTED]>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit" #. Type: select #. Choices #: ../templates:2001 msgid "allow" msgstr "permitir" #. type: select #. choices #: ../templates:2001 msgid "prompt" msgstr "preguntar" #. Type: select #. Choices #: ../templates:2001 msgid "deny" msgstr "denegar" #. Type: select #. Description #: ../templates:2002 msgid "Permission to modify the Request Tracker database:" msgstr "Permiso para modificar la base de datos del Rastreador de Solicitudes:" #. Type: select #. Description #: ../templates:2002 msgid "" "RTFM needs some modifications in the Request Tracker database to be " "functional. These modifications can be made automatically or you may be " "prompted when they are needed. Alternatively, you can run the necessary " "commands manually." msgstr "" "RTFM necesita algunas modificaciones en la base de datos del Rastreador de" "Solicitudes para ser funcional. Estas modificaciones pueden hacerse " "automáticamente o de forma interactiva cuando sea necesario. Alternativamente" "usted puede ejecutar las ordenes necesarios manualmente." #. Type: select #. Description #: ../templates:2002 msgid "Please check the README.Debian file for more details." msgstr "Por favor revise el archivo «README.Debian» para mas detalles." #. Type: boolean #. Description #: ../templates:3001 msgid "Set up the Request Tracker database?" msgstr "¿Configurar la base de datos del Rastreador de Solicitudes?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "New tables must be created in the Request Tracker database for RTFM to be" "functional." msgstr "" "Para que RTFM sea funcional se deben crear nuevas tablas en la base de " "datos del Rastreador de Solicitudes." #. Type: boolean #. Description #: ../templates:4001 msgid "Upgrade the Request Tracker database?" msgstr "¿Actualizar la base de datos del Rastreador de Solicitudes?" #. Type: boolean #. Description #: ../templates:4001 msgid "" "The Request Tracker database schema and contents must be upgraded for this " "version of RTFM." msgstr "" "El esquema de la base de datos y su contenido va a ser actualizado para " "esta versión de RTFM" #. Type: select #. Choices #: ../templates:5001 msgid "abort" msgstr "abortar" #. Type: select #. Choices #: ../templates:5001 msgid "retry" msgstr "reintentar" #. Type: select #. Choices #: ../templates:5001 msgid "ignore" msgstr "ignorar" #. Type: select #. Description #: ../templates:5002 msgid "Action after database modification error:" msgstr "Acción posterior al error en la modificación de la base de datos:" #. Type: select #. Description #: ../templates:5002 msgid "An error occurred while modifying the database:" msgstr "Un error ocurrió mientras se modificaba la base de datos:" #. Type: select #. Description #: ../templates:
Bug#498839: [request-tracker-maintainers] Bug#498839: [INTL:es] Updated spanish translation for po-debconf template
On Sat, Sep 13, 2008 at 01:25:53PM -0300, Ignacio Mondino wrote: > Package: rtfm > Severity: wishlist > Tags: patch l10n > > Here is an updated translation of the po-debconf template, Please > include it in the next upload. Hi, I see only whitespace changes, do you want this for lenny ? What's with the end of line whitespace, the other translations seem to be OK with that? The PO-Revision-Date goes back a week, is that intentional? Just checking, -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#498839: [INTL:es] Updated spanish translation for po-debconf template
Package: rtfm Severity: wishlist Tags: patch l10n Here is an updated translation of the po-debconf template, Please include it in the next upload. TIA -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core) Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash # rtfm translation to spanish # Copyright (C) 2008 Software in the Public Interest # This file is distributed under the same license as the rtfm package. # Changes: # - Initial translation # Ignacio Mondino <[EMAIL PROTECTED]>, 2008 # Traductores, si no conoce el formato PO, merece la pena leer la # documentación de gettext, especialmente las secciones dedicadas a este # formato, por ejemplo ejecutando: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # Equipo de traducción al español, por favor lean antes de traducir # los siguientes documentos: # - El proyecto de traducción de Debian al español # http://www.debian.org/intl/spanish # especialmente las notas de traducción en # http://www.debian.org/intl/spanish/notas # - La guía de traducción de po's de debconf: # /usr/share/doc/po-debconf/README-trans # o http://www.debian.org/intl/l10n/po-debconf/README-trans # # msgid "" msgstr "" "Project-Id-Version: rtfm 2.2.1-5\n" "Report-Msgid-Bugs-To: Source: [EMAIL PROTECTED]" "POT-Creation-Date: 2007-11-11 19:38+\n" "PO-Revision-Date: 2008-06-21 15:12-0300\n" "Last-Translator: Ignacio Mondino <[EMAIL PROTECTED]>\n" "Language-Team: Debian Spanish team <[EMAIL PROTECTED]>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit" #. Type: select #. Choices #: ../templates:2001 msgid "allow" msgstr "permitir" #. type: select #. choices #: ../templates:2001 msgid "prompt" msgstr "preguntar" #. Type: select #. Choices #: ../templates:2001 msgid "deny" msgstr "denegar" #. Type: select #. Description #: ../templates:2002 msgid "Permission to modify the Request Tracker database:" msgstr "Permiso para modificar la base de datos del Rastreador de Solicitudes:" #. Type: select #. Description #: ../templates:2002 msgid "" "RTFM needs some modifications in the Request Tracker database to be " "functional. These modifications can be made automatically or you may be " "prompted when they are needed. Alternatively, you can run the necessary " "commands manually." msgstr "" "RTFM necesita algunas modificaciones en la base de datos del Rastreador de" "Solicitudes para ser funcional. Estas modificaciones pueden hacerse" "automáticamente o de forma interactiva cuando sea necesario. Alternativamente" "usted puede ejecutar las ordenes necesarios manualmente." #. Type: select #. Description #: ../templates:2002 msgid "Please check the README.Debian file for more details." msgstr "Por favor revise el archivo «README.Debian» para mas detalles." #. Type: boolean #. Description #: ../templates:3001 msgid "Set up the Request Tracker database?" msgstr "¿Configurar la base de datos del Rastreador de Solicitudes?" #. Type: boolean #. Description #: ../templates:3001 msgid "" "New tables must be created in the Request Tracker database for RTFM to be" "functional." msgstr "" "Para que RTFM sea funcional se deben crear nuevas tablas en la base de" "datos del Rastreador de Solicitudes." #. Type: boolean #. Description #: ../templates:4001 msgid "Upgrade the Request Tracker database?" msgstr "¿Actualizar la base de datos del Rastreador de Solicitudes?" #. Type: boolean #. Description #: ../templates:4001 msgid "" "The Request Tracker database schema and contents must be upgraded for this " "version of RTFM." msgstr "" "El esquema de la base de datos y su contenido va a ser actualizado para" "esta versión de RTFM" #. Type: select #. Choices #: ../templates:5001 msgid "abort" msgstr "abortar" #. Type: select #. Choices #: ../templates:5001 msgid "retry" msgstr "reintentar" #. Type: select #. Choices #: ../templates:5001 msgid "ignore" msgstr "ignorar" #. Type: select #. Description #: ../templates:5002 msgid "Action after database modification error:" msgstr "Acción posterior al error en la modificación de la base de datos:" #. Type: select #. Description #: ../templates:5002 msgid "An error occurred while modifying the database:" msgstr "Un error ocurrió mientras se modificaba la base de datos:" #. Type: select #. Description #: ../templates:5002 msgid "" "The full output should be available in the RT log, most probably syslog." msgstr "" "La totalidad de la salida debería estar disponible en la bitácora RS," "probablemente syslog." #. Type: select #. Description #: ../templates:5002 msgid "" "You can retry the modification, abort the installation or ignore the error. " "If you abort the installation, the operation will fail and you will need to " "manually intervene (for instance by purging and reinstalling). If you choose