提交 022a00b5 编写于 作者: P Peter Eisentraut

Translation updates

上级 ed244968
此差异已折叠。
# 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: <alvherre@dcc.uchile.cl>\n"
"POT-Creation-Date: 2004-09-06 16:03-0400\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-12-03 12:08-0300\n"
"PO-Revision-Date: 2004-09-06 16:17-0400\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"
"Content-Transfer-Encoding: 8bit\n"
#: initdb.c:233 initdb.c:247
#: initdb.c:250 initdb.c:264
#, c-format
msgid "%s: out of memory\n"
msgstr "%s: memoria agotada\n"
#: initdb.c:329 initdb.c:1298
#: initdb.c:374 initdb.c:1403
#, 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:387
#: initdb.c:435 initdb.c:1035 initdb.c:1062
#, 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:515 initdb.c:524 initdb.c:532
#: initdb.c:443 initdb.c:451 initdb.c:1042 initdb.c:1068
#, c-format
msgid "%s: could not write file \"%s\": %s\n"
msgstr "%s: no se pudo escribir el archivo %s: %s\n"
#: initdb.c:470
#, c-format
msgid "%s: failed\n"
msgstr "%s: fall\n"
msgid "%s: could not execute command \"%s\": %s\n"
msgstr "%s: no se pudo ejecutar el comando %s: %s\n"
#: initdb.c:521
#: initdb.c:593
#, c-format
msgid "%s: removing data directory \"%s\"\n"
msgstr "%s: eliminando el directorio de datos %s\n"
#: initdb.c:529
#: initdb.c:596
#, c-format
msgid "%s: failed to remove data directory\n"
msgstr "%s: no se pudo eliminar el directorio de datos\n"
#: initdb.c:602
#, c-format
msgid "%s: removing contents of data directory \"%s\"\n"
msgstr "%s: eliminando el contenido del directorio %s\n"
#: initdb.c:540
#: initdb.c:605
#, 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:614
#, c-format
msgid "%s: data directory \"%s\" not removed at user's request\n"
msgstr "%s: directorio de datos %s no eliminado a peticin del usuario\n"
#: initdb.c:566
#: initdb.c:640
#, c-format
msgid ""
"%s: cannot be run as root\n"
......@@ -60,17 +74,17 @@ msgstr ""
"Por favor conctese (usando, por ejemplo, su) como un usuario sin\n"
"privilegios especiales, quien ejecutar el proceso servidor.\n"
#: initdb.c:615
#: initdb.c:689
#, c-format
msgid "%s: \"%s\" is not a valid server encoding name\n"
msgstr "%s: %s no es un nombre vlido de codificacin\n"
#: initdb.c:770
#: initdb.c:844
#, c-format
msgid "%s: warning: encoding mismatch\n"
msgstr "%s: atencin: codificaciones no coinciden\n"
#: initdb.c:772
#: initdb.c:846
#, c-format
msgid ""
"The encoding you selected (%s) and the encoding that the selected\n"
......@@ -86,7 +100,12 @@ msgstr ""
"no especifique una codificacin, o bien especifique una combinacin\n"
"adecuada.\n"
#: initdb.c:924
#: initdb.c:976
#, c-format
msgid "%s: could not create directory \"%s\": %s\n"
msgstr "%s: no se pudo crear el directorio %s: %s\n"
#: initdb.c:1004
#, c-format
msgid ""
"%s: file \"%s\" does not exist\n"
......@@ -97,125 +116,126 @@ msgstr ""
"Esto significa que tiene una instalacin corrupta o ha\n"
"identificado el directorio equivocado con la opcin -L.\n"
#: initdb.c:989
#: initdb.c:1086
#, c-format
msgid "selecting default max_connections ... "
msgstr "seleccionando el valor para max_connections ... "
#: initdb.c:1025
#: initdb.c:1122
#, c-format
msgid "selecting default shared_buffers ... "
msgstr "seleccionando el valor para shared_buffers ... "
#: initdb.c:1058
#: initdb.c:1155
msgid "creating configuration files ... "
msgstr "creando archivos de configuracion ... "
#: initdb.c:1145
#: initdb.c:1251
#, c-format
msgid "creating template1 database in %s/base/1 ... "
msgstr "creando base de datos template1 en %s/base/1 ... "
#: initdb.c:1161
#: initdb.c:1267
#, c-format
msgid ""
"%s: input file \"%s\" does not belong to PostgreSQL %s\n"
"Check your installation or specify the correct path using the option -L.\n"
msgstr ""
"%s: el archivo de entrada %s no pertenece a PostgreSQL %s\n"
"Verifique su instalacin o especifique la ruta correcta usando la opcin -L.\n"
"Verifique su instalacin o especifique la ruta correcta usando la opcin -"
"L.\n"
#: initdb.c:1237
#: initdb.c:1342
msgid "initializing pg_shadow ... "
msgstr "inicializando pg_shadow ... "
#: initdb.c:1273
#: initdb.c:1378
msgid "Enter new superuser password: "
msgstr "Ingrese la nueva contrasea del superusuario: "
#: initdb.c:1274
#: initdb.c:1379
msgid "Enter it again: "
msgstr "Ingrsela nuevamente: "
#: initdb.c:1277
#: initdb.c:1382
#, c-format
msgid "Passwords didn't match.\n"
msgstr "Las constraseas no coinciden.\n"
#: initdb.c:1304
#: initdb.c:1409
#, c-format
msgid "%s: could not read password from file \"%s\": %s\n"
msgstr "%s: no se pudo leer la contrasea del archivo %s: %s\n"
#: initdb.c:1317
#: initdb.c:1422
#, c-format
msgid "setting password ... "
msgstr "estableciendo contrasea ... "
#: initdb.c:1341
#: initdb.c:1443
#, c-format
msgid "%s: The password file was not generated. Please report this problem.\n"
msgstr ""
"%s: El archivo de contrasea no fue generado.\n"
"Por favor reporte este problema.\n"
#: initdb.c:1371
#: initdb.c:1471
msgid "enabling unlimited row size for system tables ... "
msgstr "habilitando tamao de registro ilimitado para tablas de sistema ... "
#: initdb.c:1444
#: initdb.c:1544
msgid "initializing pg_depend ... "
msgstr "inicializando pg_depend ... "
#: initdb.c:1472
#: initdb.c:1572
msgid "creating system views ... "
msgstr "creando las vistas de sistema ... "
#: initdb.c:1509
#: initdb.c:1608
msgid "loading pg_description ... "
msgstr "cargando pg_description ... "
#: initdb.c:1557
#: initdb.c:1647
msgid "creating conversions ... "
msgstr "creando conversiones ... "
#: initdb.c:1613
#: initdb.c:1701
msgid "setting privileges on built-in objects ... "
msgstr "estableciendo privilegios en objetos predefinidos ... "
#: initdb.c:1671
#: initdb.c:1759
msgid "creating information schema ... "
msgstr "creando el esquema de informacin ... "
#: initdb.c:1734
#: initdb.c:1816
msgid "vacuuming database template1 ... "
msgstr "haciendo vacuum a la base de datos template1 ... "
#: initdb.c:1790
#: initdb.c:1870
msgid "copying template1 to template0 ... "
msgstr "copiando template1 a template0 ... "
#: initdb.c:1847
#: initdb.c:1927
#, c-format
msgid "caught signal\n"
msgstr "se ha capturado una seal\n"
#: initdb.c:1852
#: initdb.c:1933
#, c-format
msgid "could not write to child process\n"
msgstr "no se pudo escribir al proceso hijo\n"
msgid "could not write to child process: %s\n"
msgstr "no se pudo escribir al proceso hijo: %s\n"
#: initdb.c:1858
#: initdb.c:1941
#, c-format
msgid "ok\n"
msgstr "ok\n"
#: initdb.c:1888
#: initdb.c:1989
#, c-format
msgid "%s: invalid locale name \"%s\"\n"
msgstr "%s: nombre de configuracin local %s no es vlido\n"
#: initdb.c:1955
#: initdb.c:2056
#, c-format
msgid ""
"%s initializes a PostgreSQL database cluster.\n"
......@@ -224,17 +244,17 @@ msgstr ""
"%s inicializa un cluster de base de datos PostgreSQL.\n"
"\n"
#: initdb.c:1956
#: initdb.c:2057
#, c-format
msgid "Usage:\n"
msgstr "Empleo:\n"
#: initdb.c:1957
#: initdb.c:2058
#, c-format
msgid " %s [OPTION]... [DATADIR]\n"
msgstr " %s [OPCIN]... [DATADIR]\n"
#: initdb.c:1958
#: initdb.c:2059
#, c-format
msgid ""
"\n"
......@@ -243,25 +263,27 @@ msgstr ""
"\n"
"Opciones:\n"
#: initdb.c:1959
#: initdb.c:2060
#, c-format
msgid " [-D, --pgdata=]DATADIR location for this database cluster\n"
msgstr " [-D, --pgdata=]DATADIR ubicacin para este cluster de bases de datos\n"
msgstr ""
" [-D, --pgdata=]DATADIR ubicacin para este cluster de bases de datos\n"
#: initdb.c:1960
#: initdb.c:2061
#, c-format
msgid " -E, --encoding=ENCODING set default encoding for new databases\n"
msgstr ""
" -E, --encoding=CODIFIC codificacin por omisin para nuevas bases de datos\n"
" -E, --encoding=CODIFIC codificacin por omisin para nuevas bases de "
"datos\n"
#: initdb.c:1961
#: initdb.c:2062
#, c-format
msgid ""
" --locale=LOCALE initialize database cluster with given locale\n"
msgstr ""
" --locale=LOCALE inicializar usando esta configuracin local\n"
#: initdb.c:1962
#: initdb.c:2063
#, c-format
msgid ""
" --lc-collate, --lc-ctype, --lc-messages=LOCALE\n"
......@@ -273,53 +295,55 @@ msgstr ""
" --lc-collate, --lc-ctype, --lc-messages=LOCALE\n"
" --lc-monetary, --lc-numeric, --lc-time=LOCALE\n"
" inicializar usando esta configuracin local\n"
" en la categora respectiva (el valor por omisin\n"
" en la categora respectiva (el valor por "
"omisin\n"
" es tomado de variables de ambiente)\n"
#: initdb.c:1967
#: initdb.c:2068
#, c-format
msgid " --no-locale equivalent to --locale=C\n"
msgstr " --no-locale equivalente a --locale=C\n"
#: initdb.c:1968
#: initdb.c:2069
#, c-format
msgid ""
" -A, --auth=method default authentication method for local "
" -A, --auth=METHOD default authentication method for local "
"connections\n"
msgstr ""
" -A, --auth=method mtodo de autentificacin por omisin para\n"
" -A, --auth=METODO mtodo de autentificacin por omisin para\n"
" conexiones locales\n"
#: initdb.c:1969
#: initdb.c:2070
#, c-format
msgid " -U, --username=NAME database superuser name\n"
msgstr " -U, --username=USUARIO nombre del superusuario del cluster\n"
#: initdb.c:1970
#: initdb.c:2071
#, c-format
msgid ""
" -W, --pwprompt prompt for a password for the new superuser\n"
msgstr ""
" -W, --pwprompt pedir una contrasea para el nuevo superusuario\n"
#: initdb.c:1971
#: initdb.c:2072
#, c-format
msgid ""
" --pwfile=filename read password for the new superuser from file\n"
" --pwfile=FILE read password for the new superuser from file\n"
msgstr ""
" --pwfile=ARCHIVO leer contrasea del nuevo superusuario del archivo\n"
" --pwfile=ARCHIVO leer contrasea del nuevo superusuario del "
"archivo\n"
#: initdb.c:1972
#: initdb.c:2073
#, c-format
msgid " -?, --help show this help, then exit\n"
msgstr " -?, --help mostrar esta ayuda y salir\n"
#: initdb.c:1973
#: initdb.c:2074
#, c-format
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version mostrar informacin de version y salir\n"
#: initdb.c:1974
#: initdb.c:2075
#, c-format
msgid ""
"\n"
......@@ -328,27 +352,27 @@ msgstr ""
"\n"
"Opciones menos usadas:\n"
#: initdb.c:1975
#: initdb.c:2076
#, c-format
msgid " -d, --debug generate lots of debugging output\n"
msgstr " -d, --debug genera mucha salida de depuracin\n"
#: initdb.c:1976
#: initdb.c:2077
#, c-format
msgid " -s, --show show internal settings\n"
msgstr " -s, --show muestra variables internas\n"
#: initdb.c:1977
#: initdb.c:2078
#, c-format
msgid " -L DIRECTORY where to find the input files\n"
msgstr " -L DIRECTORIO donde encontrar los archivos de entrada\n"
#: initdb.c:1978
#: initdb.c:2079
#, c-format
msgid " -n, --noclean do not clean up after errors\n"
msgstr " -n, --noclean no limpiar despus de errores\n"
#: initdb.c:1979
#: initdb.c:2080
#, c-format
msgid ""
"\n"
......@@ -359,7 +383,7 @@ msgstr ""
"Si el directorio de datos no es especificado, se usa la variable de\n"
"ambiente PGDATA.\n"
#: initdb.c:1981
#: initdb.c:2082
#, c-format
msgid ""
"\n"
......@@ -368,36 +392,38 @@ msgstr ""
"\n"
"Reporte errores a <pgsql-bugs@postgresql.org>.\n"
#: initdb.c:2072
#: initdb.c:2175
#, c-format
msgid "Running in debug mode.\n"
msgstr "Ejecutando en modo de depuracin.\n"
#: initdb.c:2076
#: initdb.c:2179
#, c-format
msgid "Running in noclean mode. Mistakes will not be cleaned up.\n"
msgstr "Ejecutando en modo sucio. Los errores no sern limpiados.\n"
#: initdb.c:2112 initdb.c:2129 initdb.c:2341
#: initdb.c:2216 initdb.c:2233 initdb.c:2453
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Use %s --help para obtener mayor informacin.\n"
#: initdb.c:2127
#: initdb.c:2231
#, c-format
msgid "%s: too many command-line arguments (first is \"%s\")\n"
msgstr "%s: demasiados argumentos de lnea de rdenes (el primero es %s)\n"
#: initdb.c:2135
#: initdb.c:2239
#, c-format
msgid "%s: you cannot specify both password prompt and password file\n"
msgstr "%s: no puede especificar pedir una contrasea y un archivo de contrasea.\n"
msgid "%s: password prompt and password file may not be specified together\n"
msgstr ""
"%s: la peticin de contrasea y el archivo de contrasea no pueden\n"
"ser especificados simultneamente\n"
#: initdb.c:2141
#: initdb.c:2245
msgid ""
"\n"
"WARNING: enabling \"trust\" authentication for local connections.\n"
"You can change this by editing pg_hba.conf or using the -A flag the\n"
"WARNING: enabling \"trust\" authentication for local connections\n"
"You can change this by editing pg_hba.conf or using the -A option the\n"
"next time you run initdb.\n"
msgstr ""
"\n"
......@@ -405,22 +431,20 @@ msgstr ""
"Puede cambiar esto editando pg_hba.conf o usando el parmetro -A\n"
"la prxima vez que ejecute initdb.\n"
#: initdb.c:2165
#: initdb.c:2269
#, c-format
msgid "%s: unknown authentication method \"%s\".\n"
msgstr "%s: mtodo de autentificacin desconocido: %s.\n"
msgid "%s: unrecognized authentication method \"%s\"\n"
msgstr "%s: mtodo de autentificacin desconocido: %s\n"
#: initdb.c:2174
#: initdb.c:2279
#, c-format
msgid ""
"%s: you need to specify a password for the superuser to enable %s "
"authentication.\n"
"%s: must specify a password for the superuser to enable %s authentication\n"
msgstr ""
"%s: debe especificar una contrasea al superusuario para activar\n"
"autentificacin %s.\n"
"autentificacin %s\n"
#: initdb.c:2189
#: initdb.c:2294
#, c-format
msgid ""
"%s: no data directory specified\n"
......@@ -432,39 +456,39 @@ msgstr ""
"Debe especificar el directorio donde residirn los datos para este cluster.\n"
"Hgalo usando la opcin -D o la variable de ambiente PGDATA.\n"
#: initdb.c:2215
#: initdb.c:2326
#, c-format
msgid ""
"The program \"postgres\" is needed by %s but was not found in the same "
"directory as \"%s\".\n"
"The program \"postgres\" is needed by %s but was not found in the\n"
"same directory as \"%s\".\n"
"Check your installation.\n"
msgstr ""
"%s necesita el programa postgres, pero no pudo encontrarlo en el mismo\n"
"directorio que %s.\n"
"Verifique su instalacin.\n"
#: initdb.c:2221
#: initdb.c:2333
#, c-format
msgid ""
"The program \"postgres\" was found by %s but was not the same version as \"%s"
"\".\n"
"The program \"postgres\" was found by \"%s\"\n"
"but was not the same version as %s.\n"
"Check your installation.\n"
msgstr ""
"El programa postgres fue encontrado por %s, pero no es\n"
"de la misma versin que %s.\n"
"Verifique su instalacin.\n"
#: initdb.c:2240
#: initdb.c:2352
#, c-format
msgid "%s: input file location must be an absolute path\n"
msgstr "%s: la ubicacin de archivos de entrada debe ser una ruta absoluta\n"
#: initdb.c:2248
#: initdb.c:2360
#, c-format
msgid "%s: could not determine valid short version string\n"
msgstr "%s: no se pudo determinar una cadena corta de nmero de versin\n"
#: initdb.c:2301
#: initdb.c:2413
#, c-format
msgid ""
"The files belonging to this database system will be owned by user \"%s\".\n"
......@@ -474,12 +498,12 @@ msgstr ""
"Los archivos de este cluster sern de propiedad del usuario %s.\n"
"Este usuario tambin debe ser quien ejecute el proceso servidor.\n"
#: initdb.c:2311
#: initdb.c:2423
#, c-format
msgid "The database cluster will be initialized with locale %s.\n"
msgstr "El cluster ser inicializado con configuracin local %s.\n"
#: initdb.c:2314
#: initdb.c:2426
#, c-format
msgid ""
"The database cluster will be initialized with locales\n"
......@@ -498,33 +522,39 @@ msgstr ""
" NUMERIC: %s\n"
" TIME: %s\n"
#: initdb.c:2339
#: initdb.c:2451
#, c-format
msgid "%s: could not find suitable encoding for locale \"%s\"\n"
msgstr "%s: no se pudo encontrar una codificacin apropiada para\n"
msgstr ""
"%s: no se pudo encontrar una codificacin apropiada para\n"
"la configuracin local %s.\n"
#: initdb.c:2340
#: initdb.c:2452
#, c-format
msgid "Rerun %s with the -E option.\n"
msgstr "Ejecute %s con la opcin -E.\n"
#: initdb.c:2347
#: initdb.c:2459
#, c-format
msgid "The default database encoding has accordingly been set to %s.\n"
msgstr "La codificacin por omisin ha sido por lo tanto definida a %s.\n"
#: initdb.c:2388
#: initdb.c:2500
#, c-format
msgid "creating directory %s ... "
msgstr "creando el directorio %s ... "
#: initdb.c:2402
#: initdb.c:2514
#, c-format
msgid "fixing permissions on existing directory %s ... "
msgstr "corrigiendo permisos en el directorio existente %s ... "
#: initdb.c:2420
#: initdb.c:2520
#, 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:2533
#, c-format
msgid ""
"%s: directory \"%s\" exists but is not empty\n"
......@@ -537,26 +567,66 @@ msgstr ""
"el directorio %s, o ejecute %s\n"
"con un argumento distinto de %s.\n"
#: initdb.c:2437
#: initdb.c:2542
#, c-format
msgid "%s: could not access directory \"%s\": %s\n"
msgstr "%s: no se pudo acceder al directorio %s: %s\n"
#: initdb.c:2551
#, c-format
msgid "creating directory %s/%s ... "
msgstr "creando directorio %s/%s ... "
#: initdb.c:2501
#: initdb.c:2619
#, c-format
msgid ""
"\n"
"Success. You can now start the database server using:\n"
"\n"
" %s%s%s/postmaster -D %s%s%s\n"
" %s%s%s%spostmaster -D %s%s%s\n"
"or\n"
" %s%s%s/pg_ctl -D %s%s%s -l logfile start\n"
" %s%s%s%spg_ctl -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/postmaster -D %s%s%s\n"
" %s%s%s%spostmaster -D %s%s%s\n"
"o\n"
" %s%s%s/pg_ctl -D %s%s%s -l logfile start\n"
" %s%s%s%spg_ctl -D %s%s%s -l logfile start\n"
"\n"
#: ../../port/dirmod.c:75 ../../port/dirmod.c:88 ../../port/dirmod.c:101
#, c-format
msgid "out of memory\n"
msgstr "memoria agotada\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: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:338
#, c-format
msgid "could not read symbolic link \"%s\""
msgstr "no se pudo leer el enlace simblico %s"
#: ../../port/exec.c:569
#, c-format
msgid "child process exited with exit code %d"
msgstr "el proceso hijo termin con cdigo de salida %d"
#: ../../port/exec.c:572
#, c-format
msgid "child process was terminated by signal %d"
msgstr "el proceso hijo fue terminado por una seal %d"
#: ../../port/exec.c:575
#, c-format
msgid "child process exited with unrecognized status %d"
msgstr "el proceso hijo termin con cdigo no reconocido %d"
# pg_config spanish translation
# This file is put in the public domain.
# Alvaro Herrera <alvherre@dcc.uchile.cl>, 2004
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: pg_config 8.0\n"
"Report-Msgid-Bugs-To: <pgsql-es-ayuda@postgresql.org>\n"
"POT-Creation-Date: 2004-11-02 23:28-0300\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-12-03 13:05-0300\n"
"PO-Revision-Date: 2004-11-02 23:30 CLST\n"
"Last-Translator: Alvaro Herrera <alvherre@dcc.uchile.cl>\n"
"Language-Team: es <pgsql-es-ayuda@postgresql.org>\n"
......@@ -48,7 +47,8 @@ msgstr "Opciones:\n"
#: pg_config.c:40
#, c-format
msgid " --bindir show location of user executables\n"
msgstr " --bindir muestra la ubicacin de ejecutables de usuario\n"
msgstr ""
" --bindir muestra la ubicacin de ejecutables de usuario\n"
#: pg_config.c:41
#, c-format
......@@ -70,20 +70,22 @@ msgstr ""
#: pg_config.c:44
#, c-format
msgid " --libdir show location of object code libraries\n"
msgstr " --libdir muestra la ubicacin de bibliotecas\n"
msgstr ""
" --libdir muestra la ubicacin de bibliotecas\n"
" de cdigo objeto\n"
#: pg_config.c:45
#, c-format
msgid " --pkglibdir show location of dynamically loadable modules\n"
msgstr
msgstr ""
" --pkglibdir muestra la ubicacin de mdulos para carga dinmica\n"
#: pg_config.c:46
#, c-format
msgid " --pgxs show location of extension makefile\n"
msgstr " --pgxs muestra la ubicacin del archivo makefile\n"
" para extensiones\n"
msgstr ""
" --pgxs muestra la ubicacin del archivo makefile\n"
" para extensiones\n"
#: pg_config.c:47
#, c-format
......@@ -136,3 +138,33 @@ msgstr "%s: el argumento no es v
#, c-format
msgid "%s: could not find own executable\n"
msgstr "%s: no se pudo encontrar el propio ejecutable\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: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:338
#, c-format
msgid "could not read symbolic link \"%s\""
msgstr "no se pudo leer el enlace simblico %s"
#: ../../port/exec.c:569
#, c-format
msgid "child process exited with exit code %d"
msgstr "el proceso hijo termin con cdigo de salida %d"
#: ../../port/exec.c:572
#, c-format
msgid "child process was terminated by signal %d"
msgstr "el proceso hijo fue terminado por una seal %d"
#: ../../port/exec.c:575
#, c-format
msgid "child process exited with unrecognized status %d"
msgstr "el proceso hijo termin con cdigo no reconocido %d"
......@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-09-14 18:25-0400\n"
"POT-Creation-Date: 2004-12-03 13:07-0300\n"
"PO-Revision-Date: 2002-08-30 18:23+0200\n"
"Last-Translator: Alvaro Herrera <alvherre@dcc.uchile.cl>\n"
"Language-Team: Castellano <pgsql-es-ayuda@postgresql.org>\n"
......@@ -14,7 +14,7 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
#: pg_controldata.c:28
#: pg_controldata.c:26
#, c-format
msgid ""
"%s displays control information of a PostgreSQL database cluster.\n"
......@@ -23,88 +23,87 @@ msgstr ""
"%s muestra informacin de control del cluster de PostgreSQL.\n"
"\n"
#: pg_controldata.c:32
#: pg_controldata.c:30
#, c-format
msgid ""
"Usage:\n"
" %s [OPTION]\n"
" %s [OPTION] [DATADIR]\n"
"\n"
"Options:\n"
" DATADIR show cluster control information for DATADIR\n"
" --help show this help, then exit\n"
" --version output version information, then exit\n"
msgstr ""
"Empleo:\n"
" %s [OPCIN]\n"
" %s [OPCIN] [DATADIR]\n"
"\n"
"Opciones:\n"
" DATADIR mostrar informacin de control sobre el cluster en DATADIR\n"
" --help mostrar este mensaje y salir\n"
" --version mostrar informacin de versin y salir\n"
#: pg_controldata.c:41
#: pg_controldata.c:38
#, c-format
msgid ""
"\n"
"If no data directory is specified, the environment variable PGDATA\n"
"If no data directory (DATADIR) is specified, the environment variable "
"PGDATA\n"
"is used.\n"
"\n"
msgstr ""
"\n"
"Si no se especifica un directorio de datos, se utilizar\n"
"Si no se especifica un directorio de datos (DATADIR), se utilizar\n"
"la variable de entorno PGDATA.\n"
"\n"
#: pg_controldata.c:42
#: pg_controldata.c:40
#, 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:52
#: pg_controldata.c:50
msgid "starting up"
msgstr "iniciando"
#: pg_controldata.c:54
#: pg_controldata.c:52
msgid "shut down"
msgstr "apagado"
#: pg_controldata.c:56
#: pg_controldata.c:54
msgid "shutting down"
msgstr "apagndose"
#: pg_controldata.c:58
#: pg_controldata.c:56
msgid "in recovery"
msgstr "en recuperacin"
#: pg_controldata.c:60
#: pg_controldata.c:58
msgid "in production"
msgstr "en produccin"
#: pg_controldata.c:62
#: pg_controldata.c:60
msgid "unrecognized status code"
msgstr "codigo de estado no reconocido"
#: pg_controldata.c:104
#: pg_controldata.c:102
#, c-format
msgid "%s: no data directory specified\n"
msgstr "%s: no se ha especificado un directorio de datos\n"
#: pg_controldata.c:105
#: pg_controldata.c:103
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Intente %s --help para mayor informacin.\n"
#: pg_controldata.c:113
#: pg_controldata.c:111
#, 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:120
#: pg_controldata.c:118
#, 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:134
#: pg_controldata.c:132
#, c-format
msgid ""
"WARNING: Calculated CRC checksum does not match value stored in file.\n"
......@@ -117,130 +116,130 @@ msgstr ""
"bien tiene una estructura diferente de la que este programa est\n"
"esperando. Los resultados presentados a continuacin no son confiables.\n"
#: pg_controldata.c:154
#: pg_controldata.c:152
#, c-format
msgid "pg_control version number: %u\n"
msgstr "Nmero de versin de pg_control: %u\n"
#: pg_controldata.c:155
#: pg_controldata.c:153
#, c-format
msgid "Catalog version number: %u\n"
msgstr "Nmero de versin del catlogo: %u\n"
#: pg_controldata.c:156
#: pg_controldata.c:154
#, c-format
msgid "Database system identifier: %s\n"
msgstr "Identificador de sistema: %s\n"
#: pg_controldata.c:157
#: pg_controldata.c:155
#, c-format
msgid "Database cluster state: %s\n"
msgstr "Estado del sistema de base de datos: %s\n"
#: pg_controldata.c:158
#: pg_controldata.c:156
#, c-format
msgid "pg_control last modified: %s\n"
msgstr "ltima modificacin de pg_control: %s\n"
#: pg_controldata.c:159
#: pg_controldata.c:157
#, c-format
msgid "Current log file ID: %u\n"
msgstr "ID de archivo de registro actual: %u\n"
#: pg_controldata.c:160
#: pg_controldata.c:158
#, c-format
msgid "Next log file segment: %u\n"
msgstr "Siguiente segmento de archivo de registro: %u\n"
#: pg_controldata.c:161
#: pg_controldata.c:159
#, c-format
msgid "Latest checkpoint location: %X/%X\n"
msgstr "Ubicacin del ltimo checkpoint: %X/%X\n"
#: pg_controldata.c:163
#: pg_controldata.c:161
#, c-format
msgid "Prior checkpoint location: %X/%X\n"
msgstr "Ubicacin del checkpoint anterior: %X/%X\n"
#: pg_controldata.c:165
#: pg_controldata.c:163
#, c-format
msgid "Latest checkpoint's REDO location: %X/%X\n"
msgstr "Ubicacin de REDO de ltimo checkpoint: %X/%X\n"
#: pg_controldata.c:167
#: pg_controldata.c:165
#, c-format
msgid "Latest checkpoint's UNDO location: %X/%X\n"
msgstr "Ubicacin de UNDO de ltimo checkpoint: %X/%X\n"
#: pg_controldata.c:169
#: pg_controldata.c:167
#, c-format
msgid "Latest checkpoint's TimeLineID: %u\n"
msgstr "TimeLineID del ltimo checkpoint: %u\n"
#: pg_controldata.c:170
#: pg_controldata.c:168
#, c-format
msgid "Latest checkpoint's NextXID: %u\n"
msgstr "NextXID de ltimo checkpoint: %u\n"
#: pg_controldata.c:171
#: pg_controldata.c:169
#, c-format
msgid "Latest checkpoint's NextOID: %u\n"
msgstr "NextOID de ltimo checkpoint: %u\n"
#: pg_controldata.c:172
#: pg_controldata.c:170
#, c-format
msgid "Time of latest checkpoint: %s\n"
msgstr "Instante de ltimo checkpoint: %s\n"
#: pg_controldata.c:173
#: pg_controldata.c:171
#, c-format
msgid "Database block size: %u\n"
msgstr "Tamao de bloque de la base de datos: %u\n"
#: pg_controldata.c:174
#: pg_controldata.c:172
#, c-format
msgid "Blocks per segment of large relation: %u\n"
msgstr "Bloques por segmento en relacin grande: %u\n"
#: pg_controldata.c:175
#: pg_controldata.c:173
#, c-format
msgid "Bytes per WAL segment: %u\n"
msgstr "Bytes por segmento WAL: %u\n"
#: pg_controldata.c:176
#: pg_controldata.c:174
#, c-format
msgid "Maximum length of identifiers: %u\n"
msgstr "Mxima longitud de identificadores: %u\n"
#: pg_controldata.c:177
#: pg_controldata.c:175
#, c-format
msgid "Maximum number of function arguments: %u\n"
msgstr "Cantidad mxima de argumentos de funciones: %u\n"
#: pg_controldata.c:178
#: pg_controldata.c:176
#, c-format
msgid "Date/time type storage: %s\n"
msgstr "Tipo de almacenamiento de horas y fechas: %s\n"
#: pg_controldata.c:179
#: pg_controldata.c:177
msgid "64-bit integers"
msgstr "enteros de 64 bits"
#: pg_controldata.c:179
#: pg_controldata.c:177
msgid "floating-point numbers"
msgstr "nmeros de punto flotante"
#: pg_controldata.c:180
#: pg_controldata.c:178
#, c-format
msgid "Maximum length of locale name: %u\n"
msgstr "Longitud mxima de nombres de locale: %u\n"
#: pg_controldata.c:181
#: pg_controldata.c:179
#, c-format
msgid "LC_COLLATE: %s\n"
msgstr "LC_COLLATE: %s\n"
#: pg_controldata.c:182
#: pg_controldata.c:180
#, c-format
msgid "LC_CTYPE: %s\n"
msgstr "LC_CTYPE: %s\n"
......@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pg_ctl 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-11-02 23:39-0300\n"
"POT-Creation-Date: 2004-12-06 18:46-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,17 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
#: pg_ctl.c:200 pg_ctl.c:215 pg_ctl.c:1331
#: pg_ctl.c:201 pg_ctl.c:216 pg_ctl.c:1342
#, c-format
msgid "%s: out of memory\n"
msgstr "%s: memoria agotada\n"
#: pg_ctl.c:249
#: 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"
#: pg_ctl.c:468
#: pg_ctl.c:469
#, c-format
msgid ""
"%s: another postmaster may be running; trying to start postmaster anyway\n"
......@@ -30,17 +30,17 @@ msgstr ""
"%s: otro postmaster puede estar en ejecucin;\n"
"tratando de ejecutarlo de todas formas.\n"
#: pg_ctl.c:486
#: pg_ctl.c:487
#, c-format
msgid "%s: could not read file \"%s\"\n"
msgstr "%s: no se pudo leer el archivo %s\n"
#: pg_ctl.c:492
#: pg_ctl.c:493
#, c-format
msgid "%s: option file \"%s\" must have exactly one line\n"
msgstr "%s: archivo de opciones %s debe tener exactamente una lnea\n"
#: pg_ctl.c:543
#: pg_ctl.c:544
#, c-format
msgid ""
"The program \"postmaster\" is needed by %s but was not found in the\n"
......@@ -51,7 +51,7 @@ msgstr ""
"en el mismo directorio que %s.\n"
"Verifique su instalacin.\n"
#: pg_ctl.c:549
#: pg_ctl.c:550
#, c-format
msgid ""
"The program \"postmaster\" was found by \"%s\"\n"
......@@ -62,12 +62,12 @@ msgstr ""
"a la misma versin que %s.\n"
"Verifique su instalacin.\n"
#: pg_ctl.c:561
#: pg_ctl.c:562
#, c-format
msgid "%s: could not start postmaster: exit code was %d\n"
msgstr "%s: no se pudo iniciar postmaster: el cdigo de retorno fue %d\n"
#: pg_ctl.c:572
#: pg_ctl.c:573
#, c-format
msgid ""
"%s: could not start postmaster\n"
......@@ -76,165 +76,165 @@ msgstr ""
"%s: no se pudo ejecutar postmaster.\n"
"Examine el registro del servidor.\n"
#: pg_ctl.c:581
#: pg_ctl.c:582
msgid "waiting for postmaster to start..."
msgstr "esperando que postmaster se inicie..."
#: pg_ctl.c:584
#: pg_ctl.c:585
#, c-format
msgid "could not start postmaster\n"
msgstr "no se pudo iniciar postmaster\n"
#: pg_ctl.c:587 pg_ctl.c:653 pg_ctl.c:720
#: pg_ctl.c:588 pg_ctl.c:654 pg_ctl.c:721
msgid " done\n"
msgstr " listo\n"
#: pg_ctl.c:588
#: pg_ctl.c:589
msgid "postmaster started\n"
msgstr "postmaster iniciado\n"
#: pg_ctl.c:592
#: pg_ctl.c:593
msgid "postmaster starting\n"
msgstr "postmaster inicindose\n"
#: pg_ctl.c:606 pg_ctl.c:674 pg_ctl.c:734
#: pg_ctl.c:607 pg_ctl.c:675 pg_ctl.c:735
#, c-format
msgid "%s: PID file \"%s\" does not exist\n"
msgstr "%s: el archivo de PID %s no existe\n"
#: pg_ctl.c:607 pg_ctl.c:675 pg_ctl.c:735
#: pg_ctl.c:608 pg_ctl.c:676 pg_ctl.c:736
msgid "Is postmaster running?\n"
msgstr "Est postmaster en ejecucin?\n"
#: pg_ctl.c:613
#: pg_ctl.c:614
#, c-format
msgid "%s: cannot stop postmaster; postgres is running (PID: %ld)\n"
msgstr ""
"%s: no se puede detener postmaster, postgres est en ejecucin (PID: %ld)\n"
#: pg_ctl.c:621 pg_ctl.c:692
#: pg_ctl.c:622 pg_ctl.c:693
#, c-format
msgid "%s: could not send stop signal (PID: %ld): %s\n"
msgstr "%s: fall la seal de detencin (PID: %ld): %s\n"
#: pg_ctl.c:628
#: pg_ctl.c:629
msgid "postmaster shutting down\n"
msgstr "postmaster detenindose\n"
#: pg_ctl.c:633 pg_ctl.c:697
#: pg_ctl.c:634 pg_ctl.c:698
msgid "waiting for postmaster to shut down..."
msgstr "esperando que postmaster se detenga..."
#: pg_ctl.c:648 pg_ctl.c:714
#: pg_ctl.c:649 pg_ctl.c:715
msgid " failed\n"
msgstr " fall\n"
#: pg_ctl.c:650 pg_ctl.c:716
#: pg_ctl.c:651 pg_ctl.c:717
#, c-format
msgid "%s: postmaster does not shut down\n"
msgstr "%s: postmaster no se detiene\n"
#: pg_ctl.c:655 pg_ctl.c:721
#: pg_ctl.c:656 pg_ctl.c:722
#, c-format
msgid "postmaster stopped\n"
msgstr "postmaster detenido\n"
#: pg_ctl.c:676
#: pg_ctl.c:677
msgid "starting postmaster anyway\n"
msgstr "iniciando postmaster de todas maneras\n"
#: pg_ctl.c:683
#: pg_ctl.c:684
#, c-format
msgid "%s: cannot restart postmaster; postgres is running (PID: %ld)\n"
msgstr ""
"%s: no se puede reiniciar postmaster, postgres est en ejecucin (PID: %ld)\n"
#: pg_ctl.c:686 pg_ctl.c:744
#: pg_ctl.c:687 pg_ctl.c:745
msgid "Please terminate postgres and try again.\n"
msgstr "Por favor termine postgres e intente nuevamente.\n"
#: pg_ctl.c:741
#: pg_ctl.c:742
#, c-format
msgid "%s: cannot reload postmaster; postgres is running (PID: %ld)\n"
msgstr ""
"%s: no se puede recargar postmaster; postgres est en ejecucin (PID: %ld)\n"
#: pg_ctl.c:750
#: pg_ctl.c:751
#, c-format
msgid "%s: could not send reload signal (PID: %ld): %s\n"
msgstr "%s: la seal de recarga fall (PID: %ld): %s\n"
#: pg_ctl.c:755
#: pg_ctl.c:756
msgid "postmaster signaled\n"
msgstr "se ha enviado una seal a postmaster\n"
#: pg_ctl.c:770
#: pg_ctl.c:771
#, c-format
msgid "%s: neither postmaster nor postgres running\n"
msgstr "%s: postmaster o postgres no est en ejecucin\n"
#: pg_ctl.c:776
#: pg_ctl.c:777
#, c-format
msgid "%s: a standalone backend \"postgres\" is running (PID: %ld)\n"
msgstr ""
"%s: un proceso servidor autnomo postgres est en ejecucin (PID: %ld)\n"
#: pg_ctl.c:783
#: pg_ctl.c:784
#, c-format
msgid "%s: postmaster is running (PID: %ld)\n"
msgstr "%s: postmaster est en ejecucin (PID: %ld)\n"
#: pg_ctl.c:799
#: pg_ctl.c:800
#, c-format
msgid "%s: could not send signal %d (PID: %ld): %s\n"
msgstr "%s: no se pudo enviar la seal %d (PID: %ld): %s\n"
#: pg_ctl.c:829
#: pg_ctl.c:833
#, c-format
msgid "%s: could not find own program executable\n"
msgstr "%s: no se pudo encontrar el propio ejecutable\n"
#: pg_ctl.c:838
#: pg_ctl.c:842
#, 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:886 pg_ctl.c:918
#: pg_ctl.c:896 pg_ctl.c:928
#, c-format
msgid "%s: could not open service manager\n"
msgstr "%s: no se pudo abrir el gestor de servicios\n"
#: pg_ctl.c:892
#: pg_ctl.c:902
#, c-format
msgid "%s: service \"%s\" already registered\n"
msgstr "%s: el servicio %s ya est registrado\n"
#: pg_ctl.c:903
#: pg_ctl.c:913
#, c-format
msgid "%s: could not register service \"%s\": error code %d\n"
msgstr "%s: no se pudo registrar el servicio %s: cdigo de error %d\n"
#: pg_ctl.c:924
#: pg_ctl.c:934
#, c-format
msgid "%s: service \"%s\" not registered\n"
msgstr "%s: el servicio %s no ha sido registrado\n"
#: pg_ctl.c:931
#: pg_ctl.c:941
#, c-format
msgid "%s: could not open service \"%s\": error code %d\n"
msgstr "%s: no se pudo abrir el servicio %s: cdigo de error %d\n"
#: pg_ctl.c:938
#: pg_ctl.c:948
#, c-format
msgid "%s: could not unregister service \"%s\": error code %d\n"
msgstr "%s: no se pudo dar de baja el servicio %s: cdigo de error %d\n"
#: pg_ctl.c:1075
#: pg_ctl.c:1085
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Use %s --help para obtener ms informacin.\n"
#: pg_ctl.c:1083
#: pg_ctl.c:1093
#, c-format
msgid ""
"%s is a utility to start, stop, restart, reload configuration files,\n"
......@@ -246,44 +246,44 @@ msgstr ""
"seal a un proceso PostgreSQL.\n"
"\n"
#: pg_ctl.c:1085
#: pg_ctl.c:1095
#, c-format
msgid "Usage:\n"
msgstr "Empleo:\n"
#: pg_ctl.c:1086
#: pg_ctl.c:1096
#, 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:1087
#: pg_ctl.c:1097
#, c-format
msgid " %s stop [-W] [-D DATADIR] [-s] [-m SHUTDOWN-MODE]\n"
msgstr " %s stop [-W] [-D DATADIR] [-s] [-m MODO-DETENCIN]\n"
#: pg_ctl.c:1088
#: pg_ctl.c:1098
#, c-format
msgid ""
" %s restart [-w] [-D DATADIR] [-s] [-m SHUTDOWN-MODE] [-o \"OPTIONS\"]\n"
msgstr ""
" %s restart [-w] [-D DATADIR] [-s] [-m MODO-DETENCIN] [-o OPCIONES]\n"
#: pg_ctl.c:1089
#: pg_ctl.c:1099
#, c-format
msgid " %s reload [-D DATADIR] [-s]\n"
msgstr " %s reload [-D DATADIR] [-s]\n"
#: pg_ctl.c:1090
#: pg_ctl.c:1100
#, c-format
msgid " %s status [-D DATADIR]\n"
msgstr " %s status [-D DATADIR]\n"
#: pg_ctl.c:1091
#: pg_ctl.c:1101
#, c-format
msgid " %s kill SIGNALNAME PID\n"
msgstr " %s kill NOMBRE-SEAL ID-DE-PROCESO\n"
#: pg_ctl.c:1093
#: pg_ctl.c:1103
#, c-format
msgid ""
" %s register [-N SERVICENAME] [-U USERNAME] [-P PASSWORD] [-D DATADIR]\n"
......@@ -292,70 +292,71 @@ msgstr ""
" %s register [-N SERVICIO] [-U USUARIO] [-P PASSWORD] [-D DATADIR]\n"
" [-w] [-o OPCIONES]\n"
#: pg_ctl.c:1095
#: pg_ctl.c:1105
#, c-format
msgid " %s unregister [-N SERVICENAME]\n"
msgstr " %s unregister [-N SERVICIO]\n"
#: pg_ctl.c:1098
#: pg_ctl.c:1108
#, c-format
msgid ""
"\n"
"Common options:\n"
msgstr "\n"
msgstr ""
"\n"
"Opciones comunes:\n"
#: pg_ctl.c:1099
#: pg_ctl.c:1109
#, c-format
msgid " -D, --pgdata DATADIR location of the database storage area\n"
msgstr ""
" -D, --pgdata DATADIR ubicacin del rea de almacenamiento de datos\n"
#: pg_ctl.c:1100
#: pg_ctl.c:1110
#, c-format
msgid " -s, --silent only print errors, no informational messages\n"
msgstr ""
" -s, --silent mostrar slo errores, no mensajes de informacin\n"
#: pg_ctl.c:1101
#: pg_ctl.c:1111
#, c-format
msgid " -w wait until operation completes\n"
msgstr ""
" -w esperar hasta que la operacin se haya completado\n"
#: pg_ctl.c:1102
#: pg_ctl.c:1112
#, c-format
msgid " -W do not wait until operation completes\n"
msgstr ""
" -W no esperar hasta que la operacin se haya completado\n"
" -W no esperar hasta que la operacin se haya "
"completado\n"
#: pg_ctl.c:1103
#: pg_ctl.c:1113
#, c-format
msgid " --help show this help, then exit\n"
msgstr ""
" --help mostrar este texto y salir\n"
msgstr " --help mostrar este texto y salir\n"
#: pg_ctl.c:1104
#: pg_ctl.c:1114
#, c-format
msgid " --version output version information, then exit\n"
msgstr ""
" --version mostrar informacin sobre versin y salir\n"
msgstr " --version mostrar informacin sobre versin y salir\n"
#: pg_ctl.c:1105
#: pg_ctl.c:1115
#, c-format
msgid ""
"(The default is to wait for shutdown, but not for start or restart.)\n"
"\n"
msgstr ""
"(Por omisin se espera para las detenciones, pero no los inicios o reinicios)\n"
"(Por omisin se espera para las detenciones, pero no los inicios o "
"reinicios)\n"
"\n"
#: pg_ctl.c:1106
#: pg_ctl.c:1116
#, c-format
msgid "If the -D option is omitted, the environment variable PGDATA is used.\n"
msgstr "Si la opcin -D es omitida, se usa la variable de ambiente PGDATA.\n"
#: pg_ctl.c:1108
#: pg_ctl.c:1118
#, c-format
msgid ""
"\n"
......@@ -364,13 +365,13 @@ msgstr ""
"\n"
"Opciones para inicio y reinicio:\n"
#: pg_ctl.c:1109
#: pg_ctl.c:1119
#, 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:1110
#: pg_ctl.c:1120
#, c-format
msgid ""
" -o OPTIONS command line options to pass to the postmaster\n"
......@@ -380,13 +381,12 @@ msgstr ""
"postmaster\n"
" (ejecutable del servidor de PostgreSQL)\n"
#: pg_ctl.c:1112
#: pg_ctl.c:1122
#, c-format
msgid " -p PATH-TO-POSTMASTER normally not necessary\n"
msgstr ""
" -p RUTA-A-POSTMASTER normalmente no es necesario\n"
msgstr " -p RUTA-A-POSTMASTER normalmente no es necesario\n"
#: pg_ctl.c:1114
#: pg_ctl.c:1124
#, c-format
msgid ""
"\n"
......@@ -395,13 +395,12 @@ msgstr ""
"\n"
"Opciones para detencin y reinicio:\n"
#: pg_ctl.c:1115
#: pg_ctl.c:1125
#, c-format
msgid " -m SHUTDOWN-MODE may be \"smart\", \"fast\", or \"immediate\"\n"
msgstr ""
" -m MODO-DE-DETENCIN puede ser smart, fast o immediate\n"
msgstr " -m MODO-DE-DETENCIN puede ser smart, fast o immediate\n"
#: pg_ctl.c:1117
#: pg_ctl.c:1127
#, c-format
msgid ""
"\n"
......@@ -410,18 +409,18 @@ msgstr ""
"\n"
"Modos de detencin son:\n"
#: pg_ctl.c:1118
#: pg_ctl.c:1128
#, c-format
msgid " smart quit after all clients have disconnected\n"
msgstr ""
" smart salir despus que todos los clientes se hayan desconectado\n"
#: pg_ctl.c:1119
#: pg_ctl.c:1129
#, c-format
msgid " fast quit directly, with proper shutdown\n"
msgstr " fast salir directamente, con apagado apropiado\n"
#: pg_ctl.c:1120
#: pg_ctl.c:1130
#, c-format
msgid ""
" immediate quit without complete shutdown; will lead to recovery on "
......@@ -431,7 +430,7 @@ msgstr ""
" en el prximo inicio\n"
"\n"
#: pg_ctl.c:1122
#: pg_ctl.c:1132
#, c-format
msgid ""
"\n"
......@@ -440,7 +439,7 @@ msgstr ""
"\n"
"Nombres de seales permitidos para kill:\n"
#: pg_ctl.c:1126
#: pg_ctl.c:1136
#, c-format
msgid ""
"\n"
......@@ -449,7 +448,7 @@ msgstr ""
"\n"
"Opciones para registrar y dar de baja:\n"
#: pg_ctl.c:1127
#: pg_ctl.c:1137
#, c-format
msgid ""
" -N SERVICENAME service name with which to register PostgreSQL server\n"
......@@ -457,21 +456,21 @@ msgstr ""
" -N SERVICIO nombre de servicio con el cual registrar\n"
" el servidor PostgreSQL\n"
#: pg_ctl.c:1128
#: pg_ctl.c:1138
#, c-format
msgid " -P PASSWORD password of account to register PostgreSQL server\n"
msgstr ""
" -P CONTRASEA contrasea de la cuenta con la cual registrar\n"
" el servidor PostgreSQL\n"
#: pg_ctl.c:1129
#: pg_ctl.c:1139
#, 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:1132
#: pg_ctl.c:1142
#, c-format
msgid ""
"\n"
......@@ -480,17 +479,17 @@ msgstr ""
"\n"
"Reporte errores a <pgsql-bugs@postgresql.org>.\n"
#: pg_ctl.c:1157
#: pg_ctl.c:1167
#, c-format
msgid "%s: unrecognized shutdown mode \"%s\"\n"
msgstr "%s: modo de apagado %s no reconocido\n"
#: pg_ctl.c:1190
#: pg_ctl.c:1200
#, c-format
msgid "%s: unrecognized signal name \"%s\"\n"
msgstr "%s: nombre de seal %s no reconocido\n"
#: pg_ctl.c:1255
#: pg_ctl.c:1265
#, c-format
msgid ""
"%s: cannot be run as root\n"
......@@ -501,35 +500,65 @@ msgstr ""
"Por favor conctese (por ej. usando su) con un usuario no privilegiado,\n"
"quien ejecutar el proceso servidor.\n"
#: pg_ctl.c:1347
#: pg_ctl.c:1358
#, c-format
msgid "%s: invalid option %s\n"
msgstr "%s: la opcin %s no es vlida\n"
#: pg_ctl.c:1358
#: pg_ctl.c:1369
#, c-format
msgid "%s: too many command-line arguments (first is \"%s\")\n"
msgstr "%s: demasiados argumentos de lnea de comandos (el primero es %s)\n"
#: pg_ctl.c:1377
#: pg_ctl.c:1388
#, c-format
msgid "%s: missing arguments for kill mode\n"
msgstr "%s: argumentos faltantes para envo de seal\n"
#: pg_ctl.c:1395
#: pg_ctl.c:1406
#, c-format
msgid "%s: unrecognized operation mode \"%s\"\n"
msgstr "%s: modo de operacin %s no reconocido\n"
#: pg_ctl.c:1405
#: pg_ctl.c:1416
#, c-format
msgid "%s: no operation specified\n"
msgstr "%s: no se especific operacin\n"
#: pg_ctl.c:1421
#: pg_ctl.c:1432
#, c-format
msgid ""
"%s: no database directory specified and environment variable PGDATA unset\n"
msgstr ""
"%s: no se especific directorio de datos y la variable PGDATA no est "
"definida\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: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:338
#, c-format
msgid "could not read symbolic link \"%s\""
msgstr "no se pudo leer el enlace simblico %s"
#: ../../port/exec.c:569
#, c-format
msgid "child process exited with exit code %d"
msgstr "el proceso hijo termin con cdigo de salida %d"
#: ../../port/exec.c:572
#, c-format
msgid "child process was terminated by signal %d"
msgstr "el proceso hijo fue terminado por una seal %d"
#: ../../port/exec.c:575
#, c-format
msgid "child process exited with unrecognized status %d"
msgstr "el proceso hijo termin con cdigo no reconocido %d"
此差异已折叠。
......@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-09-14 18:31-0400\n"
"POT-Creation-Date: 2004-12-06 18:46-0300\n"
"PO-Revision-Date: 2003-10-03 15:24-0500\n"
"Last-Translator: Ivan Hernandez <ivanx@ciencias.unam.mx>\n"
"Language-Team: Espaol <pgsql-es-ayuda@postgresql.org>\n"
......@@ -14,48 +14,48 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
#: pg_resetxlog.c:120
#: pg_resetxlog.c:123
#, c-format
msgid "%s: invalid argument for option -x\n"
msgstr "%s: argumento no vlido para la opcin -x\n"
#: pg_resetxlog.c:121 pg_resetxlog.c:136 pg_resetxlog.c:151 pg_resetxlog.c:158
#: pg_resetxlog.c:164 pg_resetxlog.c:172
#: pg_resetxlog.c:124 pg_resetxlog.c:139 pg_resetxlog.c:154 pg_resetxlog.c:161
#: pg_resetxlog.c:167 pg_resetxlog.c:175
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Prueba con %s --help para ms informacin\n"
#: pg_resetxlog.c:126
#: pg_resetxlog.c:129
#, c-format
msgid "%s: transaction ID (-x) must not be 0\n"
msgstr "%s: el ID de transaccin (-x) no debe ser cero\n"
#: pg_resetxlog.c:135
#: pg_resetxlog.c:138
#, c-format
msgid "%s: invalid argument for option -o\n"
msgstr "%s: argumento no vlido para la opcin -o\n"
#: pg_resetxlog.c:141
#: 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:150 pg_resetxlog.c:157
#: pg_resetxlog.c:153 pg_resetxlog.c:160
#, c-format
msgid "%s: invalid argument for option -l\n"
msgstr "%s: argumento no vlido para la opcin -l\n"
#: pg_resetxlog.c:171
#: pg_resetxlog.c:174
#, c-format
msgid "%s: no data directory specified\n"
msgstr "%s: directorio de datos no especificado\n"
#: pg_resetxlog.c:191 pg_resetxlog.c:287
#: pg_resetxlog.c:194 pg_resetxlog.c:290
#, 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:197
#: pg_resetxlog.c:200
#, c-format
msgid ""
"%s: lock file \"%s\" exists\n"
......@@ -65,7 +65,7 @@ msgstr ""
"Hay un servidor corriendo? Si no, borra el archivo candado e intntalo de "
"nuevo\n"
#: pg_resetxlog.c:236
#: pg_resetxlog.c:239
#, c-format
msgid ""
"\n"
......@@ -74,7 +74,7 @@ msgstr ""
"\n"
"Si estos valores parecen aceptables, usa -f para forzar reinicio.\n"
#: pg_resetxlog.c:248
#: pg_resetxlog.c:251
#, c-format
msgid ""
"The database server was not shut down cleanly.\n"
......@@ -85,12 +85,12 @@ msgstr ""
"Reiniciar la bitcora de transacciones puede causar prdida de datos.\n"
"Si de todas formas quieres proceder, usa -f para forzar su reinicio.\n"
#: pg_resetxlog.c:261
#: pg_resetxlog.c:264
#, c-format
msgid "Transaction log reset\n"
msgstr "Bitcora de transacciones reiniciada\n"
#: pg_resetxlog.c:290
#: pg_resetxlog.c:293
#, c-format
msgid ""
"If you are sure the data directory path is correct, execute\n"
......@@ -101,34 +101,34 @@ msgstr ""
" touch %s\n"
"y prueba de nuevo.\n"
#: pg_resetxlog.c:303
#: pg_resetxlog.c:306
#, 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:326
#: pg_resetxlog.c:329
#, 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 vlido, procede con precaucin\n"
#: pg_resetxlog.c:335
#: pg_resetxlog.c:338
#, 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 versin; ignorndolo\n"
#: pg_resetxlog.c:399
#: pg_resetxlog.c:402
#, c-format
msgid "%s: invalid LC_COLLATE setting\n"
msgstr "%s: el valor de LC_COLLATE no es vlido\n"
#: pg_resetxlog.c:406
#: pg_resetxlog.c:409
#, c-format
msgid "%s: invalid LC_CTYPE setting\n"
msgstr "%s: el valor de LC_CTYPE no es vlido\n"
#: pg_resetxlog.c:430
#: pg_resetxlog.c:433
#, c-format
msgid ""
"Guessed pg_control values:\n"
......@@ -137,7 +137,7 @@ msgstr ""
"Valores de pg_control asumidos:\n"
"\n"
#: pg_resetxlog.c:432
#: pg_resetxlog.c:435
#, c-format
msgid ""
"pg_control values:\n"
......@@ -146,95 +146,95 @@ msgstr ""
"Valores de pg_control:\n"
"\n"
#: pg_resetxlog.c:441
#: pg_resetxlog.c:444
#, c-format
msgid "pg_control version number: %u\n"
msgstr "Nmero de versin de pg_control: %u\n"
#: pg_resetxlog.c:442
#: pg_resetxlog.c:445
#, c-format
msgid "Catalog version number: %u\n"
msgstr "Nmero de versin de catlogo: %u\n"
#: pg_resetxlog.c:443
#: pg_resetxlog.c:446
#, c-format
msgid "Database system identifier: %s\n"
msgstr "Identificador de sistema: %s\n"
#: pg_resetxlog.c:444
#: pg_resetxlog.c:447
#, c-format
msgid "Current log file ID: %u\n"
msgstr "ID de archivo bitcora actual: %u\n"
#: pg_resetxlog.c:445
#: pg_resetxlog.c:448
#, c-format
msgid "Next log file segment: %u\n"
msgstr "Siguiente segmento de archivo bitcora: %u\n"
#: pg_resetxlog.c:446
#: pg_resetxlog.c:449
#, c-format
msgid "Latest checkpoint's TimeLineID: %u\n"
msgstr "TimeLineID del punto de control ms reciente: %u\n"
#: pg_resetxlog.c:447
#: pg_resetxlog.c:450
#, c-format
msgid "Latest checkpoint's NextXID: %u\n"
msgstr "NextXID del punto de control ms reciente: %u\n"
#: pg_resetxlog.c:448
#: pg_resetxlog.c:451
#, c-format
msgid "Latest checkpoint's NextOID: %u\n"
msgstr "NextOID del punto de control ms reciente: %u\n"
#: pg_resetxlog.c:449
#: pg_resetxlog.c:452
#, c-format
msgid "Database block size: %u\n"
msgstr "Tamao del bloque de la base de datos: %u\n"
#: pg_resetxlog.c:450
#: pg_resetxlog.c:453
#, c-format
msgid "Blocks per segment of large relation: %u\n"
msgstr "Bloques por segmento de relacin grande: %u\n"
#: pg_resetxlog.c:451
#: pg_resetxlog.c:454
#, c-format
msgid "Maximum length of identifiers: %u\n"
msgstr "Longitud mxima de identificadores: %u\n"
#: pg_resetxlog.c:452
#: pg_resetxlog.c:455
#, c-format
msgid "Maximum number of function arguments: %u\n"
msgstr "Nmero mximo de argumentos de funcin: %u\n"
#: pg_resetxlog.c:453
#: pg_resetxlog.c:456
#, c-format
msgid "Date/time type storage: %s\n"
msgstr "Tipo de almacenamiento hora/fecha: %s\n"
#: pg_resetxlog.c:454
#: pg_resetxlog.c:457
msgid "64-bit integers"
msgstr "enteros de 64 bits"
#: pg_resetxlog.c:454
#: pg_resetxlog.c:457
msgid "floating-point numbers"
msgstr "nmeros de punto flotante"
#: pg_resetxlog.c:455
#: pg_resetxlog.c:458
#, c-format
msgid "Maximum length of locale name: %u\n"
msgstr "Longitud mxima de nombre de localizacin: %u\n"
#: pg_resetxlog.c:456
#: pg_resetxlog.c:459
#, c-format
msgid "LC_COLLATE: %s\n"
msgstr "LC_COLLATE: %s\n"
#: pg_resetxlog.c:457
#: pg_resetxlog.c:460
#, c-format
msgid "LC_CTYPE: %s\n"
msgstr "LC_CTYPE: %s\n"
#: pg_resetxlog.c:518
#: pg_resetxlog.c:521
#, c-format
msgid ""
"%s: internal error -- sizeof(ControlFileData) is too large ... fix xlog.c\n"
......@@ -242,47 +242,47 @@ msgstr ""
"%s: error interno -- sizeof(ControlFileData) es demasiado grande ... corrige "
"xlog.c\n"
#: pg_resetxlog.c:531
#: pg_resetxlog.c:534
#, 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:542
#: pg_resetxlog.c:545
#, 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:549 pg_resetxlog.c:705
#: pg_resetxlog.c:552 pg_resetxlog.c:708
#, c-format
msgid "%s: fsync error: %s\n"
msgstr "%s: Error de fsync: %s\n"
#: pg_resetxlog.c:570
#: pg_resetxlog.c:573
#, 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:584
#: pg_resetxlog.c:587
#, 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:603
#: pg_resetxlog.c:606
#, 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:672
#: pg_resetxlog.c:675
#, 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:683 pg_resetxlog.c:697
#: pg_resetxlog.c:686 pg_resetxlog.c:700
#, 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:716
#: pg_resetxlog.c:719
#, c-format
msgid ""
"%s resets the PostgreSQL transaction log.\n"
......@@ -291,7 +291,7 @@ msgstr ""
"%s reinicia la bitcora de transacciones de PostgreSQL\n"
"\n"
#: pg_resetxlog.c:717
#: pg_resetxlog.c:720
#, c-format
msgid ""
"Usage:\n"
......@@ -302,17 +302,17 @@ msgstr ""
" %s [OPCION]... DATADIR\n"
"\n"
#: pg_resetxlog.c:718
#: pg_resetxlog.c:721
#, c-format
msgid "Options:\n"
msgstr "Opciones:\n"
#: pg_resetxlog.c:719
#: pg_resetxlog.c:722
#, c-format
msgid " -f force update to be done\n"
msgstr " -f fuerza que la actualizacin sea hecha\n"
#: pg_resetxlog.c:720
#: pg_resetxlog.c:723
#, c-format
msgid ""
" -l FILEID,SEG force minimum WAL starting location for new transaction "
......@@ -321,7 +321,7 @@ msgstr ""
" -l FILEID,SEG fuerza una posicin mnima de inicio de WAL para una\n"
" nueva bitcora de transaccin\n"
#: pg_resetxlog.c:721
#: pg_resetxlog.c:724
#, c-format
msgid ""
" -n no update, just show extracted control values (for "
......@@ -331,28 +331,28 @@ msgstr ""
"extrados\n"
" (para prueba)\n"
#: pg_resetxlog.c:722
#: pg_resetxlog.c:725
#, c-format
msgid " -o OID set next OID\n"
msgstr " -o OID asigna el siguiente OID\n"
#: pg_resetxlog.c:723
#: pg_resetxlog.c:726
#, c-format
msgid " -x XID set next transaction ID\n"
msgstr " -x XID asigna el siguiente ID de transaccin\n"
#: pg_resetxlog.c:724
#: pg_resetxlog.c:727
#, c-format
msgid " --help show this help, then exit\n"
msgstr " --help muestra esta ayuda y sale del programa\n"
#: pg_resetxlog.c:725
#: pg_resetxlog.c:728
#, c-format
msgid " --version output version information, then exit\n"
msgstr ""
" --version despliega la informacin de versin y sale del programa\n"
#: pg_resetxlog.c:726
#: pg_resetxlog.c:729
#, c-format
msgid ""
"\n"
......
此差异已折叠。
......@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pgscripts 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-09-14 20:05-0400\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"
"Language-Team: Castellano <pgsql-es-ayuda@postgresql.org>\n"
......@@ -79,7 +79,8 @@ msgstr ""
#: createdb.c:221
#, c-format
msgid " -D, --tablespace=TABLESPACE default tablespace for the database\n"
msgstr " -D, --tablespace=TBLSPC tablespace por omisin de la base de datos\n"
msgstr ""
" -D, --tablespace=TBLSPC tablespace por omisin de la base de datos\n"
#: createdb.c:222
#, c-format
......@@ -119,8 +120,7 @@ msgstr " --help mostrar esta ayuda y salir\n"
#: createdb.c:228
#, c-format
msgid " --version output version information, then exit\n"
msgstr ""
" --version mostrar el nmero de versin y salir\n"
msgstr " --version mostrar el nmero de versin y salir\n"
#: createdb.c:229 createuser.c:255 clusterdb.c:244 vacuumdb.c:273
#, c-format
......@@ -684,8 +684,7 @@ msgstr " -q, --quiet no desplegar mensajes\n"
#: vacuumdb.c:270
#, c-format
msgid " -v, --verbose write a lot of output\n"
msgstr ""
" -v, --verbose desplegar varios mensajes informativos\n"
msgstr " -v, --verbose desplegar varios mensajes informativos\n"
#: vacuumdb.c:271
#, c-format
......@@ -696,8 +695,7 @@ msgstr " --help mostrar esta ayuda y salir\n"
#, c-format
msgid ""
" --version output version information, then exit\n"
msgstr ""
" --version mostrar el nmero de versin y salir\n"
msgstr " --version mostrar el nmero de versin y salir\n"
#: vacuumdb.c:278
#, c-format
......@@ -708,42 +706,46 @@ msgstr ""
"\n"
"Lea la descripcin del comando VACUUM de SQL para obtener mayores detalles.\n"
#: common.c:86 common.c:112
#: common.c:33
#, c-format
msgid "%s: could not obtain information about current user: %s"
msgstr "%s: no se pudo obtener informacin sobre el usuario actual: %s"
#: common.c:44
#, c-format
msgid "%s: could not get current user name: %s"
msgstr "%s: no se pudo obtener el nombre de usuario actual: %s"
#: common.c:89 common.c:115
msgid "Password: "
msgstr "Contrasea: "
#: common.c:99
#: common.c:102
#, 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:122
#: common.c:125
#, c-format
msgid "%s: could not connect to database %s: %s"
msgstr ""
"%s: no se pudo conectar a la base de datos %s:\n"
"%s"
msgstr "%s: no se pudo conectar a la base de datos %s: %s"
#: common.c:146
#: common.c:149
#, c-format
msgid "%s: query failed: %s"
msgstr "%s: la consulta fall: %s"
#: common.c:147
#: common.c:150
#, 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:161
#: common.c:164
msgid "y"
msgstr "s"
#. translator: Make sure the (y/n) prompts match the translation of this.
#: common.c:163
#: common.c:166
msgid "n"
msgstr "n"
#~ msgid ""
#~ " -D, --location=PATH alternative place to store the database\n"
#~ msgstr " -D, --location=RUTA lugar donde ubicar la base de datos\n"
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册