Browsing Spanish translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Spanish guidelines.
918 of 524 results
9.
Default GNU system type %s for Debian arch %s does not match specified GNU system type %s
El tipo de sistema GNU predefinido %s para la arquitectura de Debian %s no encaja con el tipo de sistema GNU definido %s
Translated by Omar Campagne
Located in scripts/dpkg-architecture.pl:161
10.
Specified GNU system type %s does not match gcc system type %s.
El tipo de sistema GNU especificado %s no coincide con el tipo de sistema gcc %s.
Translated by Omar Campagne
Located in scripts/dpkg-architecture.pl:180
11.
%s is not a supported variable name
%s no es un nombre de variable aceptado
Translated by Omar Campagne
Located in scripts/dpkg-architecture.pl
12.

Copyright (C) 2010-2011 Raphael Hertzog <hertzog@debian.org>.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

Copyright (C) 2010-2011 Raphael Hertzog <hertzog@debian.org>.
Translated and reviewed by Paco Molinero
Located in scripts/dpkg-buildflags.pl:33
13.
Usage: %s [<action>]

Actions:
--get <flag> output the requested flag to stdout.
--origin <flag> output the origin of the flag to stdout:
value is one of vendor, system, user, env.
--list output a list of the flags supported by the current vendor.
--export=(sh|make|configure)
output something convenient to import the
compilation flags in a shell script, in make,
or on a ./configure command line.
--dump output all compilation flags with their values
--help show this help message.
--version show the version.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in scripts/dpkg-buildflags.pl:44
14.
two commands specified: --%s and --%s
se han definido dos órdenes: «--%s» y «--%s»
Translated by Omar Campagne
Located in scripts/dpkg-buildflags.pl scripts/dpkg-source.pl scripts/dpkg-vendor.pl
15.
%s needs a parameter
%s requiere un parámetro
Translated by Omar Campagne
Located in scripts/dpkg-buildflags.pl scripts/dpkg-vendor.pl
16.

Copyright (C) 1996 Ian Jackson.
Copyright (C) 2000 Wichert Akkerman
Copyright (C) 2007 Frank Lichtenheld
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

Copyright (C) 1996 Ian Jackson.
Copyright (C) 2000 Wichert Akkerman
Copyright (C) 2007 Frank Lichtenheld
Translated by Eduardo Retamales
Reviewed by Paco Molinero
Located in scripts/dpkg-buildpackage.pl:39
17.

Usage: %s [<options> ...]

Options:
-r<gain-root-command>
command to gain root privileges (default is fakeroot).
-R<rules> rules file to execute (default is debian/rules).
-p<sign-command>
-d do not check build dependencies and conflicts.
-D check build dependencies and conflicts.
-T<target> call debian/rules <target> with the proper environment
--as-root ensure -T calls the target with root rights
-j[<number>] specify jobs to run simultaneously } passed to debian/rules
-k<keyid> the key to use for signing.
-sgpg the sign-command is called like GPG.
-spgp the sign-command is called like PGP.
-us unsigned source.
-uc unsigned changes.
-a<arch> Debian architecture we build for (implies -d).
-b binary-only, do not build source. } also passed to
-B binary-only, no arch-indep files. } dpkg-genchanges
-A binary-only, only arch-indep files. }
-S source only, no binary files. }
-F normal full build (binaries and sources).
-t<system> set GNU system type. } passed to dpkg-architecture
-v<version> changes since version <version>. }
-m<maint> maintainer for package is <maint>. }
-e<maint> maintainer for release is <maint>. } only passed
-C<descfile> changes are described in <descfile>. } to dpkg-genchanges
-si (default) src includes orig if new upstream. }
-sa uploaded src always includes orig. }
-sd uploaded src is diff and .dsc only. }
-sn force Debian native source format. }
-s[sAkurKUR] see dpkg-source for explanation. } only passed
-z<level> compression level of source } to dpkg-source
-Z<compressor> compression to use for source }
-nc do not clean source tree (implies -b).
-tc clean source tree when finished.
-ap add pause before starting signature process.
-i[<regex>] ignore diffs of files matching regex. } only passed
-I[<pattern>] filter out files when building tarballs. } to dpkg-source
--source-option=<opt>
[tab][tab] pass option <opt> to dpkg-source
--changes-option=<opt>
[tab][tab] pass option <opt> to dpkg-genchanges
--admindir=<directory>
change the administrative directory.
-h, --help show this help message.
--version show the version.
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.

Uso: %s [<opciones> ...]

Opciones:
-r<gain-root-command>
La orden para obtener privilegios de usuario «root»
(fakeroot por omisión).
-R<rules> El fichero «rules» a ejecutar («debian/rules» por omisión).
-p<orden-para-firmar>
-d No revisa las dependencias y conflictos de construcción.
-D Revisa las dependencias y conflictos de construcción.
-T<destino> Invoca «debian/rules <destino>» con el entorno adecuado.
--as-root Asegura que «-T» invoca el destino con privilegios de
«root»
-j[<número>] Define tareas a ejecutar simultáneamente } introducido a
«debian/rules».
-k<id-clave> La clave a usar para firmar.
-sgpg La orden para firmar se invoca como GPG.
-spgp La orden para firmar se invoca como PGP.
-us No firma las fuentes.
-uc No firma el fichero de cambios.
-a<arq.> La arquitectura de Debian para la que se compila
(implica «-d»).
-b Sólo binario, no construye las fuentes. } introducido
-B Sólo binario, sin ficheros independientes} también a
de arquitectura. } dpkg-genchanges
-A Sólo binario, sólo ficheros independientes}
de arquitectura.
-S Sólo fuentes, sin binarios. }
-F Construcción normal completa (binarios y fuentes).
-t<sistema> Define el tipo de sistema GNU. }introducido a dpkg-architecture
-v<versión> Cambios desde la versión <versión>. }
-m<encargado> El encargado del paquete es <encargado>. }
-e<maint> El encargado de la publicación es <encargado>.} introdu-
-C<fichero-desc> Los cambios se describen en <fichero-desc>. } cido a
} dpkg-genchanges
-si (predefinido) La fuente incluye «orig» si la fuente original es
nueva.}
-sa Siempre incluye las «orig» en las fuentes a subir. }
-sd Sólo se incluyen el «diff» y «.dsc» en la subida de }
fuentes. }
-sn Fuerza el formato nativo de Debian. }
-s[sAkurKUR] Consulte dpkg-source para una explicación.} introducido
-z<nivel> Nivel de compresión de las fuentes. } a dpkg-source
-Z<compressor> Compresión a usar para las fuentes }
-nc No limpia el árbol de fuentes (implica «-b»).
-tc Limpia el árbol de fuentes al finalizar.
-ap Pausa antes de iniciar el proceso de firmado.
-i[<exp-reg>] Ignora los «diff» entre ficheros que encajan con la
expresión regular. } introducido
-I[<pattern>] Omite ficheros al construir archivos tar. } a dpkg-source
--source-option=<opción>
[tab][tab] Introduce la opción <opción> a dpkg-source.
--changes-option=<opción>
[tab][tab] Introduce la opción <opción> a dpkg-genchanges
--admindir=<directorio>
Cambia el directorio administrativo.
-h, --help Muestra este mensaje de ayuda.
--version Muestra la versión.
Translated by Omar Campagne
Located in scripts/dpkg-buildpackage.pl:51
18.
cannot combine %s and %s
no se puede combinar «%s» con «%s»
Translated by Omar Campagne
Located in scripts/Dpkg/BuildTypes.pm
918 of 524 results

This translation is managed by Ubuntu Spanish Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Adolfo Jayme Barrientos, Alvaro Carrillanca P., Ariel Cabral, Carlos Arenas, Damián Gómez, Edgar Alejandro Jarquin Flores, Eduardo Retamales, Efrain Valles, Igor Guerrero, Jonathan Fernández Román, Jose Bovet Derpich, Jose Herran, Josh, Maiiite, Marcos Sánchez, Mariano Mara, Martin Albisetti, Monkey, Omar Campagne, Paco Molinero, Pedro Melero Gonzalez, Rodrigo Donado, Santi Alonso, Santiago Zarate, Sergio, Sergio Meneses, alakran, gnuckx, pablo_g, ricardovs, tsunamo, Álvaro Sánchez.