Translations by Pablo

Pablo has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

16 of 6 results
2.
parsechangelog - parse Debian changelogs and output them in other formats
2009-07-20
parsechangelog - interpreta los registros de cambios de Debian y los devuelve en otros formatos
5.
Options: --help, -h print usage information --version, -V print version information --file, -l <file> changelog file to parse, defaults to 'debian/changelog' -F<changelogformat> ignored if changelogformat = 'debian' for compatibility with dpkg-dev -L<libdir> ignored for compatibility with dpkg-dev --format <outputformat> see man page for list of available output formats, defaults to 'dpkg' for compatibility with dpkg-dev --since, -s, -v <version> include all changes later than version --until, -u <version> include all changes earlier than version --from, -f <version> include all changes equal or later than version --to, -t <version> include all changes up to or equal than version --count, -c, -n <number> include <number> entries from the top (or the tail if <number> is lower than 0) --offset, -o <number> change the starting point for --count, counted from the top (or the tail if <number> is lower than 0) --all include all changes
2009-07-20
Opciones: --help, -h muestra las opciones de ayuda --version, -V muestra la informacion de la versión --file, -l <archivo> registro de cambios para interpretar, por defecto es 'debian/changelog' -F<formato_de_registro_de_cambios> se ignora si es 'debian' por compatibilidad con dpkg-dev -L<libdir> se ignora por compatibilidad con dpkg-dev --format <formato_de_salida> ver la página de man para una lista de formatos posibles, por defecto es 'dpkg' por compatibilidad con dpkg-dev --since, -s, -v <versión> incluye cambios posteriores a la versión --until, -u <versión> incluye cambios anteriores a la versión --from, -f <versión> incluye cambios de esa versión y todas las posteriores a esta --to, -t <versión> incluye cambios de esa versión y todas las anteriores a esta --count, -c, -n <número> incluye las <número> primeras entradas (o las últimas si <número> es negativo) --offset, -o <número> cambia el punto inicial de --count, contando desde arriba (o desde el final si <number> es un valor negativo) --all incluye todos los cambios
6.
If neither C<changelogfile> nor C<-l E<lt>fileE<gt>> are specified, F<debian/changelog> will be used. If two different files are specified the program will abort.
2009-07-20
Si no está especificado C<archivo_de_registro_de_cambios> ni C<-l E<lt>fileE<gt>>, se usará F<debian/changelog>. Si se especificaron dos archivos diferentes el programa abortará.
8.
C<--all> overrides all other range selecting options. C<--count> overrides all other range selection options except for C<--all>. The range selecting options can be mixed together, but only one of C<--since> and C<--from> and one of C<--until> and C<--to> can be specified at the same time.
2009-07-20
C<--all> ignora todas las demás opciones de selección de rango. C<--count> ignora las demás opciones de seleccion a excepción de C<--all>. Se pueden mezclar opciones de selección, pero sólo podemos usar un C<--since> o bien C<--from> con un C<--until> o bien C<--to>.
12.
parsechangelog parses Debian changelogs as described in the Debian policy (version 3.6.2.1 at the time of this writing) and converts them to other output formats. See section L<"SEE ALSO"> for locations where to find the full format definition.
2009-07-20
parsechangelog interpreta los registros de cambios de Debian como se describe en la normas de Debian (Debian policy) (versión 3.6.2.1 en el momento en que se escribe esto) y los convierte a otros formatos de salida. Vea la sección L<"SEE ALSO"> para saber donde encontrar la definición completa del formato.
21.
The changelog is converted to a somewhat nice looking HTML file with some nice features as a quick-link bar with direct links to every entry. NOTE: This is not configurable yet and was specifically designed to be used on L<http://packages.debian.org/>. This is planned to be changed until version 1.0. The used Parse::DebianChangelog module already supports configuration, however, this isn't exposed by this program yet.
2009-07-20
El registro de cambios se convierte a un archivo HTML fácil de leer con algunas características útiles como una barra con enlaces directos a cada entrada. NOTA: Aún no es configurable y ha sido diseñado específicamente para usarse en L<http://packages.debian.org/>. Esta previsto que sea cambiado auntes de la versión 1.0. El módulo utilizado, Parse::DebianChangelog, ya permite configuración aunque, de momento, en este programa no se usa.