Translation updates forward-port to HEAD.

This commit is contained in:
Alvaro Herrera 2005-11-07 02:40:38 +00:00
parent 6236991143
commit 645adf5de8
10 changed files with 6738 additions and 5361 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,69 +1,71 @@
# Spanish translation of initdb.
# This file is put in the public domain.
# Álvaro Herrera <alvherre@dcc.uchile.cl>, 2004.
#
#
msgid ""
msgstr ""
"Project-Id-Version: initdb 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-01-17 10:17-0300\n"
"PO-Revision-Date: 2004-09-06 16:17-0400\n"
"POT-Creation-Date: 2005-11-06 22:53-0300\n"
"PO-Revision-Date: 2005-10-25 12:55-0300\n"
"Last-Translator: Álvaro Herrera <alvherre@dcc.uchile.cl>\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
#: initdb.c:251 initdb.c:265
#: initdb.c:252 initdb.c:266
#, c-format
msgid "%s: out of memory\n"
msgstr "%s: memoria agotada\n"
#: initdb.c:372 initdb.c:1406
#: initdb.c:375 initdb.c:1457
#, c-format
msgid "%s: could not open file \"%s\" for reading: %s\n"
msgstr "%s: no se pudo abrir el archivo «%s» para lectura: %s\n"
#: initdb.c:433 initdb.c:1033 initdb.c:1060
#: initdb.c:436 initdb.c:1043 initdb.c:1070
#, c-format
msgid "%s: could not open file \"%s\" for writing: %s\n"
msgstr "%s: no se pudo abrir el archivo «%s» para escritura: %s\n"
#: initdb.c:441 initdb.c:449 initdb.c:1040 initdb.c:1066
#: initdb.c:444 initdb.c:452 initdb.c:1050 initdb.c:1076
#, c-format
msgid "%s: could not write file \"%s\": %s\n"
msgstr "%s: no se pudo escribir el archivo «%s»: %s\n"
#: initdb.c:468
#: initdb.c:471
#, c-format
msgid "%s: could not execute command \"%s\": %s\n"
msgstr "%s: no se pudo ejecutar el comando «%s»: %s\n"
#: initdb.c:591
#: initdb.c:590
#, c-format
msgid "%s: removing data directory \"%s\"\n"
msgstr "%s: eliminando el directorio de datos «%s»\n"
#: initdb.c:594
#: initdb.c:593
#, c-format
msgid "%s: failed to remove data directory\n"
msgstr "%s: no se pudo eliminar el directorio de datos\n"
#: initdb.c:600
#: initdb.c:599
#, c-format
msgid "%s: removing contents of data directory \"%s\"\n"
msgstr "%s: eliminando el contenido del directorio «%s»\n"
#: initdb.c:603
#: initdb.c:602
#, c-format
msgid "%s: failed to remove contents of data directory\n"
msgstr "%s: no se pudo eliminar el contenido del directorio de datos\n"
#: initdb.c:612
#: initdb.c:611
#, c-format
msgid "%s: data directory \"%s\" not removed at user's request\n"
msgstr "%s: directorio de datos «%s» no eliminado a petición del usuario\n"
#: initdb.c:638
#: initdb.c:637
#, c-format
msgid ""
"%s: cannot be run as root\n"
@ -74,17 +76,17 @@ msgstr ""
"Por favor conéctese (usando, por ejemplo, «su») como un usuario sin\n"
"privilegios especiales, quien ejecutará el proceso servidor.\n"
#: initdb.c:687
#: initdb.c:685
#, c-format
msgid "%s: \"%s\" is not a valid server encoding name\n"
msgstr "%s: «%s» no es un nombre válido de codificación\n"
#: initdb.c:842
#: initdb.c:841
#, c-format
msgid "%s: warning: encoding mismatch\n"
msgstr "%s: atención: codificaciones no coinciden\n"
#: initdb.c:844
#: initdb.c:843
#, c-format
msgid ""
"The encoding you selected (%s) and the encoding that the selected\n"
@ -93,19 +95,18 @@ msgid ""
"this situation, rerun %s and either do not specify an encoding\n"
"explicitly, or choose a matching combination.\n"
msgstr ""
"La codificación que seleccionó (%s) y la codificación que usa la\n"
"configuración local seleccionada (%s) no coinciden. Esto puede llevar\n"
"a comportamientos erráticos en ciertas funciones de procesamiento de\n"
"cadenas de caracteres. Para corregir esta situación, ejecute %s y\n"
"no especifique una codificación, o bien especifique una combinación\n"
"adecuada.\n"
"La codificación que seleccionó (%s) y la codificación de la configuración\n"
"local elegida (%s) no coinciden. Esto puede llevar a comportamientos\n"
"erráticos en ciertas funciones de procesamiento de cadenas de caracteres.\n"
"Para corregir esta situación, ejecute %s nuevamente y no especifique una\n"
"codificación, o bien especifique una combinación adecuada.\n"
#: initdb.c:974
#: initdb.c:984
#, c-format
msgid "%s: could not create directory \"%s\": %s\n"
msgstr "%s: no se pudo crear el directorio «%s»: %s\n"
#: initdb.c:1002
#: initdb.c:1012
#, c-format
msgid ""
"%s: file \"%s\" does not exist\n"
@ -116,26 +117,26 @@ msgstr ""
"Esto significa que tiene una instalación corrupta o ha\n"
"identificado el directorio equivocado con la opción -L.\n"
#: initdb.c:1084
#: initdb.c:1094
#, c-format
msgid "selecting default max_connections ... "
msgstr "seleccionando el valor para max_connections ... "
#: initdb.c:1120
#: initdb.c:1130
#, c-format
msgid "selecting default shared_buffers ... "
msgstr "seleccionando el valor para shared_buffers ... "
#: initdb.c:1153
#: initdb.c:1163
msgid "creating configuration files ... "
msgstr "creando archivos de configuracion ... "
msgstr "creando archivos de configuración ... "
#: initdb.c:1254
#: initdb.c:1302
#, c-format
msgid "creating template1 database in %s/base/1 ... "
msgstr "creando base de datos template1 en %s/base/1 ... "
#: initdb.c:1270
#: initdb.c:1318
#, c-format
msgid ""
"%s: input file \"%s\" does not belong to PostgreSQL %s\n"
@ -145,97 +146,101 @@ msgstr ""
"Verifique su instalación o especifique la ruta correcta usando la opción -"
"L.\n"
#: initdb.c:1345
msgid "initializing pg_shadow ... "
msgstr "inicializando pg_shadow ... "
#: initdb.c:1396
msgid "initializing pg_authid ... "
msgstr "inicializando pg_authid ... "
#: initdb.c:1381
#: initdb.c:1432
msgid "Enter new superuser password: "
msgstr "Ingrese la nueva contraseña del superusuario: "
#: initdb.c:1382
#: initdb.c:1433
msgid "Enter it again: "
msgstr "Ingrésela nuevamente: "
#: initdb.c:1385
#: initdb.c:1436
#, c-format
msgid "Passwords didn't match.\n"
msgstr "Las constraseñas no coinciden.\n"
#: initdb.c:1412
#: initdb.c:1463
#, c-format
msgid "%s: could not read password from file \"%s\": %s\n"
msgstr "%s: no se pudo leer la contraseña del archivo «%s»: %s\n"
#: initdb.c:1425
#: initdb.c:1476
#, c-format
msgid "setting password ... "
msgstr "estableciendo contraseña ... "
#: initdb.c:1446
#: initdb.c:1497
#, c-format
msgid "%s: The password file was not generated. Please report this problem.\n"
msgstr ""
"%s: El archivo de contraseña no fue generado.\n"
"Por favor reporte este problema.\n"
#: initdb.c:1474
#: initdb.c:1524
msgid "enabling unlimited row size for system tables ... "
msgstr "habilitando tamaño de registro ilimitado para tablas de sistema ... "
#: initdb.c:1547
msgid "initializing pg_depend ... "
msgstr "inicializando pg_depend ... "
#: initdb.c:1604
msgid "initializing dependencies ... "
msgstr "inicializando dependencias ... "
#: initdb.c:1575
#: initdb.c:1632
msgid "creating system views ... "
msgstr "creando las vistas de sistema ... "
#: initdb.c:1611
#: initdb.c:1668
msgid "loading pg_description ... "
msgstr "cargando pg_description ... "
#: initdb.c:1650
#: initdb.c:1707
msgid "creating conversions ... "
msgstr "creando conversiones ... "
#: initdb.c:1704
#: initdb.c:1758
msgid "setting privileges on built-in objects ... "
msgstr "estableciendo privilegios en objetos predefinidos ... "
#: initdb.c:1762
#: initdb.c:1816
msgid "creating information schema ... "
msgstr "creando el esquema de información ... "
#: initdb.c:1819
#: initdb.c:1872
msgid "vacuuming database template1 ... "
msgstr "haciendo vacuum a la base de datos template1 ... "
#: initdb.c:1873
#: initdb.c:1926
msgid "copying template1 to template0 ... "
msgstr "copiando template1 a template0 ... "
#: initdb.c:1930
#: initdb.c:1957
msgid "copying template1 to postgres ... "
msgstr "copiando template1 a postgres ... "
#: initdb.c:2014
#, c-format
msgid "caught signal\n"
msgstr "se ha capturado una señal\n"
#: initdb.c:1936
#: initdb.c:2020
#, c-format
msgid "could not write to child process: %s\n"
msgstr "no se pudo escribir al proceso hijo: %s\n"
#: initdb.c:1944
#: initdb.c:2028
#, c-format
msgid "ok\n"
msgstr "ok\n"
msgstr "hecho\n"
#: initdb.c:1992
#: initdb.c:2077
#, c-format
msgid "%s: invalid locale name \"%s\"\n"
msgstr "%s: nombre de configuración local «%s» no es válido\n"
#: initdb.c:2059
#: initdb.c:2143
#, c-format
msgid ""
"%s initializes a PostgreSQL database cluster.\n"
@ -244,17 +249,17 @@ msgstr ""
"%s inicializa un cluster de base de datos PostgreSQL.\n"
"\n"
#: initdb.c:2060
#: initdb.c:2144
#, c-format
msgid "Usage:\n"
msgstr "Empleo:\n"
#: initdb.c:2061
#: initdb.c:2145
#, c-format
msgid " %s [OPTION]... [DATADIR]\n"
msgstr " %s [OPCIÓN]... [DATADIR]\n"
#: initdb.c:2062
#: initdb.c:2146
#, c-format
msgid ""
"\n"
@ -263,27 +268,27 @@ msgstr ""
"\n"
"Opciones:\n"
#: initdb.c:2063
#: initdb.c:2147
#, c-format
msgid " [-D, --pgdata=]DATADIR location for this database cluster\n"
msgstr ""
" [-D, --pgdata=]DATADIR ubicación para este cluster de bases de datos\n"
#: initdb.c:2064
#: initdb.c:2148
#, c-format
msgid " -E, --encoding=ENCODING set default encoding for new databases\n"
msgstr ""
" -E, --encoding=CODIFIC codificación por omisión para nuevas bases de "
"datos\n"
" -E, --encoding=CODIFICACION\n"
" codificación por omisión para nuevas bases de datos\n"
#: initdb.c:2065
#: initdb.c:2149
#, c-format
msgid ""
" --locale=LOCALE initialize database cluster with given locale\n"
msgstr ""
" --locale=LOCALE inicializar usando esta configuración local\n"
#: initdb.c:2066
#: initdb.c:2150
#, c-format
msgid ""
" --lc-collate, --lc-ctype, --lc-messages=LOCALE\n"
@ -299,12 +304,12 @@ msgstr ""
"omisión\n"
" es tomado de variables de ambiente)\n"
#: initdb.c:2071
#: initdb.c:2155
#, c-format
msgid " --no-locale equivalent to --locale=C\n"
msgstr " --no-locale equivalente a --locale=C\n"
#: initdb.c:2072
#: initdb.c:2156
#, c-format
msgid ""
" -A, --auth=METHOD default authentication method for local "
@ -313,19 +318,19 @@ msgstr ""
" -A, --auth=METODO método de autentificación por omisión para\n"
" conexiones locales\n"
#: initdb.c:2073
#: initdb.c:2157
#, c-format
msgid " -U, --username=NAME database superuser name\n"
msgstr " -U, --username=USUARIO nombre del superusuario del cluster\n"
#: initdb.c:2074
#: initdb.c:2158
#, c-format
msgid ""
" -W, --pwprompt prompt for a password for the new superuser\n"
msgstr ""
" -W, --pwprompt pedir una contraseña para el nuevo superusuario\n"
#: initdb.c:2075
#: initdb.c:2159
#, c-format
msgid ""
" --pwfile=FILE read password for the new superuser from file\n"
@ -333,17 +338,17 @@ msgstr ""
" --pwfile=ARCHIVO leer contraseña del nuevo superusuario del "
"archivo\n"
#: initdb.c:2076
#: initdb.c:2160
#, c-format
msgid " -?, --help show this help, then exit\n"
msgstr " -?, --help mostrar esta ayuda y salir\n"
#: initdb.c:2077
#: initdb.c:2161
#, c-format
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version mostrar información de version y salir\n"
#: initdb.c:2078
#: initdb.c:2162
#, c-format
msgid ""
"\n"
@ -352,27 +357,27 @@ msgstr ""
"\n"
"Opciones menos usadas:\n"
#: initdb.c:2079
#: initdb.c:2163
#, c-format
msgid " -d, --debug generate lots of debugging output\n"
msgstr " -d, --debug genera mucha salida de depuración\n"
#: initdb.c:2080
#: initdb.c:2164
#, c-format
msgid " -s, --show show internal settings\n"
msgstr " -s, --show muestra variables internas\n"
#: initdb.c:2081
#: initdb.c:2165
#, c-format
msgid " -L DIRECTORY where to find the input files\n"
msgstr " -L DIRECTORIO donde encontrar los archivos de entrada\n"
#: initdb.c:2082
#: initdb.c:2166
#, c-format
msgid " -n, --noclean do not clean up after errors\n"
msgstr " -n, --noclean no limpiar después de errores\n"
#: initdb.c:2083
#: initdb.c:2167
#, c-format
msgid ""
"\n"
@ -383,7 +388,7 @@ msgstr ""
"Si el directorio de datos no es especificado, se usa la variable de\n"
"ambiente PGDATA.\n"
#: initdb.c:2085
#: initdb.c:2169
#, c-format
msgid ""
"\n"
@ -392,34 +397,34 @@ msgstr ""
"\n"
"Reporte errores a <pgsql-bugs@postgresql.org>.\n"
#: initdb.c:2178
#: initdb.c:2265
#, c-format
msgid "Running in debug mode.\n"
msgstr "Ejecutando en modo de depuración.\n"
#: initdb.c:2182
#: initdb.c:2269
#, c-format
msgid "Running in noclean mode. Mistakes will not be cleaned up.\n"
msgstr "Ejecutando en modo sucio. Los errores no serán limpiados.\n"
#: initdb.c:2219 initdb.c:2236 initdb.c:2456
#: initdb.c:2306 initdb.c:2323 initdb.c:2542
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Use «%s --help» para obtener mayor información.\n"
#: initdb.c:2234
#: initdb.c:2321
#, c-format
msgid "%s: too many command-line arguments (first is \"%s\")\n"
msgstr "%s: demasiados argumentos de línea de órdenes (el primero es «%s»)\n"
#: initdb.c:2242
#: initdb.c:2329
#, c-format
msgid "%s: password prompt and password file may not be specified together\n"
msgstr ""
"%s: la petición de contraseña y el archivo de contraseña no pueden\n"
"ser especificados simultáneamente\n"
#: initdb.c:2248
#: initdb.c:2335
msgid ""
"\n"
"WARNING: enabling \"trust\" authentication for local connections\n"
@ -431,12 +436,12 @@ msgstr ""
"Puede cambiar esto editando pg_hba.conf o usando el parámetro -A\n"
"la próxima vez que ejecute initdb.\n"
#: initdb.c:2272
#: initdb.c:2358
#, c-format
msgid "%s: unrecognized authentication method \"%s\"\n"
msgstr "%s: método de autentificación desconocido: «%s»\n"
#: initdb.c:2282
#: initdb.c:2368
#, c-format
msgid ""
"%s: must specify a password for the superuser to enable %s authentication\n"
@ -444,7 +449,7 @@ msgstr ""
"%s: debe especificar una contraseña al superusuario para activar\n"
"autentificación %s\n"
#: initdb.c:2297
#: initdb.c:2383
#, c-format
msgid ""
"%s: no data directory specified\n"
@ -456,7 +461,7 @@ msgstr ""
"Debe especificar el directorio donde residirán los datos para este cluster.\n"
"Hágalo usando la opción -D o la variable de ambiente PGDATA.\n"
#: initdb.c:2329
#: initdb.c:2415
#, c-format
msgid ""
"The program \"postgres\" is needed by %s but was not found in the\n"
@ -467,7 +472,7 @@ msgstr ""
"directorio que «%s».\n"
"Verifique su instalación.\n"
#: initdb.c:2336
#: initdb.c:2422
#, c-format
msgid ""
"The program \"postgres\" was found by \"%s\"\n"
@ -478,17 +483,17 @@ msgstr ""
"de la misma versión que «%s».\n"
"Verifique su instalación.\n"
#: initdb.c:2355
#: initdb.c:2441
#, c-format
msgid "%s: input file location must be an absolute path\n"
msgstr "%s: la ubicación de archivos de entrada debe ser una ruta absoluta\n"
#: initdb.c:2363
#: initdb.c:2449
#, c-format
msgid "%s: could not determine valid short version string\n"
msgstr "%s: no se pudo determinar una cadena corta de número de versión\n"
#: initdb.c:2416
#: initdb.c:2502
#, c-format
msgid ""
"The files belonging to this database system will be owned by user \"%s\".\n"
@ -498,12 +503,12 @@ msgstr ""
"Los archivos de este cluster serán de propiedad del usuario «%s».\n"
"Este usuario también debe ser quien ejecute el proceso servidor.\n"
#: initdb.c:2426
#: initdb.c:2512
#, c-format
msgid "The database cluster will be initialized with locale %s.\n"
msgstr "El cluster será inicializado con configuración local %s.\n"
#: initdb.c:2429
#: initdb.c:2515
#, c-format
msgid ""
"The database cluster will be initialized with locales\n"
@ -522,39 +527,39 @@ msgstr ""
" NUMERIC: %s\n"
" TIME: %s\n"
#: initdb.c:2454
#: initdb.c:2540
#, c-format
msgid "%s: could not find suitable encoding for locale \"%s\"\n"
msgstr ""
"%s: no se pudo encontrar una codificación apropiada para\n"
"la configuración local «%s».\n"
#: initdb.c:2455
#: initdb.c:2541
#, c-format
msgid "Rerun %s with the -E option.\n"
msgstr "Ejecute %s con la opción -E.\n"
#: initdb.c:2462
#: initdb.c:2548
#, c-format
msgid "The default database encoding has accordingly been set to %s.\n"
msgstr "La codificación por omisión ha sido por lo tanto definida a %s.\n"
#: initdb.c:2503
#: initdb.c:2588
#, c-format
msgid "creating directory %s ... "
msgstr "creando el directorio %s ... "
#: initdb.c:2517
#: initdb.c:2602
#, c-format
msgid "fixing permissions on existing directory %s ... "
msgstr "corrigiendo permisos en el directorio existente %s ... "
#: initdb.c:2523
#: initdb.c:2608
#, c-format
msgid "%s: could not change permissions of directory \"%s\": %s\n"
msgstr "%s: no se pudo cambiar los permisos del directorio «%s»: %s\n"
#: initdb.c:2536
#: initdb.c:2621
#, c-format
msgid ""
"%s: directory \"%s\" exists but is not empty\n"
@ -567,33 +572,33 @@ msgstr ""
"el directorio «%s», o ejecute %s\n"
"con un argumento distinto de «%s».\n"
#: initdb.c:2545
#: initdb.c:2630
#, c-format
msgid "%s: could not access directory \"%s\": %s\n"
msgstr "%s: no se pudo acceder al directorio «%s»: %s\n"
#: initdb.c:2554
#: initdb.c:2639
#, c-format
msgid "creating directory %s/%s ... "
msgstr "creando directorio %s/%s ... "
#: initdb.c:2622
#: initdb.c:2708
#, c-format
msgid ""
"\n"
"Success. You can now start the database server using:\n"
"\n"
" %s%s%s%spostmaster -D %s%s%s\n"
" %s%s%spostmaster%s -D %s%s%s\n"
"or\n"
" %s%s%s%spg_ctl -D %s%s%s -l logfile start\n"
" %s%s%spg_ctl%s -D %s%s%s -l logfile start\n"
"\n"
msgstr ""
"\n"
"Completado. Puede iniciar el servidor de bases de datos usando:\n"
"\n"
" %s%s%s%spostmaster -D %s%s%s\n"
" %s%s%spostmaster%s -D %s%s%s\n"
"o\n"
" %s%s%s%spg_ctl -D %s%s%s -l logfile start\n"
" %s%s%spg_ctl%s -D %s%s%s -l archivo_de_registro start\n"
"\n"
#: ../../port/dirmod.c:75 ../../port/dirmod.c:88 ../../port/dirmod.c:101
@ -601,47 +606,87 @@ msgstr ""
msgid "out of memory\n"
msgstr "memoria agotada\n"
#: ../../port/exec.c:194 ../../port/exec.c:308 ../../port/exec.c:351
#: ../../port/dirmod.c:145
#, c-format
msgid "could not rename file \"%s\" to \"%s\", continuing to try\n"
msgstr "no se pudo cambiar el nombre al archivo «%s» a «%s», se sigue intentando\n"
#: ../../port/dirmod.c:155
#, c-format
msgid "completed rename of file \"%s\" to \"%s\"\n"
msgstr "completado el cambio de nombre del archivo «%s» a «%s»\n"
#: ../../port/dirmod.c:185
#, c-format
msgid "could not remove file \"%s\", continuing to try\n"
msgstr "no se pudo borrar el archivo «%s», se sigue intentando\n"
#: ../../port/dirmod.c:195
#, c-format
msgid "completed removal of file \"%s\"\n"
msgstr "completada la eliminación del archivo «%s»\n"
#: ../../port/dirmod.c:293
#, c-format
msgid "could not set junction for \"%s\": %s\n"
msgstr "no se pudo definir un junction para «%s»: %s\n"
#: ../../port/dirmod.c:337
#, c-format
msgid "could not open directory \"%s\": %s\n"
msgstr "no se pudo abrir el directorio «%s»: %s\n"
#: ../../port/dirmod.c:374
#, c-format
msgid "could not read directory \"%s\": %s\n"
msgstr "no se pudo leer el directorio «%s»: %s\n"
#: ../../port/dirmod.c:472
#, c-format
msgid "could not remove file or directory \"%s\": %s\n"
msgstr "no se pudo borrar el archivo o el directorio «%s»: %s\n"
#: ../../port/exec.c:193 ../../port/exec.c:307 ../../port/exec.c:350
#, c-format
msgid "could not identify current directory: %s"
msgstr "no se pudo identificar el directorio actual: %s"
#: ../../port/exec.c:213
#: ../../port/exec.c:212
#, c-format
msgid "invalid binary \"%s\""
msgstr "binario «%s» no es válido"
#: ../../port/exec.c:262
#: ../../port/exec.c:261
#, c-format
msgid "could not read binary \"%s\""
msgstr "no se pudo leer el binario «%s»"
#: ../../port/exec.c:269
#: ../../port/exec.c:268
#, c-format
msgid "could not find a \"%s\" to execute"
msgstr "no se pudo encontrar un «%s» para ejecutar"
#: ../../port/exec.c:324 ../../port/exec.c:360
#: ../../port/exec.c:323 ../../port/exec.c:359
#, c-format
msgid "could not change directory to \"%s\""
msgstr "no se pudo cambiar el directorio a «%s»"
#: ../../port/exec.c:339
#: ../../port/exec.c:338
#, c-format
msgid "could not read symbolic link \"%s\""
msgstr "no se pudo leer el enlace simbólico «%s»"
#: ../../port/exec.c:587
#: ../../port/exec.c:584
#, c-format
msgid "child process exited with exit code %d"
msgstr "el proceso hijo terminó con código de salida %d"
#: ../../port/exec.c:590
#: ../../port/exec.c:587
#, c-format
msgid "child process was terminated by signal %d"
msgstr "el proceso hijo fue terminado por una señal %d"
#: ../../port/exec.c:593
#: ../../port/exec.c:590
#, c-format
msgid "child process exited with unrecognized status %d"
msgstr "el proceso hijo terminó con código no reconocido %d"

View File

@ -1,20 +1,26 @@
# pg_config spanish translation
# This file is put in the public domain.
# Alvaro Herrera <alvherre@dcc.uchile.cl>, 2004
# Alvaro Herrera <alvherre@alvh.no-ip.org>, 2004, 2005
#
msgid ""
msgstr ""
"Project-Id-Version: pg_config 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-01-17 10:17-0300\n"
"POT-Creation-Date: 2005-11-06 23:05-0300\n"
"PO-Revision-Date: 2004-11-02 23:30 CLST\n"
"Last-Translator: Alvaro Herrera <alvherre@dcc.uchile.cl>\n"
"Last-Translator: Alvaro Herrera <alvherre@alvh.no-ip.org>\n"
"Language-Team: es <pgsql-es-ayuda@postgresql.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
#: pg_config.c:36
#: pg_config.c:241 pg_config.c:257 pg_config.c:273 pg_config.c:289
#: pg_config.c:305 pg_config.c:321 pg_config.c:337 pg_config.c:353
#, c-format
msgid "not recorded\n"
msgstr "no registrado\n"
#: pg_config.c:408
#, c-format
msgid ""
"\n"
@ -25,32 +31,38 @@ msgstr ""
"%s provee información sobre la versión instalada de PostgreSQL.\n"
"\n"
#: pg_config.c:37
#: pg_config.c:409
#, c-format
msgid "Usage:\n"
msgstr "Empleo:\n"
#: pg_config.c:38
#: pg_config.c:410
#, c-format
msgid ""
" %s OPTION...\n"
" %s [ OPTION ... ]\n"
"\n"
msgstr ""
" %s OPCIÓN...\n"
" %s [ OPCIÓN... ]\n"
"\n"
#: pg_config.c:39
#: pg_config.c:411
#, c-format
msgid "Options:\n"
msgstr "Opciones:\n"
#: pg_config.c:40
#: pg_config.c:412
#, c-format
msgid " --bindir show location of user executables\n"
msgstr ""
" --bindir muestra la ubicación de ejecutables de usuario\n"
#: pg_config.c:41
#: pg_config.c:413
#, c-format
msgid " --docdir show location of documentation files\n"
msgstr ""
" --docdir muestra la ubicación de archivos de documentación\n"
#: pg_config.c:414
#, c-format
msgid ""
" --includedir show location of C header files of the client\n"
@ -59,7 +71,14 @@ msgstr ""
" --includedir muestra la ubicación de archivos de encabezados C\n"
" de las interfaces cliente\n"
#: pg_config.c:43
#: pg_config.c:416
#, c-format
msgid " --pkgincludedir show location of other C header files\n"
msgstr ""
" --pkgincludedir muestra la ubicación de otros archivos de\n"
" encabezados C\n"
#: pg_config.c:417
#, c-format
msgid ""
" --includedir-server show location of C header files for the server\n"
@ -67,27 +86,56 @@ msgstr ""
" --includedir-server muestra la ubicación de archivos de encabezados C\n"
" del servidor\n"
#: pg_config.c:44
#: pg_config.c:418
#, c-format
msgid " --libdir show location of object code libraries\n"
msgstr ""
" --libdir muestra la ubicación de bibliotecas\n"
" de código objeto\n"
#: pg_config.c:45
#: pg_config.c:419
#, c-format
msgid " --pkglibdir show location of dynamically loadable modules\n"
msgstr ""
" --pkglibdir muestra la ubicación de módulos para carga dinámica\n"
#: pg_config.c:46
#: pg_config.c:420
#, c-format
msgid " --localedir show location of locale support files\n"
msgstr ""
" --localedir muestra la ubicación de archivos de soporte de\n"
" configuraciones locales\n"
#: pg_config.c:421
#, c-format
msgid " --mandir show location of manual pages\n"
msgstr " --mandir muestra la ubicación de páginas de manual\n"
#: pg_config.c:422
#, c-format
msgid ""
" --sharedir show location of architecture-independent support "
"files\n"
msgstr ""
" --sharedir muestra la ubicación de archivos de soporte\n"
" independientes de arquitectura\n"
#: pg_config.c:423
#, c-format
msgid ""
" --sysconfdir show location of system-wide configuration files\n"
msgstr ""
" --sysconfdir muestra la ubicación de archivos de configuración\n"
" global del sistema\n"
#: pg_config.c:424
#, c-format
msgid " --pgxs show location of extension makefile\n"
msgstr ""
" --pgxs muestra la ubicación del archivo makefile\n"
" para extensiones\n"
#: pg_config.c:47
#: pg_config.c:425
#, c-format
msgid ""
" --configure show options given to \"configure\" script when\n"
@ -96,90 +144,145 @@ msgstr ""
" --configure muestra las opciones que se dieron a «configure»\n"
" cuando PostgreSQL fue construido\n"
#: pg_config.c:49
#: pg_config.c:427
#, c-format
msgid " --version show the PostgreSQL version, then exit\n"
msgstr " --version muestra la versión de PostgreSQL y termina\n"
msgid " --cc show CC value used when PostgreSQL was built\n"
msgstr ""
" --cc muestra el valor de CC cuando PostgreSQL fue "
"construido\n"
#: pg_config.c:50
#: pg_config.c:428
#, c-format
msgid ""
" --help show this help, then exit\n"
" --cppflags show CPPFLAGS value used when PostgreSQL was built\n"
msgstr ""
" --cppflags muestra el valor de CPPFLAGS cuando PostgreSQL fue\n"
" construido\n"
#: pg_config.c:429
#, c-format
msgid ""
" --cflags show CFLAGS value used when PostgreSQL was built\n"
msgstr ""
" --cppflags muestra el valor de CFLAGS cuando PostgreSQL fue\n"
" construido\n"
#: pg_config.c:430
#, c-format
msgid ""
" --cflags_sl show CFLAGS_SL value used when PostgreSQL was built\n"
msgstr ""
" --cflags_sl muestra el valor de CFLAGS_SL cuando PostgreSQL fue\n"
" construido\n"
#: pg_config.c:431
#, c-format
msgid ""
" --ldflags show LDFLAGS value used when PostgreSQL was built\n"
msgstr ""
" --ldflags muestra el valor de LDFLAGS cuando PostgreSQL fue\n"
" construido\n"
#: pg_config.c:432
#, c-format
msgid ""
" --ldflags_sl show LDFLAGS_SL value used when PostgreSQL was "
"built\n"
msgstr ""
" --ldflags_sl muestra el valor de LDFLAGS_SL cuando PostgreSQL "
"fue\n"
" construido\n"
#: pg_config.c:433
#, c-format
msgid ""
" --libs show LIBS value used when PostgreSQL was built\n"
msgstr ""
" --libds muestra el valor de LIBS cuando PostgreSQL fue\n"
" construido\n"
#: pg_config.c:434
#, c-format
msgid " --version show the PostgreSQL version\n"
msgstr " --version muestra la versión de PostgreSQL\n"
#: pg_config.c:435
#, c-format
msgid " --help show this help, then exit\n"
msgstr " --help muestra esta ayuda y termina\n"
#: pg_config.c:436
#, c-format
msgid ""
"\n"
"With no arguments, all known items are shown.\n"
"\n"
msgstr ""
" --help muestra esta ayuda y termina\n"
"\n"
"Si no se pasa ningún argumento, se muestra toda la información conocida\n"
"\n"
#: pg_config.c:51
#: pg_config.c:437
#, c-format
msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgstr "Reporte errores a <pgsql-bugs@postgresql.org>.\n"
#: pg_config.c:57
#: pg_config.c:443
#, c-format
msgid ""
"\n"
"Try \"%s --help\" for more information\n"
msgstr ""
"\n"
"Use «%s --help» para mayor información\n"
msgid "Try \"%s --help\" for more information.\n"
msgstr "Use «%s --help» para mayor información.\n"
#: pg_config.c:75
#, c-format
msgid "%s: argument required\n"
msgstr "%s: se requiere un argumento\n"
#: pg_config.c:104
#, c-format
msgid "%s: invalid argument: %s\n"
msgstr "%s: el argumento no es válido: %s\n"
#: pg_config.c:113
#: pg_config.c:482
#, c-format
msgid "%s: could not find own executable\n"
msgstr "%s: no se pudo encontrar el propio ejecutable\n"
#: ../../port/exec.c:194 ../../port/exec.c:308 ../../port/exec.c:351
#: pg_config.c:505
#, c-format
msgid "%s: invalid argument: %s\n"
msgstr "%s: el argumento no es válido: %s\n"
#: ../../port/exec.c:193 ../../port/exec.c:307 ../../port/exec.c:350
#, c-format
msgid "could not identify current directory: %s"
msgstr "no se pudo identificar el directorio actual: %s"
#: ../../port/exec.c:213
#: ../../port/exec.c:212
#, c-format
msgid "invalid binary \"%s\""
msgstr "el binario «%s» no es válido"
#: ../../port/exec.c:262
#: ../../port/exec.c:261
#, c-format
msgid "could not read binary \"%s\""
msgstr "no se pudo leer el binario «%s»"
#: ../../port/exec.c:269
#: ../../port/exec.c:268
#, c-format
msgid "could not find a \"%s\" to execute"
msgstr "no se pudo encontrar un «%s» para ejecutar"
#: ../../port/exec.c:324 ../../port/exec.c:360
#: ../../port/exec.c:323 ../../port/exec.c:359
#, c-format
msgid "could not change directory to \"%s\""
msgstr "no se pudo cambiar el directorio a «%s»"
#: ../../port/exec.c:339
#: ../../port/exec.c:338
#, c-format
msgid "could not read symbolic link \"%s\""
msgstr "no se pudo leer el enlace simbólico «%s»"
#: ../../port/exec.c:587
#: ../../port/exec.c:584
#, c-format
msgid "child process exited with exit code %d"
msgstr "el proceso hijo terminó con código de salida %d"
#: ../../port/exec.c:590
#: ../../port/exec.c:587
#, c-format
msgid "child process was terminated by signal %d"
msgstr "el proceso hijo fue terminado por una señal %d"
#: ../../port/exec.c:593
#: ../../port/exec.c:590
#, c-format
msgid "child process exited with unrecognized status %d"
msgstr "el proceso hijo terminó con código no reconocido %d"

View File

@ -1,20 +1,20 @@
# Spanish message translation file for pg_controldata
# Karim Mribti <karim@mribti.com>, 2002.
# Alvaro Herrera <alvherre@dcc.uchile.cl>, 2003
# Alvaro Herrera <alvherre@alvh.no-ip.org>, 2003, 2003, 2004, 2005
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.0\n"
"Project-Id-Version: pg_controldata (PostgreSQL 8.1)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-12-03 13:07-0300\n"
"POT-Creation-Date: 2005-11-06 23:05-0300\n"
"PO-Revision-Date: 2002-08-30 18:23+0200\n"
"Last-Translator: Alvaro Herrera <alvherre@dcc.uchile.cl>\n"
"Last-Translator: Alvaro Herrera <alvherre@alvh.no-ip.org>\n"
"Language-Team: Castellano <pgsql-es-ayuda@postgresql.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
#: pg_controldata.c:26
#: pg_controldata.c:24
#, c-format
msgid ""
"%s displays control information of a PostgreSQL database cluster.\n"
@ -23,7 +23,7 @@ msgstr ""
"%s muestra información de control del cluster de PostgreSQL.\n"
"\n"
#: pg_controldata.c:30
#: pg_controldata.c:28
#, c-format
msgid ""
"Usage:\n"
@ -40,7 +40,7 @@ msgstr ""
" --help mostrar este mensaje y salir\n"
" --version mostrar información de versión y salir\n"
#: pg_controldata.c:38
#: pg_controldata.c:36
#, c-format
msgid ""
"\n"
@ -54,56 +54,56 @@ msgstr ""
"la variable de entorno PGDATA.\n"
"\n"
#: pg_controldata.c:40
#: pg_controldata.c:38
#, c-format
msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgstr "Informe de los bugs a <pgsql-bugs@postgresql.org>.\n"
#: pg_controldata.c:50
#: pg_controldata.c:48
msgid "starting up"
msgstr "iniciando"
#: pg_controldata.c:52
#: pg_controldata.c:50
msgid "shut down"
msgstr "apagado"
#: pg_controldata.c:54
#: pg_controldata.c:52
msgid "shutting down"
msgstr "apagándose"
#: pg_controldata.c:56
#: pg_controldata.c:54
msgid "in recovery"
msgstr "en recuperación"
#: pg_controldata.c:58
#: pg_controldata.c:56
msgid "in production"
msgstr "en producción"
#: pg_controldata.c:60
#: pg_controldata.c:58
msgid "unrecognized status code"
msgstr "codigo de estado no reconocido"
#: pg_controldata.c:102
#: pg_controldata.c:100
#, c-format
msgid "%s: no data directory specified\n"
msgstr "%s: no se ha especificado un directorio de datos\n"
#: pg_controldata.c:103
#: pg_controldata.c:101
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Intente «%s --help» para mayor información.\n"
#: pg_controldata.c:111
#: pg_controldata.c:109
#, c-format
msgid "%s: could not open file \"%s\" for reading: %s\n"
msgstr "%s: no se ha podido abrir el archivo «%s» para la lectura: %s\n"
#: pg_controldata.c:118
#: pg_controldata.c:116
#, c-format
msgid "%s: could not read file \"%s\": %s\n"
msgstr "%s: no se ha podido leer el archivo «%s»: %s\n"
#: pg_controldata.c:132
#: pg_controldata.c:130
#, c-format
msgid ""
"WARNING: Calculated CRC checksum does not match value stored in file.\n"
@ -116,76 +116,86 @@ msgstr ""
"bien tiene una estructura diferente de la que este programa está\n"
"esperando. Los resultados presentados a continuación no son confiables.\n"
#: pg_controldata.c:152
#: pg_controldata.c:150
#, c-format
msgid "pg_control version number: %u\n"
msgstr "Número de versión de pg_control: %u\n"
#: pg_controldata.c:153
#: pg_controldata.c:151
#, c-format
msgid "Catalog version number: %u\n"
msgstr "Número de versión del catálogo: %u\n"
#: pg_controldata.c:154
#: pg_controldata.c:152
#, c-format
msgid "Database system identifier: %s\n"
msgstr "Identificador de sistema: %s\n"
#: pg_controldata.c:155
#: pg_controldata.c:153
#, c-format
msgid "Database cluster state: %s\n"
msgstr "Estado del sistema de base de datos: %s\n"
#: pg_controldata.c:156
#: pg_controldata.c:154
#, c-format
msgid "pg_control last modified: %s\n"
msgstr "Última modificación de pg_control: %s\n"
#: pg_controldata.c:157
#: pg_controldata.c:155
#, c-format
msgid "Current log file ID: %u\n"
msgstr "ID de archivo de registro actual: %u\n"
#: pg_controldata.c:158
#: pg_controldata.c:156
#, c-format
msgid "Next log file segment: %u\n"
msgstr "Siguiente segmento de archivo de registro: %u\n"
#: pg_controldata.c:159
#: pg_controldata.c:157
#, c-format
msgid "Latest checkpoint location: %X/%X\n"
msgstr "Ubicación del último checkpoint: %X/%X\n"
#: pg_controldata.c:161
#: pg_controldata.c:159
#, c-format
msgid "Prior checkpoint location: %X/%X\n"
msgstr "Ubicación del checkpoint anterior: %X/%X\n"
#: pg_controldata.c:163
#: pg_controldata.c:161
#, c-format
msgid "Latest checkpoint's REDO location: %X/%X\n"
msgstr "Ubicación de REDO de último checkpoint: %X/%X\n"
#: pg_controldata.c:165
#: pg_controldata.c:163
#, c-format
msgid "Latest checkpoint's UNDO location: %X/%X\n"
msgstr "Ubicación de UNDO de último checkpoint: %X/%X\n"
#: pg_controldata.c:167
#: pg_controldata.c:165
#, c-format
msgid "Latest checkpoint's TimeLineID: %u\n"
msgstr "TimeLineID del último checkpoint: %u\n"
#: pg_controldata.c:168
#: pg_controldata.c:166
#, c-format
msgid "Latest checkpoint's NextXID: %u\n"
msgstr "NextXID de último checkpoint: %u\n"
#: pg_controldata.c:169
#: pg_controldata.c:167
#, c-format
msgid "Latest checkpoint's NextOID: %u\n"
msgstr "NextOID de último checkpoint: %u\n"
#: pg_controldata.c:168
#, c-format
msgid "Latest checkpoint's NextMultiXactId: %u\n"
msgstr "NextMultiXactId de último checkpoint: %u\n"
#: pg_controldata.c:169
#, c-format
msgid "Latest checkpoint's NextMultiOffset: %u\n"
msgstr "NextMultiOffset de último checkpoint: %u\n"
#: pg_controldata.c:170
#, c-format
msgid "Time of latest checkpoint: %s\n"
@ -193,53 +203,58 @@ msgstr "Instante de
#: pg_controldata.c:171
#, c-format
msgid "Maximum data alignment: %u\n"
msgstr "Alineamiento máximo de datos: %u\n"
#: pg_controldata.c:173
#, c-format
msgid "Database block size: %u\n"
msgstr "Tamaño de bloque de la base de datos: %u\n"
#: pg_controldata.c:172
#: pg_controldata.c:174
#, c-format
msgid "Blocks per segment of large relation: %u\n"
msgstr "Bloques por segmento en relación grande: %u\n"
#: pg_controldata.c:173
#: pg_controldata.c:175
#, c-format
msgid "Bytes per WAL segment: %u\n"
msgstr "Bytes por segmento WAL: %u\n"
#: pg_controldata.c:174
#: pg_controldata.c:176
#, c-format
msgid "Maximum length of identifiers: %u\n"
msgstr "Máxima longitud de identificadores: %u\n"
#: pg_controldata.c:175
#: pg_controldata.c:177
#, c-format
msgid "Maximum number of function arguments: %u\n"
msgstr "Cantidad máxima de argumentos de funciones: %u\n"
msgid "Maximum columns in an index: %u\n"
msgstr "Máximo número de columnas de un índice: %u\n"
#: pg_controldata.c:176
#: pg_controldata.c:178
#, c-format
msgid "Date/time type storage: %s\n"
msgstr "Tipo de almacenamiento de horas y fechas: %s\n"
#: pg_controldata.c:177
#: pg_controldata.c:179
msgid "64-bit integers"
msgstr "enteros de 64 bits"
#: pg_controldata.c:177
#: pg_controldata.c:179
msgid "floating-point numbers"
msgstr "números de punto flotante"
#: pg_controldata.c:178
#: pg_controldata.c:180
#, c-format
msgid "Maximum length of locale name: %u\n"
msgstr "Longitud máxima de nombres de locale: %u\n"
#: pg_controldata.c:179
#: pg_controldata.c:181
#, c-format
msgid "LC_COLLATE: %s\n"
msgstr "LC_COLLATE: %s\n"
#: pg_controldata.c:180
#: pg_controldata.c:182
#, c-format
msgid "LC_CTYPE: %s\n"
msgstr "LC_CTYPE: %s\n"

View File

@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pg_ctl 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-01-17 10:17-0300\n"
"POT-Creation-Date: 2005-11-06 23:07-0300\n"
"PO-Revision-Date: 2004-11-02 23:45-0400\n"
"Last-Translator: alvherre <alvherre@dcc.uchile.cl>\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n"
@ -12,17 +12,22 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
#: pg_ctl.c:201 pg_ctl.c:216 pg_ctl.c:1349
#: pg_ctl.c:201 pg_ctl.c:216 pg_ctl.c:1405
#, c-format
msgid "%s: out of memory\n"
msgstr "%s: memoria agotada\n"
#: pg_ctl.c:250
#, c-format
msgid "%s: could not open PID file \"%s\": %s"
msgstr "%s: no se pudo encontrar el archivo de PID «%s»: %s"
msgid "%s: could not open PID file \"%s\": %s\n"
msgstr "%s: no se pudo abrir el archivo de PID «%s»: %s\n"
#: pg_ctl.c:469
#: pg_ctl.c:257
#, c-format
msgid "%s: invalid data in PID file \"%s\"\n"
msgstr "%s: datos no válidos en archivo de PID «%s»\n"
#: pg_ctl.c:477
#, c-format
msgid ""
"%s: another postmaster may be running; trying to start postmaster anyway\n"
@ -30,17 +35,17 @@ msgstr ""
"%s: otro postmaster puede estar en ejecución;\n"
"tratando de ejecutarlo de todas formas.\n"
#: pg_ctl.c:487
#: pg_ctl.c:495
#, c-format
msgid "%s: could not read file \"%s\"\n"
msgstr "%s: no se pudo leer el archivo «%s»\n"
#: pg_ctl.c:493
#: pg_ctl.c:501
#, c-format
msgid "%s: option file \"%s\" must have exactly one line\n"
msgstr "%s: archivo de opciones «%s» debe tener exactamente una línea\n"
#: pg_ctl.c:544
#: pg_ctl.c:552
#, c-format
msgid ""
"The program \"postmaster\" is needed by %s but was not found in the\n"
@ -51,7 +56,7 @@ msgstr ""
"en el mismo directorio que %s.\n"
"Verifique su instalación.\n"
#: pg_ctl.c:550
#: pg_ctl.c:558
#, c-format
msgid ""
"The program \"postmaster\" was found by \"%s\"\n"
@ -62,12 +67,12 @@ msgstr ""
"a la misma versión que %s.\n"
"Verifique su instalación.\n"
#: pg_ctl.c:562
#: pg_ctl.c:570
#, c-format
msgid "%s: could not start postmaster: exit code was %d\n"
msgstr "%s: no se pudo iniciar postmaster: el código de retorno fue %d\n"
#: pg_ctl.c:573
#: pg_ctl.c:581
#, c-format
msgid ""
"%s: could not start postmaster\n"
@ -76,170 +81,175 @@ msgstr ""
"%s: no se pudo ejecutar postmaster.\n"
"Examine el registro del servidor.\n"
#: pg_ctl.c:582
#: pg_ctl.c:590
msgid "waiting for postmaster to start..."
msgstr "esperando que postmaster se inicie..."
#: pg_ctl.c:586
#: pg_ctl.c:594
#, c-format
msgid "could not start postmaster\n"
msgstr "no se pudo iniciar postmaster\n"
#: pg_ctl.c:591 pg_ctl.c:657 pg_ctl.c:724
#: pg_ctl.c:599 pg_ctl.c:665 pg_ctl.c:738
msgid " done\n"
msgstr " listo\n"
#: pg_ctl.c:592
#: pg_ctl.c:600
msgid "postmaster started\n"
msgstr "postmaster iniciado\n"
#: pg_ctl.c:596
#: pg_ctl.c:604
msgid "postmaster starting\n"
msgstr "postmaster iniciándose\n"
#: pg_ctl.c:610 pg_ctl.c:678 pg_ctl.c:738
#: pg_ctl.c:618 pg_ctl.c:686 pg_ctl.c:760
#, c-format
msgid "%s: PID file \"%s\" does not exist\n"
msgstr "%s: el archivo de PID «%s» no existe\n"
#: pg_ctl.c:611 pg_ctl.c:679 pg_ctl.c:739
#: pg_ctl.c:619 pg_ctl.c:688 pg_ctl.c:761
msgid "Is postmaster running?\n"
msgstr "¿Está postmaster en ejecución?\n"
#: pg_ctl.c:617
#: pg_ctl.c:625
#, c-format
msgid "%s: cannot stop postmaster; postgres is running (PID: %ld)\n"
msgstr ""
"%s: no se puede detener postmaster, postgres está en ejecución (PID: %ld)\n"
#: pg_ctl.c:625 pg_ctl.c:696
#: pg_ctl.c:633 pg_ctl.c:710
#, c-format
msgid "%s: could not send stop signal (PID: %ld): %s\n"
msgstr "%s: falló la señal de detención (PID: %ld): %s\n"
#: pg_ctl.c:632
#: pg_ctl.c:640
msgid "postmaster shutting down\n"
msgstr "postmaster deteniéndose\n"
#: pg_ctl.c:637 pg_ctl.c:701
#: pg_ctl.c:645 pg_ctl.c:715
msgid "waiting for postmaster to shut down..."
msgstr "esperando que postmaster se detenga..."
#: pg_ctl.c:652 pg_ctl.c:718
#: pg_ctl.c:660 pg_ctl.c:732
msgid " failed\n"
msgstr " falló\n"
#: pg_ctl.c:654 pg_ctl.c:720
#: pg_ctl.c:662 pg_ctl.c:734
#, c-format
msgid "%s: postmaster does not shut down\n"
msgstr "%s: postmaster no se detiene\n"
#: pg_ctl.c:659 pg_ctl.c:725
#: pg_ctl.c:667 pg_ctl.c:739
#, c-format
msgid "postmaster stopped\n"
msgstr "postmaster detenido\n"
#: pg_ctl.c:680
#: pg_ctl.c:689 pg_ctl.c:745
msgid "starting postmaster anyway\n"
msgstr "iniciando postmaster de todas maneras\n"
#: pg_ctl.c:687
#: pg_ctl.c:698
#, c-format
msgid "%s: cannot restart postmaster; postgres is running (PID: %ld)\n"
msgstr ""
"%s: no se puede reiniciar postmaster, postgres está en ejecución (PID: %ld)\n"
#: pg_ctl.c:690 pg_ctl.c:748
#: pg_ctl.c:701 pg_ctl.c:770
msgid "Please terminate postgres and try again.\n"
msgstr "Por favor termine postgres e intente nuevamente.\n"
#: pg_ctl.c:745
#: pg_ctl.c:743
#, c-format
msgid "%s: old postmaster process (PID: %ld) seems to be gone\n"
msgstr "%s: el proceso postmaster antiguo (PID: %ld) parece no estar\n"
#: pg_ctl.c:767
#, c-format
msgid "%s: cannot reload postmaster; postgres is running (PID: %ld)\n"
msgstr ""
"%s: no se puede recargar postmaster; postgres está en ejecución (PID: %ld)\n"
#: pg_ctl.c:754
#: pg_ctl.c:776
#, c-format
msgid "%s: could not send reload signal (PID: %ld): %s\n"
msgstr "%s: la señal de recarga falló (PID: %ld): %s\n"
#: pg_ctl.c:759
#: pg_ctl.c:781
msgid "postmaster signaled\n"
msgstr "se ha enviado una señal a postmaster\n"
#: pg_ctl.c:774
#, c-format
msgid "%s: neither postmaster nor postgres running\n"
msgstr "%s: postmaster o postgres no está en ejecución\n"
#: pg_ctl.c:780
#: pg_ctl.c:825
#, c-format
msgid "%s: a standalone backend \"postgres\" is running (PID: %ld)\n"
msgstr ""
"%s: un proceso servidor autónomo «postgres» está en ejecución (PID: %ld)\n"
#: pg_ctl.c:787
#: pg_ctl.c:837
#, c-format
msgid "%s: postmaster is running (PID: %ld)\n"
msgstr "%s: postmaster está en ejecución (PID: %ld)\n"
#: pg_ctl.c:803
#: pg_ctl.c:848
#, c-format
msgid "%s: neither postmaster nor postgres running\n"
msgstr "%s: postmaster o postgres no está en ejecución\n"
#: pg_ctl.c:859
#, c-format
msgid "%s: could not send signal %d (PID: %ld): %s\n"
msgstr "%s: no se pudo enviar la señal %d (PID: %ld): %s\n"
#: pg_ctl.c:836
#: pg_ctl.c:893
#, c-format
msgid "%s: could not find own program executable\n"
msgstr "%s: no se pudo encontrar el propio ejecutable\n"
#: pg_ctl.c:845
#: pg_ctl.c:902
#, c-format
msgid "%s: could not find postmaster program executable\n"
msgstr "%s: no se pudo encontrar el ejecutable de postmaster\n"
#: pg_ctl.c:899 pg_ctl.c:931
#: pg_ctl.c:956 pg_ctl.c:988
#, c-format
msgid "%s: could not open service manager\n"
msgstr "%s: no se pudo abrir el gestor de servicios\n"
#: pg_ctl.c:905
#: pg_ctl.c:962
#, c-format
msgid "%s: service \"%s\" already registered\n"
msgstr "%s: el servicio «%s» ya está registrado\n"
#: pg_ctl.c:916
#: pg_ctl.c:973
#, c-format
msgid "%s: could not register service \"%s\": error code %d\n"
msgstr "%s: no se pudo registrar el servicio «%s»: código de error %d\n"
#: pg_ctl.c:937
#: pg_ctl.c:994
#, c-format
msgid "%s: service \"%s\" not registered\n"
msgstr "%s: el servicio «%s» no ha sido registrado\n"
#: pg_ctl.c:944
#: pg_ctl.c:1001
#, c-format
msgid "%s: could not open service \"%s\": error code %d\n"
msgstr "%s: no se pudo abrir el servicio «%s»: código de error %d\n"
#: pg_ctl.c:951
#: pg_ctl.c:1008
#, c-format
msgid "%s: could not unregister service \"%s\": error code %d\n"
msgstr "%s: no se pudo dar de baja el servicio «%s»: código de error %d\n"
#: pg_ctl.c:1083
#: pg_ctl.c:1140
#, c-format
msgid "%s: could not start service \"%s\": error code %d\n"
msgstr "%s: no se pudo iniciar el servicio «%s»: código de error %d\n"
#: pg_ctl.c:1092
#: pg_ctl.c:1149
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Use «%s --help» para obtener más información.\n"
#: pg_ctl.c:1100
#: pg_ctl.c:1157
#, c-format
msgid ""
"%s is a utility to start, stop, restart, reload configuration files,\n"
@ -251,44 +261,44 @@ msgstr ""
"señal a un proceso PostgreSQL.\n"
"\n"
#: pg_ctl.c:1102
#: pg_ctl.c:1159
#, c-format
msgid "Usage:\n"
msgstr "Empleo:\n"
#: pg_ctl.c:1103
#: pg_ctl.c:1160
#, c-format
msgid " %s start [-w] [-D DATADIR] [-s] [-l FILENAME] [-o \"OPTIONS\"]\n"
msgstr " %s start [-w] [-D DATADIR] [-s] [-l ARCHIVO] [-o «OPCIONES»]\n"
#: pg_ctl.c:1104
#: pg_ctl.c:1161
#, c-format
msgid " %s stop [-W] [-D DATADIR] [-s] [-m SHUTDOWN-MODE]\n"
msgstr " %s stop [-W] [-D DATADIR] [-s] [-m MODO-DETENCIÓN]\n"
#: pg_ctl.c:1105
#: pg_ctl.c:1162
#, c-format
msgid ""
" %s restart [-w] [-D DATADIR] [-s] [-m SHUTDOWN-MODE] [-o \"OPTIONS\"]\n"
msgstr ""
" %s restart [-w] [-D DATADIR] [-s] [-m MODO-DETENCIÓN] [-o «OPCIONES»]\n"
#: pg_ctl.c:1106
#: pg_ctl.c:1163
#, c-format
msgid " %s reload [-D DATADIR] [-s]\n"
msgstr " %s reload [-D DATADIR] [-s]\n"
#: pg_ctl.c:1107
#: pg_ctl.c:1164
#, c-format
msgid " %s status [-D DATADIR]\n"
msgstr " %s status [-D DATADIR]\n"
#: pg_ctl.c:1108
#: pg_ctl.c:1165
#, c-format
msgid " %s kill SIGNALNAME PID\n"
msgstr " %s kill NOMBRE-SEÑAL ID-DE-PROCESO\n"
#: pg_ctl.c:1110
#: pg_ctl.c:1167
#, c-format
msgid ""
" %s register [-N SERVICENAME] [-U USERNAME] [-P PASSWORD] [-D DATADIR]\n"
@ -297,12 +307,12 @@ msgstr ""
" %s register [-N SERVICIO] [-U USUARIO] [-P PASSWORD] [-D DATADIR]\n"
" [-w] [-o «OPCIONES»]\n"
#: pg_ctl.c:1112
#: pg_ctl.c:1169
#, c-format
msgid " %s unregister [-N SERVICENAME]\n"
msgstr " %s unregister [-N SERVICIO]\n"
#: pg_ctl.c:1115
#: pg_ctl.c:1172
#, c-format
msgid ""
"\n"
@ -311,42 +321,42 @@ msgstr ""
"\n"
"Opciones comunes:\n"
#: pg_ctl.c:1116
#: pg_ctl.c:1173
#, c-format
msgid " -D, --pgdata DATADIR location of the database storage area\n"
msgstr ""
" -D, --pgdata DATADIR ubicación del área de almacenamiento de datos\n"
#: pg_ctl.c:1117
#: pg_ctl.c:1174
#, c-format
msgid " -s, --silent only print errors, no informational messages\n"
msgstr ""
" -s, --silent mostrar sólo errores, no mensajes de información\n"
#: pg_ctl.c:1118
#: pg_ctl.c:1175
#, c-format
msgid " -w wait until operation completes\n"
msgstr ""
" -w esperar hasta que la operación se haya completado\n"
#: pg_ctl.c:1119
#: pg_ctl.c:1176
#, c-format
msgid " -W do not wait until operation completes\n"
msgstr ""
" -W no esperar hasta que la operación se haya "
"completado\n"
#: pg_ctl.c:1120
#: pg_ctl.c:1177
#, c-format
msgid " --help show this help, then exit\n"
msgstr " --help mostrar este texto y salir\n"
#: pg_ctl.c:1121
#: pg_ctl.c:1178
#, c-format
msgid " --version output version information, then exit\n"
msgstr " --version mostrar información sobre versión y salir\n"
#: pg_ctl.c:1122
#: pg_ctl.c:1179
#, c-format
msgid ""
"(The default is to wait for shutdown, but not for start or restart.)\n"
@ -356,12 +366,12 @@ msgstr ""
"reinicios)\n"
"\n"
#: pg_ctl.c:1123
#: pg_ctl.c:1180
#, c-format
msgid "If the -D option is omitted, the environment variable PGDATA is used.\n"
msgstr "Si la opción -D es omitida, se usa la variable de ambiente PGDATA.\n"
#: pg_ctl.c:1125
#: pg_ctl.c:1182
#, c-format
msgid ""
"\n"
@ -370,13 +380,13 @@ msgstr ""
"\n"
"Opciones para inicio y reinicio:\n"
#: pg_ctl.c:1126
#: pg_ctl.c:1183
#, c-format
msgid " -l, --log FILENAME write (or append) server log to FILENAME\n"
msgstr ""
" -l --log ARCHIVO guardar el registro del servidor en ARCHIVO.\n"
#: pg_ctl.c:1127
#: pg_ctl.c:1184
#, c-format
msgid ""
" -o OPTIONS command line options to pass to the postmaster\n"
@ -386,12 +396,12 @@ msgstr ""
"postmaster\n"
" (ejecutable del servidor de PostgreSQL)\n"
#: pg_ctl.c:1129
#: pg_ctl.c:1186
#, c-format
msgid " -p PATH-TO-POSTMASTER normally not necessary\n"
msgstr " -p RUTA-A-POSTMASTER normalmente no es necesario\n"
#: pg_ctl.c:1131
#: pg_ctl.c:1188
#, c-format
msgid ""
"\n"
@ -400,12 +410,12 @@ msgstr ""
"\n"
"Opciones para detención y reinicio:\n"
#: pg_ctl.c:1132
#: pg_ctl.c:1189
#, c-format
msgid " -m SHUTDOWN-MODE may be \"smart\", \"fast\", or \"immediate\"\n"
msgstr " -m MODO-DE-DETENCIÓN puede ser «smart», «fast» o «immediate»\n"
#: pg_ctl.c:1134
#: pg_ctl.c:1191
#, c-format
msgid ""
"\n"
@ -414,18 +424,18 @@ msgstr ""
"\n"
"Modos de detención son:\n"
#: pg_ctl.c:1135
#: pg_ctl.c:1192
#, c-format
msgid " smart quit after all clients have disconnected\n"
msgstr ""
" smart salir después que todos los clientes se hayan desconectado\n"
#: pg_ctl.c:1136
#: pg_ctl.c:1193
#, c-format
msgid " fast quit directly, with proper shutdown\n"
msgstr " fast salir directamente, con apagado apropiado\n"
#: pg_ctl.c:1137
#: pg_ctl.c:1194
#, c-format
msgid ""
" immediate quit without complete shutdown; will lead to recovery on "
@ -435,7 +445,7 @@ msgstr ""
" en el próximo inicio\n"
"\n"
#: pg_ctl.c:1139
#: pg_ctl.c:1196
#, c-format
msgid ""
"\n"
@ -444,7 +454,7 @@ msgstr ""
"\n"
"Nombres de señales permitidos para kill:\n"
#: pg_ctl.c:1143
#: pg_ctl.c:1200
#, c-format
msgid ""
"\n"
@ -453,7 +463,7 @@ msgstr ""
"\n"
"Opciones para registrar y dar de baja:\n"
#: pg_ctl.c:1144
#: pg_ctl.c:1201
#, c-format
msgid ""
" -N SERVICENAME service name with which to register PostgreSQL server\n"
@ -461,21 +471,21 @@ msgstr ""
" -N SERVICIO nombre de servicio con el cual registrar\n"
" el servidor PostgreSQL\n"
#: pg_ctl.c:1145
#: pg_ctl.c:1202
#, c-format
msgid " -P PASSWORD password of account to register PostgreSQL server\n"
msgstr ""
" -P CONTRASEÑA contraseña de la cuenta con la cual registrar\n"
" el servidor PostgreSQL\n"
#: pg_ctl.c:1146
#: pg_ctl.c:1203
#, c-format
msgid " -U USERNAME user name of account to register PostgreSQL server\n"
msgstr ""
" -U USUARIO nombre de usuario de la cuenta con la cual\n"
" registrar el servidor PostgreSQL\n"
#: pg_ctl.c:1149
#: pg_ctl.c:1206
#, c-format
msgid ""
"\n"
@ -484,17 +494,17 @@ msgstr ""
"\n"
"Reporte errores a <pgsql-bugs@postgresql.org>.\n"
#: pg_ctl.c:1174
#: pg_ctl.c:1231
#, c-format
msgid "%s: unrecognized shutdown mode \"%s\"\n"
msgstr "%s: modo de apagado «%s» no reconocido\n"
#: pg_ctl.c:1207
#: pg_ctl.c:1264
#, c-format
msgid "%s: unrecognized signal name \"%s\"\n"
msgstr "%s: nombre de señal «%s» no reconocido\n"
#: pg_ctl.c:1272
#: pg_ctl.c:1328
#, c-format
msgid ""
"%s: cannot be run as root\n"
@ -505,32 +515,32 @@ msgstr ""
"Por favor conéctese (por ej. usando «su») con un usuario no privilegiado,\n"
"quien ejecutará el proceso servidor.\n"
#: pg_ctl.c:1365
#: pg_ctl.c:1421
#, c-format
msgid "%s: invalid option %s\n"
msgstr "%s: la opción %s no es válida\n"
#: pg_ctl.c:1376
#: pg_ctl.c:1432
#, c-format
msgid "%s: too many command-line arguments (first is \"%s\")\n"
msgstr "%s: demasiados argumentos de línea de comandos (el primero es «%s»)\n"
#: pg_ctl.c:1395
#: pg_ctl.c:1451
#, c-format
msgid "%s: missing arguments for kill mode\n"
msgstr "%s: argumentos faltantes para envío de señal\n"
#: pg_ctl.c:1413
#: pg_ctl.c:1469
#, c-format
msgid "%s: unrecognized operation mode \"%s\"\n"
msgstr "%s: modo de operación «%s» no reconocido\n"
#: pg_ctl.c:1423
#: pg_ctl.c:1479
#, c-format
msgid "%s: no operation specified\n"
msgstr "%s: no se especificó operación\n"
#: pg_ctl.c:1439
#: pg_ctl.c:1495
#, c-format
msgid ""
"%s: no database directory specified and environment variable PGDATA unset\n"
@ -538,47 +548,47 @@ msgstr ""
"%s: no se especificó directorio de datos y la variable PGDATA no está "
"definida\n"
#: ../../port/exec.c:194 ../../port/exec.c:308 ../../port/exec.c:351
#: ../../port/exec.c:193 ../../port/exec.c:307 ../../port/exec.c:350
#, c-format
msgid "could not identify current directory: %s"
msgstr "no se pudo identificar el directorio actual: %s"
#: ../../port/exec.c:213
#: ../../port/exec.c:212
#, c-format
msgid "invalid binary \"%s\""
msgstr "el binario %s no es válida"
#: ../../port/exec.c:262
#: ../../port/exec.c:261
#, c-format
msgid "could not read binary \"%s\""
msgstr "no se pudo leer el binario «%s»"
#: ../../port/exec.c:269
#: ../../port/exec.c:268
#, c-format
msgid "could not find a \"%s\" to execute"
msgstr "no se pudo encontrar un «%s» para ejecutar"
#: ../../port/exec.c:324 ../../port/exec.c:360
#: ../../port/exec.c:323 ../../port/exec.c:359
#, c-format
msgid "could not change directory to \"%s\""
msgstr "no se pudo cambiar el directorio a «%s»"
#: ../../port/exec.c:339
#: ../../port/exec.c:338
#, c-format
msgid "could not read symbolic link \"%s\""
msgstr "no se pudo leer el enlace simbólico «%s»"
#: ../../port/exec.c:587
#: ../../port/exec.c:584
#, c-format
msgid "child process exited with exit code %d"
msgstr "el proceso hijo terminó con código de salida %d"
#: ../../port/exec.c:590
#: ../../port/exec.c:587
#, c-format
msgid "child process was terminated by signal %d"
msgstr "el proceso hijo fue terminado por una señal %d"
#: ../../port/exec.c:593
#: ../../port/exec.c:590
#, c-format
msgid "child process exited with unrecognized status %d"
msgstr "el proceso hijo terminó con código no reconocido %d"

File diff suppressed because it is too large Load Diff

View File

@ -1,71 +1,98 @@
# Spanish message translation file for pg_resetxlog
# Ivan Hernandez <ivanx@ciencias.unam.mx>, 2003.
# Alvaro Herrera <alvherre@dcc.uchile.cl>, 2004
# Alvaro Herrera <alvherre@alvh.no-ip.org>, 2004, 2005
# Jaime Casanova <systemguards@gmail.com>, 2005
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.0\n"
"Project-Id-Version: PostgreSQL 8.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-01-10 19:47-0300\n"
"PO-Revision-Date: 2003-10-03 15:24-0500\n"
"POT-Creation-Date: 2005-11-06 23:05-0300\n"
"PO-Revision-Date: 2005-01-10 19:47-0300\n"
"Last-Translator: Ivan Hernandez <ivanx@ciencias.unam.mx>\n"
"Language-Team: Español <pgsql-es-ayuda@postgresql.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
#: pg_resetxlog.c:125
#: pg_resetxlog.c:123
#, c-format
msgid "%s: invalid argument for option -x\n"
msgstr "%s: argumento no válido para la opción -x\n"
#: pg_resetxlog.c:126 pg_resetxlog.c:141 pg_resetxlog.c:156 pg_resetxlog.c:163
#: pg_resetxlog.c:170 pg_resetxlog.c:176 pg_resetxlog.c:184
#: pg_resetxlog.c:124 pg_resetxlog.c:139 pg_resetxlog.c:154 pg_resetxlog.c:169
#: pg_resetxlog.c:184 pg_resetxlog.c:191 pg_resetxlog.c:198 pg_resetxlog.c:204
#: pg_resetxlog.c:212
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Prueba con «%s --help» para más información\n"
#: pg_resetxlog.c:131
#: pg_resetxlog.c:129
#, c-format
msgid "%s: transaction ID (-x) must not be 0\n"
msgstr "%s: el ID de transacción (-x) no debe ser cero\n"
#: pg_resetxlog.c:140
#: pg_resetxlog.c:138
#, c-format
msgid "%s: invalid argument for option -o\n"
msgstr "%s: argumento no válido para la opción -o\n"
#: pg_resetxlog.c:146
#: pg_resetxlog.c:144
#, c-format
msgid "%s: OID (-o) must not be 0\n"
msgstr "%s: OID (-o) no debe ser cero\n"
#: pg_resetxlog.c:155 pg_resetxlog.c:162 pg_resetxlog.c:169
#: pg_resetxlog.c:153
#, c-format
msgid "%s: invalid argument for option -m\n"
msgstr "%s: argumento no válido para la opción -m\n"
#: pg_resetxlog.c:159
#, c-format
msgid "%s: multitransaction ID (-m) must not be 0\n"
msgstr "%s: el ID de multitransacción (-m) no debe ser cero\n"
#: pg_resetxlog.c:168
#, c-format
msgid "%s: invalid argument for option -O\n"
msgstr "%s: argumento no válido para la opción -O\n"
#: pg_resetxlog.c:174
#, c-format
msgid "%s: multitransaction offset (-O) must not be -1\n"
msgstr "%s: la posición de multitransacción (-O) no debe ser -1\n"
#: pg_resetxlog.c:183 pg_resetxlog.c:190 pg_resetxlog.c:197
#, c-format
msgid "%s: invalid argument for option -l\n"
msgstr "%s: argumento no válido para la opción -l\n"
#: pg_resetxlog.c:183
#: pg_resetxlog.c:211
#, c-format
msgid "%s: no data directory specified\n"
msgstr "%s: directorio de datos no especificado\n"
#: pg_resetxlog.c:198
#: pg_resetxlog.c:226
#, c-format
msgid "%s: cannot be executed by \"root\"\n"
msgstr "%s: no puede ser ejecutado con el usuario «root»\n"
#: pg_resetxlog.c:200
#: pg_resetxlog.c:228
#, c-format
msgid "You must run %s as the PostgreSQL superuser.\n"
msgstr "Debe ejecutar %s con el superusuario de PostgreSQL.\n"
#: pg_resetxlog.c:222 pg_resetxlog.c:321
#: pg_resetxlog.c:239
#, c-format
msgid "%s: could not change directory to \"%s\": %s\n"
msgstr "%s: no se puede cambiar al directorio «%s»: %s\n"
#: pg_resetxlog.c:254 pg_resetxlog.c:359
#, c-format
msgid "%s: could not open file \"%s\" for reading: %s\n"
msgstr "%s: no fue posible abrir el archivo «%s» para lectura: %s\n"
#: pg_resetxlog.c:228
#: pg_resetxlog.c:260
#, c-format
msgid ""
"%s: lock file \"%s\" exists\n"
@ -75,7 +102,7 @@ msgstr ""
"¿Hay un servidor corriendo? Si no, borra el archivo candado e inténtalo de "
"nuevo\n"
#: pg_resetxlog.c:270
#: pg_resetxlog.c:308
#, c-format
msgid ""
"\n"
@ -84,7 +111,7 @@ msgstr ""
"\n"
"Si estos valores parecen aceptables, usa -f para forzar reinicio.\n"
#: pg_resetxlog.c:282
#: pg_resetxlog.c:320
#, c-format
msgid ""
"The database server was not shut down cleanly.\n"
@ -95,12 +122,12 @@ msgstr ""
"Reiniciar la bitácora de transacciones puede causar pérdida de datos.\n"
"Si de todas formas quieres proceder, usa -f para forzar su reinicio.\n"
#: pg_resetxlog.c:295
#: pg_resetxlog.c:333
#, c-format
msgid "Transaction log reset\n"
msgstr "Bitácora de transacciones reiniciada\n"
#: pg_resetxlog.c:324
#: pg_resetxlog.c:362
#, c-format
msgid ""
"If you are sure the data directory path is correct, execute\n"
@ -111,34 +138,34 @@ msgstr ""
" touch %s\n"
"y prueba de nuevo.\n"
#: pg_resetxlog.c:337
#: pg_resetxlog.c:375
#, c-format
msgid "%s: could not read file \"%s\": %s\n"
msgstr "%s: no fue posible leer el archivo «%s»: %s\n"
#: pg_resetxlog.c:360
#: pg_resetxlog.c:398
#, c-format
msgid "%s: pg_control exists but has invalid CRC; proceed with caution\n"
msgstr ""
"%s: existe pg_control pero tiene un CRC no válido, procede con precaución\n"
#: pg_resetxlog.c:369
#: pg_resetxlog.c:407
#, c-format
msgid "%s: pg_control exists but is broken or unknown version; ignoring it\n"
msgstr ""
"%s: existe pg_control pero está roto o se desconoce su versión; ignorándolo\n"
#: pg_resetxlog.c:433
#: pg_resetxlog.c:475
#, c-format
msgid "%s: invalid LC_COLLATE setting\n"
msgstr "%s: el valor de LC_COLLATE no es válido\n"
#: pg_resetxlog.c:440
#: pg_resetxlog.c:482
#, c-format
msgid "%s: invalid LC_CTYPE setting\n"
msgstr "%s: el valor de LC_CTYPE no es válido\n"
#: pg_resetxlog.c:464
#: pg_resetxlog.c:506
#, c-format
msgid ""
"Guessed pg_control values:\n"
@ -147,7 +174,7 @@ msgstr ""
"Valores de pg_control asumidos:\n"
"\n"
#: pg_resetxlog.c:466
#: pg_resetxlog.c:508
#, c-format
msgid ""
"pg_control values:\n"
@ -156,95 +183,110 @@ msgstr ""
"Valores de pg_control:\n"
"\n"
#: pg_resetxlog.c:475
#: pg_resetxlog.c:517
#, c-format
msgid "pg_control version number: %u\n"
msgstr "Número de versión de pg_control: %u\n"
#: pg_resetxlog.c:476
#: pg_resetxlog.c:518
#, c-format
msgid "Catalog version number: %u\n"
msgstr "Número de versión de catálogo: %u\n"
#: pg_resetxlog.c:477
#: pg_resetxlog.c:519
#, c-format
msgid "Database system identifier: %s\n"
msgstr "Identificador de sistema: %s\n"
#: pg_resetxlog.c:478
#: pg_resetxlog.c:520
#, c-format
msgid "Current log file ID: %u\n"
msgstr "ID de archivo bitácora actual: %u\n"
#: pg_resetxlog.c:479
#: pg_resetxlog.c:521
#, c-format
msgid "Next log file segment: %u\n"
msgstr "Siguiente segmento de archivo bitácora: %u\n"
#: pg_resetxlog.c:480
#: pg_resetxlog.c:522
#, c-format
msgid "Latest checkpoint's TimeLineID: %u\n"
msgstr "TimeLineID del punto de control más reciente: %u\n"
msgstr "TimeLineID del checkpoint más reciente: %u\n"
#: pg_resetxlog.c:481
#: pg_resetxlog.c:523
#, c-format
msgid "Latest checkpoint's NextXID: %u\n"
msgstr "NextXID del punto de control más reciente: %u\n"
msgstr "NextXID del checkpoint más reciente: %u\n"
#: pg_resetxlog.c:482
#: pg_resetxlog.c:524
#, c-format
msgid "Latest checkpoint's NextOID: %u\n"
msgstr "NextOID del punto de control más reciente: %u\n"
msgstr "NextOID del checkpoint más reciente: %u\n"
#: pg_resetxlog.c:483
#: pg_resetxlog.c:525
#, c-format
msgid "Latest checkpoint's NextMultiXactId: %u\n"
msgstr "NextMultiXactId del checkpoint más reciente: %u\n"
#: pg_resetxlog.c:526
#, c-format
msgid "Latest checkpoint's NextMultiOffset: %u\n"
msgstr "NextMultiOffset del checkpoint más reciente: %u\n"
#: pg_resetxlog.c:527
#, c-format
msgid "Maximum data alignment: %u\n"
msgstr "Máximo alineamiento de datos: %u\n"
#: pg_resetxlog.c:529
#, c-format
msgid "Database block size: %u\n"
msgstr "Tamaño del bloque de la base de datos: %u\n"
#: pg_resetxlog.c:484
#: pg_resetxlog.c:530
#, c-format
msgid "Blocks per segment of large relation: %u\n"
msgstr "Bloques por segmento de relación grande: %u\n"
#: pg_resetxlog.c:485
#: pg_resetxlog.c:531
#, c-format
msgid "Maximum length of identifiers: %u\n"
msgstr "Longitud máxima de identificadores: %u\n"
#: pg_resetxlog.c:486
#: pg_resetxlog.c:532
#, c-format
msgid "Maximum number of function arguments: %u\n"
msgstr "Número máximo de argumentos de función: %u\n"
msgid "Maximum columns in an index: %u\n"
msgstr "Máximo número de columnas en un índice: %u\n"
#: pg_resetxlog.c:487
#: pg_resetxlog.c:533
#, c-format
msgid "Date/time type storage: %s\n"
msgstr "Tipo de almacenamiento hora/fecha: %s\n"
#: pg_resetxlog.c:488
#: pg_resetxlog.c:534
msgid "64-bit integers"
msgstr "enteros de 64 bits"
#: pg_resetxlog.c:488
#: pg_resetxlog.c:534
msgid "floating-point numbers"
msgstr "números de punto flotante"
#: pg_resetxlog.c:489
#: pg_resetxlog.c:535
#, c-format
msgid "Maximum length of locale name: %u\n"
msgstr "Longitud máxima de nombre de localización: %u\n"
#: pg_resetxlog.c:490
#: pg_resetxlog.c:536
#, c-format
msgid "LC_COLLATE: %s\n"
msgstr "LC_COLLATE: %s\n"
#: pg_resetxlog.c:491
#: pg_resetxlog.c:537
#, c-format
msgid "LC_CTYPE: %s\n"
msgstr "LC_CTYPE: %s\n"
#: pg_resetxlog.c:552
#: pg_resetxlog.c:598
#, c-format
msgid ""
"%s: internal error -- sizeof(ControlFileData) is too large ... fix xlog.c\n"
@ -252,47 +294,47 @@ msgstr ""
"%s: error interno -- sizeof(ControlFileData) es demasiado grande ... corrige "
"xlog.c\n"
#: pg_resetxlog.c:565
#: pg_resetxlog.c:613
#, c-format
msgid "%s: could not create pg_control file: %s\n"
msgstr "%s: no fue posible crear el archivo pg_control: %s\n"
#: pg_resetxlog.c:576
#: pg_resetxlog.c:624
#, c-format
msgid "%s: could not write pg_control file: %s\n"
msgstr "%s: no fue posible escribir el archivo pg_control: %s\n"
#: pg_resetxlog.c:583 pg_resetxlog.c:739
#: pg_resetxlog.c:631 pg_resetxlog.c:788
#, c-format
msgid "%s: fsync error: %s\n"
msgstr "%s: Error de fsync: %s\n"
#: pg_resetxlog.c:604
#: pg_resetxlog.c:652
#, c-format
msgid "%s: could not open directory \"%s\": %s\n"
msgstr "%s: no fue posible abrir el directorio «%s»: %s\n"
#: pg_resetxlog.c:618
#: pg_resetxlog.c:666
#, c-format
msgid "%s: could not delete file \"%s\": %s\n"
msgstr "%s: no fue posible borrar el archivo «%s»: %s\n"
#: pg_resetxlog.c:637
#: pg_resetxlog.c:685
#, c-format
msgid "%s: could not read from directory \"%s\": %s\n"
msgstr "%s: no fue posible leer del directorio «%s»: %s\n"
#: pg_resetxlog.c:706
#: pg_resetxlog.c:755
#, c-format
msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s: no fue posible abrir el archivo «%s»: %s\n"
#: pg_resetxlog.c:717 pg_resetxlog.c:731
#: pg_resetxlog.c:766 pg_resetxlog.c:780
#, c-format
msgid "%s: could not write file \"%s\": %s\n"
msgstr "%s: no fue posible escribir en el archivo «%s»: %s\n"
#: pg_resetxlog.c:750
#: pg_resetxlog.c:799
#, c-format
msgid ""
"%s resets the PostgreSQL transaction log.\n"
@ -301,7 +343,7 @@ msgstr ""
"%s reinicia la bitácora de transacciones de PostgreSQL\n"
"\n"
#: pg_resetxlog.c:751
#: pg_resetxlog.c:800
#, c-format
msgid ""
"Usage:\n"
@ -312,17 +354,17 @@ msgstr ""
" %s [OPCION]... DATADIR\n"
"\n"
#: pg_resetxlog.c:752
#: pg_resetxlog.c:801
#, c-format
msgid "Options:\n"
msgstr "Opciones:\n"
#: pg_resetxlog.c:753
#: pg_resetxlog.c:802
#, c-format
msgid " -f force update to be done\n"
msgstr " -f fuerza que la actualización sea hecha\n"
#: pg_resetxlog.c:754
#: pg_resetxlog.c:803
#, c-format
msgid ""
" -l TLI,FILE,SEG force minimum WAL starting location for new transaction "
@ -331,7 +373,12 @@ msgstr ""
" -l TLI,FILE,SEG fuerza una posición mínima de inicio de WAL para una\n"
" nueva transacción\n"
#: pg_resetxlog.c:755
#: pg_resetxlog.c:804
#, c-format
msgid " -m XID set next multitransaction ID\n"
msgstr " -m XID asigna el siguiente ID de multitransacción\n"
#: pg_resetxlog.c:805
#, c-format
msgid ""
" -n no update, just show extracted control values (for "
@ -341,28 +388,33 @@ msgstr ""
"extraídos\n"
" (para prueba)\n"
#: pg_resetxlog.c:756
#: pg_resetxlog.c:806
#, c-format
msgid " -o OID set next OID\n"
msgstr " -o OID asigna el siguiente OID\n"
#: pg_resetxlog.c:757
#: pg_resetxlog.c:807
#, c-format
msgid " -O OFFSET set next multitransaction offset\n"
msgstr " -O OFFSET asigna la siguiente posición de multitransacción\n"
#: pg_resetxlog.c:808
#, c-format
msgid " -x XID set next transaction ID\n"
msgstr " -x XID asigna el siguiente ID de transacción\n"
#: pg_resetxlog.c:758
#: pg_resetxlog.c:809
#, c-format
msgid " --help show this help, then exit\n"
msgstr " --help muestra esta ayuda y sale del programa\n"
#: pg_resetxlog.c:759
#: pg_resetxlog.c:810
#, c-format
msgid " --version output version information, then exit\n"
msgstr ""
" --version despliega la información de versión y sale del programa\n"
#: pg_resetxlog.c:760
#: pg_resetxlog.c:811
#, c-format
msgid ""
"\n"

File diff suppressed because it is too large Load Diff

View File

@ -1,28 +1,29 @@
# pgscripts spanish translation
# Alvaro Herrera, <alvherre@dcc.uchile.cl>, 2003, 2004
#
# Alvaro Herrera, <alvherre@alvh.no-ip.org>, 2003, 2004, 2005
# Jaime Casanova, <systemguards@gmail.com>, 2005
msgid ""
msgstr ""
"Project-Id-Version: pgscripts 8.0\n"
"Project-Id-Version: pgscripts 8.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-12-06 18:46-0300\n"
"PO-Revision-Date: 2003-10-05 20:10-0400\n"
"Last-Translator: Alvaro Herrera <alvherre@dcc.uchile.cl>\n"
"POT-Creation-Date: 2005-11-06 23:07-0300\n"
"PO-Revision-Date: 2004-12-06 18:46-0300\n"
"Last-Translator: Alvaro Herrera <alvherre@alvh.no-ip.org>\n"
"Language-Team: Castellano <pgsql-es-ayuda@postgresql.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
#: createdb.c:102 createdb.c:121 createlang.c:97 createlang.c:118
#: createlang.c:160 createuser.c:117 createuser.c:132 dropdb.c:84 dropdb.c:93
#: dropdb.c:101 droplang.c:94 droplang.c:115 droplang.c:157 dropuser.c:84
#: createdb.c:102 createdb.c:121 createlang.c:86 createlang.c:107
#: createlang.c:153 createuser.c:150 createuser.c:165 dropdb.c:84 dropdb.c:93
#: dropdb.c:101 droplang.c:96 droplang.c:117 droplang.c:164 dropuser.c:84
#: dropuser.c:99 clusterdb.c:95 clusterdb.c:110 vacuumdb.c:112 vacuumdb.c:127
#: reindexdb.c:111 reindexdb.c:125
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Use «%s --help» para mayor información.\n"
#: createdb.c:119 createlang.c:116 createuser.c:130 dropdb.c:99 droplang.c:113
#: dropuser.c:97 clusterdb.c:108 vacuumdb.c:125
#: createdb.c:119 createlang.c:105 createuser.c:163 dropdb.c:99 droplang.c:115
#: dropuser.c:97 clusterdb.c:108 vacuumdb.c:125 reindexdb.c:124
#, c-format
msgid "%s: too many command-line arguments (first is \"%s\")\n"
msgstr "%s: demasiados argumentos (el primero es «%s»)\n"
@ -32,21 +33,21 @@ msgstr "%s: demasiados argumentos (el primero es
msgid "%s: \"%s\" is not a valid encoding name\n"
msgstr "%s: «%s» no es un nombre de codificación válido\n"
#: createdb.c:168
#: createdb.c:169
#, c-format
msgid "%s: database creation failed: %s"
msgstr ""
"%s: falló la creación de la base de datos:\n"
"%s"
#: createdb.c:196
#: createdb.c:197
#, c-format
msgid "%s: comment creation failed (database was created): %s"
msgstr ""
"%s: falló la creación del comentario (la base de datos fue creada):\n"
"%s"
#: createdb.c:217
#: createdb.c:218
#, c-format
msgid ""
"%s creates a PostgreSQL database.\n"
@ -55,19 +56,21 @@ msgstr ""
"%s crea una base de datos PostgreSQL.\n"
"\n"
#: createdb.c:218 createlang.c:299 createuser.c:240 dropdb.c:147
#: droplang.c:280 dropuser.c:147 clusterdb.c:234 vacuumdb.c:260
#: createdb.c:219 createlang.c:204 createuser.c:304 dropdb.c:148
#: droplang.c:321 dropuser.c:147 clusterdb.c:234 vacuumdb.c:260
#: reindexdb.c:332
#, c-format
msgid "Usage:\n"
msgstr "Empleo:\n"
#: createdb.c:219
#: createdb.c:220
#, c-format
msgid " %s [OPTION]... [DBNAME] [DESCRIPTION]\n"
msgstr " %s [OPCIÓN]... [NOMBRE] [DESCRIPCIÓN]\n"
#: createdb.c:220 createlang.c:301 createuser.c:242 dropdb.c:149
#: droplang.c:282 dropuser.c:149 clusterdb.c:236 vacuumdb.c:262
#: createdb.c:221 createlang.c:206 createuser.c:306 dropdb.c:150
#: droplang.c:323 dropuser.c:149 clusterdb.c:236 vacuumdb.c:262
#: reindexdb.c:334
#, c-format
msgid ""
"\n"
@ -76,53 +79,54 @@ msgstr ""
"\n"
"Opciones:\n"
#: createdb.c:221
#: createdb.c:222
#, c-format
msgid " -D, --tablespace=TABLESPACE default tablespace for the database\n"
msgstr ""
" -D, --tablespace=TBLSPC tablespace por omisión de la base de datos\n"
#: createdb.c:222
#: createdb.c:223
#, c-format
msgid " -E, --encoding=ENCODING encoding for the database\n"
msgstr ""
" -E, --encoding=CODIFICACIÓN\n"
" codificación para la base de datos\n"
#: createdb.c:223
#: createdb.c:224
#, c-format
msgid " -O, --owner=OWNER database user to own the new database\n"
msgstr ""
" -O, --owner=DUEÑO usuario que será dueño de la base de datos\n"
#: createdb.c:224
#: createdb.c:225
#, c-format
msgid " -T, --template=TEMPLATE template database to copy\n"
msgstr " -T, --template=PATRÓN base de datos patrón a copiar\n"
#: createdb.c:225
#: createdb.c:226
#, c-format
msgid ""
" -e, --echo show the commands being sent to the server\n"
msgstr ""
" -e, --echo mostrar los comandos enviados al servidor\n"
#: createdb.c:226
#: createdb.c:227
#, c-format
msgid " -q, --quiet don't write any messages\n"
msgstr " -q, --quiet no desplegar mensajes\n"
#: createdb.c:227
#: createdb.c:228
#, c-format
msgid " --help show this help, then exit\n"
msgstr " --help mostrar esta ayuda y salir\n"
#: createdb.c:228
#: createdb.c:229
#, c-format
msgid " --version output version information, then exit\n"
msgstr " --version mostrar el número de versión y salir\n"
#: createdb.c:229 createuser.c:255 clusterdb.c:244 vacuumdb.c:273
#: createdb.c:230 createuser.c:326 clusterdb.c:244 vacuumdb.c:273
#: reindexdb.c:344
#, c-format
msgid ""
"\n"
@ -131,29 +135,29 @@ msgstr ""
"\n"
"Opciones de conexión:\n"
#: createdb.c:230
#: createdb.c:231
#, c-format
msgid ""
" -h, --host=HOSTNAME database server host or socket directory\n"
msgstr ""
" -h, --host=ANFITRIÓN nombre del servidor o directorio del socket\n"
#: createdb.c:231
#: createdb.c:232
#, c-format
msgid " -p, --port=PORT database server port\n"
msgstr " -p, --port=PUERTO puerto del servidor\n"
#: createdb.c:232
#: createdb.c:233
#, c-format
msgid " -U, --username=USERNAME user name to connect as\n"
msgstr " -U, --username=USUARIO nombre de usuario para la conexión\n"
#: createdb.c:233
#: createdb.c:234
#, c-format
msgid " -W, --password prompt for password\n"
msgstr " -W, --password preguntar la contraseña\n"
#: createdb.c:234
#: createdb.c:235
#, c-format
msgid ""
"\n"
@ -163,8 +167,9 @@ msgstr ""
"Si no se especifica, se creará una base de datos con el mismo nombre que\n"
"el usuario actual.\n"
#: createdb.c:235 createlang.c:312 createuser.c:262 dropdb.c:159
#: droplang.c:292 dropuser.c:159 clusterdb.c:250 vacuumdb.c:279
#: createdb.c:236 createlang.c:216 createuser.c:333 dropdb.c:160
#: droplang.c:333 dropuser.c:159 clusterdb.c:250 vacuumdb.c:279
#: reindexdb.c:350
#, c-format
msgid ""
"\n"
@ -173,58 +178,44 @@ msgstr ""
"\n"
"Reporte errores a <pgsql-bugs@postgresql.org>.\n"
#: createlang.c:143 droplang.c:140
#: createlang.c:136 droplang.c:146
msgid "Name"
msgstr "Nombre"
#: createlang.c:143 droplang.c:140
#: createlang.c:136 droplang.c:146
msgid "yes"
msgstr "sí"
#: createlang.c:143 droplang.c:140
#: createlang.c:136 droplang.c:146
msgid "no"
msgstr "no"
#: createlang.c:143 droplang.c:140
#: createlang.c:136 droplang.c:146
msgid "Trusted?"
msgstr "Confiable?"
#: createlang.c:150 droplang.c:147
#: createlang.c:143 droplang.c:153
msgid "Procedural Languages"
msgstr "Lenguajes Procedurales"
#: createlang.c:159 droplang.c:156
#: createlang.c:152 droplang.c:162
#, c-format
msgid "%s: missing required argument language name\n"
msgstr "%s: falta el nombre de lenguaje requerido\n"
#: createlang.c:210
#, c-format
msgid "%s: unsupported language \"%s\"\n"
msgstr "%s: lenguaje no soportado «%s»\n"
#: createlang.c:211
#, c-format
msgid ""
"Supported languages are plpgsql, pltcl, pltclu, plperl, plperlu, and "
"plpythonu.\n"
msgstr ""
"Los lenguajes soportados son plpgsql, pltcl, pltclu, plperl, plperlu, y "
"plpythonu.\n"
#: createlang.c:226
#: createlang.c:174
#, c-format
msgid "%s: language \"%s\" is already installed in database \"%s\"\n"
msgstr "%s: el lenguaje «%s» ya está instalado en la base de datos «%s»\n"
#: createlang.c:283
#: createlang.c:188
#, c-format
msgid "%s: language installation failed: %s"
msgstr ""
"%s: falló la instalación del lenguaje:\n"
"%s"
#: createlang.c:298
#: createlang.c:203
#, c-format
msgid ""
"%s installs a procedural language into a PostgreSQL database.\n"
@ -233,171 +224,203 @@ msgstr ""
"%s instala un lenguaje procedural en una base de datos PostgreSQL.\n"
"\n"
#: createlang.c:300 droplang.c:281
#: createlang.c:205 droplang.c:322
#, c-format
msgid " %s [OPTION]... LANGNAME [DBNAME]\n"
msgstr " %s [OPCIÓN]... LENGUAJE [BASE-DE-DATOS]\n"
#: createlang.c:302
#: createlang.c:207
#, c-format
msgid " -d, --dbname=DBNAME database to install language in\n"
msgstr ""
" -d, --dbname=BASE base de datos en que instalar el lenguaje\n"
#: createlang.c:303 createuser.c:251 dropdb.c:150 droplang.c:284
#: dropuser.c:150 clusterdb.c:240
#: createlang.c:208 createuser.c:322 dropdb.c:151 droplang.c:325
#: dropuser.c:150 clusterdb.c:240 reindexdb.c:340
#, c-format
msgid ""
" -e, --echo show the commands being sent to the server\n"
msgstr ""
" -e, --echo mostrar los comandos a medida que se ejecutan\n"
#: createlang.c:304 droplang.c:285
#: createlang.c:209 droplang.c:326
#, c-format
msgid ""
" -l, --list show a list of currently installed languages\n"
msgstr ""
" -l, --list listar los lenguajes instalados actualmente\n"
#: createlang.c:305
#, c-format
msgid ""
" -L, --pglib=DIRECTORY find language interpreter file in DIRECTORY\n"
msgstr ""
" -L, --pglib=DIRECTORIO buscar el archivo del intérprete en DIRECTORIO\n"
#: createlang.c:306 createuser.c:256 dropdb.c:153 droplang.c:286
#: dropuser.c:153 clusterdb.c:245 vacuumdb.c:274
#: createlang.c:210 createuser.c:327 dropdb.c:154 droplang.c:327
#: dropuser.c:153 clusterdb.c:245 vacuumdb.c:274 reindexdb.c:345
#, c-format
msgid " -h, --host=HOSTNAME database server host or socket directory\n"
msgstr ""
" -h, --host=ANFITRIÓN nombre del servidor o directorio del socket\n"
#: createlang.c:307 createuser.c:257 dropdb.c:154 droplang.c:287
#: dropuser.c:154 clusterdb.c:246 vacuumdb.c:275
#: createlang.c:211 createuser.c:328 dropdb.c:155 droplang.c:328
#: dropuser.c:154 clusterdb.c:246 vacuumdb.c:275 reindexdb.c:346
#, c-format
msgid " -p, --port=PORT database server port\n"
msgstr " -p, --port=PUERTO puerto del servidor\n"
#: createlang.c:308 dropdb.c:155 droplang.c:288 clusterdb.c:247 vacuumdb.c:276
#: createlang.c:212 dropdb.c:156 droplang.c:329 clusterdb.c:247 vacuumdb.c:276
#: reindexdb.c:347
#, c-format
msgid " -U, --username=USERNAME user name to connect as\n"
msgstr " -U, --username=USUARIO nombre de usuario para la conexión\n"
#: createlang.c:309 dropdb.c:156 droplang.c:289 clusterdb.c:248 vacuumdb.c:277
#: createlang.c:213 dropdb.c:157 droplang.c:330 clusterdb.c:248 vacuumdb.c:277
#: reindexdb.c:348
#, c-format
msgid " -W, --password prompt for password\n"
msgstr " -W, --password preguntar la contraseña\n"
#: createlang.c:310 createuser.c:253 dropdb.c:157 droplang.c:290
#: dropuser.c:157 clusterdb.c:242
#: createlang.c:214 createuser.c:324 dropdb.c:158 droplang.c:331
#: dropuser.c:157 clusterdb.c:242 reindexdb.c:342
#, c-format
msgid " --help show this help, then exit\n"
msgstr " --help desplegar esta ayuda y salir\n"
#: createlang.c:311 createuser.c:254 dropdb.c:158 droplang.c:291
#: dropuser.c:158 clusterdb.c:243
#: createlang.c:215 createuser.c:325 dropdb.c:159 droplang.c:332
#: dropuser.c:158 clusterdb.c:243 reindexdb.c:343
#, c-format
msgid " --version output version information, then exit\n"
msgstr " --version desplegar información de versión y salir\n"
#: createuser.c:142
#, c-format
msgid "%s: user ID must be a positive number\n"
msgstr "%s: el ID de usuario debe ser un número positivo\n"
#: createuser.c:170
msgid "Enter name of role to add: "
msgstr "Ingrese el nombre del rol a agregar: "
#: createuser.c:148
msgid "Enter name of user to add: "
msgstr "Ingrese el nombre del usuario a agregar: "
#: createuser.c:177
msgid "Enter password for new role: "
msgstr "Ingrese la contraseña para el nuevo rol: "
#: createuser.c:155
msgid "Enter password for new user: "
msgstr "Ingrese la contraseña para el nuevo usuario: "
#: createuser.c:156
#: createuser.c:178
msgid "Enter it again: "
msgstr "Ingrésela nuevamente: "
#: createuser.c:159
#: createuser.c:181
#, c-format
msgid "Passwords didn't match.\n"
msgstr "Las contraseñas ingresadas no coinciden.\n"
#: createuser.c:170
msgid "Shall the new user be allowed to create databases? (y/n) "
msgstr "¿Debe permitírsele al usuario la creación de bases de datos? (s/n) "
#: createuser.c:192
msgid "Shall the new role be a superuser? (y/n) "
msgstr "¿Será el nuevo rol un superusuario? (s/n) "
#: createuser.c:181
msgid "Shall the new user be allowed to create more new users? (y/n) "
msgstr "¿Debe permitírsele al usuario la creación de otros usuario? (s/n) "
#: createuser.c:210
msgid "Shall the new role be allowed to create databases? (y/n) "
msgstr "¿Debe permitírsele al rol la creación de bases de datos? (s/n) "
#: createuser.c:220
#: createuser.c:221
msgid "Shall the new role be allowed to create more new roles? (y/n) "
msgstr "¿Debe permitírsele al rol la creación de otros roles? (s/n) "
#: createuser.c:284
#, c-format
msgid "%s: creation of new user failed: %s"
msgid "%s: creation of new role failed: %s"
msgstr ""
"%s: falló la creación del nuevo usuario:\n"
"%s: falló la creación del nuevo rol:\n"
"%s"
#: createuser.c:239
#: createuser.c:303
#, c-format
msgid ""
"%s creates a new PostgreSQL user.\n"
"%s creates a new PostgreSQL role.\n"
"\n"
msgstr ""
"%s crea un nuevo usuario de PostgreSQL.\n"
"%s crea un nuevo rol de PostgreSQL.\n"
"\n"
#: createuser.c:241 dropuser.c:148
#: createuser.c:305 dropuser.c:148
#, c-format
msgid " %s [OPTION]... [USERNAME]\n"
msgstr " %s [OPCIÓN]... [USUARIO]\n"
msgid " %s [OPTION]... [ROLENAME]\n"
msgstr " %s [OPCIÓN]... [ROL]\n"
#: createuser.c:243
#: createuser.c:307
#, c-format
msgid " -a, --adduser user can add new users\n"
msgstr " -a, --adduser el usuario podrá crear otros usuarios\n"
msgid " -s, --superuser role will be superuser\n"
msgstr " -s, --superuser el rol será un superusuario\n"
#: createuser.c:244
#: createuser.c:308
#, c-format
msgid " -A, --no-adduser user cannot add new users\n"
msgstr " -A, --no-adduser el usuario no podrá crear otros usuarios\n"
msgid " -S, --no-superuser role will not be superuser\n"
msgstr " -S, --no-superuser el rol no será un superusuario\n"
#: createuser.c:245
#: createuser.c:309
#, c-format
msgid " -d, --createdb user can create new databases\n"
msgstr " -d, --createdb el usuario podrá crear bases de datos\n"
msgid " -d, --createdb role can create new databases\n"
msgstr " -d, --createdb el rol podrá crear bases de datos\n"
#: createuser.c:246
#: createuser.c:310
#, c-format
msgid " -D, --no-createdb user cannot create databases\n"
msgstr " -D, --no-createdb el usuario no podrá crear bases de datos\n"
msgid " -D, --no-createdb role cannot create databases\n"
msgstr " -D, --no-createdb el rol no podrá crear bases de datos\n"
#: createuser.c:247
#: createuser.c:311
#, c-format
msgid " -P, --pwprompt assign a password to new user\n"
msgstr " -P, --pwprompt asignar una contraseña al nuevo usuario\n"
msgid " -r, --createrole role can create new roles\n"
msgstr " -r, --createrole el rol podrá crear otros roles\n"
#: createuser.c:248
#: createuser.c:312
#, c-format
msgid " -R, --no-createrole role cannot create roles\n"
msgstr " -R, --no-createrole el rol no podrá crear otros roles\n"
#: createuser.c:313
#, c-format
msgid " -l, --login role can login (default)\n"
msgstr " -l, --login el rol podrá conectarse (predeterminado)\n"
#: createuser.c:314
#, c-format
msgid " -L, --no-login role cannot login\n"
msgstr " -L, --no-login el rol no podrá conectarse\n"
#: createuser.c:315
#, c-format
msgid ""
" -i, --inherit role inherits privileges of roles it is a\n"
" member of (default)\n"
msgstr ""
" -i, --inherit el rol heredará los privilegios de los roles de\n"
" los cuales es miembro (predeterminado)\n"
#: createuser.c:317
#, c-format
msgid " -I, --no-inherit role does not inherit privileges\n"
msgstr " -I, --no-inherit rol no heredará privilegios\n"
#: createuser.c:318
#, c-format
msgid ""
" -c, --connection-limit=N connection limit for role (default: no limit)\n"
msgstr ""
" -c, --connection-limit=N límite de conexiones para el rol\n"
" (predeterminado: sin límite)\n"
#: createuser.c:319
#, c-format
msgid " -P, --pwprompt assign a password to new role\n"
msgstr " -P, --pwprompt asignar una contraseña al nuevo rol\n"
#: createuser.c:320
#, c-format
msgid " -E, --encrypted encrypt stored password\n"
msgstr " -E, --encrypted almacenar la constraseña cifrada\n"
#: createuser.c:249
#: createuser.c:321
#, c-format
msgid " -N, --unencrypted do not encrypt stored password\n"
msgstr " -N, --unencrypted almacenar la contraseña sin cifrar\n"
#: createuser.c:250
#, c-format
msgid " -i, --sysid=SYSID select sysid for new user\n"
msgstr " -i, --sysid=SYSID escoger un ID para el nuevo usuario\n"
#: createuser.c:252 dropdb.c:152 dropuser.c:152 clusterdb.c:241
#: createuser.c:323 dropdb.c:153 dropuser.c:152 clusterdb.c:241
#: reindexdb.c:341
#, c-format
msgid " -q, --quiet don't write any messages\n"
msgstr " -q, --quiet no escribir ningún mensaje\n"
#: createuser.c:258
#: createuser.c:329
#, c-format
msgid ""
" -U, --username=USERNAME user name to connect as (not the one to create)\n"
@ -405,20 +428,20 @@ msgstr ""
" -U, --username=NOMBRE nombre de usuario con el cual conectarse\n"
" (no el usuario a crear)\n"
#: createuser.c:259 dropuser.c:156
#: createuser.c:330 dropuser.c:156
#, c-format
msgid " -W, --password prompt for password to connect\n"
msgstr " -W, --password pedir contraseña para conectarse\n"
#: createuser.c:260
#: createuser.c:331
#, c-format
msgid ""
"\n"
"If one of -a, -A, -d, -D, and USERNAME is not specified, you will\n"
"If one of -s, -S, -d, -D, -r, -R and ROLENAME is not specified, you will\n"
"be prompted interactively.\n"
msgstr ""
"\n"
"Si no se especifican -a, -A, -d, -D y USUARIO, se preguntará\n"
"Si no se especifican -s, -S, -d, -D, -r, -R o el ROL, se preguntará\n"
"interactivamente.\n"
#: dropdb.c:92
@ -435,12 +458,12 @@ msgstr "La base de datos
msgid "Are you sure? (y/n) "
msgstr "¿Está seguro? (s/n) "
#: dropdb.c:127
#: dropdb.c:128
#, c-format
msgid "%s: database removal failed: %s"
msgstr "%s: falló la eliminación de la base de datos: %s"
#: dropdb.c:146
#: dropdb.c:147
#, c-format
msgid ""
"%s removes a PostgreSQL database.\n"
@ -449,22 +472,22 @@ msgstr ""
"%s elimina una base de datos de PostgreSQL.\n"
"\n"
#: dropdb.c:148
#: dropdb.c:149
#, c-format
msgid " %s [OPTION]... DBNAME\n"
msgstr " %s [OPCIÓN]... BASE-DE-DATOS\n"
#: dropdb.c:151 dropuser.c:151
#: dropdb.c:152 dropuser.c:151
#, c-format
msgid " -i, --interactive prompt before deleting anything\n"
msgstr " -i, --interactive preguntar antes de eliminar\n"
#: droplang.c:176
#: droplang.c:193
#, c-format
msgid "%s: language \"%s\" is not installed in database \"%s\"\n"
msgstr "%s: el lenguaje «%s» no está instalado en la base de datos «%s»\n"
#: droplang.c:193
#: droplang.c:213
#, c-format
msgid ""
"%s: still %s functions declared in language \"%s\"; language not removed\n"
@ -472,12 +495,12 @@ msgstr ""
"%s: aún hay %s funciones declaradas en el lenguaje «%s»;\n"
"el lenguaje no ha sido eliminado\n"
#: droplang.c:265
#: droplang.c:306
#, c-format
msgid "%s: language removal failed: %s"
msgstr "%s: falló la eliminación del lenguaje: %s"
#: droplang.c:279
#: droplang.c:320
#, c-format
msgid ""
"%s removes a procedural language from a database.\n"
@ -486,7 +509,7 @@ msgstr ""
"%s elimina un lenguaje procedural de una base de datos.\n"
"\n"
#: droplang.c:283
#: droplang.c:324
#, c-format
msgid ""
" -d, --dbname=DBNAME database from which to remove the language\n"
@ -495,28 +518,28 @@ msgstr ""
" eliminar el lenguaje\n"
#: dropuser.c:104
msgid "Enter name of user to drop: "
msgstr "Ingrese el nombre del usuario a eliminar: "
msgid "Enter name of role to drop: "
msgstr "Ingrese el nombre del rol a eliminar: "
#: dropuser.c:110
#, c-format
msgid "User \"%s\" will be permanently removed.\n"
msgstr "El usuario «%s» será eliminado permanentemente.\n"
msgid "Role \"%s\" will be permanently removed.\n"
msgstr "El rol «%s» será eliminado permanentemente.\n"
#: dropuser.c:127
#, c-format
msgid "%s: removal of user \"%s\" failed: %s"
msgid "%s: removal of role \"%s\" failed: %s"
msgstr ""
"%s: falló la eliminación del usuario «%s»:\n"
"%s: falló la eliminación del rol «%s»:\n"
"%s"
#: dropuser.c:146
#, c-format
msgid ""
"%s removes a PostgreSQL user.\n"
"%s removes a PostgreSQL role.\n"
"\n"
msgstr ""
"%s elimina un usuario de PostgreSQL.\n"
"%s elimina un rol de PostgreSQL.\n"
"\n"
#: dropuser.c:155
@ -571,7 +594,7 @@ msgstr ""
"en una base de datos.\n"
"\n"
#: clusterdb.c:235 vacuumdb.c:261
#: clusterdb.c:235 vacuumdb.c:261 reindexdb.c:333
#, c-format
msgid " %s [OPTION]... [DBNAME]\n"
msgstr " %s [OPCIÓN]... [BASE-DE-DATOS]\n"
@ -706,46 +729,158 @@ msgstr ""
"\n"
"Lea la descripción del comando VACUUM de SQL para obtener mayores detalles.\n"
#: common.c:33
#: reindexdb.c:133
#, c-format
msgid "%s: cannot reindex all databases and a specific one at the same time\n"
msgstr ""
"%s: no se pueden reindexar todas las bases de datos y una de ellas\n"
"en particular simultáneamente\n"
#: reindexdb.c:138
#, c-format
msgid "%s: cannot reindex all databases and system catalogs at the same time\n"
msgstr ""
"%s: no se pueden reindexar todas las bases de datos y los catálogos\n"
"del sistema simultáneamente\n"
#: reindexdb.c:143
#, c-format
msgid "%s: cannot reindex a specific table in all databases\n"
msgstr ""
"%s: no se puede reindexar una tabla específica en todas las bases de datos\n"
#: reindexdb.c:148
#, c-format
msgid "%s: cannot reindex a specific index in all databases\n"
msgstr ""
"%s: no se puede reindexar un índice específico en todas las bases de datos\n"
#: reindexdb.c:159
#, c-format
msgid ""
"%s: cannot reindex a specific table and system catalogs at the same time\n"
msgstr ""
"%s: no se puede reindexar una tabla específica y los catálogos\n"
"del sistema simultáneamente\n"
#: reindexdb.c:164
#, c-format
msgid ""
"%s: cannot reindex a specific index and system catalogs at the same time\n"
msgstr ""
"%s: no se puede reindexar un índice específico y los catálogos\n"
"del sistema simultáneamente\n"
#: reindexdb.c:239
#, c-format
msgid "%s: reindexing of table \"%s\" in database \"%s\" failed: %s"
msgstr ""
"%s: falló la reindexación de la tabla «%s» en la base de datos «%s»: %s"
#: reindexdb.c:242
#, c-format
msgid "%s: reindexing of index \"%s\" in database \"%s\" failed: %s"
msgstr "%s: falló la reindexación del índice «%s» en la base de datos «%s»: %s"
#: reindexdb.c:245
#, c-format
msgid "%s: reindexing of database \"%s\" failed: %s"
msgstr "%s: falló la reindexación de la base de datos «%s»: %s"
#: reindexdb.c:280
#, c-format
msgid "%s: reindexing database \"%s\"\n"
msgstr "%s: reindexando la base de datos «%s»\n"
#: reindexdb.c:311
#, c-format
msgid "%s: reindexing of system catalogs failed: %s"
msgstr "%s: falló la reindexación de los catálogos del sistema: %s"
#: reindexdb.c:331
#, c-format
msgid ""
"%s reindexes a PostgreSQL database.\n"
"\n"
msgstr ""
"%s reindexa una base de datos PostgreSQL.\n"
"\n"
#: reindexdb.c:335
#, c-format
msgid " -a, --all reindex all databases\n"
msgstr " -a, --all reindexa todas las bases de datos\n"
#: reindexdb.c:336
#, c-format
msgid " -s, --system reindex system catalogs\n"
msgstr " -s, --system reindexa los catálogos del sistema\n"
#: reindexdb.c:337
#, c-format
msgid " -d, --dbname=DBNAME database to reindex\n"
msgstr " -d, --dbname=DBNAME base de datos a reindexar\n"
#: reindexdb.c:338
#, c-format
msgid " -t, --table=TABLE reindex specific table only\n"
msgstr " -t, --table=TABLE reindexar sólo esta tabla\n"
#: reindexdb.c:339
#, c-format
msgid " -i, --index=INDEX recreate specific index only\n"
msgstr " -i, --index=INDEX recrear sólo este índice\n"
#: reindexdb.c:349
#, c-format
msgid ""
"\n"
"Read the description of the SQL command REINDEX for details.\n"
msgstr ""
"\n"
"Lea la descripción del comando REINDEX de SQL para obtener mayores "
"detalles.\n"
#: common.c:39
#, c-format
msgid "%s: could not obtain information about current user: %s\n"
msgstr "%s: no se pudo obtener información sobre el usuario actual: %s\n"
#: common.c:44
#: common.c:50
#, c-format
msgid "%s: could not get current user name: %s\n"
msgstr "%s: no se pudo obtener el nombre de usuario actual: %s\n"
#: common.c:89 common.c:115
#: common.c:97 common.c:123
msgid "Password: "
msgstr "Contraseña: "
#: common.c:102
#: common.c:110
#, c-format
msgid "%s: could not connect to database %s\n"
msgstr "%s: no se pudo conectar a la base de datos %s\n"
#: common.c:125
#: common.c:133
#, c-format
msgid "%s: could not connect to database %s: %s"
msgstr "%s: no se pudo conectar a la base de datos %s: %s"
#: common.c:149
#: common.c:157 common.c:185
#, c-format
msgid "%s: query failed: %s"
msgstr "%s: la consulta falló: %s"
#: common.c:150
#: common.c:159 common.c:187
#, c-format
msgid "%s: query was: %s\n"
msgstr "%s: la consulta era: %s\n"
#. translator: Make sure the (y/n) prompts match the translation of this.
#: common.c:164
#: common.c:202
msgid "y"
msgstr "s"
#. translator: Make sure the (y/n) prompts match the translation of this.
#: common.c:166
#: common.c:204
msgid "n"
msgstr "n"

View File

@ -1,95 +1,74 @@
# Spanish message translation file for libpq
# Karim <karim@mribti.com>, 2002.
# Updated on 2003, 2004 by Alvaro Herrera <alvherre@dcc.uchile.cl>
# Updated on 2003-2005 by Alvaro Herrera <alvherre@dcc.uchile.cl>
# Mario González <gonzalemario@gmail.com>, 2005
msgid ""
msgstr ""
"Project-Id-Version: libpq 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-12-06 18:46-0300\n"
"PO-Revision-Date: 2004-11-03 01:10-0300\n"
"Last-Translator: Álvaro Herrera <alvherre@dcc.uchile.cl>\n"
"POT-Creation-Date: 2005-11-05 23:47-0300\n"
"PO-Revision-Date: 2005-10-31 09:14-0300\n"
"Last-Translator: Álvaro Herrera <alvherre@alvh.no-ip.org>\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
#: fe-auth.c:232
#, c-format
msgid "Kerberos 4 error: %s\n"
msgstr "error de Kerberos 4: %s\n"
#: fe-auth.c:394
#: fe-auth.c:227
#, c-format
msgid "could not set socket to blocking mode: %s\n"
msgstr "no se pudo poner el socket en modo bloqueante: %s\n"
#: fe-auth.c:411 fe-auth.c:415
#: fe-auth.c:244 fe-auth.c:248
#, c-format
msgid "Kerberos 5 authentication rejected: %*s\n"
msgstr "autentificación Kerberos 5 denegada: %*s\n"
#: fe-auth.c:441
#: fe-auth.c:274
#, c-format
msgid "could not restore non-blocking mode on socket: %s\n"
msgstr "no se pudo restablecer el modo no bloqueante en el socket: %s\n"
#: fe-auth.c:508
#: fe-auth.c:343
msgid "SCM_CRED authentication method not supported\n"
msgstr "el método de autentificación SCM_CRED no está soportado\n"
#: fe-auth.c:530 fe-connect.c:1410 fe-connect.c:2625 fe-connect.c:2634
#: fe-connect.c:3213 fe-lobj.c:556 fe-protocol2.c:1007 fe-protocol3.c:958
#: fe-auth.c:366 fe-connect.c:1258 fe-connect.c:2503 fe-connect.c:2512
#: fe-connect.c:2649 fe-connect.c:2689 fe-connect.c:2707 fe-lobj.c:602
#: fe-protocol2.c:1029 fe-protocol3.c:977
msgid "out of memory\n"
msgstr "memoria agotada\n"
#: fe-auth.c:600
msgid "Kerberos 4 authentication failed\n"
msgstr "autentificación Kerberos 4 fallida\n"
#: fe-auth.c:608
#: fe-auth.c:429
msgid "Kerberos 4 authentication not supported\n"
msgstr "el método de autentificación Kerberos 4 no está soportado\n"
#: fe-auth.c:619
msgid "Kerberos 5 authentication failed\n"
msgstr "autentificación Kerberos 5 fallida\n"
#: fe-auth.c:627
#: fe-auth.c:446
msgid "Kerberos 5 authentication not supported\n"
msgstr "el método de autentificación Kerberos 5 no está soportado\n"
#: fe-auth.c:655
#: fe-auth.c:474
#, c-format
msgid "authentication method %u not supported\n"
msgstr "el método de autentificación %u no está soportado\n"
#: fe-auth.c:692
#, c-format
msgid "invalid authentication service name \"%s\", ignored\n"
msgstr "nombre de servicio de autentificación «%s» no válido, ignorado\n"
#: fe-auth.c:764
#, c-format
msgid "fe_getauthname: invalid authentication system: %d\n"
msgstr "fe_getauthname: sistema de autentificación no válido: %d\n"
#: fe-connect.c:463
#: fe-connect.c:479
#, c-format
msgid "invalid sslmode value: \"%s\"\n"
msgstr "modo ssl no reconocido: «%s»\n"
#: fe-connect.c:483
#: fe-connect.c:499
#, c-format
msgid "sslmode value \"%s\" invalid when SSL support is not compiled in\n"
msgstr ""
"el modo ssl «%s» no es válido cuando no se ha compilado con soporte SSL\n"
#: fe-connect.c:799
#: fe-connect.c:658
#, c-format
msgid "could not set socket to TCP no delay mode: %s\n"
msgstr "no se pudo establecer el socket en modo TCP sin retardo: %s\n"
#: fe-connect.c:830
#: fe-connect.c:688
#, c-format
msgid ""
"could not connect to server: %s\n"
@ -100,7 +79,7 @@ msgstr ""
"\t¿Está el servidor en ejecución localmente y aceptando\n"
"\tconexiones en el socket de dominio Unix «%s»?\n"
#: fe-connect.c:842
#: fe-connect.c:698
#, c-format
msgid ""
"could not connect to server: %s\n"
@ -111,270 +90,291 @@ msgstr ""
"\t¿Está el servidor en ejecución en el servidor «%s» y aceptando\n"
"\tconexiones TCP/IP en el puerto %s?\n"
#: fe-connect.c:926
#: fe-connect.c:785
#, c-format
msgid "could not translate host name \"%s\" to address: %s\n"
msgstr "no se pudo traducir el nombre «%s» a una dirección: %s\n"
#: fe-connect.c:930
#: fe-connect.c:789
#, c-format
msgid "could not translate Unix-domain socket path \"%s\" to address: %s\n"
msgstr "no se pudo traducir la ruta del socket Unix «%s» a una dirección: %s\n"
#: fe-connect.c:1134
#: fe-connect.c:990
msgid "invalid connection state, probably indicative of memory corruption\n"
msgstr ""
"el estado de conexión no es válido, probablemente por corrupción de memoria\n"
#: fe-connect.c:1177
#: fe-connect.c:1033
#, c-format
msgid "could not create socket: %s\n"
msgstr "no se pudo crear el socket: %s\n"
#: fe-connect.c:1200
#: fe-connect.c:1056
#, c-format
msgid "could not set socket to non-blocking mode: %s\n"
msgstr "no se pudo establecer el socket en modo no bloqueante: %s\n"
#: fe-connect.c:1212
#: fe-connect.c:1068
#, c-format
msgid "could not set socket to close-on-exec mode: %s\n"
msgstr "no se pudo poner el socket en modo cerrar-en-exec: %s\n"
#: fe-connect.c:1304
#: fe-connect.c:1155
#, c-format
msgid "could not get socket error status: %s\n"
msgstr "no se pudo determinar el estado de error del socket: %s\n"
#: fe-connect.c:1343
#: fe-connect.c:1193
#, c-format
msgid "could not get client address from socket: %s\n"
msgstr "no se pudo determinar la dirección del cliente desde el socket: %s\n"
#: fe-connect.c:1388
#: fe-connect.c:1236
#, c-format
msgid "could not send SSL negotiation packet: %s\n"
msgstr "no se pudo enviar el paquete de negociación SSL: %s\n"
#: fe-connect.c:1423
#: fe-connect.c:1271
#, c-format
msgid "could not send startup packet: %s\n"
msgstr "no se pudo enviar el paquete de inicio: %s\n"
#: fe-connect.c:1463
#, c-format
msgid "could not receive server response to SSL negotiation packet: %s\n"
msgstr ""
"no se pudo recibir la respuesta del servidor al paquete de negociación SSL: %"
"s\n"
#: fe-connect.c:1482 fe-connect.c:1499
#: fe-connect.c:1336 fe-connect.c:1353
msgid "server does not support SSL, but SSL was required\n"
msgstr "el servidor no soporta SSL, pero SSL es requerida\n"
#: fe-connect.c:1515
#: fe-connect.c:1369
#, c-format
msgid "received invalid response to SSL negotiation: %c\n"
msgstr "se ha recibido una respuesta no válida en la negociación SSL: %c\n"
#: fe-connect.c:1572 fe-connect.c:1604
#: fe-connect.c:1426 fe-connect.c:1458
#, c-format
msgid "expected authentication request from server, but received %c\n"
msgstr ""
"se esperaba una petición de autentificación desde servidor, pero se ha "
"se esperaba una petición de autentificación desde el servidor, pero se ha "
"recibido %c\n"
#: fe-connect.c:1840
#: fe-connect.c:1690
msgid "unexpected message from server during startup\n"
msgstr "se ha recibido un mensaje inesperado del servidor durante el inicio\n"
#: fe-connect.c:1910
#: fe-connect.c:1758
#, c-format
msgid "invalid connection state %c, probably indicative of memory corruption\n"
msgstr ""
"el estado de conexión %c no válido, probablemente por corrupción de memoria\n"
"estado de conexión no válido %c, probablemente por corrupción de memoria\n"
#: fe-connect.c:2673
#: fe-connect.c:2370
#, c-format
msgid "ERROR: service file \"%s\" not found\n"
msgstr "ERROR: archivo de servicio «%s» no encontrado\n"
#: fe-connect.c:2383
#, c-format
msgid "ERROR: line %d too long in service file \"%s\"\n"
msgstr "ERROR: línea %d demasiado larga en archivo de servicio «%s»\n"
#: fe-connect.c:2434 fe-connect.c:2461
#, c-format
msgid "ERROR: syntax error in service file \"%s\", line %d\n"
msgstr "ERROR: error de sintaxis en archivo de servicio «%s», línea %d\n"
#: fe-connect.c:2551
#, c-format
msgid "missing \"=\" after \"%s\" in connection info string\n"
msgstr "falta «=» después de «%s» en la cadena de información de la conexión\n"
#: fe-connect.c:2722
#: fe-connect.c:2600
msgid "unterminated quoted string in connection info string\n"
msgstr ""
"hay cadena de caracteres entre comillas sin terminar en la cadena de "
"información de conexión\n"
"cadena de caracteres entre comillas sin terminar en la cadena de información "
"de conexión\n"
#: fe-connect.c:2756
#: fe-connect.c:2633
#, c-format
msgid "invalid connection option \"%s\"\n"
msgstr "opción de conexión no válida «%s»\n"
#: fe-connect.c:2978
#: fe-connect.c:2876
msgid "connection pointer is NULL\n"
msgstr "el puntero de conexión es NULL\n"
#: fe-connect.c:3235
#: fe-connect.c:3122
#, c-format
msgid "WARNING: password file \"%s\" is not a plain file\n"
msgstr "ATENCIÓN: El archivo de claves «%s» no es un archivo plano\n"
#: fe-connect.c:3132
#, c-format
msgid ""
"WARNING: Password file %s has world or group read access; permission should "
"be u=rw (0600)\n"
"WARNING: password file \"%s\" has world or group read access; permission "
"should be u=rw (0600)\n"
msgstr ""
"ATENCIÓN: El archivo de claves %s tiene permiso de lectura para el grupo u "
"otros; los permisos deberían ser u=rw (0600)\n"
"ATENCIÓN: El archivo de claves «%s» tiene permiso de lectura para el grupo u "
"otros; los permisosdeberían ser u=rw (0600)\n"
#: fe-exec.c:479
#: fe-exec.c:482
msgid "NOTICE"
msgstr "NOTICE"
#: fe-exec.c:648 fe-exec.c:700 fe-exec.c:740
#: fe-exec.c:655 fe-exec.c:706 fe-exec.c:746
msgid "command string is a null pointer\n"
msgstr "la cadena de comando es un puntero nulo\n"
#: fe-exec.c:733 fe-exec.c:823
#: fe-exec.c:739 fe-exec.c:828
msgid "statement name is a null pointer\n"
msgstr "el nombre de sentencia es un puntero nulo\n"
#: fe-exec.c:748 fe-exec.c:897 fe-exec.c:1572
#: fe-exec.c:754 fe-exec.c:902 fe-exec.c:1582
msgid "function requires at least protocol version 3.0\n"
msgstr "la función requiere protocolo 3.0 o superior\n"
#: fe-exec.c:854
#: fe-exec.c:859
msgid "no connection to the server\n"
msgstr "no hay conexión con el servidor\n"
#: fe-exec.c:861
#: fe-exec.c:866
msgid "another command is already in progress\n"
msgstr "hay otro comando en ejecución\n"
#: fe-exec.c:1199
#: fe-exec.c:973
msgid "length must be given for binary parameter\n"
msgstr "el largo debe ser especificado para un parámetro binario\n"
#: fe-exec.c:1211
#, c-format
msgid "unexpected asyncStatus: %d\n"
msgstr "asyncStatus no esperado: %d\n"
#: fe-exec.c:1326
#: fe-exec.c:1337
msgid "COPY terminated by new PQexec"
msgstr "COPY terminado por un nuevo PQexec"
#: fe-exec.c:1334
#: fe-exec.c:1345
msgid "COPY IN state must be terminated first\n"
msgstr "el estado COPY IN debe ser terminado primero\n"
#: fe-exec.c:1354
#: fe-exec.c:1365
msgid "COPY OUT state must be terminated first\n"
msgstr "el estado COPY OUT debe ser terminado primero\n"
#: fe-exec.c:1464 fe-exec.c:1529 fe-exec.c:1614 fe-protocol2.c:1153
#: fe-protocol3.c:1115
#: fe-exec.c:1474 fe-exec.c:1539 fe-exec.c:1624 fe-protocol2.c:1174
#: fe-protocol3.c:1133
msgid "no COPY in progress\n"
msgstr "no hay ningún COPY en ejecución\n"
#: fe-exec.c:1806
#: fe-exec.c:1816
msgid "connection in wrong state\n"
msgstr "la conexión está en un estado incorrecto\n"
#: fe-exec.c:1837
#: fe-exec.c:1847
msgid "invalid ExecStatusType code"
msgstr "el código de ExecStatusType no es válido"
#: fe-exec.c:1901 fe-exec.c:1924
#: fe-exec.c:1911 fe-exec.c:1934
#, c-format
msgid "column number %d is out of range 0..%d"
msgstr "el número de columna %d está fuera del rango 0..%d"
#: fe-exec.c:1917
#: fe-exec.c:1927
#, c-format
msgid "row number %d is out of range 0..%d"
msgstr "el número de fila %d está fuera del rango 0..%d"
#: fe-exec.c:2199
#: fe-exec.c:2208
#, c-format
msgid "could not interpret result from server: %s"
msgstr "no se pudo interpretar el resultado del servidor: %s"
#: fe-lobj.c:410 fe-lobj.c:495
#: fe-lobj.c:331
msgid "cannot determine OID of function lo_create\n"
msgstr "no se pudo determinar el OID de la función lo_create\n"
#: fe-lobj.c:456 fe-lobj.c:541
#, c-format
msgid "could not open file \"%s\": %s\n"
msgstr "no se pudo abrir el archivo «%s»: %s\n"
#: fe-lobj.c:422
#: fe-lobj.c:468
#, c-format
msgid "could not create large object for file \"%s\"\n"
msgstr "no se pudo crear un objeto grande para el archivo «%s»\n"
#: fe-lobj.c:432 fe-lobj.c:482
#: fe-lobj.c:478 fe-lobj.c:528
#, c-format
msgid "could not open large object %u\n"
msgstr "no se pudo abrir el objeto grande %u\n"
#: fe-lobj.c:447
#: fe-lobj.c:493
#, c-format
msgid "error while reading file \"%s\"\n"
msgstr "error al leer del archivo «%s»\n"
#: fe-lobj.c:510 fe-lobj.c:523
#: fe-lobj.c:556 fe-lobj.c:569
#, c-format
msgid "error while writing to file \"%s\"\n"
msgstr "error al escribir en el archivo «%s»\n"
#: fe-lobj.c:601
#: fe-lobj.c:648
msgid "query to initialize large object functions did not return data\n"
msgstr ""
"la consulta para inicializar las funciones de objetos grandes no devuelve "
"datos\n"
#: fe-lobj.c:639
#: fe-lobj.c:688
msgid "cannot determine OID of function lo_open\n"
msgstr "no se pudo determinar el OID de la función lo_open\n"
#: fe-lobj.c:646
#: fe-lobj.c:695
msgid "cannot determine OID of function lo_close\n"
msgstr "no se pudo determinar el OID de la función lo_close\n"
#: fe-lobj.c:653
#: fe-lobj.c:702
msgid "cannot determine OID of function lo_creat\n"
msgstr "no se pudo determinar el OID de la función lo_creat\n"
#: fe-lobj.c:660
#: fe-lobj.c:709
msgid "cannot determine OID of function lo_unlink\n"
msgstr "no se pudo determinar el OID de la función lo_unlink\n"
#: fe-lobj.c:667
#: fe-lobj.c:716
msgid "cannot determine OID of function lo_lseek\n"
msgstr "no se pudo determinar el OID de la función lo_lseek\n"
#: fe-lobj.c:674
#: fe-lobj.c:723
msgid "cannot determine OID of function lo_tell\n"
msgstr "no se pudo determinar el OID de la función lo_tell\n"
#: fe-lobj.c:681
#: fe-lobj.c:730
msgid "cannot determine OID of function loread\n"
msgstr "no se pudo determinar el OID de la función loread\n"
#: fe-lobj.c:688
#: fe-lobj.c:737
msgid "cannot determine OID of function lowrite\n"
msgstr "no se pudo determinar el OID de la función lowrite\n"
#: fe-misc.c:228
#: fe-misc.c:229
#, c-format
msgid "integer of size %lu not supported by pqGetInt"
msgstr "el entero de tamaño %lu no está soportado por pqGetInt"
#: fe-misc.c:264
#: fe-misc.c:265
#, c-format
msgid "integer of size %lu not supported by pqPutInt"
msgstr "el entero de tamaño %lu no está soportado por pqPutInt"
#: fe-misc.c:544 fe-misc.c:748
#: fe-misc.c:545 fe-misc.c:747
msgid "connection not open\n"
msgstr "la conexión no está abierta\n"
#: fe-misc.c:610 fe-misc.c:701
#: fe-misc.c:610 fe-misc.c:700
#, c-format
msgid "could not receive data from server: %s\n"
msgstr "no se pudo recibir datos del servidor: %s\n"
#: fe-misc.c:718 fe-misc.c:786
#: fe-misc.c:717 fe-misc.c:785
msgid ""
"server closed the connection unexpectedly\n"
"\tThis probably means the server terminated abnormally\n"
@ -384,20 +384,20 @@ msgstr ""
"\tprobablemente porque terminó de manera anormal\n"
"\tantes o durante el procesamiento de la petición.\n"
#: fe-misc.c:803
#: fe-misc.c:802
#, c-format
msgid "could not send data to server: %s\n"
msgstr "no se pudo enviar datos al servidor: %s\n"
#: fe-misc.c:923
#: fe-misc.c:921
msgid "timeout expired\n"
msgstr "tiempo de espera agotado\n"
#: fe-misc.c:968
#: fe-misc.c:966
msgid "socket not open\n"
msgstr "el socket no está abierto\n"
#: fe-misc.c:991
#: fe-misc.c:989
#, c-format
msgid "select() failed: %s\n"
msgstr "select() fallida: %s\n"
@ -409,24 +409,24 @@ msgstr ""
"el estado de setenv %c no es válido, probablemente por corrupción de "
"memoria\n"
#: fe-protocol2.c:333
#: fe-protocol2.c:332
#, c-format
msgid "invalid state %c, probably indicative of memory corruption\n"
msgstr "el estado %c no es válido, probablemente por corrupción de memoria\n"
#: fe-protocol2.c:423 fe-protocol3.c:183
#: fe-protocol2.c:421 fe-protocol3.c:183
#, c-format
msgid "message type 0x%02x arrived from server while idle"
msgstr "un mensaje de tipo 0x%02x llegó del servidor estando inactivo"
#: fe-protocol2.c:462
#: fe-protocol2.c:464
#, c-format
msgid "unexpected character %c following empty query response (\"I\" message)"
msgstr ""
"carácter %c no esperado, siguiendo una respuesta de consulta vacía (mensaje "
"«I»)"
#: fe-protocol2.c:517
#: fe-protocol2.c:518
msgid ""
"server sent data (\"D\" message) without prior row description (\"T\" "
"message)"
@ -434,7 +434,7 @@ msgstr ""
"el servidor envió datos (mensaje «D») sin precederlos con una description de "
"tupla (mensaje «T»)"
#: fe-protocol2.c:533
#: fe-protocol2.c:534
msgid ""
"server sent binary data (\"B\" message) without prior row description (\"T\" "
"message)"
@ -442,32 +442,32 @@ msgstr ""
"el servidor envió datos binarios (mensaje «B») sin precederlos con una "
"description de tupla (mensaje «T»)"
#: fe-protocol2.c:548 fe-protocol3.c:344
#: fe-protocol2.c:549 fe-protocol3.c:355
#, c-format
msgid "unexpected response from server; first received character was \"%c\"\n"
msgstr ""
"se ha recibido una respuesta inesperada del servidor; el primer carácter "
"recibido fue «%c»\n"
#: fe-protocol2.c:760 fe-protocol3.c:577
#: fe-protocol2.c:770 fe-protocol3.c:594
msgid "out of memory for query result\n"
msgstr "no hay suficiente memoria para el resultado de la consulta\n"
#: fe-protocol2.c:1196 fe-protocol3.c:1184
#: fe-protocol2.c:1217 fe-protocol3.c:1201
#, c-format
msgid "%s"
msgstr "%s"
#: fe-protocol2.c:1208
#: fe-protocol2.c:1229
msgid "lost synchronization with server, resetting connection"
msgstr "se perdió la sincronía con el servidor, reseteando la conexión"
#: fe-protocol2.c:1343 fe-protocol2.c:1375 fe-protocol3.c:1387
#: fe-protocol2.c:1363 fe-protocol2.c:1395 fe-protocol3.c:1403
#, c-format
msgid "protocol error: id=0x%x\n"
msgstr "error de protocolo: id=0x%x\n"
#: fe-protocol3.c:306
#: fe-protocol3.c:317
msgid ""
"server sent data (\"D\" message) without prior row description (\"T\" "
"message)\n"
@ -475,146 +475,146 @@ msgstr ""
"el servidor envió datos (mensaje «D») sin precederlos con una description de "
"tupla (mensaje «T»)\n"
#: fe-protocol3.c:365
#: fe-protocol3.c:376
#, c-format
msgid "message contents do not agree with length in message type \"%c\"\n"
msgstr ""
"el contenido del mensaje no concuerda con el largo, en el mensaje tipo «%c»\n"
#: fe-protocol3.c:386
#: fe-protocol3.c:397
#, c-format
msgid "lost synchronization with server: got message type \"%c\", length %d\n"
msgstr ""
"se perdió la sincronía con el servidor: se recibió un mensaje de tipo «%c», "
"largo %d\n"
#: fe-protocol3.c:522
#: fe-protocol3.c:539
msgid "unexpected field count in \"D\" message\n"
msgstr "cantidad de campos inesperada en mensaje «D»\n"
#. translator: %s represents a digit string
#: fe-protocol3.c:651 fe-protocol3.c:659
#: fe-protocol3.c:670 fe-protocol3.c:678
#, c-format
msgid " at character %s"
msgstr " en el carácter %s"
#: fe-protocol3.c:668
#: fe-protocol3.c:687
#, c-format
msgid "DETAIL: %s\n"
msgstr "DETAIL: %s\n"
#: fe-protocol3.c:671
#: fe-protocol3.c:690
#, c-format
msgid "HINT: %s\n"
msgstr "HINT: %s\n"
#: fe-protocol3.c:674
#: fe-protocol3.c:693
#, c-format
msgid "QUERY: %s\n"
msgstr "QUERY: %s\n"
#: fe-protocol3.c:677
#: fe-protocol3.c:696
#, c-format
msgid "CONTEXT: %s\n"
msgstr "CONTEXT: %s\n"
#: fe-protocol3.c:689
#: fe-protocol3.c:708
msgid "LOCATION: "
msgstr "LOCATION: "
#: fe-protocol3.c:691
#: fe-protocol3.c:710
#, c-format
msgid "%s, "
msgstr "%s, "
#: fe-protocol3.c:693
#: fe-protocol3.c:712
#, c-format
msgid "%s:%s"
msgstr "%s:%s"
#: fe-protocol3.c:1000
#: fe-protocol3.c:1019
msgid "PQgetline: not doing text COPY OUT\n"
msgstr "PQgetline: no se está haciendo COPY OUT de texto\n"
#: fe-secure.c:271
#: fe-secure.c:277
#, c-format
msgid "could not establish SSL connection: %s\n"
msgstr "no se pudo establecer conexión SSL: %s\n"
#: fe-secure.c:342 fe-secure.c:437 fe-secure.c:1057
#: fe-secure.c:348 fe-secure.c:444 fe-secure.c:1054
#, c-format
msgid "SSL SYSCALL error: %s\n"
msgstr "ERROR en llamada SSL: %s\n"
#: fe-secure.c:347 fe-secure.c:443 fe-secure.c:1061
#: fe-secure.c:353 fe-secure.c:450 fe-secure.c:1058
msgid "SSL SYSCALL error: EOF detected\n"
msgstr "ERROR de llamada SSL: detectado fin de archivo\n"
#: fe-secure.c:359 fe-secure.c:454 fe-secure.c:1080
#: fe-secure.c:365 fe-secure.c:461 fe-secure.c:1077
#, c-format
msgid "SSL error: %s\n"
msgstr "error de SSL: %s\n"
#: fe-secure.c:369 fe-secure.c:464 fe-secure.c:1090
#: fe-secure.c:375 fe-secure.c:471 fe-secure.c:1087
#, c-format
msgid "unrecognized SSL error code: %d\n"
msgstr "código de error SSL no reconocido: %d\n"
#: fe-secure.c:533
#: fe-secure.c:541
#, c-format
msgid "error querying socket: %s\n"
msgstr "error consultado el socket: %s\n"
#: fe-secure.c:561
#: fe-secure.c:568
#, c-format
msgid "could not get information about host \"%s\": %s\n"
msgstr "no se pudo obtener información sobre el servidor «%s»: %s\n"
#: fe-secure.c:580
#: fe-secure.c:587
msgid "unsupported protocol\n"
msgstr "protocolo no soportado\n"
#: fe-secure.c:602
#: fe-secure.c:609
#, c-format
msgid "server common name \"%s\" does not resolve to %ld.%ld.%ld.%ld\n"
msgstr "el nombre de servidor «%s» no resuelve a %ld.%ld.%ld.%ld\n"
#: fe-secure.c:609
#: fe-secure.c:616
#, c-format
msgid "server common name \"%s\" does not resolve to peer address\n"
msgstr ""
"el nombre de servidor «%s» no resuelve a la dirección del interlocutor\n"
#: fe-secure.c:791
#: fe-secure.c:789
msgid "could not get user information\n"
msgstr "no se pudo obtener información del usuario\n"
#: fe-secure.c:801
#: fe-secure.c:798
#, c-format
msgid "could not open certificate file \"%s\": %s\n"
msgstr "no se pudo abrir el archivo de certificado «%s»: %s\n"
#: fe-secure.c:810
#: fe-secure.c:807
#, c-format
msgid "could not read certificate file \"%s\": %s\n"
msgstr "no se pudo leer el archivo de certificado «%s»: %s\n"
#: fe-secure.c:824
#: fe-secure.c:820
#, c-format
msgid "certificate present, but not private key file \"%s\"\n"
msgstr "el certificado está presente, pero no la llave privada «%s»\n"
#: fe-secure.c:832
#: fe-secure.c:829
#, c-format
msgid "private key file \"%s\" has wrong permissions\n"
msgstr "el archivo de la llave privada «%s» tiene permisos incorrectos\n"
#: fe-secure.c:839
#: fe-secure.c:837
#, c-format
msgid "could not open private key file \"%s\": %s\n"
msgstr "no se pudo abrir el archivo de la llave privada «%s»: %s\n"
#: fe-secure.c:847
#: fe-secure.c:846
#, c-format
msgid "private key file \"%s\" changed during execution\n"
msgstr "el archivo de la llave privada «%s» cambió durante la ejecución\n"
@ -629,22 +629,22 @@ msgstr "no se pudo leer el archivo de la llave privada (%s): %s\n"
msgid "certificate does not match private key file \"%s\": %s\n"
msgstr "el certificado no coincide con la llave privada «%s»: %s\n"
#: fe-secure.c:951
#: fe-secure.c:955
#, c-format
msgid "could not create SSL context: %s\n"
msgstr "no se pudo crear el contexto SSL: %s\n"
#: fe-secure.c:996
#: fe-secure.c:994
#, c-format
msgid "could not read root certificate file \"%s\": %s\n"
msgstr "no se pudo leer la lista de certificado raíz «%s»: %s\n"
#: fe-secure.c:1110
#: fe-secure.c:1107
#, c-format
msgid "certificate could not be validated: %s\n"
msgstr "el certificado no pudo ser validado: %s\n"
#: fe-secure.c:1124
#: fe-secure.c:1121
#, c-format
msgid "certificate could not be obtained: %s\n"
msgstr "el certificado no pudo ser obtenido: %s\n"