Browsing Spanish translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Spanish guidelines.
110 of 534 results
1.
%s [options]

COMMANDS:
-h, --help Show this help
--version Show version
--dump-conf Dump default configuration
--dump-modules Dump list of available modules
--dump-resample-methods Dump available resample methods
--cleanup-shm Cleanup stale shared memory segments
--start Start the daemon if it is not running
-k --kill Kill a running daemon
--check Check for a running daemon (only returns exit code)

OPTIONS:
--system[=BOOL] Run as system-wide instance
-D, --daemonize[=BOOL] Daemonize after startup
--fail[=BOOL] Quit when startup fails
--high-priority[=BOOL] Try to set high nice level
(only available as root, when SUID or
with elevated RLIMIT_NICE)
--realtime[=BOOL] Try to enable realtime scheduling
(only available as root, when SUID or
with elevated RLIMIT_RTPRIO)
--disallow-module-loading[=BOOL] Disallow module user requested module
loading/unloading after startup
--disallow-exit[=BOOL] Disallow user requested exit
--exit-idle-time=SECS Terminate the daemon when idle and this
time passed
--scache-idle-time=SECS Unload autoloaded samples when idle and
this time passed
--log-level[=LEVEL] Increase or set verbosity level
-v --verbose Increase the verbosity level
--log-target={auto,syslog,stderr,file:PATH,newfile:PATH}
Specify the log target
--log-meta[=BOOL] Include code location in log messages
--log-time[=BOOL] Include timestamps in log messages
--log-backtrace=FRAMES Include a backtrace in log messages
-p, --dl-search-path=PATH Set the search path for dynamic shared
objects (plugins)
--resample-method=METHOD Use the specified resampling method
(See --dump-resample-methods for
possible values)
--use-pid-file[=BOOL] Create a PID file
--no-cpu-limit[=BOOL] Do not install CPU load limiter on
platforms that support it.
--disable-shm[=BOOL] Disable shared memory support.
--enable-memfd[=BOOL] Enable memfd shared memory support.

STARTUP SCRIPT:
-L, --load="MODULE ARGUMENTS" Load the specified plugin module with
the specified argument
-F, --file=FILENAME Run the specified script
-C Open a command line on the running TTY
after startup

-n Don't load default script file
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.
%s [opciones]

ÓRDENES:
-h, --help Mostrar estas instrucciones
--version Mostrar la versión
--dump-conf Mostrar la configuración inicial
--dump-modules Mostrar la lista de módulos disponibles
--dump-resample-methods Mostrar la lista de métodos de remuestreo
--cleanup-shm Vacíar segmentos de memoria compartida expirados
--start Iniciar el demonio si no se está ejecutando
-k --kill Eliminar un demonio que se está ejecutando
--check Verificar si un demonio se está ejecutando (solo devuelve el código de salida)

OPCIONES:
--system[=BOOL] Ejecutar como instancia para todo el sistema
-D, --daemonize[=BOOL] Ejecutar como demonio luego del inicio
--fail[=BOOL] Salir al fallar el inicio
--high-priority[=BOOL] Intentar utilizar un alto nivel de nice
(solo permitido al superusuario, con SUID o
RLIMIT_NICE elevado)
--realtime[=BOOL] Intentar utilizar programación en tiempo real
(solo permitido al superusuario, con SUID o
RLIMIT_RTPRIO elevado)
--disallow-module-loading[=BOOL] No permitir cargar módulos solicitados
por el usuario del módulo luego del inicio
--disallow-exit[=BOOL] No permitir salida solicitada por el usuario
--exit-idle-time=SEGUNDOS Terminar el demonio luego del tiempo de
inactividad indicado
--scache-idle-time=SEGUNDOS Desechar muestras autocargadas luego del
tiempo de inactividad indicado
--log-level[=NIVEL] Aumentar o indicar el nivel de verbosidad
-v --verbose Aumentar el nivel de verbosidad
--log-target={auto,syslog,stderr,file:RUTA DE ARCHIVO,newfile:RUTA DE ARCHIVO}
Especificar el destino del log
--log-meta[=BOOL] Incluir la ubicación en el código en el log
--log-time[=BOOL] Incluir marcas de tiempo en el log
--log-backtrace=TRAMAS Incluir trazas de ejecución en el log
-p, --dl-search-path=RUTA DE ARCHIVO Especificar la ruta de búsqueda para objetos
dinámicos compartidos (plugins)
--resample-method=MÉTODO Utilizar el método de remuestreo especificado
(Véase --dump-resample-methods por
opciones disponibles)
--use-pid-file[=BOOL] Crear un archivo PID
--no-cpu-limit[=BOOL] No instalar limitador de carga de CPU
en plataformas que lo apoyan.
--disable-shm[=BOOL] Deshabilitar el uso de memoria compartida.
--enable-memfd[=BOOL] Habilitar memoria compartida memfd.

SCRIPT DE INICIO:
-L, --load="ARGUMENTOS DE MÓDULO" Cargar el módulo plugin
especificado con el argumento especificado
-F, --file=RUTA DE ARCHIVO Ejecutar el script especificado
-C Iniciar una línea de comandos en el TTY activo luego de iniciar

-n No cargar el script inicial
Translated and reviewed by Paco Molinero
Located in src/daemon/cmdline.c:113
2.
--daemonize expects boolean argument
--daemonize espera un argumento booleano
Translated by Claudio Rodrigo Pereyra Diaz
Located in src/daemon/cmdline.c:246
3.
--fail expects boolean argument
--fail espera un argumento booleano
Translated by Claudio Rodrigo Pereyra Diaz
Located in src/daemon/cmdline.c:254
4.
--log-level expects log level argument (either numeric in range 0..4 or one of debug, info, notice, warn, error).
--log-level espera un argumento en el nivel del log (ya sea numérico, que caiga en el rango de 0..4; ya sea uno de debug, info, notice, warn, o error).
Translated by Claudio Rodrigo Pereyra Diaz
Reviewed by Fernando Gonzalez Blanco
Located in src/daemon/cmdline.c:265
5.
--high-priority expects boolean argument
--high-priority espera un argumento booleano
Translated by Claudio Rodrigo Pereyra Diaz
Located in src/daemon/cmdline.c:277
6.
--realtime expects boolean argument
--realtime espera un argumento booleano
Translated by Claudio Rodrigo Pereyra Diaz
Located in src/daemon/cmdline.c:285
7.
--disallow-module-loading expects boolean argument
--disallow-module-loading espera un argumento booleano
Translated by Claudio Rodrigo Pereyra Diaz
Located in src/daemon/cmdline.c:293
8.
--disallow-exit expects boolean argument
--disallow-exit espera un argumento booleano
Translated by Claudio Rodrigo Pereyra Diaz
Located in src/daemon/cmdline.c:301
9.
--use-pid-file expects boolean argument
--use pid-file espera un argumento booleano
Translated by Claudio Rodrigo Pereyra Diaz
Located in src/daemon/cmdline.c:309
10.
Invalid log target: use either 'syslog', 'journal','stderr' or 'auto' or a valid file name 'file:<path>', 'newfile:<path>'.
El tipo de registro no es válido; use 'syslog', 'journal', 'stderr', 'auto' o un nombre de fichero válido con 'file:<ruta>' o 'newfile:<ruta>'.
Translated by Copied by Zanata
Located in src/daemon/cmdline.c:328
110 of 534 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, Agustín Dall'Alba, Alan García, Andres, CanoRioss, Christian Alcaide González, Clark, Claudio Rodrigo Pereyra Diaz, Copied by Zanata, Cristian Gonzalez, Daniel Hernandez, David A Páez, Fernando Gonzalez Blanco, Fernando Muñoz, FreeFri, Hairo R. Carela, Hernan., Héctor Daniel Cabrera, J., Jaime Armendariz, Jaime Ernesto Mora, Javier Antonio Nisa Avila, Jorge Luis Granda, Jose Gutierrez, Jose Luis Tirado, Juan Moreno Garcia, Kamen Nedev, Luis Arturo López Grajales, Mauricio Maluff Masi, Nicolás M. Zahlut, Paco Molinero, Ricardo Pérez López, Rodrigo Lledó, Rubén Vera, Toni Estevez, Víctor R. Ruiz, allinaki simon, dbecker, fernando.