1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-28 11:55:03 +03:00

Translation updates

Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: d316c7f205275603a833ab9758ce51a76846ec58
This commit is contained in:
Peter Eisentraut
2017-08-07 13:43:43 -04:00
parent 16f4297d1d
commit caada7c9bd
58 changed files with 16701 additions and 16068 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: initdb (PostgreSQL 9.4)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2015-10-04 00:43+0000\n"
"POT-Creation-Date: 2017-05-21 17:32+0000\n"
"PO-Revision-Date: 2015-09-29 23:26-0300\n"
"Last-Translator: Carlos Chapi <carlos.chapi@2ndquadrant.com>\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n"
@@ -175,119 +175,119 @@ msgstr "el proceso hijo fue terminado por una señal %d"
msgid "child process exited with unrecognized status %d"
msgstr "el proceso hijo terminó con código no reconocido %d"
#: ../../port/dirmod.c:219
#: ../../port/dirmod.c:221
#, 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:294
#: ../../port/dirmod.c:298
#, c-format
msgid "could not get junction for \"%s\": %s\n"
msgstr "no se pudo obtener junction para «%s»: %s\n"
#: initdb.c:340
#: initdb.c:339
#, c-format
msgid "%s: out of memory\n"
msgstr "%s: memoria agotada\n"
#: initdb.c:450 initdb.c:1620
#: initdb.c:449 initdb.c:1596
#, 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:506 initdb.c:1016 initdb.c:1044
#: initdb.c:505 initdb.c:992 initdb.c:1020
#, 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:514 initdb.c:522 initdb.c:1023 initdb.c:1050
#: initdb.c:513 initdb.c:521 initdb.c:999 initdb.c:1026
#, c-format
msgid "%s: could not write file \"%s\": %s\n"
msgstr "%s: no se pudo escribir el archivo «%s»: %s\n"
#: initdb.c:553
#: initdb.c:552
#, c-format
msgid "%s: could not open directory \"%s\": %s\n"
msgstr "%s: no se pudo abrir el directorio «%s»: %s\n"
#: initdb.c:577 initdb.c:2424
#: initdb.c:576 initdb.c:2400
#, c-format
msgid "%s: could not stat file \"%s\": %s\n"
msgstr "%s: no se pudo hacer stat del archivo «%s»: %s\n"
#: initdb.c:589
#: initdb.c:588
#, c-format
msgid "%s: could not read directory \"%s\": %s\n"
msgstr "%s: no se pudo leer el directorio «%s»: %s\n"
#: initdb.c:622 initdb.c:681
#: initdb.c:621 initdb.c:680
#, c-format
msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s: no se pudo abrir el archivo «%s»: %s\n"
#: initdb.c:693
#: initdb.c:692
#, c-format
msgid "%s: could not fsync file \"%s\": %s\n"
msgstr "%s: no se pudo sincronizar (fsync) el archivo «%s»: %s\n"
#: initdb.c:712
#: initdb.c:711
#, c-format
msgid "%s: could not execute command \"%s\": %s\n"
msgstr "%s: no se pudo ejecutar la orden «%s»: %s\n"
#: initdb.c:728
#: initdb.c:727
#, c-format
msgid "%s: removing data directory \"%s\"\n"
msgstr "%s: eliminando el directorio de datos «%s»\n"
#: initdb.c:731
#: initdb.c:730
#, c-format
msgid "%s: failed to remove data directory\n"
msgstr "%s: no se pudo eliminar el directorio de datos\n"
#: initdb.c:737
#: initdb.c:736
#, c-format
msgid "%s: removing contents of data directory \"%s\"\n"
msgstr "%s: eliminando el contenido del directorio «%s»\n"
#: initdb.c:740
#: initdb.c:739
#, 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:746
#: initdb.c:745
#, c-format
msgid "%s: removing transaction log directory \"%s\"\n"
msgstr "%s: eliminando el directorio de registro de transacciones «%s»\n"
#: initdb.c:749
#: initdb.c:748
#, c-format
msgid "%s: failed to remove transaction log directory\n"
msgstr "%s: no se pudo eliminar el directorio de registro de transacciones\n"
#: initdb.c:755
#: initdb.c:754
#, c-format
msgid "%s: removing contents of transaction log directory \"%s\"\n"
msgstr "%s: eliminando el contenido del directorio de registro de transacciones «%s»\n"
#: initdb.c:758
#: initdb.c:757
#, c-format
msgid "%s: failed to remove contents of transaction log directory\n"
msgstr "%s: no se pudo eliminar el contenido del directorio de registro de transacciones\n"
#: initdb.c:767
#: initdb.c:766
#, 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:772
#: initdb.c:771
#, c-format
msgid "%s: transaction log directory \"%s\" not removed at user's request\n"
msgstr ""
"%s: el directorio de registro de transacciones «%s» no fue eliminado \n"
"a petición del usuario\n"
#: initdb.c:793
#: initdb.c:792
#, c-format
msgid ""
"%s: cannot be run as root\n"
@@ -298,22 +298,17 @@ msgstr ""
"Por favor conéctese (usando, por ejemplo, «su») con un usuario no privilegiado,\n"
"quien ejecutará el proceso servidor.\n"
#: initdb.c:829
#: initdb.c:828
#, 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:943 initdb.c:3217
#, c-format
msgid "%s: could not create directory \"%s\": %s\n"
msgstr "%s: no se pudo crear el directorio «%s»: %s\n"
#: initdb.c:972
#: initdb.c:948
#, c-format
msgid "%s: file \"%s\" does not exist\n"
msgstr "%s: el archivo «%s» no existe\n"
#: initdb.c:974 initdb.c:983 initdb.c:993
#: initdb.c:950 initdb.c:959 initdb.c:969
#, c-format
msgid ""
"This might mean you have a corrupted installation or identified\n"
@@ -322,46 +317,46 @@ msgstr ""
"Esto puede significar que tiene una instalación corrupta o ha\n"
"identificado el directorio equivocado con la opción -L.\n"
#: initdb.c:980
#: initdb.c:956
#, c-format
msgid "%s: could not access file \"%s\": %s\n"
msgstr "%s: no se pudo acceder al archivo «%s»: %s\n"
#: initdb.c:991
#: initdb.c:967
#, c-format
msgid "%s: file \"%s\" is not a regular file\n"
msgstr "%s: el archivo «%s» no es un archivo regular\n"
#: initdb.c:1136
#: initdb.c:1112
#, c-format
msgid "selecting default max_connections ... "
msgstr "seleccionando el valor para max_connections ... "
#: initdb.c:1166
#: initdb.c:1142
#, c-format
msgid "selecting default shared_buffers ... "
msgstr "seleccionando el valor para shared_buffers ... "
#: initdb.c:1199
#: initdb.c:1175
#, c-format
msgid "selecting dynamic shared memory implementation ... "
msgstr "seleccionando implementación de memoria compartida dinámica ..."
#: initdb.c:1217
#: initdb.c:1193
msgid "creating configuration files ... "
msgstr "creando archivos de configuración ... "
#: initdb.c:1314 initdb.c:1334 initdb.c:1418 initdb.c:1434
#: initdb.c:1290 initdb.c:1310 initdb.c:1394 initdb.c:1410
#, c-format
msgid "%s: could not change permissions of \"%s\": %s\n"
msgstr "%s: no se pudo cambiar los permisos de «%s»: %s\n"
#: initdb.c:1458
#: initdb.c:1434
#, c-format
msgid "creating template1 database in %s/base/1 ... "
msgstr "creando base de datos template1 en %s/base/1 ... "
#: initdb.c:1474
#: initdb.c:1450
#, c-format
msgid ""
"%s: input file \"%s\" does not belong to PostgreSQL %s\n"
@@ -370,156 +365,156 @@ msgstr ""
"%s: el archivo de entrada «%s» no pertenece a PostgreSQL %s\n"
"Verifique su instalación o especifique la ruta correcta usando la opción -L.\n"
#: initdb.c:1561
#: initdb.c:1537
msgid "initializing pg_authid ... "
msgstr "inicializando pg_authid ... "
#: initdb.c:1595
#: initdb.c:1571
msgid "Enter new superuser password: "
msgstr "Ingrese la nueva contraseña del superusuario: "
#: initdb.c:1596
#: initdb.c:1572
msgid "Enter it again: "
msgstr "Ingrésela nuevamente: "
#: initdb.c:1599
#: initdb.c:1575
#, c-format
msgid "Passwords didn't match.\n"
msgstr "Las constraseñas no coinciden.\n"
#: initdb.c:1627
#: initdb.c:1603
#, c-format
msgid "%s: could not read password from file \"%s\": %s\n"
msgstr "%s: no se pudo leer la contraseña desde el archivo «%s»: %s\n"
#: initdb.c:1630
#: initdb.c:1606
#, c-format
msgid "%s: password file \"%s\" is empty\n"
msgstr "%s: el archivo de contraseña «%s» está vacío\n"
#: initdb.c:1643
#: initdb.c:1619
#, c-format
msgid "setting password ... "
msgstr "estableciendo contraseña ... "
#: initdb.c:1743
#: initdb.c:1719
msgid "initializing dependencies ... "
msgstr "inicializando dependencias ... "
#: initdb.c:1771
#: initdb.c:1747
msgid "creating system views ... "
msgstr "creando las vistas de sistema ... "
#: initdb.c:1807
#: initdb.c:1783
msgid "loading system objects' descriptions ... "
msgstr "cargando las descripciones de los objetos del sistema ... "
#: initdb.c:1913
#: initdb.c:1889
msgid "creating collations ... "
msgstr "creando algoritmos de ordenamiento ... "
#: initdb.c:1946
#: initdb.c:1922
#, c-format
msgid "%s: locale name too long, skipped: \"%s\"\n"
msgstr "%s: nombre de configuración regional demasiado largo, saltando: «%s»\n"
#: initdb.c:1971
#: initdb.c:1947
#, c-format
msgid "%s: locale name has non-ASCII characters, skipped: \"%s\"\n"
msgstr "%s: nombre de configuración regional tiene caracteres no ASCII, saltando: «%s»\n"
#: initdb.c:2040
#: initdb.c:2016
#, c-format
msgid "No usable system locales were found.\n"
msgstr "No se encontraron configuraciones regionales utilizables.\n"
#: initdb.c:2041
#: initdb.c:2017
#, c-format
msgid "Use the option \"--debug\" to see details.\n"
msgstr "Use la opción «--debug» para ver detalles.\n"
#: initdb.c:2044
#: initdb.c:2020
#, c-format
msgid "not supported on this platform\n"
msgstr "no está soportado en esta plataforma\n"
#: initdb.c:2059
#: initdb.c:2035
msgid "creating conversions ... "
msgstr "creando conversiones ... "
#: initdb.c:2094
#: initdb.c:2070
msgid "creating dictionaries ... "
msgstr "creando diccionarios ... "
#: initdb.c:2148
#: initdb.c:2124
msgid "setting privileges on built-in objects ... "
msgstr "estableciendo privilegios en objetos predefinidos ... "
#: initdb.c:2206
#: initdb.c:2182
msgid "creating information schema ... "
msgstr "creando el esquema de información ... "
#: initdb.c:2262
#: initdb.c:2238
msgid "loading PL/pgSQL server-side language ... "
msgstr "instalando el lenguaje PL/pgSQL ... "
#: initdb.c:2287
#: initdb.c:2263
msgid "vacuuming database template1 ... "
msgstr "haciendo vacuum a la base de datos template1 ... "
#: initdb.c:2340
#: initdb.c:2316
msgid "copying template1 to template0 ... "
msgstr "copiando template1 a template0 ... "
#: initdb.c:2372
#: initdb.c:2348
msgid "copying template1 to postgres ... "
msgstr "copiando template1 a postgres ... "
#: initdb.c:2407
#: initdb.c:2383
msgid "syncing data to disk ... "
msgstr "sincronizando los datos a disco ... "
#: initdb.c:2501
#: initdb.c:2477
#, c-format
msgid "caught signal\n"
msgstr "se ha capturado una señal\n"
#: initdb.c:2507
#: initdb.c:2483
#, c-format
msgid "could not write to child process: %s\n"
msgstr "no se pudo escribir al proceso hijo: %s\n"
#: initdb.c:2515
#: initdb.c:2491
#, c-format
msgid "ok\n"
msgstr "hecho\n"
#: initdb.c:2605
#: initdb.c:2581
#, c-format
msgid "%s: setlocale() failed\n"
msgstr "%s: setlocale() falló\n"
#: initdb.c:2623
#: initdb.c:2599
#, c-format
msgid "%s: failed to restore old locale \"%s\"\n"
msgstr "%s: no se pudo restaurar la configuración regional anterior «%s»\n"
#: initdb.c:2633
#: initdb.c:2609
#, c-format
msgid "%s: invalid locale name \"%s\"\n"
msgstr "%s: nombre de configuración regional «%s» no es válido\n"
#: initdb.c:2645
#: initdb.c:2621
#, c-format
msgid "%s: invalid locale settings; check LANG and LC_* environment variables\n"
msgstr "%s: configuración regional inválida; revise las variables de entorno LANG y LC_*\n"
#: initdb.c:2673
#: initdb.c:2649
#, c-format
msgid "%s: encoding mismatch\n"
msgstr "%s: codificaciones no coinciden\n"
#: initdb.c:2675
#: initdb.c:2651
#, c-format
msgid ""
"The encoding you selected (%s) and the encoding that the\n"
@@ -534,7 +529,7 @@ msgstr ""
"Ejecute %s nuevamente y no especifique una codificación, o bien especifique\n"
"una combinación adecuada.\n"
#: initdb.c:2747
#: initdb.c:2723
#, c-format
msgid ""
"%s initializes a PostgreSQL database cluster.\n"
@@ -543,17 +538,17 @@ msgstr ""
"%s inicializa un cluster de base de datos PostgreSQL.\n"
"\n"
#: initdb.c:2748
#: initdb.c:2724
#, c-format
msgid "Usage:\n"
msgstr "Empleo:\n"
#: initdb.c:2749
#: initdb.c:2725
#, c-format
msgid " %s [OPTION]... [DATADIR]\n"
msgstr " %s [OPCIÓN]... [DATADIR]\n"
#: initdb.c:2750
#: initdb.c:2726
#, c-format
msgid ""
"\n"
@@ -562,45 +557,45 @@ msgstr ""
"\n"
"Opciones:\n"
#: initdb.c:2751
#: initdb.c:2727
#, c-format
msgid " -A, --auth=METHOD default authentication method for local connections\n"
msgstr ""
" -A, --auth=MÉTODO método de autentificación por omisión para\n"
" conexiones locales\n"
#: initdb.c:2752
#: initdb.c:2728
#, c-format
msgid " --auth-host=METHOD default authentication method for local TCP/IP connections\n"
msgstr ""
" --auth-host=MÉTODO método de autentificación por omisión para\n"
" conexiones locales TCP/IP\n"
#: initdb.c:2753
#: initdb.c:2729
#, c-format
msgid " --auth-local=METHOD default authentication method for local-socket connections\n"
msgstr ""
" --auth-local=MÉTODO método de autentificación por omisión para\n"
" conexiones de socket local\n"
#: initdb.c:2754
#: initdb.c:2730
#, 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:2755
#: initdb.c:2731
#, c-format
msgid " -E, --encoding=ENCODING set default encoding for new databases\n"
msgstr " -E, --encoding=CODIF codificación por omisión para nuevas bases de datos\n"
#: initdb.c:2756
#: initdb.c:2732
#, c-format
msgid " --locale=LOCALE set default locale for new databases\n"
msgstr ""
" --locale=LOCALE configuración regional por omisión para \n"
" nuevas bases de datos\n"
#: initdb.c:2757
#: initdb.c:2733
#, c-format
msgid ""
" --lc-collate=, --lc-ctype=, --lc-messages=LOCALE\n"
@@ -614,17 +609,17 @@ msgstr ""
" en la categoría respectiva (el valor por omisión\n"
" es tomado de variables de ambiente)\n"
#: initdb.c:2761
#: initdb.c:2737
#, c-format
msgid " --no-locale equivalent to --locale=C\n"
msgstr " --no-locale equivalente a --locale=C\n"
#: initdb.c:2762
#: initdb.c:2738
#, c-format
msgid " --pwfile=FILE read password for the new superuser from file\n"
msgstr " --pwfile=ARCHIVO leer contraseña del nuevo superusuario del archivo\n"
#: initdb.c:2763
#: initdb.c:2739
#, c-format
msgid ""
" -T, --text-search-config=CFG\n"
@@ -633,24 +628,24 @@ msgstr ""
" -T, --text-search-config=CONF\n"
" configuración de búsqueda en texto por omisión\n"
#: initdb.c:2765
#: initdb.c:2741
#, c-format
msgid " -U, --username=NAME database superuser name\n"
msgstr " -U, --username=USUARIO nombre del superusuario del cluster\n"
#: initdb.c:2766
#: initdb.c:2742
#, 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:2767
#: initdb.c:2743
#, c-format
msgid " -X, --xlogdir=XLOGDIR location for the transaction log directory\n"
msgstr ""
" -X, --xlogdir=XLOGDIR ubicación del directorio del registro de\n"
" transacciones\n"
#: initdb.c:2768
#: initdb.c:2744
#, c-format
msgid ""
"\n"
@@ -659,42 +654,42 @@ msgstr ""
"\n"
"Opciones menos usadas:\n"
#: initdb.c:2769
#: initdb.c:2745
#, c-format
msgid " -d, --debug generate lots of debugging output\n"
msgstr " -d, --debug genera mucha salida de depuración\n"
#: initdb.c:2770
#: initdb.c:2746
#, c-format
msgid " -k, --data-checksums use data page checksums\n"
msgstr " -k, --data-checksums activar sumas de verificación en páginas de datos\n"
#: initdb.c:2771
#: initdb.c:2747
#, c-format
msgid " -L DIRECTORY where to find the input files\n"
msgstr " -L DIRECTORIO donde encontrar los archivos de entrada\n"
#: initdb.c:2772
#: initdb.c:2748
#, c-format
msgid " -n, --noclean do not clean up after errors\n"
msgstr " -n, --noclean no limpiar después de errores\n"
#: initdb.c:2773
#: initdb.c:2749
#, c-format
msgid " -N, --nosync do not wait for changes to be written safely to disk\n"
msgstr " -N, --nosync no esperar que los cambios se sincronicen a disco\n"
#: initdb.c:2774
#: initdb.c:2750
#, c-format
msgid " -s, --show show internal settings\n"
msgstr " -s, --show muestra variables internas\n"
#: initdb.c:2775
#: initdb.c:2751
#, c-format
msgid " -S, --sync-only only sync data directory\n"
msgstr " -S, --sync-only sólo sincronizar el directorio de datos\n"
#: initdb.c:2776
#: initdb.c:2752
#, c-format
msgid ""
"\n"
@@ -703,17 +698,17 @@ msgstr ""
"\n"
"Otras opciones:\n"
#: initdb.c:2777
#: initdb.c:2753
#, c-format
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version mostrar información de version y salir\n"
#: initdb.c:2778
#: initdb.c:2754
#, c-format
msgid " -?, --help show this help, then exit\n"
msgstr " -?, --help mostrar esta ayuda y salir\n"
#: initdb.c:2779
#: initdb.c:2755
#, c-format
msgid ""
"\n"
@@ -724,7 +719,7 @@ msgstr ""
"Si el directorio de datos no es especificado, se usa la variable de\n"
"ambiente PGDATA.\n"
#: initdb.c:2781
#: initdb.c:2757
#, c-format
msgid ""
"\n"
@@ -733,7 +728,7 @@ msgstr ""
"\n"
"Reporte errores a <pgsql-bugs@postgresql.org>.\n"
#: initdb.c:2789
#: initdb.c:2765
msgid ""
"\n"
"WARNING: enabling \"trust\" authentication for local connections\n"
@@ -745,19 +740,19 @@ msgstr ""
"Puede cambiar esto editando pg_hba.conf o usando el parámetro -A,\n"
"o --auth-local y --auth-host la próxima vez que ejecute initdb.\n"
#: initdb.c:2811
#: initdb.c:2787
#, c-format
msgid "%s: invalid authentication method \"%s\" for \"%s\" connections\n"
msgstr "%s: método de autentificación «%s» no válido para conexiones «%s»\n"
#: initdb.c:2825
#: initdb.c:2801
#, c-format
msgid "%s: must specify a password for the superuser to enable %s authentication\n"
msgstr ""
"%s: debe especificar una contraseña al superusuario para activar\n"
"autentificación %s\n"
#: initdb.c:2852
#: initdb.c:2828
#, c-format
msgid ""
"%s: no data directory specified\n"
@@ -769,7 +764,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:2890
#: initdb.c:2866
#, c-format
msgid ""
"The program \"postgres\" is needed by %s but was not found in the\n"
@@ -780,7 +775,7 @@ msgstr ""
"directorio que «%s».\n"
"Verifique su instalación.\n"
#: initdb.c:2897
#: initdb.c:2873
#, c-format
msgid ""
"The program \"postgres\" was found by \"%s\"\n"
@@ -791,17 +786,17 @@ msgstr ""
"de la misma versión que «%s».\n"
"Verifique su instalación.\n"
#: initdb.c:2916
#: initdb.c:2892
#, 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:2935
#: initdb.c:2911
#, c-format
msgid "The database cluster will be initialized with locale \"%s\".\n"
msgstr "El cluster será inicializado con configuración regional «%s».\n"
#: initdb.c:2938
#: initdb.c:2914
#, c-format
msgid ""
"The database cluster will be initialized with locales\n"
@@ -820,24 +815,24 @@ msgstr ""
" NUMERIC: %s\n"
" TIME: %s\n"
#: initdb.c:2962
#: initdb.c:2938
#, 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 regional «%s»\n"
#: initdb.c:2964
#: initdb.c:2940
#, c-format
msgid "Rerun %s with the -E option.\n"
msgstr "Ejecute %s con la opción -E.\n"
#: initdb.c:2965 initdb.c:3541 initdb.c:3562
#: initdb.c:2941 initdb.c:3547 initdb.c:3568
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Use «%s --help» para obtener mayor información.\n"
#: initdb.c:2977
#: initdb.c:2953
#, c-format
msgid ""
"Encoding \"%s\" implied by locale is not allowed as a server-side encoding.\n"
@@ -847,12 +842,12 @@ msgstr ""
"no puede ser usada como codificación del lado del servidor.\n"
"La codificación por omisión será «%s».\n"
#: initdb.c:2985
#: initdb.c:2961
#, c-format
msgid "%s: locale \"%s\" requires unsupported encoding \"%s\"\n"
msgstr "%s: la configuración regional «%s» requiere la codificación no soportada «%s»\n"
#: initdb.c:2988
#: initdb.c:2964
#, c-format
msgid ""
"Encoding \"%s\" is not allowed as a server-side encoding.\n"
@@ -862,58 +857,63 @@ msgstr ""
"del servidor.\n"
"Ejecute %s nuevamente con una selección de configuración regional diferente.\n"
#: initdb.c:2997
#: initdb.c:2973
#, 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:3068
#: initdb.c:3044
#, c-format
msgid "%s: could not find suitable text search configuration for locale \"%s\"\n"
msgstr ""
"%s: no se pudo encontrar una configuración para búsqueda en texto apropiada\n"
"para la configuración regional «%s»\n"
#: initdb.c:3079
#: initdb.c:3055
#, c-format
msgid "%s: warning: suitable text search configuration for locale \"%s\" is unknown\n"
msgstr ""
"%s: atención: la configuración de búsqueda en texto apropiada para\n"
"la configuración regional «%s» es desconocida\n"
#: initdb.c:3084
#: initdb.c:3060
#, c-format
msgid "%s: warning: specified text search configuration \"%s\" might not match locale \"%s\"\n"
msgstr ""
"%s: atención: la configuración de búsqueda en texto «%s» especificada\n"
"podría no coincidir con la configuración regional «%s»\n"
#: initdb.c:3089
#: initdb.c:3065
#, c-format
msgid "The default text search configuration will be set to \"%s\".\n"
msgstr "La configuración de búsqueda en texto ha sido definida a «%s».\n"
#: initdb.c:3133 initdb.c:3211
#: initdb.c:3109 initdb.c:3195
#, c-format
msgid "creating directory %s ... "
msgstr "creando el directorio %s ... "
#: initdb.c:3147 initdb.c:3229
#: initdb.c:3115 initdb.c:3201 initdb.c:3269 initdb.c:3324
#, c-format
msgid "%s: could not create directory \"%s\": %s\n"
msgstr "%s: no se pudo crear el directorio «%s»: %s\n"
#: initdb.c:3127 initdb.c:3213
#, c-format
msgid "fixing permissions on existing directory %s ... "
msgstr "corrigiendo permisos en el directorio existente %s ... "
#: initdb.c:3153 initdb.c:3235
#: initdb.c:3133 initdb.c:3219
#, 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:3168 initdb.c:3250
#: initdb.c:3148 initdb.c:3234
#, c-format
msgid "%s: directory \"%s\" exists but is not empty\n"
msgstr "%s: el directorio «%s» no está vacío\n"
#: initdb.c:3174
#: initdb.c:3154
#, c-format
msgid ""
"If you want to create a new database system, either remove or empty\n"
@@ -924,17 +924,17 @@ msgstr ""
"el directorio «%s», o ejecute %s\n"
"con un argumento distinto de «%s».\n"
#: initdb.c:3182 initdb.c:3263 initdb.c:3575
#: initdb.c:3162 initdb.c:3247 initdb.c:3581
#, c-format
msgid "%s: could not access directory \"%s\": %s\n"
msgstr "%s: no se pudo acceder al directorio «%s»: %s\n"
#: initdb.c:3202
#: initdb.c:3186
#, c-format
msgid "%s: transaction log directory location must be an absolute path\n"
msgstr "%s: la ubicación de archivos de transacción debe ser una ruta absoluta\n"
#: initdb.c:3256
#: initdb.c:3240
#, c-format
msgid ""
"If you want to store the transaction log there, either\n"
@@ -943,27 +943,27 @@ msgstr ""
"Si quiere almacenar el directorio de registro de transacciones ahí,\n"
"elimine o vacíe el directorio «%s».\n"
#: initdb.c:3274
#: initdb.c:3255
#, c-format
msgid "%s: could not create symbolic link \"%s\": %s\n"
msgstr "%s: no se pudo crear el enlace simbólico «%s»: %s\n"
#: initdb.c:3279
#: initdb.c:3260
#, c-format
msgid "%s: symlinks are not supported on this platform"
msgstr "%s: los enlaces simbólicos no están soportados en esta plataforma"
#: initdb.c:3292
#: initdb.c:3284
#, c-format
msgid "It contains a dot-prefixed/invisible file, perhaps due to it being a mount point.\n"
msgstr "Contiene un archivo invisible, quizás por ser un punto de montaje.\n"
#: initdb.c:3295
#: initdb.c:3287
#, c-format
msgid "It contains a lost+found directory, perhaps due to it being a mount point.\n"
msgstr "Contiene un directorio lost+found, quizás por ser un punto de montaje.\n"
#: initdb.c:3298
#: initdb.c:3290
#, c-format
msgid ""
"Using a mount point directly as the data directory is not recommended.\n"
@@ -972,34 +972,34 @@ msgstr ""
"Usar un punto de montaje directamente como directorio de datos no es\n"
"recomendado. Cree un subdirectorio bajo el punto de montaje.\n"
#: initdb.c:3317
#: initdb.c:3309
#, c-format
msgid "creating subdirectories ... "
msgstr "creando subdirectorios ... "
#: initdb.c:3485
#: initdb.c:3491
#, c-format
msgid "Running in debug mode.\n"
msgstr "Ejecutando en modo de depuración.\n"
#: initdb.c:3489
#: initdb.c:3495
#, 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:3560
#: initdb.c:3566
#, 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:3586
#: initdb.c:3592
#, c-format
msgid "%s: password prompt and password file cannot 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:3608
#: initdb.c:3614
#, c-format
msgid ""
"The files belonging to this database system will be owned by user \"%s\".\n"
@@ -1010,17 +1010,17 @@ msgstr ""
"Este usuario también debe ser quien ejecute el proceso servidor.\n"
"\n"
#: initdb.c:3624
#: initdb.c:3630
#, c-format
msgid "Data page checksums are enabled.\n"
msgstr "Las sumas de verificación en páginas de datos han sido activadas.\n"
#: initdb.c:3626
#: initdb.c:3632
#, c-format
msgid "Data page checksums are disabled.\n"
msgstr "Las sumas de verificación en páginas de datos han sido desactivadas.\n"
#: initdb.c:3635
#: initdb.c:3641
#, c-format
msgid ""
"\n"
@@ -1032,7 +1032,7 @@ msgstr ""
"El directorio de datos podría corromperse si el sistema operativo sufre\n"
"una caída.\n"
#: initdb.c:3644
#: initdb.c:3650
#, c-format
msgid ""
"\n"

View File

@@ -6,14 +6,14 @@
# Sergey Burladyan <eshkinkot@gmail.com>, 2009.
# Andrey Sudnik <sudnikand@yandex.ru>, 2010.
# Dmitriy Olshevskiy <olshevskiy87@bk.ru>, 2014.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2016.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: initdb (PostgreSQL current)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2017-01-30 17:21+0000\n"
"PO-Revision-Date: 2016-11-24 11:56+0300\n"
"POT-Creation-Date: 2017-02-09 21:21+0000\n"
"PO-Revision-Date: 2017-03-28 20:31+0300\n"
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
"Language: ru\n"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,15 +1,14 @@
# Russian message translation file for pg_basebackup
# Copyright (C) 2012-2016 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2016.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: pg_basebackup (PostgreSQL current)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2016-10-24 02:51+0000\n"
"PO-Revision-Date: 2016-09-20 12:00+0300\n"
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
"POT-Creation-Date: 2017-05-26 20:50+0000\n"
"PO-Revision-Date: 2017-05-27 16:06+0300\n"
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
@@ -17,6 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
#: ../../common/fe_memutils.c:35 ../../common/fe_memutils.c:75
#: ../../common/fe_memutils.c:98
@@ -114,10 +114,10 @@ msgstr ""
#, c-format
msgid ""
" -R, --write-recovery-conf\n"
" write recovery.conf after backup\n"
" write recovery.conf for replication\n"
msgstr ""
" -R, --write-recovery-conf\n"
" записать recovery.conf после копирования\n"
" записать recovery.conf для репликации\n"
#: pg_basebackup.c:244
#, c-format
@@ -277,7 +277,7 @@ msgstr ""
msgid "%s: could not read from ready pipe: %s\n"
msgstr "%s: не удалось прочитать из готового канала: %s\n"
#: pg_basebackup.c:320 pg_basebackup.c:413 pg_basebackup.c:1876
#: pg_basebackup.c:320 pg_basebackup.c:413 pg_basebackup.c:1887
#: streamutil.c:293
#, c-format
msgid "%s: could not parse transaction log location \"%s\"\n"
@@ -455,18 +455,25 @@ msgstr "%s: нехватка памяти\n"
msgid "%s: incompatible server version %s\n"
msgstr "%s: несовместимая версия сервера %s\n"
#: pg_basebackup.c:1658 pg_recvlogical.c:264 receivelog.c:554 receivelog.c:605
#: pg_basebackup.c:1648
#, c-format
msgid "%s: initiating base backup, waiting for checkpoint to complete\n"
msgstr ""
"%s: начинается базовое резервное копирование, ожидается завершение "
"контрольной точки\n"
#: pg_basebackup.c:1666 pg_recvlogical.c:264 receivelog.c:554 receivelog.c:605
#: receivelog.c:646 streamutil.c:263 streamutil.c:367 streamutil.c:413
#, c-format
msgid "%s: could not send replication command \"%s\": %s"
msgstr "%s: не удалось передать команду репликации \"%s\": %s"
#: pg_basebackup.c:1669
#: pg_basebackup.c:1677
#, c-format
msgid "%s: could not initiate base backup: %s"
msgstr "%s: не удалось инициализировать базовое резервное копирование: %s"
#: pg_basebackup.c:1676
#: pg_basebackup.c:1684
#, c-format
msgid ""
"%s: server returned unexpected response to BASE_BACKUP command; got %d rows "
@@ -475,105 +482,110 @@ msgstr ""
"%s: сервер вернул неожиданный ответ на команду BASE_BACKUP; получено строк: "
"%d, полей: %d, а ожидалось строк: %d, полей: %d\n"
#: pg_basebackup.c:1696
#: pg_basebackup.c:1692
#, c-format
msgid "%s: checkpoint completed\n"
msgstr "%s: контрольная точка завершена\n"
#: pg_basebackup.c:1707
#, c-format
msgid "transaction log start point: %s on timeline %u\n"
msgstr "стартовая точка журнала транзакций: %s на линии времени %u\n"
#: pg_basebackup.c:1705
#: pg_basebackup.c:1716
#, c-format
msgid "%s: could not get backup header: %s"
msgstr "%s: не удалось получить заголовок резервной копии: %s"
#: pg_basebackup.c:1711
#: pg_basebackup.c:1722
#, c-format
msgid "%s: no data returned from server\n"
msgstr "%s: сервер не вернул данные\n"
#: pg_basebackup.c:1743
#: pg_basebackup.c:1754
#, c-format
msgid "%s: can only write single tablespace to stdout, database has %d\n"
msgstr ""
"%s: в stdout можно вывести только одно табличное пространство, всего в СУБД "
"их %d\n"
#: pg_basebackup.c:1755
#: pg_basebackup.c:1766
#, c-format
msgid "%s: starting background WAL receiver\n"
msgstr "%s: запуск фонового процесса считывания WAL\n"
#: pg_basebackup.c:1786
#: pg_basebackup.c:1797
#, c-format
msgid "%s: could not get transaction log end position from server: %s"
msgstr ""
"%s: не удалось получить конечную позицию в журнале транзакций с сервера: %s"
#: pg_basebackup.c:1793
#: pg_basebackup.c:1804
#, c-format
msgid "%s: no transaction log end position returned from server\n"
msgstr "%s: сервер не вернул конечную позицию в журнале транзакций\n"
#: pg_basebackup.c:1805
#: pg_basebackup.c:1816
#, c-format
msgid "%s: final receive failed: %s"
msgstr "%s: ошибка в конце передачи: %s"
#: pg_basebackup.c:1828
#: pg_basebackup.c:1839
#, c-format
msgid "%s: waiting for background process to finish streaming ...\n"
msgstr "%s: ожидание завершения потоковой передачи фоновым процессом...\n"
#: pg_basebackup.c:1834
#: pg_basebackup.c:1845
#, c-format
msgid "%s: could not send command to background pipe: %s\n"
msgstr "%s: не удалось отправить команду в канал фонового процесса: %s\n"
#: pg_basebackup.c:1843
#: pg_basebackup.c:1854
#, c-format
msgid "%s: could not wait for child process: %s\n"
msgstr "%s: сбой при ожидании дочернего процесса: %s\n"
#: pg_basebackup.c:1849
#: pg_basebackup.c:1860
#, c-format
msgid "%s: child %d died, expected %d\n"
msgstr "%s: завершился дочерний процесс %d вместо ожидаемого %d\n"
#: pg_basebackup.c:1855
#: pg_basebackup.c:1866
#, c-format
msgid "%s: child process did not exit normally\n"
msgstr "%s: дочерний процесс завершён ненормально\n"
#: pg_basebackup.c:1861
#: pg_basebackup.c:1872
#, c-format
msgid "%s: child process exited with error %d\n"
msgstr "%s: дочерний процесс завершился с ошибкой %d\n"
#: pg_basebackup.c:1888
#: pg_basebackup.c:1899
#, c-format
msgid "%s: could not wait for child thread: %s\n"
msgstr "%s: сбой при ожидании дочернего потока: %s\n"
#: pg_basebackup.c:1895
#: pg_basebackup.c:1906
#, c-format
msgid "%s: could not get child thread exit status: %s\n"
msgstr "%s: не удалось получить состояние завершения дочернего потока: %s\n"
#: pg_basebackup.c:1901
#: pg_basebackup.c:1912
#, c-format
msgid "%s: child thread exited with error %u\n"
msgstr "%s: дочерний поток завершился с ошибкой %u\n"
#: pg_basebackup.c:1990
#: pg_basebackup.c:2001
#, c-format
msgid "%s: invalid output format \"%s\", must be \"plain\" or \"tar\"\n"
msgstr "%s: неверный формат вывода \"%s\", должен быть \"plain\" или \"tar\"\n"
#: pg_basebackup.c:2008 pg_basebackup.c:2020
#: pg_basebackup.c:2019 pg_basebackup.c:2031
#, c-format
msgid "%s: cannot specify both --xlog and --xlog-method\n"
msgstr "%s: указать и --xlog, и --xlog-method одновременно нельзя\n"
#: pg_basebackup.c:2035
#: pg_basebackup.c:2046
#, c-format
msgid ""
"%s: invalid xlog-method option \"%s\", must be \"fetch\" or \"stream\"\n"
@@ -581,12 +593,12 @@ msgstr ""
"%s: неверный аргумент для xlog-method - \"%s\", допускается только \"fetch\" "
"или \"stream\"\n"
#: pg_basebackup.c:2057
#: pg_basebackup.c:2068
#, c-format
msgid "%s: invalid compression level \"%s\"\n"
msgstr "%s: неверный уровень сжатия \"%s\"\n"
#: pg_basebackup.c:2069
#: pg_basebackup.c:2080
#, c-format
msgid ""
"%s: invalid checkpoint argument \"%s\", must be \"fast\" or \"spread\"\n"
@@ -594,14 +606,14 @@ msgstr ""
"%s: неверный аргумент режима контрольных точек \"%s\", должен быть \"fast\" "
"или \"spread\"\n"
#: pg_basebackup.c:2096 pg_receivexlog.c:439 pg_recvlogical.c:755
#: pg_basebackup.c:2107 pg_receivexlog.c:439 pg_recvlogical.c:755
#, c-format
msgid "%s: invalid status interval \"%s\"\n"
msgstr "%s: неверный интервал сообщений о состоянии \"%s\"\n"
#: pg_basebackup.c:2112 pg_basebackup.c:2126 pg_basebackup.c:2137
#: pg_basebackup.c:2150 pg_basebackup.c:2160 pg_basebackup.c:2172
#: pg_basebackup.c:2183 pg_receivexlog.c:471 pg_receivexlog.c:485
#: pg_basebackup.c:2123 pg_basebackup.c:2137 pg_basebackup.c:2148
#: pg_basebackup.c:2161 pg_basebackup.c:2171 pg_basebackup.c:2183
#: pg_basebackup.c:2194 pg_receivexlog.c:471 pg_receivexlog.c:485
#: pg_receivexlog.c:493 pg_receivexlog.c:503 pg_receivexlog.c:514
#: pg_recvlogical.c:782 pg_recvlogical.c:796 pg_recvlogical.c:807
#: pg_recvlogical.c:815 pg_recvlogical.c:823 pg_recvlogical.c:831
@@ -610,27 +622,27 @@ msgstr "%s: неверный интервал сообщений о состоя
msgid "Try \"%s --help\" for more information.\n"
msgstr "Для дополнительной информации попробуйте \"%s --help\".\n"
#: pg_basebackup.c:2124 pg_receivexlog.c:483 pg_recvlogical.c:794
#: pg_basebackup.c:2135 pg_receivexlog.c:483 pg_recvlogical.c:794
#, c-format
msgid "%s: too many command-line arguments (first is \"%s\")\n"
msgstr "%s: слишком много аргументов командной строки (первый: \"%s\")\n"
#: pg_basebackup.c:2136 pg_receivexlog.c:513
#: pg_basebackup.c:2147 pg_receivexlog.c:513
#, c-format
msgid "%s: no target directory specified\n"
msgstr "%s: целевой каталог не указан\n"
#: pg_basebackup.c:2148
#: pg_basebackup.c:2159
#, c-format
msgid "%s: only tar mode backups can be compressed\n"
msgstr "%s: сжимать можно только резервные копии в архиве tar\n"
#: pg_basebackup.c:2158
#: pg_basebackup.c:2169
#, c-format
msgid "%s: WAL streaming can only be used in plain mode\n"
msgstr "%s: потоковая передача WAL поддерживается только в режиме plain\n"
#: pg_basebackup.c:2170
#: pg_basebackup.c:2181
#, c-format
msgid ""
"%s: transaction log directory location can only be specified in plain mode\n"
@@ -638,24 +650,24 @@ msgstr ""
"%s: расположение каталога журнала транзакций можно указать только в режиме "
"plain\n"
#: pg_basebackup.c:2181
#: pg_basebackup.c:2192
#, c-format
msgid "%s: transaction log directory location must be an absolute path\n"
msgstr ""
"%s: расположение каталога журнала транзакций должно определяться абсолютным "
"путём\n"
#: pg_basebackup.c:2193
#: pg_basebackup.c:2204
#, c-format
msgid "%s: this build does not support compression\n"
msgstr "%s: эта сборка программы не поддерживает сжатие\n"
#: pg_basebackup.c:2220
#: pg_basebackup.c:2231
#, c-format
msgid "%s: could not create symbolic link \"%s\": %s\n"
msgstr "%s: не удалось создать символическую ссылку \"%s\": %s\n"
#: pg_basebackup.c:2225
#: pg_basebackup.c:2236
#, c-format
msgid "%s: symlinks are not supported on this platform\n"
msgstr "%s: символические ссылки не поддерживаются в этой ОС\n"
@@ -683,7 +695,7 @@ msgstr ""
msgid ""
" -D, --directory=DIR receive transaction log files into this directory\n"
msgstr ""
" -D, --directory=ПУТЬ сохранять файлы журналов транзакций в данный "
" -D, --directory=ПУТЬ сохранять файлы журнала транзакций в данный "
"каталог\n"
#: pg_receivexlog.c:70 pg_recvlogical.c:82

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pg_config (PostgreSQL 9.4)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2015-10-04 00:43+0000\n"
"POT-Creation-Date: 2017-05-21 17:31+0000\n"
"PO-Revision-Date: 2014-12-16 12:12-0300\n"
"Last-Translator: Alvaro Herrera <alvherre@alvh.no-ip.org>\n"
"Language-Team: es <pgsql-es-ayuda@postgresql.org>\n"

View File

@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pg_controldata (PostgreSQL 9.4)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2015-10-04 00:44+0000\n"
"POT-Creation-Date: 2017-05-21 17:32+0000\n"
"PO-Revision-Date: 2015-09-29 23:36-0300\n"
"Last-Translator: Álvaro Herrera <alvherre@alvh.no-ip.org>\n"
"Language-Team: Castellano <pgsql-es-ayuda@postgresql.org>\n"
@@ -285,13 +285,13 @@ msgstr "DB del oldestMultiXid del últ. checkpoint: %u\n"
#: pg_controldata.c:274
#, c-format
msgid "Latest checkpoint's oldestCommitTs: %u\n"
msgstr "oldestCommitTs del último checkpoint: %u\n"
msgid "Latest checkpoint's oldestCommitTsXid:%u\n"
msgstr "oldestCommitTsXid del último checkpoint: %u\n"
#: pg_controldata.c:276
#, c-format
msgid "Latest checkpoint's newestCommitTs: %u\n"
msgstr "newestCommitTs del último checkpoint: %u\n"
msgid "Latest checkpoint's newestCommitTsXid:%u\n"
msgstr "newestCommitTsXid del último checkpoint: %u\n"
#: pg_controldata.c:278
#, c-format

View File

@@ -4,7 +4,7 @@
# Serguei A. Mokhov <mokhov@cs.concordia.ca>, 2002-2004.
# Oleg Bartunov <oleg@sai.msu.su>, 2004.
# Andrey Sudnik <sudnikand@gmail.com>, 2011.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2016.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2017.
#
msgid ""
msgstr ""

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pg_ctl (PostgreSQL 9.4)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2015-10-04 00:43+0000\n"
"POT-Creation-Date: 2017-05-21 17:31+0000\n"
"PO-Revision-Date: 2015-09-30 12:18-0300\n"
"Last-Translator: Carlos Chapi <carlos.chapi@2ndquadrant.com>\n"
"Language-Team: PgSQL Español <pgsql-es-ayuda@postgresql.org>\n"
@@ -56,8 +56,8 @@ msgid "pclose failed: %s"
msgstr "pclose falló: %s"
#: ../../common/fe_memutils.c:35 ../../common/fe_memutils.c:75
#: ../../common/fe_memutils.c:98 ../../port/path.c:598 ../../port/path.c:636
#: ../../port/path.c:653
#: ../../common/fe_memutils.c:98 ../../port/path.c:602 ../../port/path.c:640
#: ../../port/path.c:657
#, c-format
msgid "out of memory\n"
msgstr "memoria agotada\n"
@@ -102,42 +102,52 @@ msgstr "el proceso hijo fue terminado por una señal %d"
msgid "child process exited with unrecognized status %d"
msgstr "el proceso hijo terminó con código no reconocido %d"
#: ../../port/path.c:620
#: ../../port/path.c:624
#, c-format
msgid "could not get current working directory: %s\n"
msgstr "no se pudo obtener el directorio de trabajo actual: %s\n"
#: pg_ctl.c:257
#: pg_ctl.c:263
#, c-format
msgid "%s: directory \"%s\" does not exist\n"
msgstr "%s: el directorio «%s» no existe\n"
#: pg_ctl.c:260
#: pg_ctl.c:266
#, c-format
msgid "%s: could not access directory \"%s\": %s\n"
msgstr "%s: no se pudo acceder al directorio «%s»: %s\n"
#: pg_ctl.c:274
#: pg_ctl.c:280
#, c-format
msgid "%s: directory \"%s\" is not a database cluster directory\n"
msgstr "%s: el directorio «%s» no es un directorio de base de datos\n"
#: pg_ctl.c:287
#: pg_ctl.c:293
#, c-format
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:296
#: pg_ctl.c:302
#, c-format
msgid "%s: the PID file \"%s\" is empty\n"
msgstr "%s: el archivo de PID «%s» está vacío\n"
#: pg_ctl.c:299
#: pg_ctl.c:305
#, 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:530
#: pg_ctl.c:455 pg_ctl.c:483
#, c-format
msgid "%s: could not start server: %s\n"
msgstr "%s: no se pudo iniciar el servidor: %s\n"
#: pg_ctl.c:507
#, c-format
msgid "%s: could not start server: error code %lu\n"
msgstr "%s: no se pudo iniciar el servidor: código de error %lu\n"
#: pg_ctl.c:584
#, c-format
msgid ""
"\n"
@@ -146,7 +156,7 @@ msgstr ""
"\n"
"%s: la opción -w no está soportada cuando se inicia un servidor anterior a 9.1\n"
#: pg_ctl.c:600
#: pg_ctl.c:649
#, c-format
msgid ""
"\n"
@@ -155,42 +165,24 @@ msgstr ""
"\n"
"%s: la opción -w no puede usar una especificación relativa de directorio\n"
#: pg_ctl.c:653
#, c-format
msgid ""
"\n"
"%s: could not stat file \"%s\": %s\n"
msgstr ""
"\n"
"%s: no se pudo hacer «stat» al archivo «%s»: %s\n"
#: pg_ctl.c:660
#, c-format
msgid ""
"\n"
"%s: this data directory appears to be running a pre-existing postmaster\n"
msgstr ""
"\n"
"%s: este directorio de datos parece estar ejecutando un postmaster pre-existente\n"
#: pg_ctl.c:710
#: pg_ctl.c:751
#, c-format
msgid "%s: cannot set core file size limit; disallowed by hard limit\n"
msgstr ""
"%s: no se puede establecer el límite de archivos de volcado;\n"
"impedido por un límite duro\n"
#: pg_ctl.c:735
#: pg_ctl.c:776
#, c-format
msgid "%s: could not read file \"%s\"\n"
msgstr "%s: no se pudo leer el archivo «%s»\n"
#: pg_ctl.c:740
#: pg_ctl.c:781
#, 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:791
#: pg_ctl.c:832
#, c-format
msgid ""
"The program \"%s\" is needed by %s but was not found in the\n"
@@ -201,7 +193,7 @@ msgstr ""
"directorio que «%s».\n"
"Verifique su instalación.\n"
#: pg_ctl.c:797
#: pg_ctl.c:838
#, c-format
msgid ""
"The program \"%s\" was found by \"%s\"\n"
@@ -212,42 +204,37 @@ msgstr ""
"de la misma versión que «%s».\n"
"Verifique su instalación.\n"
#: pg_ctl.c:830
#: pg_ctl.c:871
#, c-format
msgid "%s: database system initialization failed\n"
msgstr "%s: falló la creación de la base de datos\n"
#: pg_ctl.c:845
#: pg_ctl.c:886
#, c-format
msgid "%s: another server might be running; trying to start server anyway\n"
msgstr "%s: otro servidor puede estar en ejecución; tratando de iniciarlo de todas formas.\n"
#: pg_ctl.c:882
#, c-format
msgid "%s: could not start server: exit code was %d\n"
msgstr "%s: no se pudo iniciar el servidor: el código de retorno fue %d\n"
#: pg_ctl.c:889
#: pg_ctl.c:924
msgid "waiting for server to start..."
msgstr "esperando que el servidor se inicie..."
#: pg_ctl.c:894 pg_ctl.c:995 pg_ctl.c:1086
#: pg_ctl.c:929 pg_ctl.c:1036 pg_ctl.c:1127
msgid " done\n"
msgstr " listo\n"
#: pg_ctl.c:895
#: pg_ctl.c:930
msgid "server started\n"
msgstr "servidor iniciado\n"
#: pg_ctl.c:898 pg_ctl.c:902
#: pg_ctl.c:933 pg_ctl.c:937
msgid " stopped waiting\n"
msgstr " abandonando la espera\n"
#: pg_ctl.c:899
#: pg_ctl.c:934
msgid "server is still starting up\n"
msgstr "servidor aún iniciándose\n"
#: pg_ctl.c:903
#: pg_ctl.c:938
#, c-format
msgid ""
"%s: could not start server\n"
@@ -256,45 +243,45 @@ msgstr ""
"%s: no se pudo iniciar el servidor.\n"
"Examine el registro del servidor.\n"
#: pg_ctl.c:909 pg_ctl.c:987 pg_ctl.c:1077
#: pg_ctl.c:944 pg_ctl.c:1028 pg_ctl.c:1118
msgid " failed\n"
msgstr " falló\n"
#: pg_ctl.c:910
#: pg_ctl.c:945
#, c-format
msgid "%s: could not wait for server because of misconfiguration\n"
msgstr "%s: no se pudo esperar al servidor debido a un error de configuración\n"
#: pg_ctl.c:916
#: pg_ctl.c:951
msgid "server starting\n"
msgstr "servidor iniciándose\n"
#: pg_ctl.c:931 pg_ctl.c:1017 pg_ctl.c:1107 pg_ctl.c:1147
#: pg_ctl.c:972 pg_ctl.c:1058 pg_ctl.c:1148 pg_ctl.c:1188
#, c-format
msgid "%s: PID file \"%s\" does not exist\n"
msgstr "%s: el archivo de PID «%s» no existe\n"
#: pg_ctl.c:932 pg_ctl.c:1019 pg_ctl.c:1108 pg_ctl.c:1148
#: pg_ctl.c:973 pg_ctl.c:1060 pg_ctl.c:1149 pg_ctl.c:1189
msgid "Is server running?\n"
msgstr "¿Está el servidor en ejecución?\n"
#: pg_ctl.c:938
#: pg_ctl.c:979
#, c-format
msgid "%s: cannot stop server; single-user server is running (PID: %ld)\n"
msgstr ""
"%s: no se puede detener el servidor;\n"
"un servidor en modo mono-usuario está en ejecución (PID: %ld)\n"
#: pg_ctl.c:946 pg_ctl.c:1041
#: pg_ctl.c:987 pg_ctl.c:1082
#, 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:953
#: pg_ctl.c:994
msgid "server shutting down\n"
msgstr "servidor deteniéndose\n"
#: pg_ctl.c:968 pg_ctl.c:1056
#: pg_ctl.c:1009 pg_ctl.c:1097
msgid ""
"WARNING: online backup mode is active\n"
"Shutdown will not complete until pg_stop_backup() is called.\n"
@@ -304,16 +291,16 @@ msgstr ""
"El apagado no se completará hasta que se invoque la función pg_stop_backup().\n"
"\n"
#: pg_ctl.c:972 pg_ctl.c:1060
#: pg_ctl.c:1013 pg_ctl.c:1101
msgid "waiting for server to shut down..."
msgstr "esperando que el servidor se detenga..."
#: pg_ctl.c:989 pg_ctl.c:1079
#: pg_ctl.c:1030 pg_ctl.c:1120
#, c-format
msgid "%s: server does not shut down\n"
msgstr "%s: el servidor no se detiene\n"
#: pg_ctl.c:991 pg_ctl.c:1081
#: pg_ctl.c:1032 pg_ctl.c:1122
msgid ""
"HINT: The \"-m fast\" option immediately disconnects sessions rather than\n"
"waiting for session-initiated disconnection.\n"
@@ -321,192 +308,192 @@ msgstr ""
"SUGERENCIA: La opción «-m fast» desconecta las sesiones inmediatamente\n"
"en lugar de esperar que cada sesión finalice por sí misma.\n"
#: pg_ctl.c:997 pg_ctl.c:1087
#: pg_ctl.c:1038 pg_ctl.c:1128
msgid "server stopped\n"
msgstr "servidor detenido\n"
#: pg_ctl.c:1020 pg_ctl.c:1093
#: pg_ctl.c:1061 pg_ctl.c:1134
msgid "starting server anyway\n"
msgstr "iniciando el servidor de todas maneras\n"
#: pg_ctl.c:1029
#: pg_ctl.c:1070
#, c-format
msgid "%s: cannot restart server; single-user server is running (PID: %ld)\n"
msgstr ""
"%s: no se puede reiniciar el servidor;\n"
"un servidor en modo mono-usuario está en ejecución (PID: %ld)\n"
#: pg_ctl.c:1032 pg_ctl.c:1117
#: pg_ctl.c:1073 pg_ctl.c:1158
msgid "Please terminate the single-user server and try again.\n"
msgstr "Por favor termine el servidor mono-usuario e intente nuevamente.\n"
#: pg_ctl.c:1091
#: pg_ctl.c:1132
#, c-format
msgid "%s: old server process (PID: %ld) seems to be gone\n"
msgstr "%s: el proceso servidor antiguo (PID: %ld) parece no estar\n"
#: pg_ctl.c:1114
#: pg_ctl.c:1155
#, c-format
msgid "%s: cannot reload server; single-user server is running (PID: %ld)\n"
msgstr ""
"%s: no se puede recargar el servidor;\n"
"un servidor en modo mono-usuario está en ejecución (PID: %ld)\n"
#: pg_ctl.c:1123
#: pg_ctl.c:1164
#, 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:1128
#: pg_ctl.c:1169
msgid "server signaled\n"
msgstr "se ha enviado una señal al servidor\n"
#: pg_ctl.c:1154
#: pg_ctl.c:1195
#, c-format
msgid "%s: cannot promote server; single-user server is running (PID: %ld)\n"
msgstr ""
"%s: no se puede promover el servidor;\n"
"un servidor en modo mono-usuario está en ejecución (PID: %ld)\n"
#: pg_ctl.c:1163
#: pg_ctl.c:1204
#, c-format
msgid "%s: cannot promote server; server is not in standby mode\n"
msgstr ""
"%s: no se puede promover el servidor;\n"
"el servidor no está en modo «standby»\n"
#: pg_ctl.c:1178
#: pg_ctl.c:1219
#, c-format
msgid "%s: could not create promote signal file \"%s\": %s\n"
msgstr "%s: no se pudo crear el archivo de señal de promoción «%s»: %s\n"
#: pg_ctl.c:1184
#: pg_ctl.c:1225
#, c-format
msgid "%s: could not write promote signal file \"%s\": %s\n"
msgstr "%s: no se pudo escribir al archivo de señal de promoción «%s»: %s\n"
#: pg_ctl.c:1192
#: pg_ctl.c:1233
#, c-format
msgid "%s: could not send promote signal (PID: %ld): %s\n"
msgstr "%s: no se pudo enviar la señal de promoción (PID: %ld): %s\n"
#: pg_ctl.c:1195
#: pg_ctl.c:1236
#, c-format
msgid "%s: could not remove promote signal file \"%s\": %s\n"
msgstr "%s: no se pudo eliminar el archivo de señal de promoción «%s»: %s\n"
#: pg_ctl.c:1200
#: pg_ctl.c:1241
msgid "server promoting\n"
msgstr "servidor promoviendo\n"
#: pg_ctl.c:1247
#: pg_ctl.c:1288
#, c-format
msgid "%s: single-user server is running (PID: %ld)\n"
msgstr "%s: un servidor en modo mono-usuario está en ejecución (PID: %ld)\n"
#: pg_ctl.c:1260
#: pg_ctl.c:1301
#, c-format
msgid "%s: server is running (PID: %ld)\n"
msgstr "%s: el servidor está en ejecución (PID: %ld)\n"
#: pg_ctl.c:1276
#: pg_ctl.c:1317
#, c-format
msgid "%s: no server running\n"
msgstr "%s: no hay servidor en ejecución\n"
#: pg_ctl.c:1294
#: pg_ctl.c:1335
#, 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:1351
#: pg_ctl.c:1392
#, c-format
msgid "%s: could not find own program executable\n"
msgstr "%s: no se pudo encontrar el ejecutable propio\n"
#: pg_ctl.c:1361
#: pg_ctl.c:1402
#, c-format
msgid "%s: could not find postgres program executable\n"
msgstr "%s: no se pudo encontrar el ejecutable postgres\n"
#: pg_ctl.c:1444 pg_ctl.c:1478
#: pg_ctl.c:1486 pg_ctl.c:1520
#, c-format
msgid "%s: could not open service manager\n"
msgstr "%s: no se pudo abrir el gestor de servicios\n"
#: pg_ctl.c:1450
#: pg_ctl.c:1492
#, c-format
msgid "%s: service \"%s\" already registered\n"
msgstr "%s: el servicio «%s» ya está registrado\n"
#: pg_ctl.c:1461
#: pg_ctl.c:1503
#, c-format
msgid "%s: could not register service \"%s\": error code %lu\n"
msgstr "%s: no se pudo registrar el servicio «%s»: código de error %lu\n"
#: pg_ctl.c:1484
#: pg_ctl.c:1526
#, c-format
msgid "%s: service \"%s\" not registered\n"
msgstr "%s: el servicio «%s» no ha sido registrado\n"
#: pg_ctl.c:1491
#: pg_ctl.c:1533
#, c-format
msgid "%s: could not open service \"%s\": error code %lu\n"
msgstr "%s: no se pudo abrir el servicio «%s»: código de error %lu\n"
#: pg_ctl.c:1500
#: pg_ctl.c:1542
#, c-format
msgid "%s: could not unregister service \"%s\": error code %lu\n"
msgstr "%s: no se pudo dar de baja el servicio «%s»: código de error %lu\n"
#: pg_ctl.c:1587
#: pg_ctl.c:1629
msgid "Waiting for server startup...\n"
msgstr "Esperando que el servidor se inicie...\n"
#: pg_ctl.c:1590
#: pg_ctl.c:1632
msgid "Timed out waiting for server startup\n"
msgstr "Se agotó el tiempo de espera al inicio del servidor\n"
#: pg_ctl.c:1594
#: pg_ctl.c:1636
msgid "Server started and accepting connections\n"
msgstr "Servidor iniciado y aceptando conexiones\n"
#: pg_ctl.c:1650
#: pg_ctl.c:1691
#, c-format
msgid "%s: could not start service \"%s\": error code %lu\n"
msgstr "%s: no se pudo iniciar el servicio «%s»: código de error %lu\n"
#: pg_ctl.c:1724
#: pg_ctl.c:1919
#, c-format
msgid "%s: WARNING: cannot create restricted tokens on this platform\n"
msgstr "%s: ATENCIÓN: no se pueden crear tokens restrigidos en esta plataforma\n"
#: pg_ctl.c:1739
#: pg_ctl.c:1934
#, c-format
msgid "%s: could not open process token: error code %lu\n"
msgstr "%s: no se pudo abrir el token de proceso: código de error %lu\n"
#: pg_ctl.c:1753
#: pg_ctl.c:1948
#, c-format
msgid "%s: could not allocate SIDs: error code %lu\n"
msgstr "%s: no se pudo emplazar los SIDs: código de error %lu\n"
#: pg_ctl.c:1773
#: pg_ctl.c:1968
#, c-format
msgid "%s: could not create restricted token: error code %lu\n"
msgstr "%s: no se pudo crear el token restringido: código de error %lu\n"
#: pg_ctl.c:1807
#: pg_ctl.c:2002
#, c-format
msgid "%s: WARNING: could not locate all job object functions in system API\n"
msgstr "%s: ATENCIÓN: no fue posible encontrar todas las funciones de gestión de tareas en la API del sistema\n"
#: pg_ctl.c:1890
#: pg_ctl.c:2085
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Use «%s --help» para obtener más información.\n"
#: pg_ctl.c:1898
#: pg_ctl.c:2093
#, c-format
msgid ""
"%s is a utility to initialize, start, stop, or control a PostgreSQL server.\n"
@@ -516,27 +503,27 @@ msgstr ""
"un servidor PostgreSQL.\n"
"\n"
#: pg_ctl.c:1899
#: pg_ctl.c:2094
#, c-format
msgid "Usage:\n"
msgstr "Empleo:\n"
#: pg_ctl.c:1900
#: pg_ctl.c:2095
#, c-format
msgid " %s init[db] [-D DATADIR] [-s] [-o \"OPTIONS\"]\n"
msgstr " %s init[db] [-D DATADIR] [-s] [-o \"OPCIONES\"]\n"
#: pg_ctl.c:1901
#: pg_ctl.c:2096
#, c-format
msgid " %s start [-w] [-t SECS] [-D DATADIR] [-s] [-l FILENAME] [-o \"OPTIONS\"]\n"
msgstr " %s start [-w] [-t SEGS] [-D DATADIR] [-s] [-l ARCHIVO] [-o \"OPCIONES\"]\n"
#: pg_ctl.c:1902
#: pg_ctl.c:2097
#, c-format
msgid " %s stop [-W] [-t SECS] [-D DATADIR] [-s] [-m SHUTDOWN-MODE]\n"
msgstr " %s stop [-W] [-t SEGS] [-D DATADIR] [-s] [-m MODO-DETENCIÓN]\n"
#: pg_ctl.c:1903
#: pg_ctl.c:2098
#, c-format
msgid ""
" %s restart [-w] [-t SECS] [-D DATADIR] [-s] [-m SHUTDOWN-MODE]\n"
@@ -545,27 +532,27 @@ msgstr ""
" %s restart [-w] [-t SEGS] [-D DATADIR] [-s] [-m MODO-DETENCIÓN]\n"
" [-o «OPCIONES»]\n"
#: pg_ctl.c:1905
#: pg_ctl.c:2100
#, c-format
msgid " %s reload [-D DATADIR] [-s]\n"
msgstr " %s reload [-D DATADIR] [-s]\n"
#: pg_ctl.c:1906
#: pg_ctl.c:2101
#, c-format
msgid " %s status [-D DATADIR]\n"
msgstr " %s status [-D DATADIR]\n"
#: pg_ctl.c:1907
#: pg_ctl.c:2102
#, c-format
msgid " %s promote [-D DATADIR] [-s]\n"
msgstr " %s promote [-D DATADIR] [-s]\n"
#: pg_ctl.c:1908
#: pg_ctl.c:2103
#, c-format
msgid " %s kill SIGNALNAME PID\n"
msgstr " %s kill NOMBRE-SEÑAL ID-DE-PROCESO\n"
#: pg_ctl.c:1910
#: pg_ctl.c:2105
#, c-format
msgid ""
" %s register [-N SERVICENAME] [-U USERNAME] [-P PASSWORD] [-D DATADIR]\n"
@@ -574,12 +561,12 @@ msgstr ""
" %s register [-N SERVICIO] [-U USUARIO] [-P PASSWORD] [-D DATADIR]\n"
" [-S TIPO-INICIO] [-w] [-t SEGS] [-o «OPCIONES»]\n"
#: pg_ctl.c:1912
#: pg_ctl.c:2107
#, c-format
msgid " %s unregister [-N SERVICENAME]\n"
msgstr " %s unregister [-N SERVICIO]\n"
#: pg_ctl.c:1915
#: pg_ctl.c:2110
#, c-format
msgid ""
"\n"
@@ -588,47 +575,47 @@ msgstr ""
"\n"
"Opciones comunes:\n"
#: pg_ctl.c:1916
#: pg_ctl.c:2111
#, 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:1918
#: pg_ctl.c:2113
#, c-format
msgid " -e SOURCE event source for logging when running as a service\n"
msgstr ""
msgstr " -e ORIGEN origen para el log de eventos cuando se ejecuta como servicio\n"
#: pg_ctl.c:1920
#: pg_ctl.c:2115
#, 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:1921
#: pg_ctl.c:2116
#, c-format
msgid " -t, --timeout=SECS seconds to wait when using -w option\n"
msgstr " -t, --timeout=SEGS segundos a esperar cuando se use la opción -w\n"
#: pg_ctl.c:1922
#: pg_ctl.c:2117
#, c-format
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version mostrar información de versión, luego salir\n"
#: pg_ctl.c:1923
#: pg_ctl.c:2118
#, c-format
msgid " -w wait until operation completes\n"
msgstr " -w esperar hasta que la operación se haya completado\n"
#: pg_ctl.c:1924
#: pg_ctl.c:2119
#, 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:1925
#: pg_ctl.c:2120
#, c-format
msgid " -?, --help show this help, then exit\n"
msgstr " -?, --help mostrar esta ayuda, luego salir\n"
#: pg_ctl.c:1926
#: pg_ctl.c:2121
#, c-format
msgid ""
"(The default is to wait for shutdown, but not for start or restart.)\n"
@@ -637,12 +624,12 @@ msgstr ""
"(Por omisión se espera para las detenciones, pero no los inicios o reinicios)\n"
"\n"
#: pg_ctl.c:1927
#: pg_ctl.c:2122
#, 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:1929
#: pg_ctl.c:2124
#, c-format
msgid ""
"\n"
@@ -651,24 +638,24 @@ msgstr ""
"\n"
"Opciones para inicio y reinicio:\n"
#: pg_ctl.c:1931
#: pg_ctl.c:2126
#, c-format
msgid " -c, --core-files allow postgres to produce core files\n"
msgstr ""
" -c, --core-files permite que postgres produzca archivos\n"
" de volcado (core)\n"
#: pg_ctl.c:1933
#: pg_ctl.c:2128
#, c-format
msgid " -c, --core-files not applicable on this platform\n"
msgstr " -c, --core-files no aplicable en esta plataforma\n"
#: pg_ctl.c:1935
#: pg_ctl.c:2130
#, 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:1936
#: pg_ctl.c:2131
#, c-format
msgid ""
" -o OPTIONS command line options to pass to postgres\n"
@@ -677,12 +664,12 @@ msgstr ""
" -o OPCIONES parámetros de línea de órdenes a pasar a postgres\n"
" (ejecutable del servidor de PostgreSQL) o initdb\n"
#: pg_ctl.c:1938
#: pg_ctl.c:2133
#, c-format
msgid " -p PATH-TO-POSTGRES normally not necessary\n"
msgstr " -p RUTA-A-POSTGRES normalmente no es necesario\n"
#: pg_ctl.c:1939
#: pg_ctl.c:2134
#, c-format
msgid ""
"\n"
@@ -691,12 +678,12 @@ msgstr ""
"\n"
"Opciones para detener o reiniciar:\n"
#: pg_ctl.c:1940
#: pg_ctl.c:2135
#, c-format
msgid " -m, --mode=MODE MODE can be \"smart\", \"fast\", or \"immediate\"\n"
msgstr " -m, --mode=MODO puede ser «smart», «fast» o «immediate»\n"
#: pg_ctl.c:1942
#: pg_ctl.c:2137
#, c-format
msgid ""
"\n"
@@ -705,24 +692,24 @@ msgstr ""
"\n"
"Modos de detención son:\n"
#: pg_ctl.c:1943
#: pg_ctl.c:2138
#, 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:1944
#: pg_ctl.c:2139
#, c-format
msgid " fast quit directly, with proper shutdown\n"
msgstr " fast salir directamente, con apagado apropiado\n"
#: pg_ctl.c:1945
#: pg_ctl.c:2140
#, c-format
msgid " immediate quit without complete shutdown; will lead to recovery on restart\n"
msgstr ""
" immediate salir sin apagado completo; se ejecutará recuperación\n"
" en el próximo inicio\n"
#: pg_ctl.c:1947
#: pg_ctl.c:2142
#, c-format
msgid ""
"\n"
@@ -731,7 +718,7 @@ msgstr ""
"\n"
"Nombres de señales permitidos para kill:\n"
#: pg_ctl.c:1951
#: pg_ctl.c:2146
#, c-format
msgid ""
"\n"
@@ -740,35 +727,35 @@ msgstr ""
"\n"
"Opciones para registrar y dar de baja:\n"
#: pg_ctl.c:1952
#: pg_ctl.c:2147
#, c-format
msgid " -N SERVICENAME service name with which to register PostgreSQL server\n"
msgstr ""
" -N SERVICIO nombre de servicio con el cual registrar\n"
" el servidor PostgreSQL\n"
#: pg_ctl.c:1953
#: pg_ctl.c:2148
#, 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:1954
#: pg_ctl.c:2149
#, 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:1955
#: pg_ctl.c:2150
#, c-format
msgid " -S START-TYPE service start type to register PostgreSQL server\n"
msgstr ""
" -S TIPO-INICIO tipo de inicio de servicio con que registrar\n"
" el servidor PostgreSQL\n"
#: pg_ctl.c:1957
#: pg_ctl.c:2152
#, c-format
msgid ""
"\n"
@@ -777,17 +764,17 @@ msgstr ""
"\n"
"Tipos de inicio del servicio son:\n"
#: pg_ctl.c:1958
#: pg_ctl.c:2153
#, c-format
msgid " auto start service automatically during system startup (default)\n"
msgstr " auto iniciar automáticamente al inicio del sistema (por omisión)\n"
#: pg_ctl.c:1959
#: pg_ctl.c:2154
#, c-format
msgid " demand start service on demand\n"
msgstr " demand iniciar el servicio en demanda\n"
#: pg_ctl.c:1962
#: pg_ctl.c:2157
#, c-format
msgid ""
"\n"
@@ -796,27 +783,27 @@ msgstr ""
"\n"
"Reporte errores a <pgsql-bugs@postgresql.org>.\n"
#: pg_ctl.c:1987
#: pg_ctl.c:2182
#, c-format
msgid "%s: unrecognized shutdown mode \"%s\"\n"
msgstr "%s: modo de apagado «%s» no reconocido\n"
#: pg_ctl.c:2019
#: pg_ctl.c:2214
#, c-format
msgid "%s: unrecognized signal name \"%s\"\n"
msgstr "%s: nombre de señal «%s» no reconocido\n"
#: pg_ctl.c:2036
#: pg_ctl.c:2231
#, c-format
msgid "%s: unrecognized start type \"%s\"\n"
msgstr "%s: tipo de inicio «%s» no reconocido\n"
#: pg_ctl.c:2091
#: pg_ctl.c:2286
#, c-format
msgid "%s: could not determine the data directory using command \"%s\"\n"
msgstr "%s: no se pudo determinar el directorio de datos usando la orden «%s»\n"
#: pg_ctl.c:2163
#: pg_ctl.c:2359
#, c-format
msgid ""
"%s: cannot be run as root\n"
@@ -827,32 +814,49 @@ msgstr ""
"Por favor conéctese (usando, por ejemplo, «su») con un usuario no privilegiado,\n"
"quien ejecutará el proceso servidor.\n"
#: pg_ctl.c:2242
#: pg_ctl.c:2442
#, c-format
msgid "%s: -S option not supported on this platform\n"
msgstr "%s: la opción -S no está soportada en esta plataforma\n"
#: pg_ctl.c:2280
#: pg_ctl.c:2481
#, 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"
#: pg_ctl.c:2304
#: pg_ctl.c:2505
#, c-format
msgid "%s: missing arguments for kill mode\n"
msgstr "%s: argumentos faltantes para envío de señal\n"
#: pg_ctl.c:2322
#: pg_ctl.c:2523
#, c-format
msgid "%s: unrecognized operation mode \"%s\"\n"
msgstr "%s: modo de operación «%s» no reconocido\n"
#: pg_ctl.c:2332
#: pg_ctl.c:2533
#, c-format
msgid "%s: no operation specified\n"
msgstr "%s: no se especificó operación\n"
#: pg_ctl.c:2353
#: pg_ctl.c:2554
#, 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"
#~ msgid "%s: could not start server: exit code was %d\n"
#~ msgstr "%s: no se pudo iniciar el servidor: el código de retorno fue %d\n"
#~ msgid ""
#~ "\n"
#~ "%s: this data directory appears to be running a pre-existing postmaster\n"
#~ msgstr ""
#~ "\n"
#~ "%s: este directorio de datos parece estar ejecutando un postmaster pre-existente\n"
#~ msgid ""
#~ "\n"
#~ "%s: could not stat file \"%s\": %s\n"
#~ msgstr ""
#~ "\n"
#~ "%s: no se pudo hacer «stat» al archivo «%s»: %s\n"

View File

@@ -20,7 +20,7 @@ msgstr ""
"Project-Id-Version: pg_ctl (PostgreSQL) 9.5\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2016-04-12 00:43+0000\n"
"PO-Revision-Date: 2016-04-17 20:44+0100\n"
"PO-Revision-Date: 2017-05-29 17:04+0100\n"
"Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
"Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
"Language: it\n"
@@ -29,7 +29,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-SourceCharset: utf-8\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Poedit 1.5.4\n"
"X-Generator: Poedit 1.8.7.1\n"
#: ../../common/exec.c:127 ../../common/exec.c:241 ../../common/exec.c:284
#, c-format
@@ -562,7 +562,7 @@ msgstr ""
#: pg_ctl.c:2107
#, c-format
msgid " %s unregister [-N SERVICENAME]\n"
msgstr " %s unregister [-N SERVICENAME]\n"
msgstr " %s unregister [-N SERVIZIO]\n"
#: pg_ctl.c:2110
#, c-format
@@ -591,7 +591,7 @@ msgstr " -s, --silent mostra solo gli errori, non i messaggi di infor
#: pg_ctl.c:2116
#, c-format
msgid " -t, --timeout=SECS seconds to wait when using -w option\n"
msgstr " -t, --timeout=SECS secondi da aspettare quando si usa l'opzione -w\n"
msgstr " -t, --timeout=SEC secondi da aspettare quando si usa l'opzione -w\n"
#: pg_ctl.c:2117
#, c-format
@@ -727,7 +727,7 @@ msgstr ""
#: pg_ctl.c:2147
#, c-format
msgid " -N SERVICENAME service name with which to register PostgreSQL server\n"
msgstr " -N SERVICENAME nome del servizio con cui registrare il server PostgreSQL\n"
msgstr " -N SERVIZIO nome del servizio con cui registrare il server PostgreSQL\n"
#: pg_ctl.c:2148
#, c-format
@@ -737,12 +737,12 @@ msgstr " -P PASSWORD password per l'account con cui registrare il server Po
#: pg_ctl.c:2149
#, c-format
msgid " -U USERNAME user name of account to register PostgreSQL server\n"
msgstr " -U USERNAME nome utente dell'account con cui registrare il server PostgreSQL\n"
msgstr " -U UTENTE nome utente dell'account con cui registrare il server PostgreSQL\n"
#: pg_ctl.c:2150
#, c-format
msgid " -S START-TYPE service start type to register PostgreSQL server\n"
msgstr " -S START-TYPE tipo di avvio del servizio con cui registrare il server PostgreSQL\n"
msgstr " -S TIPO-AVVIO tipo di avvio del servizio con cui registrare il server PostgreSQL\n"
#: pg_ctl.c:2152
#, c-format

View File

@@ -6,7 +6,7 @@
# Sergey Burladyan <eshkinkot@gmail.com>, 2009, 2012.
# Andrey Sudnik <sudnikand@gmail.com>, 2010.
# Dmitriy Olshevskiy <olshevskiy87@bk.ru>, 2014.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2016.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2017.
#
msgid ""
msgstr ""

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.5\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2016-01-04 02:13+0000\n"
"POT-Creation-Date: 2017-08-07 16:30+0000\n"
"PO-Revision-Date: 2016-01-03 21:33-0500\n"
"Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
"Language-Team: German <peter_e@gmx.net>\n"
@@ -52,86 +52,86 @@ msgid "%s: could not get exit code from subprocess: error code %lu\n"
msgstr "%s: konnte Statuscode des Subprozesses nicht ermitteln: Fehlercode %lu\n"
#. translator: the second %s is a command line argument (-e, etc)
#: pg_resetxlog.c:140 pg_resetxlog.c:155 pg_resetxlog.c:170 pg_resetxlog.c:177
#: pg_resetxlog.c:201 pg_resetxlog.c:216 pg_resetxlog.c:224 pg_resetxlog.c:250
#: pg_resetxlog.c:264
#: pg_resetxlog.c:141 pg_resetxlog.c:156 pg_resetxlog.c:171 pg_resetxlog.c:178
#: pg_resetxlog.c:202 pg_resetxlog.c:217 pg_resetxlog.c:225 pg_resetxlog.c:251
#: pg_resetxlog.c:265
#, c-format
msgid "%s: invalid argument for option %s\n"
msgstr "%s: ungültiges Argument für Option %s\n"
#: pg_resetxlog.c:141 pg_resetxlog.c:156 pg_resetxlog.c:171 pg_resetxlog.c:178
#: pg_resetxlog.c:202 pg_resetxlog.c:217 pg_resetxlog.c:225 pg_resetxlog.c:251
#: pg_resetxlog.c:265 pg_resetxlog.c:272 pg_resetxlog.c:285 pg_resetxlog.c:293
#: pg_resetxlog.c:142 pg_resetxlog.c:157 pg_resetxlog.c:172 pg_resetxlog.c:179
#: pg_resetxlog.c:203 pg_resetxlog.c:218 pg_resetxlog.c:226 pg_resetxlog.c:252
#: pg_resetxlog.c:266 pg_resetxlog.c:273 pg_resetxlog.c:286 pg_resetxlog.c:294
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Versuchen Sie »%s --help« für weitere Informationen.\n"
#: pg_resetxlog.c:146
#: pg_resetxlog.c:147
#, c-format
msgid "%s: transaction ID epoch (-e) must not be -1\n"
msgstr "%s: Transaktions-ID-Epoche (-e) darf nicht -1 sein\n"
#: pg_resetxlog.c:161
#: pg_resetxlog.c:162
#, c-format
msgid "%s: transaction ID (-x) must not be 0\n"
msgstr "%s: Transaktions-ID (-x) darf nicht 0 sein\n"
#: pg_resetxlog.c:185 pg_resetxlog.c:192
#: pg_resetxlog.c:186 pg_resetxlog.c:193
#, c-format
msgid "%s: transaction ID (-c) must be either 0 or greater than or equal to 2\n"
msgstr "%s: Transaktions-ID (-c) muss entweder 0 oder größer oder gleich 2 sein\n"
#: pg_resetxlog.c:207
#: pg_resetxlog.c:208
#, c-format
msgid "%s: OID (-o) must not be 0\n"
msgstr "%s: OID (-o) darf nicht 0 sein\n"
#: pg_resetxlog.c:230
#: pg_resetxlog.c:231
#, c-format
msgid "%s: multitransaction ID (-m) must not be 0\n"
msgstr "%s: Multitransaktions-ID (-m) darf nicht 0 sein\n"
#: pg_resetxlog.c:240
#: pg_resetxlog.c:241
#, c-format
msgid "%s: oldest multitransaction ID (-m) must not be 0\n"
msgstr "%s: älteste Multitransaktions-ID (-m) darf nicht 0 sein\n"
#: pg_resetxlog.c:256
#: pg_resetxlog.c:257
#, c-format
msgid "%s: multitransaction offset (-O) must not be -1\n"
msgstr "%s: Multitransaktions-Offset (-O) darf nicht -1 sein\n"
#: pg_resetxlog.c:283
#: pg_resetxlog.c:284
#, c-format
msgid "%s: too many command-line arguments (first is \"%s\")\n"
msgstr "%s: zu viele Kommandozeilenargumente (das erste ist »%s«)\n"
#: pg_resetxlog.c:292
#: pg_resetxlog.c:293
#, c-format
msgid "%s: no data directory specified\n"
msgstr "%s: kein Datenverzeichnis angegeben\n"
#: pg_resetxlog.c:306
#: pg_resetxlog.c:307
#, c-format
msgid "%s: cannot be executed by \"root\"\n"
msgstr "%s: kann nicht von »root« ausgeführt werden\n"
#: pg_resetxlog.c:308
#: pg_resetxlog.c:309
#, c-format
msgid "You must run %s as the PostgreSQL superuser.\n"
msgstr "Sie müssen %s als PostgreSQL-Superuser ausführen.\n"
#: pg_resetxlog.c:318
#: pg_resetxlog.c:319
#, c-format
msgid "%s: could not change directory to \"%s\": %s\n"
msgstr "%s: konnte nicht in Verzeichnis »%s« wechseln: %s\n"
#: pg_resetxlog.c:331 pg_resetxlog.c:477
#: pg_resetxlog.c:335 pg_resetxlog.c:482 pg_resetxlog.c:545
#, c-format
msgid "%s: could not open file \"%s\" for reading: %s\n"
msgstr "%s: konnte Datei »%s« nicht zum Lesen öffnen: %s\n"
#: pg_resetxlog.c:338
#: pg_resetxlog.c:342
#, c-format
msgid ""
"%s: lock file \"%s\" exists\n"
@@ -140,7 +140,7 @@ msgstr ""
"%s: Sperrdatei »%s« existiert bereits\n"
"Läuft der Server? Wenn nicht, dann Sperrdatei löschen und nochmal versuchen.\n"
#: pg_resetxlog.c:425
#: pg_resetxlog.c:429
#, c-format
msgid ""
"\n"
@@ -150,7 +150,7 @@ msgstr ""
"Wenn diese Werte akzeptabel scheinen, dann benutzen Sie -f um das\n"
"Zurücksetzen zu erzwingen.\n"
#: pg_resetxlog.c:437
#: pg_resetxlog.c:441
#, c-format
msgid ""
"The database server was not shut down cleanly.\n"
@@ -162,12 +162,31 @@ msgstr ""
"Wenn Sie trotzdem weiter machen wollen, benutzen Sie -f, um das\n"
"Zurücksetzen zu erzwingen.\n"
#: pg_resetxlog.c:451
#: pg_resetxlog.c:455
#, c-format
msgid "Transaction log reset\n"
msgstr "Transaktionslog wurde zurück gesetzt\n"
#: pg_resetxlog.c:480
#: pg_resetxlog.c:492
#, c-format
msgid "%s: unexpected empty file \"%s\"\n"
msgstr "%s: unerwartete leere Datei »%s«\n"
#: pg_resetxlog.c:497 pg_resetxlog.c:561
#, c-format
msgid "%s: could not read file \"%s\": %s\n"
msgstr "%s: konnte Datei »%s« nicht lesen: %s\n"
#: pg_resetxlog.c:514
#, c-format
msgid ""
"%s: data directory is of wrong version\n"
"File \"%s\" contains \"%s\", which is not compatible with this program's version \"%s\".\n"
msgstr ""
"%s: Datenverzeichnis hat falsche Version\n"
"Datei »%s« enthält »%s«, was nicht mit der Version dieses Programms »%s« kompatibel ist.\n"
#: pg_resetxlog.c:548
#, c-format
msgid ""
"If you are sure the data directory path is correct, execute\n"
@@ -178,22 +197,17 @@ msgstr ""
" touch %s\n"
"aus und versuchen Sie es erneut.\n"
#: pg_resetxlog.c:493
#, c-format
msgid "%s: could not read file \"%s\": %s\n"
msgstr "%s: konnte Datei »%s« nicht lesen: %s\n"
#: pg_resetxlog.c:516
#: pg_resetxlog.c:584
#, c-format
msgid "%s: pg_control exists but has invalid CRC; proceed with caution\n"
msgstr "%s: pg_control existiert, aber mit ungültiger CRC; mit Vorsicht fortfahren\n"
#: pg_resetxlog.c:525
#: pg_resetxlog.c:593
#, c-format
msgid "%s: pg_control exists but is broken or unknown version; ignoring it\n"
msgstr "%s: pg_control existiert, aber ist kaputt oder hat unbekannte Version; wird ignoriert\n"
msgid "%s: pg_control exists but is broken or wrong version; ignoring it\n"
msgstr "%s: pg_control existiert, aber ist kaputt oder hat falsche Version; wird ignoriert\n"
#: pg_resetxlog.c:628
#: pg_resetxlog.c:696
#, c-format
msgid ""
"Guessed pg_control values:\n"
@@ -202,7 +216,7 @@ msgstr ""
"Geschätzte pg_control-Werte:\n"
"\n"
#: pg_resetxlog.c:630
#: pg_resetxlog.c:698
#, c-format
msgid ""
"Current pg_control values:\n"
@@ -211,176 +225,176 @@ msgstr ""
"Aktuelle pg_control-Werte:\n"
"\n"
#: pg_resetxlog.c:639
#: pg_resetxlog.c:707
#, c-format
msgid "pg_control version number: %u\n"
msgstr "pg_control-Versionsnummer: %u\n"
#: pg_resetxlog.c:641
#: pg_resetxlog.c:709
#, c-format
msgid "Catalog version number: %u\n"
msgstr "Katalogversionsnummer: %u\n"
#: pg_resetxlog.c:643
#: pg_resetxlog.c:711
#, c-format
msgid "Database system identifier: %s\n"
msgstr "Datenbanksystemidentifikation: %s\n"
#: pg_resetxlog.c:645
#: pg_resetxlog.c:713
#, c-format
msgid "Latest checkpoint's TimeLineID: %u\n"
msgstr "TimeLineID des letzten Checkpoints: %u\n"
#: pg_resetxlog.c:647
#: pg_resetxlog.c:715
#, c-format
msgid "Latest checkpoint's full_page_writes: %s\n"
msgstr "full_page_writes des letzten Checkpoints: %s\n"
#: pg_resetxlog.c:648
#: pg_resetxlog.c:716
msgid "off"
msgstr "aus"
#: pg_resetxlog.c:648
#: pg_resetxlog.c:716
msgid "on"
msgstr "an"
#: pg_resetxlog.c:649
#: pg_resetxlog.c:717
#, c-format
msgid "Latest checkpoint's NextXID: %u/%u\n"
msgstr "NextXID des letzten Checkpoints: %u/%u\n"
#: pg_resetxlog.c:652
#: pg_resetxlog.c:720
#, c-format
msgid "Latest checkpoint's NextOID: %u\n"
msgstr "NextOID des letzten Checkpoints: %u\n"
#: pg_resetxlog.c:654
#: pg_resetxlog.c:722
#, c-format
msgid "Latest checkpoint's NextMultiXactId: %u\n"
msgstr "NextMultiXactId des letzten Checkpoints: %u\n"
#: pg_resetxlog.c:656
#: pg_resetxlog.c:724
#, c-format
msgid "Latest checkpoint's NextMultiOffset: %u\n"
msgstr "NextMultiOffset des letzten Checkpoints: %u\n"
#: pg_resetxlog.c:658
#: pg_resetxlog.c:726
#, c-format
msgid "Latest checkpoint's oldestXID: %u\n"
msgstr "oldestXID des letzten Checkpoints: %u\n"
#: pg_resetxlog.c:660
#: pg_resetxlog.c:728
#, c-format
msgid "Latest checkpoint's oldestXID's DB: %u\n"
msgstr "DB der oldestXID des letzten Checkpoints: %u\n"
#: pg_resetxlog.c:662
#: pg_resetxlog.c:730
#, c-format
msgid "Latest checkpoint's oldestActiveXID: %u\n"
msgstr "oldestActiveXID des letzten Checkpoints: %u\n"
#: pg_resetxlog.c:664
#: pg_resetxlog.c:732
#, c-format
msgid "Latest checkpoint's oldestMultiXid: %u\n"
msgstr "oldestMultiXid des letzten Checkpoints: %u\n"
#: pg_resetxlog.c:666
#: pg_resetxlog.c:734
#, c-format
msgid "Latest checkpoint's oldestMulti's DB: %u\n"
msgstr "DB des oldestMulti des letzten Checkpoints: %u\n"
#: pg_resetxlog.c:668
#: pg_resetxlog.c:736
#, c-format
msgid "Latest checkpoint's oldestCommitTsXid:%u\n"
msgstr "oldestCommitTsXid des letzten Checkpoints: %u\n"
#: pg_resetxlog.c:670
#: pg_resetxlog.c:738
#, c-format
msgid "Latest checkpoint's newestCommitTsXid:%u\n"
msgstr "newestCommitTsXid des letzten Checkpoints: %u\n"
#: pg_resetxlog.c:672
#: pg_resetxlog.c:740
#, c-format
msgid "Maximum data alignment: %u\n"
msgstr "Maximale Datenausrichtung (Alignment): %u\n"
#: pg_resetxlog.c:675
#: pg_resetxlog.c:743
#, c-format
msgid "Database block size: %u\n"
msgstr "Datenbankblockgröße: %u\n"
#: pg_resetxlog.c:677
#: pg_resetxlog.c:745
#, c-format
msgid "Blocks per segment of large relation: %u\n"
msgstr "Blöcke pro Segment: %u\n"
#: pg_resetxlog.c:679
#: pg_resetxlog.c:747
#, c-format
msgid "WAL block size: %u\n"
msgstr "WAL-Blockgröße: %u\n"
#: pg_resetxlog.c:681
#: pg_resetxlog.c:749
#, c-format
msgid "Bytes per WAL segment: %u\n"
msgstr "Bytes pro WAL-Segment: %u\n"
#: pg_resetxlog.c:683
#: pg_resetxlog.c:751
#, c-format
msgid "Maximum length of identifiers: %u\n"
msgstr "Maximale Bezeichnerlänge: %u\n"
#: pg_resetxlog.c:685
#: pg_resetxlog.c:753
#, c-format
msgid "Maximum columns in an index: %u\n"
msgstr "Maximale Spalten in einem Index: %u\n"
#: pg_resetxlog.c:687
#: pg_resetxlog.c:755
#, c-format
msgid "Maximum size of a TOAST chunk: %u\n"
msgstr "Maximale Größe eines Stücks TOAST: %u\n"
#: pg_resetxlog.c:689
#: pg_resetxlog.c:757
#, c-format
msgid "Size of a large-object chunk: %u\n"
msgstr "Größe eines Large-Object-Chunks: %u\n"
#: pg_resetxlog.c:691
#: pg_resetxlog.c:759
#, c-format
msgid "Date/time type storage: %s\n"
msgstr "Speicherung von Datum/Zeit-Typen: %s\n"
#: pg_resetxlog.c:692
#: pg_resetxlog.c:760
msgid "64-bit integers"
msgstr "64-Bit-Ganzzahlen"
#: pg_resetxlog.c:692
#: pg_resetxlog.c:760
msgid "floating-point numbers"
msgstr "Gleitkommazahlen"
#: pg_resetxlog.c:693
#: pg_resetxlog.c:761
#, c-format
msgid "Float4 argument passing: %s\n"
msgstr "Übergabe von Float4-Argumenten: %s\n"
#: pg_resetxlog.c:694 pg_resetxlog.c:696
#: pg_resetxlog.c:762 pg_resetxlog.c:764
msgid "by reference"
msgstr "Referenz"
#: pg_resetxlog.c:694 pg_resetxlog.c:696
#: pg_resetxlog.c:762 pg_resetxlog.c:764
msgid "by value"
msgstr "Wert"
#: pg_resetxlog.c:695
#: pg_resetxlog.c:763
#, c-format
msgid "Float8 argument passing: %s\n"
msgstr "Übergabe von Float8-Argumenten: %s\n"
#: pg_resetxlog.c:697
#: pg_resetxlog.c:765
#, c-format
msgid "Data page checksum version: %u\n"
msgstr "Datenseitenprüfsummenversion: %u\n"
#: pg_resetxlog.c:711
#: pg_resetxlog.c:779
#, c-format
msgid ""
"\n"
@@ -393,117 +407,117 @@ msgstr ""
"Zu ändernde Werte:\n"
"\n"
#: pg_resetxlog.c:714
#: pg_resetxlog.c:782
#, c-format
msgid "First log segment after reset: %s\n"
msgstr "Erstes Logdateisegment nach Zurücksetzen: %s\n"
#: pg_resetxlog.c:718
#: pg_resetxlog.c:786
#, c-format
msgid "NextMultiXactId: %u\n"
msgstr "NextMultiXactId: %u\n"
#: pg_resetxlog.c:720
#: pg_resetxlog.c:788
#, c-format
msgid "OldestMultiXid: %u\n"
msgstr "OldestMultiXid: %u\n"
#: pg_resetxlog.c:722
#: pg_resetxlog.c:790
#, c-format
msgid "OldestMulti's DB: %u\n"
msgstr "OldestMulti's DB: %u\n"
#: pg_resetxlog.c:728
#: pg_resetxlog.c:796
#, c-format
msgid "NextMultiOffset: %u\n"
msgstr "NextMultiOffset: %u\n"
#: pg_resetxlog.c:734
#: pg_resetxlog.c:802
#, c-format
msgid "NextOID: %u\n"
msgstr "NextOID: %u\n"
#: pg_resetxlog.c:740
#: pg_resetxlog.c:808
#, c-format
msgid "NextXID: %u\n"
msgstr "NextXID: %u\n"
#: pg_resetxlog.c:742
#: pg_resetxlog.c:810
#, c-format
msgid "OldestXID: %u\n"
msgstr "OldestXID: %u\n"
#: pg_resetxlog.c:744
#: pg_resetxlog.c:812
#, c-format
msgid "OldestXID's DB: %u\n"
msgstr "OldestXID's DB: %u\n"
#: pg_resetxlog.c:750
#: pg_resetxlog.c:818
#, c-format
msgid "NextXID epoch: %u\n"
msgstr "NextXID-Epoche: %u\n"
#: pg_resetxlog.c:756
#: pg_resetxlog.c:824
#, c-format
msgid "oldestCommitTsXid: %u\n"
msgstr "oldestCommitTsXid: %u\n"
#: pg_resetxlog.c:761
#: pg_resetxlog.c:829
#, c-format
msgid "newestCommitTsXid: %u\n"
msgstr "newestCommitTsXid: %u\n"
#: pg_resetxlog.c:827
#: pg_resetxlog.c:895
#, c-format
msgid "%s: internal error -- sizeof(ControlFileData) is too large ... fix PG_CONTROL_SIZE\n"
msgstr "%s: interner Fehler -- sizeof(ControlFileData) ist zu groß ... PG_CONTROL_SIZE reparieren\n"
#: pg_resetxlog.c:842
#: pg_resetxlog.c:910
#, c-format
msgid "%s: could not create pg_control file: %s\n"
msgstr "%s: konnte pg_control-Datei nicht erstellen: %s\n"
#: pg_resetxlog.c:853
#: pg_resetxlog.c:921
#, c-format
msgid "%s: could not write pg_control file: %s\n"
msgstr "%sL konnte pg_control-Datei nicht schreiben: %s\n"
#: pg_resetxlog.c:860 pg_resetxlog.c:1156
#: pg_resetxlog.c:928 pg_resetxlog.c:1224
#, c-format
msgid "%s: fsync error: %s\n"
msgstr "%s: fsync-Fehler: %s\n"
#: pg_resetxlog.c:900 pg_resetxlog.c:971 pg_resetxlog.c:1022
#: pg_resetxlog.c:968 pg_resetxlog.c:1039 pg_resetxlog.c:1090
#, c-format
msgid "%s: could not open directory \"%s\": %s\n"
msgstr "%s: konnte Verzeichnis »%s« nicht öffnen: %s\n"
#: pg_resetxlog.c:936 pg_resetxlog.c:993 pg_resetxlog.c:1047
#: pg_resetxlog.c:1004 pg_resetxlog.c:1061 pg_resetxlog.c:1115
#, c-format
msgid "%s: could not read directory \"%s\": %s\n"
msgstr "%s: konnte Verzeichnis »%s« nicht lesen: %s\n"
#: pg_resetxlog.c:943 pg_resetxlog.c:1000 pg_resetxlog.c:1054
#: pg_resetxlog.c:1011 pg_resetxlog.c:1068 pg_resetxlog.c:1122
#, c-format
msgid "%s: could not close directory \"%s\": %s\n"
msgstr "%s: konnte Verzeichnis »%s« nicht schließen: %s\n"
#: pg_resetxlog.c:984 pg_resetxlog.c:1038
#: pg_resetxlog.c:1052 pg_resetxlog.c:1106
#, c-format
msgid "%s: could not delete file \"%s\": %s\n"
msgstr "%s: konnte Datei »%s« nicht löschen: %s\n"
#: pg_resetxlog.c:1123
#: pg_resetxlog.c:1191
#, c-format
msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s: konnte Datei »%s« nicht öffnen: %s\n"
#: pg_resetxlog.c:1134 pg_resetxlog.c:1148
#: pg_resetxlog.c:1202 pg_resetxlog.c:1216
#, c-format
msgid "%s: could not write file \"%s\": %s\n"
msgstr "%s: konnte Datei »%s« nicht schreiben: %s\n"
#: pg_resetxlog.c:1167
#: pg_resetxlog.c:1235
#, c-format
msgid ""
"%s resets the PostgreSQL transaction log.\n"
@@ -512,7 +526,7 @@ msgstr ""
"%s setzt den PostgreSQL-Transaktionslog zurück.\n"
"\n"
#: pg_resetxlog.c:1168
#: pg_resetxlog.c:1236
#, c-format
msgid ""
"Usage:\n"
@@ -523,79 +537,79 @@ msgstr ""
" %s [OPTION]... DATENVERZEICHNIS\n"
"\n"
#: pg_resetxlog.c:1169
#: pg_resetxlog.c:1237
#, c-format
msgid "Options:\n"
msgstr "Optionen:\n"
#: pg_resetxlog.c:1170
#: pg_resetxlog.c:1238
#, c-format
msgid " -c XID,XID set oldest and newest transactions bearing commit timestamp\n"
msgstr " -c XID,XID älteste und neuste Transaktion mit Commit-Timestamp setzen\n"
#: pg_resetxlog.c:1171
#: pg_resetxlog.c:1239
#, c-format
msgid " (zero in either value means no change)\n"
msgstr " (Null in einem Wert bedeutet keine Änderung)\n"
#: pg_resetxlog.c:1172
#: pg_resetxlog.c:1240
#, c-format
msgid " [-D] DATADIR data directory\n"
msgstr " [-D] DATENVERZ Datenbankverzeichnis\n"
#: pg_resetxlog.c:1173
#: pg_resetxlog.c:1241
#, c-format
msgid " -e XIDEPOCH set next transaction ID epoch\n"
msgstr " -e XIDEPOCHE nächste Transaktions-ID-Epoche setzen\n"
#: pg_resetxlog.c:1174
#: pg_resetxlog.c:1242
#, c-format
msgid " -f force update to be done\n"
msgstr " -f Änderung erzwingen\n"
#: pg_resetxlog.c:1175
#: pg_resetxlog.c:1243
#, c-format
msgid " -l XLOGFILE force minimum WAL starting location for new transaction log\n"
msgstr " -l XLOGDATEI minimale WAL-Startposition für neuen Log erzwingen\n"
#: pg_resetxlog.c:1176
#: pg_resetxlog.c:1244
#, c-format
msgid " -m MXID,MXID set next and oldest multitransaction ID\n"
msgstr " -m MXID,MXID nächste und älteste Multitransaktions-ID setzen\n"
#: pg_resetxlog.c:1177
#: pg_resetxlog.c:1245
#, c-format
msgid " -n no update, just show what would be done (for testing)\n"
msgstr ""
" -n keine Änderungen; nur zeigen, was gemacht werden würde (zum\n"
" Testen)\n"
#: pg_resetxlog.c:1178
#: pg_resetxlog.c:1246
#, c-format
msgid " -o OID set next OID\n"
msgstr " -o OID nächste OID setzen\n"
#: pg_resetxlog.c:1179
#: pg_resetxlog.c:1247
#, c-format
msgid " -O OFFSET set next multitransaction offset\n"
msgstr " -O OFFSET nächsten Multitransaktions-Offset setzen\n"
#: pg_resetxlog.c:1180
#: pg_resetxlog.c:1248
#, c-format
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version Versionsinformationen anzeigen, dann beenden\n"
#: pg_resetxlog.c:1181
#: pg_resetxlog.c:1249
#, c-format
msgid " -x XID set next transaction ID\n"
msgstr " -x XID nächste Transaktions-ID setzen\n"
#: pg_resetxlog.c:1182
#: pg_resetxlog.c:1250
#, c-format
msgid " -?, --help show this help, then exit\n"
msgstr " -?, --help diese Hilfe anzeigen, dann beenden\n"
#: pg_resetxlog.c:1183
#: pg_resetxlog.c:1251
#, c-format
msgid ""
"\n"

View File

@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pg_resetxlog (PostgreSQL 9.4)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2015-10-04 00:43+0000\n"
"POT-Creation-Date: 2017-05-21 17:31+0000\n"
"PO-Revision-Date: 2015-09-30 12:34-0300\n"
"Last-Translator: Martín Marqués <martin@2ndquadrant.com>\n"
"Language-Team: Español <pgsql-es-ayuda@postgresql.org>\n"
@@ -295,13 +295,13 @@ msgstr "BD del oldestMultiXid del checkpt. más reciente: %u\n"
#: pg_resetxlog.c:668
#, c-format
msgid "Latest checkpoint's oldestCommitTs: %u\n"
msgstr "oldestCommitTs del último checkpoint: %u\n"
msgid "Latest checkpoint's oldestCommitTsXid:%u\n"
msgstr "oldestCommitTsXid del último checkpoint: %u\n"
#: pg_resetxlog.c:670
#, c-format
msgid "Latest checkpoint's newestCommitTs: %u\n"
msgstr "newestCommitTs del último checkpoint: %u\n"
msgid "Latest checkpoint's newestCommitTsXid:%u\n"
msgstr "newestCommitTsXid del último checkpoint: %u\n"
#: pg_resetxlog.c:672
#, c-format
@@ -449,13 +449,13 @@ msgstr "Epoch del NextXID: %u\n"
#: pg_resetxlog.c:756
#, c-format
msgid "oldestCommitTs: %u\n"
msgstr "OldestCommitTs: %u\n"
msgid "oldestCommitTsXid: %u\n"
msgstr "oldestCommitTsXid: %u\n"
#: pg_resetxlog.c:761
#, c-format
msgid "newestCommitTs: %u\n"
msgstr "newestCommitTs: %u\n"
msgid "newestCommitTsXid: %u\n"
msgstr "newestCommitTsXid: %u\n"
#: pg_resetxlog.c:827
#, c-format

View File

@@ -9,15 +9,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.5\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2016-02-17 02:43+0000\n"
"PO-Revision-Date: 2016-02-21 15:52+0100\n"
"POT-Creation-Date: 2017-06-30 16:31+0000\n"
"PO-Revision-Date: 2017-07-02 17:36+0200\n"
"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
"Language-Team: PostgreSQLfr <pgsql-fr-generale@postgresql.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.6\n"
"X-Generator: Poedit 1.8.12\n"
#: ../../common/restricted_token.c:68
#, c-format
@@ -55,88 +55,88 @@ msgid "%s: could not get exit code from subprocess: error code %lu\n"
msgstr "%s : n'a pas pu récupérer le code de statut du sous-processus : code d'erreur %lu\n"
#. translator: the second %s is a command line argument (-e, etc)
#: pg_resetxlog.c:140 pg_resetxlog.c:155 pg_resetxlog.c:170 pg_resetxlog.c:177
#: pg_resetxlog.c:201 pg_resetxlog.c:216 pg_resetxlog.c:224 pg_resetxlog.c:250
#: pg_resetxlog.c:264
#: pg_resetxlog.c:141 pg_resetxlog.c:156 pg_resetxlog.c:171 pg_resetxlog.c:178
#: pg_resetxlog.c:202 pg_resetxlog.c:217 pg_resetxlog.c:225 pg_resetxlog.c:251
#: pg_resetxlog.c:265
#, c-format
msgid "%s: invalid argument for option %s\n"
msgstr "%s : argument invalide pour l'option %s\n"
#: pg_resetxlog.c:141 pg_resetxlog.c:156 pg_resetxlog.c:171 pg_resetxlog.c:178
#: pg_resetxlog.c:202 pg_resetxlog.c:217 pg_resetxlog.c:225 pg_resetxlog.c:251
#: pg_resetxlog.c:265 pg_resetxlog.c:272 pg_resetxlog.c:285 pg_resetxlog.c:293
#: pg_resetxlog.c:142 pg_resetxlog.c:157 pg_resetxlog.c:172 pg_resetxlog.c:179
#: pg_resetxlog.c:203 pg_resetxlog.c:218 pg_resetxlog.c:226 pg_resetxlog.c:252
#: pg_resetxlog.c:266 pg_resetxlog.c:273 pg_resetxlog.c:286 pg_resetxlog.c:294
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Essayer « %s --help » pour plus d'informations.\n"
#: pg_resetxlog.c:146
#: pg_resetxlog.c:147
#, c-format
msgid "%s: transaction ID epoch (-e) must not be -1\n"
msgstr ""
"%s : la valeur epoch de l'identifiant de transaction (-e) ne doit pas être\n"
"-1\n"
#: pg_resetxlog.c:161
#: pg_resetxlog.c:162
#, c-format
msgid "%s: transaction ID (-x) must not be 0\n"
msgstr "%s : l'identifiant de la transaction (-x) ne doit pas être 0\n"
#: pg_resetxlog.c:185 pg_resetxlog.c:192
#: pg_resetxlog.c:186 pg_resetxlog.c:193
#, c-format
msgid "%s: transaction ID (-c) must be either 0 or greater than or equal to 2\n"
msgstr "%s : l'identifiant de transaction (-c) doit être 0 ou supérieur ou égal à 2\n"
#: pg_resetxlog.c:207
#: pg_resetxlog.c:208
#, c-format
msgid "%s: OID (-o) must not be 0\n"
msgstr "%s : l'OID (-o) ne doit pas être 0\n"
#: pg_resetxlog.c:230
#: pg_resetxlog.c:231
#, c-format
msgid "%s: multitransaction ID (-m) must not be 0\n"
msgstr "%s : l'identifiant de multi-transaction (-m) ne doit pas être 0\n"
#: pg_resetxlog.c:240
#: pg_resetxlog.c:241
#, c-format
msgid "%s: oldest multitransaction ID (-m) must not be 0\n"
msgstr "%s : l'identifiant de multi-transaction le plus ancien (-m) ne doit pas être 0\n"
#: pg_resetxlog.c:256
#: pg_resetxlog.c:257
#, c-format
msgid "%s: multitransaction offset (-O) must not be -1\n"
msgstr "%s : le décalage de multi-transaction (-O) ne doit pas être -1\n"
#: pg_resetxlog.c:283
#: pg_resetxlog.c:284
#, c-format
msgid "%s: too many command-line arguments (first is \"%s\")\n"
msgstr "%s : trop d'arguments en ligne de commande (le premier étant « %s »)\n"
#: pg_resetxlog.c:292
#: pg_resetxlog.c:293
#, c-format
msgid "%s: no data directory specified\n"
msgstr "%s : aucun répertoire de données indiqué\n"
#: pg_resetxlog.c:306
#: pg_resetxlog.c:307
#, c-format
msgid "%s: cannot be executed by \"root\"\n"
msgstr "%s : ne peut pas être exécuté par « root »\n"
#: pg_resetxlog.c:308
#: pg_resetxlog.c:309
#, c-format
msgid "You must run %s as the PostgreSQL superuser.\n"
msgstr "Vous devez exécuter %s en tant que super-utilisateur PostgreSQL.\n"
#: pg_resetxlog.c:318
#: pg_resetxlog.c:319
#, c-format
msgid "%s: could not change directory to \"%s\": %s\n"
msgstr "%s : n'a pas pu accéder au répertoire « %s » : %s\n"
#: pg_resetxlog.c:331 pg_resetxlog.c:477
#: pg_resetxlog.c:335 pg_resetxlog.c:482 pg_resetxlog.c:545
#, c-format
msgid "%s: could not open file \"%s\" for reading: %s\n"
msgstr "%s : n'a pas pu ouvrir le fichier « %s » en lecture : %s\n"
#: pg_resetxlog.c:338
#: pg_resetxlog.c:342
#, c-format
msgid ""
"%s: lock file \"%s\" exists\n"
@@ -145,7 +145,7 @@ msgstr ""
"%s : le verrou « %s » existe\n"
"Le serveur est-il démarré ? Sinon, supprimer le fichier verrou et réessayer.\n"
#: pg_resetxlog.c:425
#: pg_resetxlog.c:429
#, c-format
msgid ""
"\n"
@@ -155,7 +155,7 @@ msgstr ""
"Si ces valeurs semblent acceptables, utiliser -f pour forcer la\n"
"réinitialisation.\n"
#: pg_resetxlog.c:437
#: pg_resetxlog.c:441
#, c-format
msgid ""
"The database server was not shut down cleanly.\n"
@@ -168,12 +168,29 @@ msgstr ""
"Pour continuer malgré tout, utiliser -f pour forcer la\n"
"réinitialisation.\n"
#: pg_resetxlog.c:451
#: pg_resetxlog.c:455
#, c-format
msgid "Transaction log reset\n"
msgstr "Réinitialisation du journal des transactions\n"
#: pg_resetxlog.c:480
#: pg_resetxlog.c:492
#, c-format
msgid "%s: unexpected empty file \"%s\"\n"
msgstr "%s : fichier vide « %s» inattendu\n"
#: pg_resetxlog.c:497 pg_resetxlog.c:561
#, c-format
msgid "%s: could not read file \"%s\": %s\n"
msgstr "%s : n'a pas pu lire le fichier « %s » : %s\n"
#: pg_resetxlog.c:514
#, c-format
msgid ""
"%s: data directory is of wrong version\n"
"File \"%s\" contains \"%s\", which is not compatible with this program's version \"%s\".\n"
msgstr "%s : le répertoire des données n'est pas de la bonne version. Le fichier « %s » contient « %s », qui n'est pas compatible avec la version « %s » de ce programme.\n"
#: pg_resetxlog.c:548
#, c-format
msgid ""
"If you are sure the data directory path is correct, execute\n"
@@ -184,22 +201,17 @@ msgstr ""
" touch %s\n"
"et réessayer.\n"
#: pg_resetxlog.c:493
#, c-format
msgid "%s: could not read file \"%s\": %s\n"
msgstr "%s : n'a pas pu lire le fichier « %s » : %s\n"
#: pg_resetxlog.c:516
#: pg_resetxlog.c:584
#, c-format
msgid "%s: pg_control exists but has invalid CRC; proceed with caution\n"
msgstr "%s : pg_control existe mais son CRC est invalide ; agir avec précaution\n"
#: pg_resetxlog.c:525
#: pg_resetxlog.c:593
#, c-format
msgid "%s: pg_control exists but is broken or unknown version; ignoring it\n"
msgstr "%s : pg_control existe mais est corrompu ou de version inconnue ; ignoré\n"
msgid "%s: pg_control exists but is broken or wrong version; ignoring it\n"
msgstr "%s : pg_control existe mais est corrompu ou d'une mauvaise version ; ignoré\n"
#: pg_resetxlog.c:628
#: pg_resetxlog.c:696
#, c-format
msgid ""
"Guessed pg_control values:\n"
@@ -208,7 +220,7 @@ msgstr ""
"Valeurs de pg_control devinées :\n"
"\n"
#: pg_resetxlog.c:630
#: pg_resetxlog.c:698
#, c-format
msgid ""
"Current pg_control values:\n"
@@ -217,176 +229,176 @@ msgstr ""
"Valeurs actuelles de pg_control :\n"
"\n"
#: pg_resetxlog.c:639
#: pg_resetxlog.c:707
#, c-format
msgid "pg_control version number: %u\n"
msgstr "Numéro de version de pg_control : %u\n"
#: pg_resetxlog.c:641
#: pg_resetxlog.c:709
#, c-format
msgid "Catalog version number: %u\n"
msgstr "Numéro de version du catalogue : %u\n"
#: pg_resetxlog.c:643
#: pg_resetxlog.c:711
#, c-format
msgid "Database system identifier: %s\n"
msgstr "Identifiant du système de base de données : %s\n"
#: pg_resetxlog.c:645
#: pg_resetxlog.c:713
#, c-format
msgid "Latest checkpoint's TimeLineID: %u\n"
msgstr "Dernier TimeLineID du point de contrôle : %u\n"
#: pg_resetxlog.c:647
#: pg_resetxlog.c:715
#, c-format
msgid "Latest checkpoint's full_page_writes: %s\n"
msgstr "Dernier full_page_writes du point de contrôle : %s\n"
#: pg_resetxlog.c:648
#: pg_resetxlog.c:716
msgid "off"
msgstr "désactivé"
#: pg_resetxlog.c:648
#: pg_resetxlog.c:716
msgid "on"
msgstr "activé"
#: pg_resetxlog.c:649
#: pg_resetxlog.c:717
#, c-format
msgid "Latest checkpoint's NextXID: %u/%u\n"
msgstr "Dernier NextXID du point de contrôle : %u/%u\n"
#: pg_resetxlog.c:652
#: pg_resetxlog.c:720
#, c-format
msgid "Latest checkpoint's NextOID: %u\n"
msgstr "Dernier NextOID du point de contrôle : %u\n"
#: pg_resetxlog.c:654
#: pg_resetxlog.c:722
#, c-format
msgid "Latest checkpoint's NextMultiXactId: %u\n"
msgstr "Dernier NextMultiXactId du point de contrôle : %u\n"
#: pg_resetxlog.c:656
#: pg_resetxlog.c:724
#, c-format
msgid "Latest checkpoint's NextMultiOffset: %u\n"
msgstr "Dernier NextMultiOffset du point de contrôle : %u\n"
#: pg_resetxlog.c:658
#: pg_resetxlog.c:726
#, c-format
msgid "Latest checkpoint's oldestXID: %u\n"
msgstr "Dernier oldestXID du point de contrôle : %u\n"
#: pg_resetxlog.c:660
#: pg_resetxlog.c:728
#, c-format
msgid "Latest checkpoint's oldestXID's DB: %u\n"
msgstr "Dernier oldestXID du point de contrôle de la base : %u\n"
#: pg_resetxlog.c:662
#: pg_resetxlog.c:730
#, c-format
msgid "Latest checkpoint's oldestActiveXID: %u\n"
msgstr "Dernier oldestActiveXID du point de contrôle : %u\n"
#: pg_resetxlog.c:664
#: pg_resetxlog.c:732
#, c-format
msgid "Latest checkpoint's oldestMultiXid: %u\n"
msgstr "Dernier oldestMultiXID du point de contrôle : %u\n"
#: pg_resetxlog.c:666
#: pg_resetxlog.c:734
#, c-format
msgid "Latest checkpoint's oldestMulti's DB: %u\n"
msgstr "Dernier oldestMulti du point de contrôle de la base : %u\n"
#: pg_resetxlog.c:668
#: pg_resetxlog.c:736
#, c-format
msgid "Latest checkpoint's oldestCommitTsXid:%u\n"
msgstr "Dernier oldestCommitTsXid du point de contrôle : %u\n"
#: pg_resetxlog.c:670
#: pg_resetxlog.c:738
#, c-format
msgid "Latest checkpoint's newestCommitTsXid:%u\n"
msgstr "Dernier newestCommitTsXid du point de contrôle : %u\n"
#: pg_resetxlog.c:672
#: pg_resetxlog.c:740
#, c-format
msgid "Maximum data alignment: %u\n"
msgstr "Alignement maximal des données : %u\n"
#: pg_resetxlog.c:675
#: pg_resetxlog.c:743
#, c-format
msgid "Database block size: %u\n"
msgstr "Taille du bloc de la base de données : %u\n"
#: pg_resetxlog.c:677
#: pg_resetxlog.c:745
#, c-format
msgid "Blocks per segment of large relation: %u\n"
msgstr "Blocs par segment des relations volumineuses : %u\n"
#: pg_resetxlog.c:679
#: pg_resetxlog.c:747
#, c-format
msgid "WAL block size: %u\n"
msgstr "Taille de bloc du journal de transaction : %u\n"
#: pg_resetxlog.c:681
#: pg_resetxlog.c:749
#, c-format
msgid "Bytes per WAL segment: %u\n"
msgstr "Octets par segment du journal de transaction : %u\n"
#: pg_resetxlog.c:683
#: pg_resetxlog.c:751
#, c-format
msgid "Maximum length of identifiers: %u\n"
msgstr "Longueur maximale des identifiants : %u\n"
#: pg_resetxlog.c:685
#: pg_resetxlog.c:753
#, c-format
msgid "Maximum columns in an index: %u\n"
msgstr "Nombre maximal de colonnes d'un index: %u\n"
#: pg_resetxlog.c:687
#: pg_resetxlog.c:755
#, c-format
msgid "Maximum size of a TOAST chunk: %u\n"
msgstr "Longueur maximale d'un morceau TOAST : %u\n"
#: pg_resetxlog.c:689
#: pg_resetxlog.c:757
#, c-format
msgid "Size of a large-object chunk: %u\n"
msgstr "Taille d'un morceau de Large Object : %u\n"
#: pg_resetxlog.c:691
#: pg_resetxlog.c:759
#, c-format
msgid "Date/time type storage: %s\n"
msgstr "Stockage du type date/heure : %s\n"
#: pg_resetxlog.c:692
#: pg_resetxlog.c:760
msgid "64-bit integers"
msgstr "entiers 64-bits"
#: pg_resetxlog.c:692
#: pg_resetxlog.c:760
msgid "floating-point numbers"
msgstr "nombres à virgule flottante"
#: pg_resetxlog.c:693
#: pg_resetxlog.c:761
#, c-format
msgid "Float4 argument passing: %s\n"
msgstr "Passage d'argument float4 : %s\n"
#: pg_resetxlog.c:694 pg_resetxlog.c:696
#: pg_resetxlog.c:762 pg_resetxlog.c:764
msgid "by reference"
msgstr "par référence"
#: pg_resetxlog.c:694 pg_resetxlog.c:696
#: pg_resetxlog.c:762 pg_resetxlog.c:764
msgid "by value"
msgstr "par valeur"
#: pg_resetxlog.c:695
#: pg_resetxlog.c:763
#, c-format
msgid "Float8 argument passing: %s\n"
msgstr "Passage d'argument float8 : %s\n"
#: pg_resetxlog.c:697
#: pg_resetxlog.c:765
#, c-format
msgid "Data page checksum version: %u\n"
msgstr "Version des sommes de contrôle des pages de données : %u\n"
#: pg_resetxlog.c:711
#: pg_resetxlog.c:779
#, c-format
msgid ""
"\n"
@@ -399,119 +411,119 @@ msgstr ""
"Valeurs à changer :\n"
"\n"
#: pg_resetxlog.c:714
#: pg_resetxlog.c:782
#, c-format
msgid "First log segment after reset: %s\n"
msgstr "Premier segment du journal après réinitialisation : %s\n"
#: pg_resetxlog.c:718
#: pg_resetxlog.c:786
#, c-format
msgid "NextMultiXactId: %u\n"
msgstr "NextMultiXactId: %u\n"
#: pg_resetxlog.c:720
#: pg_resetxlog.c:788
#, c-format
msgid "OldestMultiXid: %u\n"
msgstr "OldestMultiXid: %u\n"
#: pg_resetxlog.c:722
#: pg_resetxlog.c:790
#, c-format
msgid "OldestMulti's DB: %u\n"
msgstr "OldestMulti's DB: %u\n"
#: pg_resetxlog.c:728
#: pg_resetxlog.c:796
#, c-format
msgid "NextMultiOffset: %u\n"
msgstr "NextMultiOffset: %u\n"
#: pg_resetxlog.c:734
#: pg_resetxlog.c:802
#, c-format
msgid "NextOID: %u\n"
msgstr "NextOID: %u\n"
#: pg_resetxlog.c:740
#: pg_resetxlog.c:808
#, c-format
msgid "NextXID: %u\n"
msgstr "NextXID: %u\n"
#: pg_resetxlog.c:742
#: pg_resetxlog.c:810
#, c-format
msgid "OldestXID: %u\n"
msgstr "OldestXID: %u\n"
#: pg_resetxlog.c:744
#: pg_resetxlog.c:812
#, c-format
msgid "OldestXID's DB: %u\n"
msgstr "OldestXID's DB: %u\n"
#: pg_resetxlog.c:750
#: pg_resetxlog.c:818
#, c-format
msgid "NextXID epoch: %u\n"
msgstr "NextXID Epoch: %u\n"
#: pg_resetxlog.c:756
#: pg_resetxlog.c:824
#, c-format
msgid "oldestCommitTsXid: %u\n"
msgstr "oldestCommitTsXid: %u\n"
#: pg_resetxlog.c:761
#: pg_resetxlog.c:829
#, c-format
msgid "newestCommitTsXid: %u\n"
msgstr "newestCommitTsXid: %u\n"
#: pg_resetxlog.c:827
#: pg_resetxlog.c:895
#, c-format
msgid "%s: internal error -- sizeof(ControlFileData) is too large ... fix PG_CONTROL_SIZE\n"
msgstr ""
"%s : erreur interne -- sizeof(ControlFileData) est trop important...\n"
"corrigez PG_CONTROL_SIZE\n"
#: pg_resetxlog.c:842
#: pg_resetxlog.c:910
#, c-format
msgid "%s: could not create pg_control file: %s\n"
msgstr "%s : n'a pas pu créer le fichier pg_control : %s\n"
#: pg_resetxlog.c:853
#: pg_resetxlog.c:921
#, c-format
msgid "%s: could not write pg_control file: %s\n"
msgstr "%s : n'a pas pu écrire le fichier pg_control : %s\n"
#: pg_resetxlog.c:860 pg_resetxlog.c:1156
#: pg_resetxlog.c:928 pg_resetxlog.c:1224
#, c-format
msgid "%s: fsync error: %s\n"
msgstr "%s : erreur fsync : %s\n"
#: pg_resetxlog.c:900 pg_resetxlog.c:971 pg_resetxlog.c:1022
#: pg_resetxlog.c:968 pg_resetxlog.c:1039 pg_resetxlog.c:1090
#, c-format
msgid "%s: could not open directory \"%s\": %s\n"
msgstr "%s : n'a pas pu ouvrir le répertoire « %s » : %s\n"
#: pg_resetxlog.c:936 pg_resetxlog.c:993 pg_resetxlog.c:1047
#: pg_resetxlog.c:1004 pg_resetxlog.c:1061 pg_resetxlog.c:1115
#, c-format
msgid "%s: could not read directory \"%s\": %s\n"
msgstr "%s : n'a pas pu lire le répertoire « %s » : %s\n"
#: pg_resetxlog.c:943 pg_resetxlog.c:1000 pg_resetxlog.c:1054
#: pg_resetxlog.c:1011 pg_resetxlog.c:1068 pg_resetxlog.c:1122
#, c-format
msgid "%s: could not close directory \"%s\": %s\n"
msgstr "%s : n'a pas pu fermer le répertoire « %s » : %s\n"
#: pg_resetxlog.c:984 pg_resetxlog.c:1038
#: pg_resetxlog.c:1052 pg_resetxlog.c:1106
#, c-format
msgid "%s: could not delete file \"%s\": %s\n"
msgstr "%s : n'a pas pu supprimer le fichier « %s » : %s\n"
#: pg_resetxlog.c:1123
#: pg_resetxlog.c:1191
#, c-format
msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s : n'a pas pu ouvrir le fichier « %s » : %s\n"
#: pg_resetxlog.c:1134 pg_resetxlog.c:1148
#: pg_resetxlog.c:1202 pg_resetxlog.c:1216
#, c-format
msgid "%s: could not write file \"%s\": %s\n"
msgstr "%s : n'a pas pu écrire le fichier « %s » : %s\n"
#: pg_resetxlog.c:1167
#: pg_resetxlog.c:1235
#, c-format
msgid ""
"%s resets the PostgreSQL transaction log.\n"
@@ -520,7 +532,7 @@ msgstr ""
"%s réinitialise le journal des transactions PostgreSQL.\n"
"\n"
#: pg_resetxlog.c:1168
#: pg_resetxlog.c:1236
#, c-format
msgid ""
"Usage:\n"
@@ -531,83 +543,83 @@ msgstr ""
" %s [OPTION]... RÉP_DONNÉES\n"
"\n"
#: pg_resetxlog.c:1169
#: pg_resetxlog.c:1237
#, c-format
msgid "Options:\n"
msgstr "Options :\n"
#: pg_resetxlog.c:1170
#: pg_resetxlog.c:1238
#, c-format
msgid " -c XID,XID set oldest and newest transactions bearing commit timestamp\n"
msgstr " -c XID,XID configure la plus ancienne et la plus récente transaction\n"
#: pg_resetxlog.c:1171
#: pg_resetxlog.c:1239
#, c-format
msgid " (zero in either value means no change)\n"
msgstr " (zéro dans l'une des deux valeurs signifie aucun changement)\n"
#: pg_resetxlog.c:1172
#: pg_resetxlog.c:1240
#, c-format
msgid " [-D] DATADIR data directory\n"
msgstr " [-D] RÉPDONNEES répertoire de la base de données\n"
#: pg_resetxlog.c:1173
#: pg_resetxlog.c:1241
#, c-format
msgid " -e XIDEPOCH set next transaction ID epoch\n"
msgstr ""
" -e XIDEPOCH fixe la valeur epoch du prochain identifiant de\n"
" transaction\n"
#: pg_resetxlog.c:1174
#: pg_resetxlog.c:1242
#, c-format
msgid " -f force update to be done\n"
msgstr " -f force la mise à jour\n"
#: pg_resetxlog.c:1175
#: pg_resetxlog.c:1243
#, c-format
msgid " -l XLOGFILE force minimum WAL starting location for new transaction log\n"
msgstr ""
" -l FICHIERXLOG force l'emplacement minimal de début des WAL du nouveau\n"
" journal de transactions\n"
#: pg_resetxlog.c:1176
#: pg_resetxlog.c:1244
#, c-format
msgid " -m MXID,MXID set next and oldest multitransaction ID\n"
msgstr " -m MXID,MXID fixe le prochain identifiant multi-transaction\n"
#: pg_resetxlog.c:1177
#: pg_resetxlog.c:1245
#, c-format
msgid " -n no update, just show what would be done (for testing)\n"
msgstr ""
" -n pas de mise à jour, affiche simplement ce qui sera fait\n"
" (pour test)\n"
#: pg_resetxlog.c:1178
#: pg_resetxlog.c:1246
#, c-format
msgid " -o OID set next OID\n"
msgstr " -o OID fixe le prochain OID\n"
#: pg_resetxlog.c:1179
#: pg_resetxlog.c:1247
#, c-format
msgid " -O OFFSET set next multitransaction offset\n"
msgstr " -O DÉCALAGE fixe le décalage de la prochaine multi-transaction\n"
#: pg_resetxlog.c:1180
#: pg_resetxlog.c:1248
#, c-format
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version affiche la version et quitte\n"
#: pg_resetxlog.c:1181
#: pg_resetxlog.c:1249
#, c-format
msgid " -x XID set next transaction ID\n"
msgstr " -x XID fixe le prochain identifiant de transaction\n"
#: pg_resetxlog.c:1182
#: pg_resetxlog.c:1250
#, c-format
msgid " -?, --help show this help, then exit\n"
msgstr " -?, --help affiche cette aide et quitte\n"
#: pg_resetxlog.c:1183
#: pg_resetxlog.c:1251
#, c-format
msgid ""
"\n"
@@ -616,29 +628,29 @@ msgstr ""
"\n"
"Rapporter les bogues à <pgsql-bugs@postgresql.org>.\n"
#~ msgid "First log file ID after reset: %u\n"
#~ msgstr "Premier identifiant du journal après réinitialisation : %u\n"
#~ msgid " --version output version information, then exit\n"
#~ msgstr " --version afficherla version et quitte\n"
#~ msgid " --help show this help, then exit\n"
#~ msgstr " --help affiche cette aide et quitte\n"
#~ msgid "%s: could not read from directory \"%s\": %s\n"
#~ msgstr "%s : n'a pas pu lire le répertoire « %s » : %s\n"
#~ msgid "%s: invalid argument for option -l\n"
#~ msgstr "%s : argument invalide pour l'option -l\n"
#~ msgid "%s: invalid argument for option -O\n"
#~ msgstr "%s : argument invalide pour l'option -O\n"
#~ msgid "%s: invalid argument for option -m\n"
#~ msgstr "%s : argument invalide pour l'option -m\n"
#~ msgid "%s: invalid argument for option -x\n"
#~ msgstr "%s : argument invalide pour l'option -x\n"
#~ msgid "%s: invalid argument for option -o\n"
#~ msgstr "%s : argument invalide pour l'option -o\n"
#~ msgid "%s: invalid argument for option -x\n"
#~ msgstr "%s : argument invalide pour l'option -x\n"
#~ msgid "%s: invalid argument for option -m\n"
#~ msgstr "%s : argument invalide pour l'option -m\n"
#~ msgid "%s: invalid argument for option -O\n"
#~ msgstr "%s : argument invalide pour l'option -O\n"
#~ msgid "%s: invalid argument for option -l\n"
#~ msgstr "%s : argument invalide pour l'option -l\n"
#~ msgid "%s: could not read from directory \"%s\": %s\n"
#~ msgstr "%s : n'a pas pu lire le répertoire « %s » : %s\n"
#~ msgid " --help show this help, then exit\n"
#~ msgstr " --help affiche cette aide et quitte\n"
#~ msgid " --version output version information, then exit\n"
#~ msgstr " --version afficherla version et quitte\n"
#~ msgid "First log file ID after reset: %u\n"
#~ msgstr "Premier identifiant du journal après réinitialisation : %u\n"

View File

@@ -3,13 +3,13 @@
# This file is distributed under the same license as the PostgreSQL package.
# Cesar Suga <sartre@linuxbr.com>, 2002.
# Roberto Mello <rmello@fslc.usu.edu>, 2002.
# Euler Taveira de Oliveira <euler@timbira.com>, 2003-2016.
# Euler Taveira de Oliveira <euler@timbira.com>, 2003-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.5\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2016-02-13 17:22-0300\n"
"POT-Creation-Date: 2017-08-06 01:45-0300\n"
"PO-Revision-Date: 2005-10-04 22:55-0300\n"
"Last-Translator: Euler Taveira de Oliveira <euler@timbira.com>\n"
"Language-Team: Brazilian Portuguese <pgbr-dev@listas.postgresql.org.br>\n"
@@ -54,86 +54,86 @@ msgid "%s: could not get exit code from subprocess: error code %lu\n"
msgstr "%s: não pôde obter código de saída de subprocesso: código de erro %lu\n"
#. translator: the second %s is a command line argument (-e, etc)
#: pg_resetxlog.c:140 pg_resetxlog.c:155 pg_resetxlog.c:170 pg_resetxlog.c:177
#: pg_resetxlog.c:201 pg_resetxlog.c:216 pg_resetxlog.c:224 pg_resetxlog.c:250
#: pg_resetxlog.c:264
#: pg_resetxlog.c:141 pg_resetxlog.c:156 pg_resetxlog.c:171 pg_resetxlog.c:178
#: pg_resetxlog.c:202 pg_resetxlog.c:217 pg_resetxlog.c:225 pg_resetxlog.c:251
#: pg_resetxlog.c:265
#, c-format
msgid "%s: invalid argument for option %s\n"
msgstr "%s: argumento inválido para opção %s\n"
#: pg_resetxlog.c:141 pg_resetxlog.c:156 pg_resetxlog.c:171 pg_resetxlog.c:178
#: pg_resetxlog.c:202 pg_resetxlog.c:217 pg_resetxlog.c:225 pg_resetxlog.c:251
#: pg_resetxlog.c:265 pg_resetxlog.c:272 pg_resetxlog.c:285 pg_resetxlog.c:293
#: pg_resetxlog.c:142 pg_resetxlog.c:157 pg_resetxlog.c:172 pg_resetxlog.c:179
#: pg_resetxlog.c:203 pg_resetxlog.c:218 pg_resetxlog.c:226 pg_resetxlog.c:252
#: pg_resetxlog.c:266 pg_resetxlog.c:273 pg_resetxlog.c:286 pg_resetxlog.c:294
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Tente \"%s --help\" para obter informações adicionais.\n"
#: pg_resetxlog.c:146
#: pg_resetxlog.c:147
#, c-format
msgid "%s: transaction ID epoch (-e) must not be -1\n"
msgstr "%s: época do ID da transação (-e) não deve ser -1\n"
#: pg_resetxlog.c:161
#: pg_resetxlog.c:162
#, c-format
msgid "%s: transaction ID (-x) must not be 0\n"
msgstr "%s: ID da transação (-x) não deve ser 0\n"
#: pg_resetxlog.c:185 pg_resetxlog.c:192
#: pg_resetxlog.c:186 pg_resetxlog.c:193
#, c-format
msgid "%s: transaction ID (-c) must be either 0 or greater than or equal to 2\n"
msgstr "%s: ID de transação (-c) deve ser 0 ou maior ou igual a 2\n"
#: pg_resetxlog.c:207
#: pg_resetxlog.c:208
#, c-format
msgid "%s: OID (-o) must not be 0\n"
msgstr "%s: OID (-o) não deve ser 0\n"
#: pg_resetxlog.c:230
#: pg_resetxlog.c:231
#, c-format
msgid "%s: multitransaction ID (-m) must not be 0\n"
msgstr "%s: ID de transação múltipla (-m) não deve ser 0\n"
#: pg_resetxlog.c:240
#: pg_resetxlog.c:241
#, c-format
msgid "%s: oldest multitransaction ID (-m) must not be 0\n"
msgstr "%s: ID de transação múltipla mais velho (-m) não deve ser 0\n"
#: pg_resetxlog.c:256
#: pg_resetxlog.c:257
#, c-format
msgid "%s: multitransaction offset (-O) must not be -1\n"
msgstr "%s: deslocamento da transação múltipla (-O) não deve ser -1\n"
#: pg_resetxlog.c:283
#: pg_resetxlog.c:284
#, c-format
msgid "%s: too many command-line arguments (first is \"%s\")\n"
msgstr "%s: muitos argumentos de linha de comando (primeiro é \"%s\")\n"
#: pg_resetxlog.c:292
#: pg_resetxlog.c:293
#, c-format
msgid "%s: no data directory specified\n"
msgstr "%s: nenhum diretório de dados foi especificado\n"
#: pg_resetxlog.c:306
#: pg_resetxlog.c:307
#, c-format
msgid "%s: cannot be executed by \"root\"\n"
msgstr "%s: não pode ser executado pelo \"root\"\n"
#: pg_resetxlog.c:308
#: pg_resetxlog.c:309
#, c-format
msgid "You must run %s as the PostgreSQL superuser.\n"
msgstr "Você deve executar %s como um super-usuário do PostgreSQL.\n"
#: pg_resetxlog.c:318
#: pg_resetxlog.c:319
#, c-format
msgid "%s: could not change directory to \"%s\": %s\n"
msgstr "%s: não pôde mudar diretório para \"%s\": %s\n"
#: pg_resetxlog.c:331 pg_resetxlog.c:477
#: pg_resetxlog.c:335 pg_resetxlog.c:482 pg_resetxlog.c:545
#, c-format
msgid "%s: could not open file \"%s\" for reading: %s\n"
msgstr "%s: não pôde abrir arquivo \"%s\" para leitura: %s\n"
#: pg_resetxlog.c:338
#: pg_resetxlog.c:342
#, c-format
msgid ""
"%s: lock file \"%s\" exists\n"
@@ -142,7 +142,7 @@ msgstr ""
"%s: arquivo de bloqueio \"%s\" existe\n"
"O servidor está executando? Se não, apague o arquivo de bloqueio e tente novamente.\n"
#: pg_resetxlog.c:425
#: pg_resetxlog.c:429
#, c-format
msgid ""
"\n"
@@ -151,7 +151,7 @@ msgstr ""
"\n"
"Se estes valores lhe parecem aceitáveis, use -f para forçar o reinício.\n"
#: pg_resetxlog.c:437
#: pg_resetxlog.c:441
#, c-format
msgid ""
"The database server was not shut down cleanly.\n"
@@ -162,12 +162,31 @@ msgstr ""
"Reiniciar o log de transação pode causar perda de dados.\n"
"Se você quer continuar mesmo assim, use -f para forçar o reinício.\n"
#: pg_resetxlog.c:451
#: pg_resetxlog.c:455
#, c-format
msgid "Transaction log reset\n"
msgstr "Log de transação reiniciado\n"
#: pg_resetxlog.c:480
#: pg_resetxlog.c:492
#, c-format
msgid "%s: unexpected empty file \"%s\"\n"
msgstr "%s: arquivo vazio \"%s\" inesperado\n"
#: pg_resetxlog.c:497 pg_resetxlog.c:561
#, c-format
msgid "%s: could not read file \"%s\": %s\n"
msgstr "%s: não pôde ler arquivo \"%s\": %s\n"
#: pg_resetxlog.c:514
#, c-format
msgid ""
"%s: data directory is of wrong version\n"
"File \"%s\" contains \"%s\", which is not compatible with this program's version \"%s\".\n"
msgstr ""
"%s: diretório de dados é da versão incorreta\n"
"Arquivo \"%s\" contém \"%s\", que não é compatível com a versão \"%s\" deste programa.\n"
#: pg_resetxlog.c:548
#, c-format
msgid ""
"If you are sure the data directory path is correct, execute\n"
@@ -178,22 +197,17 @@ msgstr ""
" touch %s\n"
"e tente novamente.\n"
#: pg_resetxlog.c:493
#, c-format
msgid "%s: could not read file \"%s\": %s\n"
msgstr "%s: não pôde ler arquivo \"%s\": %s\n"
#: pg_resetxlog.c:516
#: pg_resetxlog.c:584
#, c-format
msgid "%s: pg_control exists but has invalid CRC; proceed with caution\n"
msgstr "%s: pg_control existe mas tem CRC inválido: prossiga com cuidado\n"
#: pg_resetxlog.c:525
#: pg_resetxlog.c:593
#, c-format
msgid "%s: pg_control exists but is broken or unknown version; ignoring it\n"
msgstr "%s: pg_control existe mas não funciona ou sua versão é desconhecida; ignorando-o\n"
msgid "%s: pg_control exists but is broken or wrong version; ignoring it\n"
msgstr "%s: pg_control existe mas não funciona ou sua versão está incorreta; ignorando-o\n"
#: pg_resetxlog.c:628
#: pg_resetxlog.c:696
#, c-format
msgid ""
"Guessed pg_control values:\n"
@@ -202,7 +216,7 @@ msgstr ""
"Valores supostos do pg_control:\n"
"\n"
#: pg_resetxlog.c:630
#: pg_resetxlog.c:698
#, c-format
msgid ""
"Current pg_control values:\n"
@@ -211,176 +225,176 @@ msgstr ""
"Valores atuais do pg_control:\n"
"\n"
#: pg_resetxlog.c:639
#: pg_resetxlog.c:707
#, c-format
msgid "pg_control version number: %u\n"
msgstr "número da versão do pg_control: %u\n"
#: pg_resetxlog.c:641
#: pg_resetxlog.c:709
#, c-format
msgid "Catalog version number: %u\n"
msgstr "Número da versão do catálogo: %u\n"
#: pg_resetxlog.c:643
#: pg_resetxlog.c:711
#, c-format
msgid "Database system identifier: %s\n"
msgstr "Identificador do sistema de banco de dados: %s\n"
#: pg_resetxlog.c:645
#: pg_resetxlog.c:713
#, c-format
msgid "Latest checkpoint's TimeLineID: %u\n"
msgstr "TimeLineID do último ponto de controle: %u\n"
#: pg_resetxlog.c:647
#: pg_resetxlog.c:715
#, c-format
msgid "Latest checkpoint's full_page_writes: %s\n"
msgstr "full_page_writes do último ponto de controle: %s\n"
#: pg_resetxlog.c:648
#: pg_resetxlog.c:716
msgid "off"
msgstr "desabilitado"
#: pg_resetxlog.c:648
#: pg_resetxlog.c:716
msgid "on"
msgstr "habilitado"
#: pg_resetxlog.c:649
#: pg_resetxlog.c:717
#, c-format
msgid "Latest checkpoint's NextXID: %u/%u\n"
msgstr "NextXID do último ponto de controle: %u/%u\n"
#: pg_resetxlog.c:652
#: pg_resetxlog.c:720
#, c-format
msgid "Latest checkpoint's NextOID: %u\n"
msgstr "NextOID do último ponto de controle: %u\n"
#: pg_resetxlog.c:654
#: pg_resetxlog.c:722
#, c-format
msgid "Latest checkpoint's NextMultiXactId: %u\n"
msgstr "NextMultiXactId do último ponto de controle: %u\n"
#: pg_resetxlog.c:656
#: pg_resetxlog.c:724
#, c-format
msgid "Latest checkpoint's NextMultiOffset: %u\n"
msgstr "NextMultiOffset do último ponto de controle: %u\n"
#: pg_resetxlog.c:658
#: pg_resetxlog.c:726
#, c-format
msgid "Latest checkpoint's oldestXID: %u\n"
msgstr "oldestXID do último ponto de controle: %u\n"
#: pg_resetxlog.c:660
#: pg_resetxlog.c:728
#, c-format
msgid "Latest checkpoint's oldestXID's DB: %u\n"
msgstr "BD do oldestXID do último ponto de controle: %u\n"
#: pg_resetxlog.c:662
#: pg_resetxlog.c:730
#, c-format
msgid "Latest checkpoint's oldestActiveXID: %u\n"
msgstr "oldestActiveXID do último ponto de controle: %u\n"
#: pg_resetxlog.c:664
#: pg_resetxlog.c:732
#, c-format
msgid "Latest checkpoint's oldestMultiXid: %u\n"
msgstr "oldestMultiXid do último ponto de controle: %u\n"
#: pg_resetxlog.c:666
#: pg_resetxlog.c:734
#, c-format
msgid "Latest checkpoint's oldestMulti's DB: %u\n"
msgstr "BD do oldestMulti do último ponto de controle: %u\n"
#: pg_resetxlog.c:668
#: pg_resetxlog.c:736
#, c-format
msgid "Latest checkpoint's oldestCommitTsXid:%u\n"
msgstr "oldestCommitTsXid do último ponto de controle: %u\n"
#: pg_resetxlog.c:670
#: pg_resetxlog.c:738
#, c-format
msgid "Latest checkpoint's newestCommitTsXid:%u\n"
msgstr "newestCommitTsXid do último ponto de controle: %u\n"
#: pg_resetxlog.c:672
#: pg_resetxlog.c:740
#, c-format
msgid "Maximum data alignment: %u\n"
msgstr "Máximo alinhamento de dado: %u\n"
#: pg_resetxlog.c:675
#: pg_resetxlog.c:743
#, c-format
msgid "Database block size: %u\n"
msgstr "Tamanho do bloco do banco de dados: %u\n"
#: pg_resetxlog.c:677
#: pg_resetxlog.c:745
#, c-format
msgid "Blocks per segment of large relation: %u\n"
msgstr "Blocos por segmento da relação grande: %u\n"
#: pg_resetxlog.c:679
#: pg_resetxlog.c:747
#, c-format
msgid "WAL block size: %u\n"
msgstr "Tamanho do bloco do WAL: %u\n"
#: pg_resetxlog.c:681
#: pg_resetxlog.c:749
#, c-format
msgid "Bytes per WAL segment: %u\n"
msgstr "Bytes por segmento do WAL: %u\n"
#: pg_resetxlog.c:683
#: pg_resetxlog.c:751
#, c-format
msgid "Maximum length of identifiers: %u\n"
msgstr "Tamanho máximo de identificadores: %u\n"
#: pg_resetxlog.c:685
#: pg_resetxlog.c:753
#, c-format
msgid "Maximum columns in an index: %u\n"
msgstr "Máximo de colunas em um índice: %u\n"
#: pg_resetxlog.c:687
#: pg_resetxlog.c:755
#, c-format
msgid "Maximum size of a TOAST chunk: %u\n"
msgstr "Tamanho máximo do bloco TOAST: %u\n"
#: pg_resetxlog.c:689
#: pg_resetxlog.c:757
#, c-format
msgid "Size of a large-object chunk: %u\n"
msgstr "Tamanho do bloco de um objeto grande: %u\n"
#: pg_resetxlog.c:691
#: pg_resetxlog.c:759
#, c-format
msgid "Date/time type storage: %s\n"
msgstr "Tipo de data/hora do repositório: %s\n"
#: pg_resetxlog.c:692
#: pg_resetxlog.c:760
msgid "64-bit integers"
msgstr "inteiros de 64 bits"
#: pg_resetxlog.c:692
#: pg_resetxlog.c:760
msgid "floating-point numbers"
msgstr "números de ponto flutuante"
#: pg_resetxlog.c:693
#: pg_resetxlog.c:761
#, c-format
msgid "Float4 argument passing: %s\n"
msgstr "Passagem de argumento float4: %s\n"
#: pg_resetxlog.c:694 pg_resetxlog.c:696
#: pg_resetxlog.c:762 pg_resetxlog.c:764
msgid "by reference"
msgstr "por referência"
#: pg_resetxlog.c:694 pg_resetxlog.c:696
#: pg_resetxlog.c:762 pg_resetxlog.c:764
msgid "by value"
msgstr "por valor"
#: pg_resetxlog.c:695
#: pg_resetxlog.c:763
#, c-format
msgid "Float8 argument passing: %s\n"
msgstr "Passagem de argumento float8: %s\n"
#: pg_resetxlog.c:697
#: pg_resetxlog.c:765
#, c-format
msgid "Data page checksum version: %u\n"
msgstr "Versão da verificação de páginas de dados: %u\n"
#: pg_resetxlog.c:711
#: pg_resetxlog.c:779
#, c-format
msgid ""
"\n"
@@ -393,117 +407,117 @@ msgstr ""
"Valores a serem alterados:\n"
"\n"
#: pg_resetxlog.c:714
#: pg_resetxlog.c:782
#, c-format
msgid "First log segment after reset: %s\n"
msgstr "Primeiro segmento do arquivo de log após reinício: %s\n"
#: pg_resetxlog.c:718
#: pg_resetxlog.c:786
#, c-format
msgid "NextMultiXactId: %u\n"
msgstr "NextMultiXactId: %u\n"
#: pg_resetxlog.c:720
#: pg_resetxlog.c:788
#, c-format
msgid "OldestMultiXid: %u\n"
msgstr "OldestMultiXid: %u\n"
#: pg_resetxlog.c:722
#: pg_resetxlog.c:790
#, c-format
msgid "OldestMulti's DB: %u\n"
msgstr "BD do OldestMulti: %u\n"
#: pg_resetxlog.c:728
#: pg_resetxlog.c:796
#, c-format
msgid "NextMultiOffset: %u\n"
msgstr "NextMultiOffset: %u\n"
#: pg_resetxlog.c:734
#: pg_resetxlog.c:802
#, c-format
msgid "NextOID: %u\n"
msgstr "NextOID: %u\n"
#: pg_resetxlog.c:740
#: pg_resetxlog.c:808
#, c-format
msgid "NextXID: %u\n"
msgstr "NextXID: %u\n"
#: pg_resetxlog.c:742
#: pg_resetxlog.c:810
#, c-format
msgid "OldestXID: %u\n"
msgstr "OldestXID: %u\n"
#: pg_resetxlog.c:744
#: pg_resetxlog.c:812
#, c-format
msgid "OldestXID's DB: %u\n"
msgstr "BD do OldestXID: %u\n"
#: pg_resetxlog.c:750
#: pg_resetxlog.c:818
#, c-format
msgid "NextXID epoch: %u\n"
msgstr "época do NextXID: %u\n"
#: pg_resetxlog.c:756
#: pg_resetxlog.c:824
#, c-format
msgid "oldestCommitTsXid: %u\n"
msgstr "oldestCommitTsXid: %u\n"
#: pg_resetxlog.c:761
#: pg_resetxlog.c:829
#, c-format
msgid "newestCommitTsXid: %u\n"
msgstr "newestCommitTsXid: %u\n"
#: pg_resetxlog.c:827
#: pg_resetxlog.c:895
#, c-format
msgid "%s: internal error -- sizeof(ControlFileData) is too large ... fix PG_CONTROL_SIZE\n"
msgstr "%s: erro interno -- sizeof(ControlFileData) é muito grande ... conserte o PG_CONTROL_SIZE\n"
#: pg_resetxlog.c:842
#: pg_resetxlog.c:910
#, c-format
msgid "%s: could not create pg_control file: %s\n"
msgstr "%s: não pôde criar arquivo do pg_control: %s\n"
#: pg_resetxlog.c:853
#: pg_resetxlog.c:921
#, c-format
msgid "%s: could not write pg_control file: %s\n"
msgstr "%s: não pôde escrever no arquivo do pg_control: %s\n"
#: pg_resetxlog.c:860 pg_resetxlog.c:1156
#: pg_resetxlog.c:928 pg_resetxlog.c:1224
#, c-format
msgid "%s: fsync error: %s\n"
msgstr "%s: erro ao executar fsync: %s\n"
#: pg_resetxlog.c:900 pg_resetxlog.c:971 pg_resetxlog.c:1022
#: pg_resetxlog.c:968 pg_resetxlog.c:1039 pg_resetxlog.c:1090
#, c-format
msgid "%s: could not open directory \"%s\": %s\n"
msgstr "%s: não pôde abrir diretório \"%s\": %s\n"
#: pg_resetxlog.c:936 pg_resetxlog.c:993 pg_resetxlog.c:1047
#: pg_resetxlog.c:1004 pg_resetxlog.c:1061 pg_resetxlog.c:1115
#, c-format
msgid "%s: could not read directory \"%s\": %s\n"
msgstr "%s: não pôde ler diretório \"%s\": %s\n"
#: pg_resetxlog.c:943 pg_resetxlog.c:1000 pg_resetxlog.c:1054
#: pg_resetxlog.c:1011 pg_resetxlog.c:1068 pg_resetxlog.c:1122
#, c-format
msgid "%s: could not close directory \"%s\": %s\n"
msgstr "%s: não pôde fechar diretório \"%s\": %s\n"
#: pg_resetxlog.c:984 pg_resetxlog.c:1038
#: pg_resetxlog.c:1052 pg_resetxlog.c:1106
#, c-format
msgid "%s: could not delete file \"%s\": %s\n"
msgstr "%s: não pôde apagar arquivo \"%s\": %s\n"
#: pg_resetxlog.c:1123
#: pg_resetxlog.c:1191
#, c-format
msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s: não pôde abrir arquivo \"%s\": %s\n"
#: pg_resetxlog.c:1134 pg_resetxlog.c:1148
#: pg_resetxlog.c:1202 pg_resetxlog.c:1216
#, c-format
msgid "%s: could not write file \"%s\": %s\n"
msgstr "%s: não pôde escrever no arquivo \"%s\": %s\n"
#: pg_resetxlog.c:1167
#: pg_resetxlog.c:1235
#, c-format
msgid ""
"%s resets the PostgreSQL transaction log.\n"
@@ -512,7 +526,7 @@ msgstr ""
"%s reinicia o log de transação do PostgreSQL.\n"
"\n"
#: pg_resetxlog.c:1168
#: pg_resetxlog.c:1236
#, c-format
msgid ""
"Usage:\n"
@@ -523,77 +537,77 @@ msgstr ""
" %s [OPÇÃO]... DIRDADOS\n"
"\n"
#: pg_resetxlog.c:1169
#: pg_resetxlog.c:1237
#, c-format
msgid "Options:\n"
msgstr "Opções:\n"
#: pg_resetxlog.c:1170
#: pg_resetxlog.c:1238
#, c-format
msgid " -c XID,XID set oldest and newest transactions bearing commit timestamp\n"
msgstr " -c XID,XID define transações mais velha e mais nova contendo timestamp de efetivação\n"
#: pg_resetxlog.c:1171
#: pg_resetxlog.c:1239
#, c-format
msgid " (zero in either value means no change)\n"
msgstr " (zero em qualquer valor significa nenhuma mudança)\n"
#: pg_resetxlog.c:1172
#: pg_resetxlog.c:1240
#, c-format
msgid " [-D] DATADIR data directory\n"
msgstr " [-D] DIRDADOS diretório de dados\n"
#: pg_resetxlog.c:1173
#: pg_resetxlog.c:1241
#, c-format
msgid " -e XIDEPOCH set next transaction ID epoch\n"
msgstr " -e ÉPOCA_XID define próxima época do ID de transação\n"
#: pg_resetxlog.c:1174
#: pg_resetxlog.c:1242
#, c-format
msgid " -f force update to be done\n"
msgstr " -f força atualização ser feita\n"
#: pg_resetxlog.c:1175
#: pg_resetxlog.c:1243
#, c-format
msgid " -l XLOGFILE force minimum WAL starting location for new transaction log\n"
msgstr " -l XLOGFILE força local inicial mínimo do WAL para novo log de transação\n"
#: pg_resetxlog.c:1176
#: pg_resetxlog.c:1244
#, c-format
msgid " -m MXID,MXID set next and oldest multitransaction ID\n"
msgstr " -m MXID,MXID define próximo e mais velho ID de transação múltipla\n"
#: pg_resetxlog.c:1177
#: pg_resetxlog.c:1245
#, c-format
msgid " -n no update, just show what would be done (for testing)\n"
msgstr " -n sem atualização, mostra o que seria feito (para teste)\n"
#: pg_resetxlog.c:1178
#: pg_resetxlog.c:1246
#, c-format
msgid " -o OID set next OID\n"
msgstr " -o OID define próximo OID\n"
#: pg_resetxlog.c:1179
#: pg_resetxlog.c:1247
#, c-format
msgid " -O OFFSET set next multitransaction offset\n"
msgstr " -O OFFSET define próxima posição de transação múltipla\n"
#: pg_resetxlog.c:1180
#: pg_resetxlog.c:1248
#, c-format
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version mostra informação sobre a versão e termina\n"
#: pg_resetxlog.c:1181
#: pg_resetxlog.c:1249
#, c-format
msgid " -x XID set next transaction ID\n"
msgstr " -x XID define próximo ID de transação\n"
#: pg_resetxlog.c:1182
#: pg_resetxlog.c:1250
#, c-format
msgid " -?, --help show this help, then exit\n"
msgstr " -?, --help mostra essa ajuda e termina\n"
#: pg_resetxlog.c:1183
#: pg_resetxlog.c:1251
#, c-format
msgid ""
"\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pg_rewind (PostgreSQL) 9.5\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2015-10-04 00:43+0000\n"
"POT-Creation-Date: 2017-05-21 17:32+0000\n"
"PO-Revision-Date: 2015-10-02 16:25-0300\n"
"Last-Translator: Álvaro Herrera <alvherre@alvh.no-ip.org>\n"
"Language-Team: PgSQL Español <pgsql-es-ayuda@postgresql.org>\n"
@@ -108,7 +108,7 @@ msgstr "no se pudo abrir el archivo de origen «%s»: %s\n"
msgid "could not seek in source file: %s\n"
msgstr "no se pudo posicionar en archivo de origen: %s\n"
#: copy_fetch.c:192 file_ops.c:301
#: copy_fetch.c:192 file_ops.c:300
#, c-format
msgid "could not read file \"%s\": %s\n"
msgstr "no se pudo leer el archivo «%s»: %s\n"
@@ -133,57 +133,57 @@ msgstr "no se pudo abrir el archivo de destino «%s»: %s\n"
msgid "could not close target file \"%s\": %s\n"
msgstr "no se pudo cerrar el archivo de destino «%s»: %s\n"
#: file_ops.c:99
#: file_ops.c:98
#, c-format
msgid "could not seek in target file \"%s\": %s\n"
msgstr "no se pudo posicionar en archivo de destino «%s»: %s\n"
#: file_ops.c:115
#: file_ops.c:114
#, c-format
msgid "could not write file \"%s\": %s\n"
msgstr "no se pudo escribir el archivo «%s»: %s\n"
#: file_ops.c:165
#: file_ops.c:164
#, c-format
msgid "invalid action (CREATE) for regular file\n"
msgstr "acción no válida (CREATE) para archivo regular\n"
#: file_ops.c:180
#: file_ops.c:179
#, c-format
msgid "could not remove file \"%s\": %s\n"
msgstr "no se pudo eliminar el archivo «%s»: %s\n"
#: file_ops.c:197
#: file_ops.c:196
#, c-format
msgid "could not open file \"%s\" for truncation: %s\n"
msgstr "no se pudo abrir el archivo «%s» para truncarlo: %s\n"
#: file_ops.c:201
#: file_ops.c:200
#, c-format
msgid "could not truncate file \"%s\" to %u: %s\n"
msgstr "no se pudo truncar el archivo «%s» a %u: %s\n"
#: file_ops.c:217
#: file_ops.c:216
#, c-format
msgid "could not create directory \"%s\": %s\n"
msgstr "no se pudo crear el directorio «%s»: %s\n"
#: file_ops.c:231
#: file_ops.c:230
#, c-format
msgid "could not remove directory \"%s\": %s\n"
msgstr "no se pudo eliminar el directorio «%s»: %s\n"
#: file_ops.c:245
#: file_ops.c:244
#, c-format
msgid "could not create symbolic link at \"%s\": %s\n"
msgstr "no se pudo crear el link simbólico en «%s»: %s\n"
#: file_ops.c:259
#: file_ops.c:258
#, c-format
msgid "could not remove symbolic link \"%s\": %s\n"
msgstr "no se pudo eliminar el link simbólico «%s»: %s\n"
#: file_ops.c:289 file_ops.c:293
#: file_ops.c:288 file_ops.c:292
#, c-format
msgid "could not open file \"%s\" for reading: %s\n"
msgstr "no se pudo abrir el archivo «%s» para lectura: %s\n"
@@ -218,142 +218,147 @@ msgstr "el listado de archivos de origen está vacío\n"
msgid "unexpected page modification for directory or symbolic link \"%s\"\n"
msgstr "modificación de página inesperada para el directorio o link simbólico «%s»\n"
#: libpq_fetch.c:55
#: libpq_fetch.c:56
#, c-format
msgid "could not connect to server: %s"
msgstr "no se pudo conectar al servidor: %s"
#: libpq_fetch.c:58
#: libpq_fetch.c:59
#, c-format
msgid "connected to server\n"
msgstr "conectado al servidor\n"
#: libpq_fetch.c:68
#: libpq_fetch.c:69
#, c-format
msgid "source server must not be in recovery mode\n"
msgstr "el servidor de origen no debe estar en modo de recuperación\n"
#: libpq_fetch.c:78
#: libpq_fetch.c:79
#, c-format
msgid "full_page_writes must be enabled in the source server\n"
msgstr "full_page_writes debe estar activado en el servidor de origen\n"
#: libpq_fetch.c:95
#: libpq_fetch.c:91
#, c-format
msgid "could not set up connection context: %s"
msgstr "no se pudo establecer el contexto de conexión: %s"
#: libpq_fetch.c:109
#, c-format
msgid "error running query (%s) in source server: %s"
msgstr "error ejecutando consulta (%s) en el servidor de origen: %s"
#: libpq_fetch.c:100
#: libpq_fetch.c:114
#, c-format
msgid "unexpected result set from query\n"
msgstr "conjunto de resultados inesperados de la consulta\n"
#: libpq_fetch.c:123
#: libpq_fetch.c:137
#, c-format
msgid "unrecognized result \"%s\" for current WAL insert location\n"
msgstr "resultado «%s» no reconocido para la ubicación de inserción WAL actual\n"
#: libpq_fetch.c:173
#: libpq_fetch.c:187
#, c-format
msgid "could not fetch file list: %s"
msgstr "no se pudo obtener el listado de archivos: %s"
#: libpq_fetch.c:178
#: libpq_fetch.c:192
#, c-format
msgid "unexpected result set while fetching file list\n"
msgstr "conjunto de resultados inesperado mientras se obtenía el listado de archivos\n"
#: libpq_fetch.c:226
#: libpq_fetch.c:240
#, c-format
msgid "could not send query: %s"
msgstr "no se pudo enviar la consulta: %s"
#: libpq_fetch.c:228
#: libpq_fetch.c:242
#, c-format
msgid "getting file chunks\n"
msgstr "obteniendo trozos de archivos\n"
#: libpq_fetch.c:231
#: libpq_fetch.c:245
#, c-format
msgid "could not set libpq connection to single row mode\n"
msgstr "no se pudo establecer la coneción libpq a modo «single row»\n"
#: libpq_fetch.c:251
#: libpq_fetch.c:265
#, c-format
msgid "unexpected result while fetching remote files: %s"
msgstr "resultados inesperados mientras se obtenían archivos remotos: %s"
#: libpq_fetch.c:257
#: libpq_fetch.c:271
#, c-format
msgid "unexpected result set size while fetching remote files\n"
msgstr "tamaño del conjunto de resultados inesperado mientras se obtenían archivos remotos\n"
#: libpq_fetch.c:263
#: libpq_fetch.c:277
#, c-format
msgid "unexpected data types in result set while fetching remote files: %u %u %u\n"
msgstr "tipos de dato inesperados en el conjunto de resultados mientras se obtenían archivos remotos: %u %u %u\n"
#: libpq_fetch.c:271
#: libpq_fetch.c:285
#, c-format
msgid "unexpected result format while fetching remote files\n"
msgstr "formato de resultados inesperado mientras se obtenían archivos remotos\n"
#: libpq_fetch.c:277
#: libpq_fetch.c:291
#, c-format
msgid "unexpected null values in result while fetching remote files\n"
msgstr "valores nulos inesperados en el resultado mientras se obtenían archivos remotos\n"
#: libpq_fetch.c:281
#: libpq_fetch.c:295
#, c-format
msgid "unexpected result length while fetching remote files\n"
msgstr "largo del resultado inesperado mientras se obtenían los archivos remotos\n"
#: libpq_fetch.c:303
#: libpq_fetch.c:317
#, c-format
msgid "received null value for chunk for file \"%s\", file has been deleted\n"
msgstr "recibido un valor NULL para un trozo del archivo «%s», el archivo ha sido borrado\n"
#: libpq_fetch.c:310
#: libpq_fetch.c:324
#, c-format
msgid "received chunk for file \"%s\", offset %d, size %d\n"
msgstr "recibido un trozo para el archivo «%s», posición %d, tamaño %d\n"
#: libpq_fetch.c:339
#: libpq_fetch.c:353
#, c-format
msgid "could not fetch remote file \"%s\": %s"
msgstr "no se pudo obtener el archivo remoto «%s»: %s"
#: libpq_fetch.c:344
#: libpq_fetch.c:358
#, c-format
msgid "unexpected result set while fetching remote file \"%s\"\n"
msgstr "conjunto de resultados inesperado mientras se obtenía el archivo remoto «%s»\n"
#: libpq_fetch.c:355
#: libpq_fetch.c:369
#, c-format
msgid "fetched file \"%s\", length %d\n"
msgstr "obtenido archivo «%s», largo %d\n"
#: libpq_fetch.c:387
#: libpq_fetch.c:401
#, c-format
msgid "could not send COPY data: %s"
msgstr "no se pudo enviar datos COPY: %s"
#: libpq_fetch.c:413
#: libpq_fetch.c:427
#, c-format
msgid "could not create temporary table: %s"
msgstr "no se pudo crear tabla temporal: %s"
#: libpq_fetch.c:421
#: libpq_fetch.c:435
#, c-format
msgid "could not send file list: %s"
msgstr "no se pudo enviar el listado de archivos: %s"
#: libpq_fetch.c:463
#: libpq_fetch.c:477
#, c-format
msgid "could not send end-of-COPY: %s"
msgstr "no se pudo enviar fin-de-COPY: %s"
#: libpq_fetch.c:469
#: libpq_fetch.c:483
#, c-format
msgid "unexpected result while sending file list: %s"
msgstr "resultados inesperados mientras se enviaba el listado de archivos: %s"
@@ -411,7 +416,7 @@ msgstr ""
"el registro WAL modifica una relación, pero el tipo de registro no es reconocido\n"
"lsn: %X/%X, rmgr: %s, info: %02X\n"
#: pg_rewind.c:59
#: pg_rewind.c:60
#, c-format
msgid ""
"%s resynchronizes a PostgreSQL cluster with another copy of the cluster.\n"
@@ -420,7 +425,7 @@ msgstr ""
"%s resincroniza un cluster PostgreSQL con otra copia del cluster.\n"
"\n"
#: pg_rewind.c:60
#: pg_rewind.c:61
#, c-format
msgid ""
"Usage:\n"
@@ -431,52 +436,52 @@ msgstr ""
" %s [OPCION]...\n"
"\n"
#: pg_rewind.c:61
#: pg_rewind.c:62
#, c-format
msgid "Options:\n"
msgstr "Opciones:\n"
#: pg_rewind.c:62
#: pg_rewind.c:63
#, c-format
msgid " -D, --target-pgdata=DIRECTORY existing data directory to modify\n"
msgstr " -D, --target-pgdata=DIRECTORIO directorio de datos existente a modificar\n"
#: pg_rewind.c:63
#: pg_rewind.c:64
#, c-format
msgid " --source-pgdata=DIRECTORY source data directory to synchronize with\n"
msgstr " --source-pgdata=DIRECTORIO directorio de datos de origen a sincronizar\n"
#: pg_rewind.c:64
#: pg_rewind.c:65
#, c-format
msgid " --source-server=CONNSTR source server to synchronize with\n"
msgstr " --source-server=CONN servidor de origen a sincronizar\n"
#: pg_rewind.c:65
#: pg_rewind.c:66
#, c-format
msgid " -n, --dry-run stop before modifying anything\n"
msgstr " -n, --dry-run detener antes de modificar nada\n"
#: pg_rewind.c:66
#: pg_rewind.c:67
#, c-format
msgid " -P, --progress write progress messages\n"
msgstr " -P, --progress escribir mensajes de progreso\n"
#: pg_rewind.c:67
#: pg_rewind.c:68
#, c-format
msgid " --debug write a lot of debug messages\n"
msgstr " --debug escribir muchos mensajes de depuración\n"
#: pg_rewind.c:68
#: pg_rewind.c:69
#, c-format
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version mostrar información de versión y salir\n"
#: pg_rewind.c:69
#: pg_rewind.c:70
#, c-format
msgid " -?, --help show this help, then exit\n"
msgstr " -?, --help mostrar esta ayuda y salir\n"
#: pg_rewind.c:70
#: pg_rewind.c:71
#, c-format
msgid ""
"\n"
@@ -485,77 +490,83 @@ msgstr ""
"\n"
"Reporte errores a <pgsql-bugs@postgresql.org>.\n"
#: pg_rewind.c:125 pg_rewind.c:156 pg_rewind.c:163 pg_rewind.c:171
#: pg_rewind.c:126 pg_rewind.c:157 pg_rewind.c:164 pg_rewind.c:171
#: pg_rewind.c:179
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Pruebe «%s --help» para mayor información.\n"
#: pg_rewind.c:155
#: pg_rewind.c:156
#, c-format
msgid "%s: no source specified (--source-pgdata or --source-server)\n"
msgstr "%s: no se especificó origen (--source-pgdata o --source-server)\n"
#: pg_rewind.c:162
#: pg_rewind.c:163
#, c-format
msgid "%s: only one of --source-pgdata or --source-server can be specified\n"
msgstr "%s: sólo uno de --source-pgdata o --source-server puede ser especificado\n"
#: pg_rewind.c:170
#, c-format
msgid "%s: no target data directory specified (--target-pgdata)\n"
msgstr "%s: no se especificó directorio de datos de destino (--target-pgdata)\n"
#: pg_rewind.c:169
#: pg_rewind.c:177
#, 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"
#: pg_rewind.c:184
#: pg_rewind.c:192
#, c-format
msgid "cannot be executed by \"root\"\n"
msgstr "no puede ser ejecutado por «root»\n"
#: pg_rewind.c:185
#: pg_rewind.c:193
#, c-format
msgid "You must run %s as the PostgreSQL superuser.\n"
msgstr "Debe ejecutar %s con el superusuario de PostgreSQL.\n"
#: pg_rewind.c:215
#: pg_rewind.c:224
#, c-format
msgid "source and target cluster are on the same timeline\n"
msgstr "el cluster de origen y destino están en el mismo timeline\n"
#: pg_rewind.c:218
#: pg_rewind.c:230
#, c-format
msgid "servers diverged at WAL position %X/%X on timeline %u\n"
msgstr "servidores divergieron en la posición de WAL %X/%X del timeline %u\n"
#: pg_rewind.c:253
#: pg_rewind.c:266
#, c-format
msgid "no rewind required\n"
msgstr "no se requiere rebobinar\n"
#: pg_rewind.c:259
#: pg_rewind.c:272
#, c-format
msgid "rewinding from last common checkpoint at %X/%X on timeline %u\n"
msgstr "rebobinando desde el último checkpoint común en %X/%X en el timeline %u\n"
#: pg_rewind.c:267
#: pg_rewind.c:280
#, c-format
msgid "reading source file list\n"
msgstr "leyendo la lista de archivos de origen\n"
#: pg_rewind.c:269
#: pg_rewind.c:282
#, c-format
msgid "reading target file list\n"
msgstr "leyendo la lista de archivos de destino\n"
#: pg_rewind.c:279
#: pg_rewind.c:292
#, c-format
msgid "reading WAL in target\n"
msgstr "leyendo WAL en destino\n"
#: pg_rewind.c:296
#: pg_rewind.c:309
#, c-format
msgid "need to copy %lu MB (total source directory size is %lu MB)\n"
msgstr "se necesitan copiar %lu MB (tamaño total de directorio de origen es %lu MB)\n"
#: pg_rewind.c:313
#: pg_rewind.c:326
#, c-format
msgid ""
"\n"
@@ -564,56 +575,88 @@ msgstr ""
"\n"
"creando etiqueta de respaldo y actualizando archivo de control\n"
#: pg_rewind.c:341
#: pg_rewind.c:354
#, c-format
msgid "syncing target data directory\n"
msgstr "sincronizando directorio de datos de destino\n"
#: pg_rewind.c:357
#, c-format
msgid "Done!\n"
msgstr "¡Listo!\n"
#: pg_rewind.c:353
#: pg_rewind.c:369
#, c-format
msgid "source and target clusters are from different systems\n"
msgstr "clusters de origen y destino son de sistemas diferentes\n"
#: pg_rewind.c:361
#: pg_rewind.c:377
#, c-format
msgid "clusters are not compatible with this version of pg_rewind\n"
msgstr "los clusters no son compatibles con esta versión de pg_rewind\n"
#: pg_rewind.c:371
#: pg_rewind.c:387
#, c-format
msgid "target server needs to use either data checksums or \"wal_log_hints = on\"\n"
msgstr "el servidor de destino necesita tener sumas de verificación de datos o «wal_log_hints» activados\n"
#: pg_rewind.c:381
#: pg_rewind.c:398
#, c-format
msgid "target server must be shut down cleanly\n"
msgstr "el directorio de destino debe estar apagado limpiamente\n"
#: pg_rewind.c:389
#: pg_rewind.c:408
#, c-format
msgid "source data directory must be shut down cleanly\n"
msgstr "el directorio de origen debe estar apagado limpiamente\n"
#: pg_rewind.c:456
#: pg_rewind.c:475
#, c-format
msgid "could not find common ancestor of the source and target cluster's timelines\n"
msgstr "no se pudo encontrar un ancestro común en el timeline de los clusters de origen y destino\n"
#: pg_rewind.c:496
#: pg_rewind.c:515
#, c-format
msgid "backup label buffer too small\n"
msgstr "el búfer del backup label es demasiado pequeño\n"
#: pg_rewind.c:518
#: pg_rewind.c:538
#, c-format
msgid "unexpected control file CRC\n"
msgstr "CRC de archivo de control inesperado\n"
#: pg_rewind.c:528
#: pg_rewind.c:548
#, c-format
msgid "unexpected control file size %d, expected %d\n"
msgstr "tamaño del archivo de control %d inesperado, se esperaba %d\n"
#: pg_rewind.c:615
#, fuzzy, c-format
msgid ""
"The program \"initdb\" is needed by %s but was \n"
"not found in the same directory as \"%s\".\n"
"Check your installation.\n"
msgstr ""
"%s necesita el programa «initdb», pero no pudo ser encontrado en el mismo\n"
"directorio que «%s».\n"
"Verifique su instalación.\n"
#: pg_rewind.c:619
#, c-format
msgid ""
"The program \"initdb\" was found by \"%s\"\n"
"but was not the same version as %s.\n"
"Check your installation.\n"
msgstr ""
"El programa «initdb» fue encontrado por «%s», pero no es\n"
"de la misma versión que %s.\n"
"Verifique su instalación.\n"
#: pg_rewind.c:637
#, c-format
msgid "sync of target directory failed\n"
msgstr "falló sincronización de directorio destino\n"
#: timeline.c:76 timeline.c:82
#, c-format
msgid "syntax error in history file: %s\n"
@@ -729,57 +772,57 @@ msgstr "pageaddr %X/%X inesperado en archivo %s, posición %u"
msgid "out-of-sequence timeline ID %u (after %u) in log segment %s, offset %u"
msgstr "ID de timeline %u fuera de secuencia (después de %u) en archivo %s, posición %u"
#: xlogreader.c:1024
#: xlogreader.c:1061
#, c-format
msgid "out-of-order block_id %u at %X/%X"
msgstr "block_id %u fuera de orden en %X/%X"
#: xlogreader.c:1046
#: xlogreader.c:1083
#, c-format
msgid "BKPBLOCK_HAS_DATA set, but no data included at %X/%X"
msgstr "BKPBLOCK_HAS_DATA está definido, pero no hay datos en %X/%X"
#: xlogreader.c:1053
#: xlogreader.c:1090
#, c-format
msgid "BKPBLOCK_HAS_DATA not set, but data length is %u at %X/%X"
msgstr "BKPBLOCK_HAS_DATA no está definido, pero el largo de los datos es %u en %X/%X"
#: xlogreader.c:1086
#: xlogreader.c:1123
#, c-format
msgid "BKPIMAGE_HAS_HOLE set, but hole offset %u length %u block image length %u at %X/%X"
msgstr "BKPIMAGE_HAS_HOLE está definido, pero posición del agujero es %u largo %u largo de imagen %u en %X/%X"
#: xlogreader.c:1102
#: xlogreader.c:1139
#, c-format
msgid "BKPIMAGE_HAS_HOLE not set, but hole offset %u length %u at %X/%X"
msgstr "BKPIMAGE_HAS_HOLE no está definido, pero posición del agujero es %u largo %u en %X/%X"
#: xlogreader.c:1117
#: xlogreader.c:1154
#, c-format
msgid "BKPIMAGE_IS_COMPRESSED set, but block image length %u at %X/%X"
msgstr "BKPIMAGE_IS_COMPRESSED definido, pero largo de imagen de bloque es %u en %X/%X"
#: xlogreader.c:1132
#: xlogreader.c:1169
#, c-format
msgid "neither BKPIMAGE_HAS_HOLE nor BKPIMAGE_IS_COMPRESSED set, but block image length is %u at %X/%X"
msgstr "ni BKPIMAGE_HAS_HOLE ni BKPIMAGE_IS_COMPRESSED está definido, pero largo de imagen de bloque es %u en %X/%X"
#: xlogreader.c:1148
#: xlogreader.c:1185
#, c-format
msgid "BKPBLOCK_SAME_REL set but no previous rel at %X/%X"
msgstr "BKPBLOCK_SAME_REL está definido, pero no hay «rel» anterior en %X/%X "
#: xlogreader.c:1160
#: xlogreader.c:1197
#, c-format
msgid "invalid block_id %u at %X/%X"
msgstr "block_id %u no válido en %X/%X"
#: xlogreader.c:1225
#: xlogreader.c:1262
#, c-format
msgid "record with invalid length at %X/%X"
msgstr "registro con largo no válido en %X/%X"
#: xlogreader.c:1314
#: xlogreader.c:1351
#, c-format
msgid "invalid compressed image at %X/%X, block %d"
msgstr "imagen comprimida no válida en %X/%X, bloque %d"

View File

@@ -7,21 +7,21 @@ msgid ""
msgstr ""
"Project-Id-Version: pg_rewind (PostgreSQL) 9.5\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2016-10-24 20:51+0000\n"
"PO-Revision-Date: 2016-10-25 18:46+0200\n"
"POT-Creation-Date: 2017-07-24 21:01+0000\n"
"PO-Revision-Date: 2017-07-25 21:15+0200\n"
"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
"Language-Team: \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.8\n"
"X-Generator: Poedit 2.0.2\n"
#: ../../common/fe_memutils.c:35 ../../common/fe_memutils.c:75
#: ../../common/fe_memutils.c:98 parsexlog.c:74 parsexlog.c:127 parsexlog.c:179
#, c-format
msgid "out of memory\n"
msgstr "mémoire épuisée\n"
msgstr "mémoire épuisée\n"
#: ../../common/fe_memutils.c:92
#, c-format
@@ -31,7 +31,7 @@ msgstr "ne peut pas dupliquer un pointeur nul (erreur interne)\n"
#: ../../common/restricted_token.c:68
#, c-format
msgid "%s: WARNING: cannot create restricted tokens on this platform\n"
msgstr "%s : ATTENTION : ne peut pas crér les jetons restreints sur cette plateforme\n"
msgstr "%s : ATTENTION : ne peut pas crér les jetons restreints sur cette plateforme\n"
#: ../../common/restricted_token.c:77
#, c-format
@@ -46,62 +46,62 @@ msgstr "%s : n'a pas pu allouer les SID : code d'erreur %lu\n"
#: ../../common/restricted_token.c:110
#, c-format
msgid "%s: could not create restricted token: error code %lu\n"
msgstr "%s : n'a pas pu créer le jeton restreint : code d'erreur %lu\n"
msgstr "%s : n'a pas pu créer le jeton restreint : code d'erreur %lu\n"
#: ../../common/restricted_token.c:132
#, c-format
msgid "%s: could not start process for command \"%s\": error code %lu\n"
msgstr "%s : n'a pas pu démarrer le processus pour la commande « %s » : code d'erreur %lu\n"
msgstr "%s : n'a pas pu démarrer le processus pour la commande « %s » : code d'erreur %lu\n"
#: ../../common/restricted_token.c:170
#, c-format
msgid "%s: could not re-execute with restricted token: error code %lu\n"
msgstr "%s : n'a pas pu ré-exécuter le jeton restreint : code d'erreur %lu\n"
msgstr "%s : n'a pas pu ré-exécuter le jeton restreint : code d'erreur %lu\n"
#: ../../common/restricted_token.c:186
#, c-format
msgid "%s: could not get exit code from subprocess: error code %lu\n"
msgstr "%s : n'a pas pu récupérer le code de statut du sous-processus : code d'erreur %lu\n"
msgstr "%s : n'a pas pu récupérer le code de statut du sous-processus : code d'erreur %lu\n"
#: copy_fetch.c:64
#, c-format
msgid "could not open directory \"%s\": %s\n"
msgstr "n'a pas pu ouvrir le répertoire « %s » : %s\n"
msgstr "n'a pas pu ouvrir le répertoire « %s » : %s\n"
#: copy_fetch.c:93 filemap.c:112 filemap.c:267
#, c-format
msgid "could not stat file \"%s\": %s\n"
msgstr "n'a pas pu tester le fichier « %s » : %s\n"
msgstr "n'a pas pu tester le fichier « %s » : %s\n"
#: copy_fetch.c:122
#, c-format
msgid "could not read symbolic link \"%s\": %s\n"
msgstr "n'a pas pu lire le lien symbolique « %s » : %s\n"
msgstr "n'a pas pu lire le lien symbolique « %s » : %s\n"
#: copy_fetch.c:125
#, c-format
msgid "symbolic link \"%s\" target is too long\n"
msgstr "la cible du lien symbolique « %s » est trop long\n"
msgstr "la cible du lien symbolique « %s » est trop long\n"
#: copy_fetch.c:140
#, c-format
msgid "\"%s\" is a symbolic link, but symbolic links are not supported on this platform\n"
msgstr "« %s » est un lien symbolique mais les liens symboliques ne sont pas supportés sur cette plateforme\n"
msgstr "« %s » est un lien symbolique mais les liens symboliques ne sont pas supportés sur cette plateforme\n"
#: copy_fetch.c:147
#, c-format
msgid "could not read directory \"%s\": %s\n"
msgstr "n'a pas pu lire le répertoire « %s » : %s\n"
msgstr "n'a pas pu lire le répertoire « %s » : %s\n"
#: copy_fetch.c:151
#, c-format
msgid "could not close directory \"%s\": %s\n"
msgstr "n'a pas pu fermer le répertoire « %s » : %s\n"
msgstr "n'a pas pu fermer le répertoire « %s » : %s\n"
#: copy_fetch.c:171
#, c-format
msgid "could not open source file \"%s\": %s\n"
msgstr "n'a pas pu ouvrir le fichier source « %s » : %s\n"
msgstr "n'a pas pu ouvrir le fichier source « %s » : %s\n"
#: copy_fetch.c:175
#, c-format
@@ -111,102 +111,102 @@ msgstr "n'a pas pu chercher dans le fichier source : %s\n"
#: copy_fetch.c:192 file_ops.c:300
#, c-format
msgid "could not read file \"%s\": %s\n"
msgstr "n'a pas pu lire le fichier « %s » : %s\n"
msgstr "n'a pas pu lire le fichier « %s » : %s\n"
#: copy_fetch.c:195
#, c-format
msgid "unexpected EOF while reading file \"%s\"\n"
msgstr "EOF inattendu lors de la lecture du fichier « %s »\n"
msgstr "EOF inattendu lors de la lecture du fichier « %s »\n"
#: copy_fetch.c:202
#, c-format
msgid "could not close file \"%s\": %s\n"
msgstr "n'a pas pu fermer le fichier « %s » : %s\n"
msgstr "n'a pas pu fermer le fichier « %s » : %s\n"
#: file_ops.c:64
#, c-format
msgid "could not open target file \"%s\": %s\n"
msgstr "n'a pas pu ouvrir le fichier cible « %s » : %s\n"
msgstr "n'a pas pu ouvrir le fichier cible « %s » : %s\n"
#: file_ops.c:78
#, c-format
msgid "could not close target file \"%s\": %s\n"
msgstr "n'a pas pu fermer le fichier cible « %s » : %s\n"
msgstr "n'a pas pu fermer le fichier cible « %s » : %s\n"
#: file_ops.c:98
#, c-format
msgid "could not seek in target file \"%s\": %s\n"
msgstr "n'a pas pu chercher dans le fichier cible « %s » : %s\n"
msgstr "n'a pas pu chercher dans le fichier cible « %s » : %s\n"
#: file_ops.c:114
#, c-format
msgid "could not write file \"%s\": %s\n"
msgstr "n'a pas pu écrire le fichier « %s » : %s\n"
msgstr "n'a pas pu écrire le fichier « %s » : %s\n"
#: file_ops.c:164
#, c-format
msgid "invalid action (CREATE) for regular file\n"
msgstr "action (CREATE) invalide pour les fichiers réguliers\n"
msgstr "action (CREATE) invalide pour les fichiers réguliers\n"
#: file_ops.c:179
#, c-format
msgid "could not remove file \"%s\": %s\n"
msgstr "n'a pas pu supprimer le fichier « %s » : %s\n"
msgstr "n'a pas pu supprimer le fichier « %s » : %s\n"
#: file_ops.c:196
#, c-format
msgid "could not open file \"%s\" for truncation: %s\n"
msgstr "n'a pas pu ouvrir le fichier « %s » pour le troncage : %s\n"
msgstr "n'a pas pu ouvrir le fichier « %s » pour le troncage : %s\n"
#: file_ops.c:200
#, c-format
msgid "could not truncate file \"%s\" to %u: %s\n"
msgstr "n'a pas pu tronquer le fichier « %s » à %u : %s\n"
msgstr "n'a pas pu tronquer le fichier « %s » à %u : %s\n"
#: file_ops.c:216
#, c-format
msgid "could not create directory \"%s\": %s\n"
msgstr "n'a pas pu créer le répertoire « %s » : %s\n"
msgstr "n'a pas pu créer le répertoire « %s » : %s\n"
#: file_ops.c:230
#, c-format
msgid "could not remove directory \"%s\": %s\n"
msgstr "n'a pas pu supprimer le répertoire « %s » : %s\n"
msgstr "n'a pas pu supprimer le répertoire « %s » : %s\n"
#: file_ops.c:244
#, c-format
msgid "could not create symbolic link at \"%s\": %s\n"
msgstr "n'a pas pu créer le lien symbolique à « %s » : %s\n"
msgstr "n'a pas pu créer le lien symbolique à « %s » : %s\n"
#: file_ops.c:258
#, c-format
msgid "could not remove symbolic link \"%s\": %s\n"
msgstr "n'a pas pu supprimer le lien symbolique « %s » : %s\n"
msgstr "n'a pas pu supprimer le lien symbolique « %s » : %s\n"
#: file_ops.c:288 file_ops.c:292
#, c-format
msgid "could not open file \"%s\" for reading: %s\n"
msgstr "n'a pas pu ouvrir le fichier « %s » pour une lecture : %s\n"
msgstr "n'a pas pu ouvrir le fichier « %s » pour une lecture : %s\n"
#: filemap.c:104
#, c-format
msgid "data file \"%s\" in source is not a regular file\n"
msgstr "le fichier de données « %s » en source n'est pas un fichier standard\n"
msgstr "le fichier de données « %s » en source n'est pas un fichier standard\n"
#: filemap.c:126
#, c-format
msgid "\"%s\" is not a directory\n"
msgstr "« %s » n'est pas un répertoire\n"
msgstr "« %s » n'est pas un répertoire\n"
#: filemap.c:149
#, c-format
msgid "\"%s\" is not a symbolic link\n"
msgstr "« %s » n'est pas un lien symbolique\n"
msgstr "« %s » n'est pas un lien symbolique\n"
#: filemap.c:161
#, c-format
msgid "\"%s\" is not a regular file\n"
msgstr "« %s » n'est pas un fichier standard\n"
msgstr "« %s » n'est pas un fichier standard\n"
#: filemap.c:279
#, c-format
@@ -216,7 +216,7 @@ msgstr "la liste de fichiers sources est vide\n"
#: filemap.c:401
#, c-format
msgid "unexpected page modification for directory or symbolic link \"%s\"\n"
msgstr "modification inattendue de page pour le répertoire ou le lien symbolique « %s »\n"
msgstr "modification inattendue de page pour le répertoire ou le lien symbolique « %s »\n"
#: libpq_fetch.c:56
#, c-format
@@ -226,17 +226,17 @@ msgstr "n'a pas pu se connecter au serveur : %s"
#: libpq_fetch.c:59
#, c-format
msgid "connected to server\n"
msgstr "connecté au serveur\n"
msgstr "connecté au serveur\n"
#: libpq_fetch.c:69
#, c-format
msgid "source server must not be in recovery mode\n"
msgstr "le serveur source ne doit pas être en mode restauration\n"
msgstr "le serveur source ne doit pas être en mode restauration\n"
#: libpq_fetch.c:79
#, c-format
msgid "full_page_writes must be enabled in the source server\n"
msgstr "full_page_writes doit être activé sur le serveur source\n"
msgstr "full_page_writes doit être activé sur le serveur source\n"
#: libpq_fetch.c:91
#, c-format
@@ -246,166 +246,166 @@ msgstr "n'a pas pu configurer le contexte de connexion : %s"
#: libpq_fetch.c:109
#, c-format
msgid "error running query (%s) in source server: %s"
msgstr "erreur lors de l'exécution de la requête (%s) dans le serveur source : %s"
msgstr "erreur lors de l'exécution de la requête (%s) dans le serveur source : %s"
#: libpq_fetch.c:114
#, c-format
msgid "unexpected result set from query\n"
msgstr "ensemble de résultats inattendu de la requête\n"
msgstr "ensemble de résultats inattendu de la requête\n"
#: libpq_fetch.c:137
#, c-format
msgid "unrecognized result \"%s\" for current WAL insert location\n"
msgstr "résultat non reconnu « %s » pour l'emplacement d'insertion actuel dans les WAL\n"
msgstr "résultat non reconnu « %s » pour l'emplacement d'insertion actuel dans les WAL\n"
#: libpq_fetch.c:187
#, c-format
msgid "could not fetch file list: %s"
msgstr "n'a pas pu récupérer la liste des fichiers : %s"
msgstr "n'a pas pu récupérer la liste des fichiers : %s"
#: libpq_fetch.c:192
#, c-format
msgid "unexpected result set while fetching file list\n"
msgstr "ensemble de résultats inattendu lors de la récupération de la liste des fichiers\n"
msgstr "ensemble de résultats inattendu lors de la récupération de la liste des fichiers\n"
#: libpq_fetch.c:240
#: libpq_fetch.c:262
#, c-format
msgid "could not send query: %s"
msgstr "n'a pas pu envoyer la requête : %s"
msgstr "n'a pas pu envoyer la requête : %s"
#: libpq_fetch.c:242
#: libpq_fetch.c:264
#, c-format
msgid "getting file chunks\n"
msgstr "récupération des parties de fichier\n"
msgstr "récupération des parties de fichier\n"
#: libpq_fetch.c:245
#: libpq_fetch.c:267
#, c-format
msgid "could not set libpq connection to single row mode\n"
msgstr "n'a pas pu configurer la connexion libpq en mode ligne seule\n"
#: libpq_fetch.c:265
#: libpq_fetch.c:287
#, c-format
msgid "unexpected result while fetching remote files: %s"
msgstr "résultat inattendu lors de la récupération des fichiers cibles : %s"
msgstr "résultat inattendu lors de la récupération des fichiers cibles : %s"
#: libpq_fetch.c:271
#: libpq_fetch.c:293
#, c-format
msgid "unexpected result set size while fetching remote files\n"
msgstr "taille inattendue de l'ensemble de résultats lors de la récupération des fichiers distants\n"
msgstr "taille inattendue de l'ensemble de résultats lors de la récupération des fichiers distants\n"
#: libpq_fetch.c:277
#: libpq_fetch.c:299
#, c-format
msgid "unexpected data types in result set while fetching remote files: %u %u %u\n"
msgstr "types de données inattendus dans l'ensemble de résultats lors de la récupération des fichiers distants : %u %u %u\n"
msgstr "types de données inattendus dans l'ensemble de résultats lors de la récupération des fichiers distants : %u %u %u\n"
#: libpq_fetch.c:285
#: libpq_fetch.c:307
#, c-format
msgid "unexpected result format while fetching remote files\n"
msgstr "format de résultat inattendu lors de la récupération des fichiers distants\n"
msgstr "format de résultat inattendu lors de la récupération des fichiers distants\n"
#: libpq_fetch.c:291
#: libpq_fetch.c:313
#, c-format
msgid "unexpected null values in result while fetching remote files\n"
msgstr "valeurs NULL inattendues dans le résultat lors de la récupération des fichiers distants\n"
#: libpq_fetch.c:295
#, c-format
msgid "unexpected result length while fetching remote files\n"
msgstr "longueur de résultats inattendu lors de la récupération des fichiers distants\n"
msgstr "valeurs NULL inattendues dans le résultat lors de la récupération des fichiers distants\n"
#: libpq_fetch.c:317
#, c-format
msgid "received null value for chunk for file \"%s\", file has been deleted\n"
msgstr "a reçu une valeur NULL pour une partie du fichier « %s », le fichier a été supprimé\n"
msgid "unexpected result length while fetching remote files\n"
msgstr "longueur de résultats inattendu lors de la récupération des fichiers distants\n"
#: libpq_fetch.c:324
#: libpq_fetch.c:339
#, c-format
msgid "received chunk for file \"%s\", offset %d, size %d\n"
msgstr "récupération d'une partie du fichier « %s », décalage %d, taille %d\n"
msgid "received null value for chunk for file \"%s\", file has been deleted\n"
msgstr "a reçu une valeur NULL pour une partie du fichier « %s », le fichier a été supprimé\n"
#: libpq_fetch.c:353
#: libpq_fetch.c:346
#, c-format
msgid "received chunk for file \"%s\", offset "
msgstr "récupération d'une partie du fichier « %s », décalage "
#: libpq_fetch.c:375
#, c-format
msgid "could not fetch remote file \"%s\": %s"
msgstr "n'a pas pu récupérer le fichier distant « %s » : %s"
msgstr "n'a pas pu récupérer le fichier distant « %s » : %s"
#: libpq_fetch.c:358
#: libpq_fetch.c:380
#, c-format
msgid "unexpected result set while fetching remote file \"%s\"\n"
msgstr "ensemble de résultats inattendu lors de la récupération du fichier distant « %s »\n"
msgstr "ensemble de résultats inattendu lors de la récupération du fichier distant « %s »\n"
#: libpq_fetch.c:369
#: libpq_fetch.c:391
#, c-format
msgid "fetched file \"%s\", length %d\n"
msgstr "fichier récupéré « %s », longueur %d\n"
msgstr "fichier récupéré « %s », longueur %d\n"
#: libpq_fetch.c:401
#: libpq_fetch.c:424
#, c-format
msgid "could not send COPY data: %s"
msgstr "n'a pas pu envoyer les données COPY : %s"
msgstr "n'a pas pu envoyer les données COPY : %s"
#: libpq_fetch.c:427
#: libpq_fetch.c:450
#, c-format
msgid "could not create temporary table: %s"
msgstr "n'a pas pu créer la table temporaire : %s"
msgstr "n'a pas pu créer la table temporaire : %s"
#: libpq_fetch.c:435
#: libpq_fetch.c:458
#, c-format
msgid "could not send file list: %s"
msgstr "n'a pas pu envoyer la liste de fichiers : %s"
#: libpq_fetch.c:477
#: libpq_fetch.c:500
#, c-format
msgid "could not send end-of-COPY: %s"
msgstr "n'a pas pu envoyer end-of-COPY : %s"
#: libpq_fetch.c:483
#: libpq_fetch.c:506
#, c-format
msgid "unexpected result while sending file list: %s"
msgstr "résultat inattendu lors de l'envoi de la liste de fichiers : %s"
msgstr "résultat inattendu lors de l'envoi de la liste de fichiers : %s"
#: logging.c:57
msgid "Failure, exiting\n"
msgstr "Échec, sortie\n"
msgstr "Échec, sortie\n"
#: logging.c:140
#, c-format
msgid "%*s/%s kB (%d%%) copied"
msgstr "%*s/%s Ko (%d%%) copiés"
msgstr "%*s/%s Ko (%d%%) copiés"
#: parsexlog.c:87 parsexlog.c:133
#, c-format
msgid "could not read WAL record at %X/%X: %s\n"
msgstr "n'a pas pu lire l'enregistrement WAL précédent à %X/%X : %s\n"
msgstr "n'a pas pu lire l'enregistrement WAL précédent à %X/%X : %s\n"
#: parsexlog.c:91 parsexlog.c:136
#, c-format
msgid "could not read WAL record at %X/%X\n"
msgstr "n'a pas pu lire l'enregistrement WAL précédent à %X/%X\n"
msgstr "n'a pas pu lire l'enregistrement WAL précédent à %X/%X\n"
#: parsexlog.c:191
#, c-format
msgid "could not find previous WAL record at %X/%X: %s\n"
msgstr "n'a pas pu trouver l'enregistrement WAL précédent à %X/%X : %s\n"
msgstr "n'a pas pu trouver l'enregistrement WAL précédent à %X/%X : %s\n"
#: parsexlog.c:195
#, c-format
msgid "could not find previous WAL record at %X/%X\n"
msgstr "n'a pas pu trouver l'enregistrement WAL précédent à %X/%X\n"
msgstr "n'a pas pu trouver l'enregistrement WAL précédent à %X/%X\n"
#: parsexlog.c:268
#, c-format
msgid "could not open file \"%s\": %s\n"
msgstr "n'a pas pu ouvrir le fichier « %s » : %s\n"
msgstr "n'a pas pu ouvrir le fichier « %s » : %s\n"
#: parsexlog.c:282
#, c-format
msgid "could not seek in file \"%s\": %s\n"
msgstr "n'a pas pu chercher dans le fichier « %s » : %s\n"
msgstr "n'a pas pu chercher dans le fichier « %s » : %s\n"
#: parsexlog.c:289
#, c-format
msgid "could not read from file \"%s\": %s\n"
msgstr "n'a pas pu lire le fichier « %s » : %s\n"
msgstr "n'a pas pu lire le fichier « %s » : %s\n"
#: parsexlog.c:357
#, c-format
@@ -444,12 +444,12 @@ msgstr "Options :\n"
#: pg_rewind.c:63
#, c-format
msgid " -D, --target-pgdata=DIRECTORY existing data directory to modify\n"
msgstr " -D, --target-pgdata=RÉPERTOIRE répertoire de données existant à modifier\n"
msgstr " -D, --target-pgdata=RÉPERTOIRE répertoire de données existant à modifier\n"
#: pg_rewind.c:64
#, c-format
msgid " --source-pgdata=DIRECTORY source data directory to synchronize with\n"
msgstr " --source-pgdata=RÉPERTOIRE répertoire des données source pour la synchronisation\n"
msgstr " --source-pgdata=RÉPERTOIRE répertoire des données source pour la synchronisation\n"
#: pg_rewind.c:65
#, c-format
@@ -459,17 +459,17 @@ msgstr " --source-server=CONNSTR serveur source pour la synchronisation\
#: pg_rewind.c:66
#, c-format
msgid " -n, --dry-run stop before modifying anything\n"
msgstr " -n, --dry-run arrête avant de modifier quoi que ce soit\n"
msgstr " -n, --dry-run arrête avant de modifier quoi que ce soit\n"
#: pg_rewind.c:67
#, c-format
msgid " -P, --progress write progress messages\n"
msgstr " -P, --progress écrit les messages de progression\n"
msgstr " -P, --progress écrit les messages de progression\n"
#: pg_rewind.c:68
#, c-format
msgid " --debug write a lot of debug messages\n"
msgstr " --debug écrit beaucoup de messages de débogage\n"
msgstr " --debug écrit beaucoup de messages de débogage\n"
#: pg_rewind.c:69
#, c-format
@@ -488,63 +488,63 @@ msgid ""
"Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgstr ""
"\n"
"Rapporter les bogues à <pgsql-bugs@postgresql.org>.\n"
"Rapporter les bogues à <pgsql-bugs@postgresql.org>.\n"
#: pg_rewind.c:126 pg_rewind.c:157 pg_rewind.c:164 pg_rewind.c:171
#: pg_rewind.c:179
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Essayez « %s --help » pour plus d'informations.\n"
msgstr "Essayez « %s --help » pour plus d'informations.\n"
#: pg_rewind.c:156
#, c-format
msgid "%s: no source specified (--source-pgdata or --source-server)\n"
msgstr "%s : aucune source indiquée (--source-pgdata ou --source-server)\n"
msgstr "%s : aucune source indiquée (--source-pgdata ou --source-server)\n"
#: pg_rewind.c:163
#, c-format
msgid "%s: only one of --source-pgdata or --source-server can be specified\n"
msgstr "%s : une seule des options --source-pgdata et --source-server peut être indiquée\n"
msgstr "%s : une seule des options --source-pgdata et --source-server peut être indiquée\n"
#: pg_rewind.c:170
#, c-format
msgid "%s: no target data directory specified (--target-pgdata)\n"
msgstr "%s : aucun répertoire de données cible indiqué (--target-pgdata)\n"
msgstr "%s : aucun répertoire de données cible indiqué (--target-pgdata)\n"
#: pg_rewind.c:177
#, c-format
msgid "%s: too many command-line arguments (first is \"%s\")\n"
msgstr "%s : trop d'arguments en ligne de commande (le premier étant « %s »)\n"
msgstr "%s : trop d'arguments en ligne de commande (le premier étant « %s »)\n"
#: pg_rewind.c:192
#, c-format
msgid "cannot be executed by \"root\"\n"
msgstr "ne peut pas être exécuté par « root »\n"
msgstr "ne peut pas être exécuté par « root »\n"
#: pg_rewind.c:193
#, c-format
msgid "You must run %s as the PostgreSQL superuser.\n"
msgstr "Vous devez exécuter %s en tant que super-utilisateur PostgreSQL.\n"
msgstr "Vous devez exécuter %s en tant que super-utilisateur PostgreSQL.\n"
#: pg_rewind.c:224
#, c-format
msgid "source and target cluster are on the same timeline\n"
msgstr "les instances source et cible sont sur la même ligne de temps\n"
msgstr "les instances source et cible sont sur la même ligne de temps\n"
#: pg_rewind.c:230
#, c-format
msgid "servers diverged at WAL position %X/%X on timeline %u\n"
msgstr "les serveurs ont divergé à la position %X/%X des WAL sur la timeline %u\n"
msgstr "les serveurs ont divergé à la position %X/%X des WAL sur la timeline %u\n"
#: pg_rewind.c:266
#, c-format
msgid "no rewind required\n"
msgstr "pas de retour en arriÚre requis\n"
msgstr "pas de retour en arrière requis\n"
#: pg_rewind.c:272
#, c-format
msgid "rewinding from last common checkpoint at %X/%X on timeline %u\n"
msgstr "retour en arriÚre depuis le dernier checkpoint commun à %X/%X sur la ligne de temps %u\n"
msgstr "retour en arrière depuis le dernier checkpoint commun à %X/%X sur la ligne de temps %u\n"
#: pg_rewind.c:280
#, c-format
@@ -564,7 +564,7 @@ msgstr "lecture du WAL dans la cible\n"
#: pg_rewind.c:309
#, c-format
msgid "need to copy %lu MB (total source directory size is %lu MB)\n"
msgstr "a besoin de copier %lu Mo (la taille totale du répertoire source est %lu Mo)\n"
msgstr "a besoin de copier %lu Mo (la taille totale du répertoire source est %lu Mo)\n"
#: pg_rewind.c:326
#, c-format
@@ -573,22 +573,22 @@ msgid ""
"creating backup label and updating control file\n"
msgstr ""
"\n"
"création du fichier backup_label et mise à jour du fichier contrÎle\n"
"création du fichier backup_label et mise à jour du fichier contrôle\n"
#: pg_rewind.c:354
#, c-format
msgid "syncing target data directory\n"
msgstr "synchronisation du répertoire de données cible\n"
msgstr "synchronisation du répertoire de données cible\n"
#: pg_rewind.c:357
#, c-format
msgid "Done!\n"
msgstr "Terminé !\n"
msgstr "Terminé !\n"
#: pg_rewind.c:369
#, c-format
msgid "source and target clusters are from different systems\n"
msgstr "les instances source et cible proviennent de systÚmes différents\n"
msgstr "les instances source et cible proviennent de systèmes différents\n"
#: pg_rewind.c:377
#, c-format
@@ -598,22 +598,22 @@ msgstr "les instances ne sont pas compatibles avec cette version de pg_rewind\n"
#: pg_rewind.c:387
#, c-format
msgid "target server needs to use either data checksums or \"wal_log_hints = on\"\n"
msgstr "le serveur cible doit soit utiliser les sommes de contrÎle sur les données soit avoir wal_log_hints configuré à on\n"
msgstr "le serveur cible doit soit utiliser les sommes de contrôle sur les données soit avoir wal_log_hints configuré à on\n"
#: pg_rewind.c:398
#, c-format
msgid "target server must be shut down cleanly\n"
msgstr "le serveur cible doit être arrêté proprement\n"
msgstr "le serveur cible doit être arrêté proprement\n"
#: pg_rewind.c:408
#, c-format
msgid "source data directory must be shut down cleanly\n"
msgstr "le répertoire de données source doit être arrêté proprement\n"
msgstr "le répertoire de données source doit être arrêté proprement\n"
#: pg_rewind.c:475
#, c-format
msgid "could not find common ancestor of the source and target cluster's timelines\n"
msgstr "n'a pas pu trouver l'ancêtre commun des lignes de temps des instances source et cible\n"
msgstr "n'a pas pu trouver l'ancêtre commun des lignes de temps des instances source et cible\n"
#: pg_rewind.c:515
#, c-format
@@ -623,12 +623,12 @@ msgstr "tampon du label de sauvegarde trop petit\n"
#: pg_rewind.c:538
#, c-format
msgid "unexpected control file CRC\n"
msgstr "CRC inattendu pour le fichier de contrÃŽle\n"
msgstr "CRC inattendu pour le fichier de contrôle\n"
#: pg_rewind.c:548
#, c-format
msgid "unexpected control file size %d, expected %d\n"
msgstr "taille %d inattendue du fichier de contrÃŽle, %d attendu\n"
msgstr "taille %d inattendue du fichier de contrôle, %d attendu\n"
#: pg_rewind.c:615
#, c-format
@@ -637,9 +637,9 @@ msgid ""
"not found in the same directory as \"%s\".\n"
"Check your installation.\n"
msgstr ""
"Le programme « initdb » est nécessaire pour %s, mais n'a pas été trouvé\n"
"dans le même répertoire que « %s ».\n"
"Vérifiez votre installation.\n"
"Le programme « initdb » est nécessaire pour %s, mais n'a pas été trouvé\n"
"dans le même répertoire que « %s ».\n"
"Vérifiez votre installation.\n"
#: pg_rewind.c:619
#, c-format
@@ -648,14 +648,14 @@ msgid ""
"but was not the same version as %s.\n"
"Check your installation.\n"
msgstr ""
"Le programme « initdb » a été trouvé par « %s »\n"
"mais n'était pas de la même version que %s.\n"
"Vérifiez votre installation.\n"
"Le programme « initdb » a été trouvé par « %s »\n"
"mais n'était pas de la même version que %s.\n"
"Vérifiez votre installation.\n"
#: pg_rewind.c:637
#, c-format
msgid "sync of target directory failed\n"
msgstr "échec de la synchronisation du répertoire cible\n"
msgstr "échec de la synchronisation du répertoire cible\n"
#: timeline.c:76 timeline.c:82
#, c-format
@@ -665,7 +665,7 @@ msgstr "erreur de syntaxe dans le fichier historique : %s\n"
#: timeline.c:77
#, c-format
msgid "Expected a numeric timeline ID.\n"
msgstr "Attendait un identifiant numérique de ligne de temps.\n"
msgstr "Attendait un identifiant numérique de ligne de temps.\n"
#: timeline.c:83
#, c-format
@@ -675,94 +675,94 @@ msgstr "Attendait un emplacement de bascule de journal de transactions.\n"
#: timeline.c:88
#, c-format
msgid "invalid data in history file: %s\n"
msgstr "données invalides dans le fichier historique : %s\n"
msgstr "données invalides dans le fichier historique : %s\n"
#: timeline.c:89
#, c-format
msgid "Timeline IDs must be in increasing sequence.\n"
msgstr "Les identifiants de ligne de temps doivent être dans une séquence croissante.\n"
msgstr "Les identifiants de ligne de temps doivent être dans une séquence croissante.\n"
#: timeline.c:109
#, c-format
msgid "invalid data in history file\n"
msgstr "données invalides dans le fichier historique\n"
msgstr "données invalides dans le fichier historique\n"
#: timeline.c:110
#, c-format
msgid "Timeline IDs must be less than child timeline's ID.\n"
msgstr "Les identifiants de ligne de temps doivent être inférieurs à l'identifiant de la ligne de temps enfant.\n"
msgstr "Les identifiants de ligne de temps doivent être inférieurs à l'identifiant de la ligne de temps enfant.\n"
#: xlogreader.c:264
#, c-format
msgid "invalid record offset at %X/%X"
msgstr "décalage invalide de l'enregistrement %X/%X"
msgstr "décalage invalide de l'enregistrement %X/%X"
#: xlogreader.c:272
#, c-format
msgid "contrecord is requested by %X/%X"
msgstr "« contrecord » est requis par %X/%X"
msgstr "« contrecord » est requis par %X/%X"
#: xlogreader.c:312 xlogreader.c:603
#, c-format
msgid "invalid record length at %X/%X"
msgstr "longueur invalide de l'enregistrement à %X/%X"
msgstr "longueur invalide de l'enregistrement à %X/%X"
#: xlogreader.c:326
#, c-format
msgid "record length %u at %X/%X too long"
msgstr "longueur trop importante de l'enregistrement %u à %X/%X"
msgstr "longueur trop importante de l'enregistrement %u à %X/%X"
#: xlogreader.c:367
#, c-format
msgid "there is no contrecord flag at %X/%X"
msgstr "il n'existe pas de drapeau contrecord à %X/%X"
msgstr "il n'existe pas de drapeau contrecord à %X/%X"
#: xlogreader.c:380
#, c-format
msgid "invalid contrecord length %u at %X/%X"
msgstr "longueur %u invalide du contrecord à %X/%X"
msgstr "longueur %u invalide du contrecord à %X/%X"
#: xlogreader.c:610
#, c-format
msgid "invalid resource manager ID %u at %X/%X"
msgstr "identifiant du gestionnaire de ressources invalide %u à %X/%X"
msgstr "identifiant du gestionnaire de ressources invalide %u à %X/%X"
#: xlogreader.c:624 xlogreader.c:641
#, c-format
msgid "record with incorrect prev-link %X/%X at %X/%X"
msgstr "enregistrement avec prev-link %X/%X incorrect à %X/%X"
msgstr "enregistrement avec prev-link %X/%X incorrect à %X/%X"
#: xlogreader.c:678
#, c-format
msgid "incorrect resource manager data checksum in record at %X/%X"
msgstr ""
"somme de contrÎle des données du gestionnaire de ressources incorrecte à\n"
"somme de contrôle des données du gestionnaire de ressources incorrecte à\n"
"l'enregistrement %X/%X"
#: xlogreader.c:711
#, c-format
msgid "invalid magic number %04X in log segment %s, offset %u"
msgstr "numéro magique invalide %04X dans le segment %s, décalage %u"
msgstr "numéro magique invalide %04X dans le segment %s, décalage %u"
#: xlogreader.c:725 xlogreader.c:776
#, c-format
msgid "invalid info bits %04X in log segment %s, offset %u"
msgstr "bits d'information %04X invalides dans le segment %s, décalage %u"
msgstr "bits d'information %04X invalides dans le segment %s, décalage %u"
#: xlogreader.c:751
#, c-format
msgid "WAL file is from different database system: WAL file database system identifier is %s, pg_control database system identifier is %s"
msgstr "le fichier WAL provient d'un systÚme différent : l'identifiant systÚme de la base dans le fichier WAL est %s, alors que l'identifiant systÚme de la base dans pg_control est %s"
msgstr "le fichier WAL provient d'un système différent : l'identifiant système de la base dans le fichier WAL est %s, alors que l'identifiant système de la base dans pg_control est %s"
#: xlogreader.c:758
#, c-format
msgid "WAL file is from different database system: incorrect XLOG_SEG_SIZE in page header"
msgstr "le fichier WAL provient d'un systÚme différent : XLOG_SEG_SIZE invalide dans l'en-tête de page"
msgstr "le fichier WAL provient d'un système différent : XLOG_SEG_SIZE invalide dans l'en-tête de page"
#: xlogreader.c:764
#, c-format
msgid "WAL file is from different database system: incorrect XLOG_BLCKSZ in page header"
msgstr "le fichier WAL provient d'un systÚme différent : XLOG_BLCKSZ invalide dans l'en-tête de page"
msgstr "le fichier WAL provient d'un système différent : XLOG_BLCKSZ invalide dans l'en-tête de page"
#: xlogreader.c:790
#, c-format
@@ -772,59 +772,59 @@ msgstr "pageaddr %X/%X inattendue dans le journal de transactions %s, segment %u
#: xlogreader.c:815
#, c-format
msgid "out-of-sequence timeline ID %u (after %u) in log segment %s, offset %u"
msgstr "identifiant timeline %u hors de la séquence (aprÚs %u) dans le segment %s, décalage %u"
msgstr "identifiant timeline %u hors de la séquence (après %u) dans le segment %s, décalage %u"
#: xlogreader.c:1061
#, c-format
msgid "out-of-order block_id %u at %X/%X"
msgstr "block_id %u désordonné à %X/%X"
msgstr "block_id %u désordonné à %X/%X"
#: xlogreader.c:1083
#, c-format
msgid "BKPBLOCK_HAS_DATA set, but no data included at %X/%X"
msgstr "BKPBLOCK_HAS_DATA configuré, mais aucune donnée inclus à %X/%X"
msgstr "BKPBLOCK_HAS_DATA configuré, mais aucune donnée inclus à %X/%X"
#: xlogreader.c:1090
#, c-format
msgid "BKPBLOCK_HAS_DATA not set, but data length is %u at %X/%X"
msgstr "BKPBLOCK_HAS_DATA non configuré, mais la longueur des données est %u à %X/%X"
msgstr "BKPBLOCK_HAS_DATA non configuré, mais la longueur des données est %u à %X/%X"
#: xlogreader.c:1123
#, c-format
msgid "BKPIMAGE_HAS_HOLE set, but hole offset %u length %u block image length %u at %X/%X"
msgstr "BKPIMAGE_HAS_HOLE activé, mais décalage trou %u longueur %u longueur image bloc %u à %X/%X"
msgstr "BKPIMAGE_HAS_HOLE activé, mais décalage trou %u longueur %u longueur image bloc %u à %X/%X"
#: xlogreader.c:1139
#, c-format
msgid "BKPIMAGE_HAS_HOLE not set, but hole offset %u length %u at %X/%X"
msgstr "BKPIMAGE_HAS_HOLE désactivé, mais décalage trou %u longueur %u à %X/%X"
msgstr "BKPIMAGE_HAS_HOLE désactivé, mais décalage trou %u longueur %u à %X/%X"
#: xlogreader.c:1154
#, c-format
msgid "BKPIMAGE_IS_COMPRESSED set, but block image length %u at %X/%X"
msgstr "BKPIMAGE_IS_COMPRESSED configuré, mais la longueur de l'image du bloc est %u à %X/%X"
msgstr "BKPIMAGE_IS_COMPRESSED configuré, mais la longueur de l'image du bloc est %u à %X/%X"
#: xlogreader.c:1169
#, c-format
msgid "neither BKPIMAGE_HAS_HOLE nor BKPIMAGE_IS_COMPRESSED set, but block image length is %u at %X/%X"
msgstr "ni BKPIMAGE_HAS_HOLE ni BKPIMAGE_IS_COMPRESSED configuré, mais la longueur de l'image du bloc est %u à %X/%X"
msgstr "ni BKPIMAGE_HAS_HOLE ni BKPIMAGE_IS_COMPRESSED configuré, mais la longueur de l'image du bloc est %u à %X/%X"
#: xlogreader.c:1185
#, c-format
msgid "BKPBLOCK_SAME_REL set but no previous rel at %X/%X"
msgstr "BKPBLOCK_SAME_REL configuré, mais pas de relation précédente à %X/%X"
msgstr "BKPBLOCK_SAME_REL configuré, mais pas de relation précédente à %X/%X"
#: xlogreader.c:1197
#, c-format
msgid "invalid block_id %u at %X/%X"
msgstr "block_id %u invalide à %X/%X"
msgstr "block_id %u invalide à %X/%X"
#: xlogreader.c:1262
#, c-format
msgid "record with invalid length at %X/%X"
msgstr "enregistrement de longueur invalide à %X/%X"
msgstr "enregistrement de longueur invalide à %X/%X"
#: xlogreader.c:1351
#, c-format
msgid "invalid compressed image at %X/%X, block %d"
msgstr "image compressée invalide à %X/%X, bloc %d"
msgstr "image compressée invalide à %X/%X, bloc %d"

View File

@@ -1,13 +1,13 @@
# Brazilian Portuguese message translation file for pg_rewind
# Copyright (C) 2016 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
# Euler Taveira de Oliveira <euler@timbira.com>, 2016.
# Euler Taveira de Oliveira <euler@timbira.com>, 2016-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: pg_rewind (PostgreSQL) 9.5\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2016-10-25 15:00-0300\n"
"POT-Creation-Date: 2017-08-06 01:46-0300\n"
"PO-Revision-Date: 2015-10-04 16:36-0300\n"
"Last-Translator: Euler Taveira de Oliveira <euler@timbira.com>\n"
"Language-Team: Brazilian Portuguese <pgbr-dev@listas.postgresql.org.br>\n"
@@ -269,97 +269,97 @@ msgstr "não pôde obter lista de arquivos: %s"
msgid "unexpected result set while fetching file list\n"
msgstr "conjunto de resultados inesperado ao obter lista de arquivos\n"
#: libpq_fetch.c:240
#: libpq_fetch.c:262
#, c-format
msgid "could not send query: %s"
msgstr "não pôde enviar consulta: %s"
#: libpq_fetch.c:242
#: libpq_fetch.c:264
#, c-format
msgid "getting file chunks\n"
msgstr "obtendo blocos do arquivo\n"
#: libpq_fetch.c:245
#: libpq_fetch.c:267
#, c-format
msgid "could not set libpq connection to single row mode\n"
msgstr "não pôde definir conexão libpq para modo de registro único\n"
#: libpq_fetch.c:265
#: libpq_fetch.c:287
#, c-format
msgid "unexpected result while fetching remote files: %s"
msgstr "resultado inesperado ao obter arquivos remotos: %s"
#: libpq_fetch.c:271
#: libpq_fetch.c:293
#, c-format
msgid "unexpected result set size while fetching remote files\n"
msgstr "tamanho do conjunto de resultados inesperado ao obter arquivos remotos\n"
#: libpq_fetch.c:277
#: libpq_fetch.c:299
#, c-format
msgid "unexpected data types in result set while fetching remote files: %u %u %u\n"
msgstr "tipos de daos inesperados no conjunto de resultados ao obter arquivos remotos: %u %u %u\n"
#: libpq_fetch.c:285
#: libpq_fetch.c:307
#, c-format
msgid "unexpected result format while fetching remote files\n"
msgstr "formato de resultado inesperado ao obter arquivos remotos\n"
#: libpq_fetch.c:291
#: libpq_fetch.c:313
#, c-format
msgid "unexpected null values in result while fetching remote files\n"
msgstr "valores nulos inesperados em resultado ao obter arquivos remotos\n"
#: libpq_fetch.c:295
#: libpq_fetch.c:317
#, c-format
msgid "unexpected result length while fetching remote files\n"
msgstr "tamanho de resultado inesperado ao obter arquivos remotos\n"
#: libpq_fetch.c:317
#: libpq_fetch.c:339
#, c-format
msgid "received null value for chunk for file \"%s\", file has been deleted\n"
msgstr "valor nulo recebido para bloco do arquivo \"%s\", arquivo foi removido\n"
#: libpq_fetch.c:324
#: libpq_fetch.c:346
#, c-format
msgid "received chunk for file \"%s\", offset %d, size %d\n"
msgstr "bloco recebido para arquivo \"%s\", posição %d, tamanho %d\n"
msgid "received chunk for file \"%s\", offset "
msgstr "bloco recebido para arquivo \"%s\", posição "
#: libpq_fetch.c:353
#: libpq_fetch.c:375
#, c-format
msgid "could not fetch remote file \"%s\": %s"
msgstr "não pôde obter arquivo remoto \"%s\": %s"
#: libpq_fetch.c:358
#: libpq_fetch.c:380
#, c-format
msgid "unexpected result set while fetching remote file \"%s\"\n"
msgstr "conjunto de resultados inesperado ao obter arquivo remoto \"%s\"\n"
#: libpq_fetch.c:369
#: libpq_fetch.c:391
#, c-format
msgid "fetched file \"%s\", length %d\n"
msgstr "arquivo \"%s\" obtido, tamanho %d\n"
#: libpq_fetch.c:401
#: libpq_fetch.c:424
#, c-format
msgid "could not send COPY data: %s"
msgstr "não pôde enviar dados do COPY: %s"
#: libpq_fetch.c:427
#: libpq_fetch.c:450
#, c-format
msgid "could not create temporary table: %s"
msgstr "não pôde criar tabela temporária: %s"
#: libpq_fetch.c:435
#: libpq_fetch.c:458
#, c-format
msgid "could not send file list: %s"
msgstr "não pôde enviar lista de arquivos: %s"
#: libpq_fetch.c:477
#: libpq_fetch.c:500
#, c-format
msgid "could not send end-of-COPY: %s"
msgstr "não pôde enviar fim do COPY: %s"
#: libpq_fetch.c:483
#: libpq_fetch.c:506
#, c-format
msgid "unexpected result while sending file list: %s"
msgstr "resultado inesperado ao enviar lista de arquivos: %s"

View File

@@ -1,7 +1,7 @@
# Russian message translation file for pg_rewind
# Copyright (C) 2015-2016 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
# Alexander Lakhin <exclusion@gmail.com>, 2015-2016.
# Alexander Lakhin <exclusion@gmail.com>, 2015-2017.
#
msgid ""
msgstr ""

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -24,8 +24,8 @@ msgid ""
msgstr ""
"Project-Id-Version: psql (PostgreSQL) 9.5\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2017-02-09 21:21+0000\n"
"PO-Revision-Date: 2017-04-23 02:39+0100\n"
"POT-Creation-Date: 2017-05-22 15:50+0000\n"
"PO-Revision-Date: 2017-05-29 22:06+0100\n"
"Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
"Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
"Language: it\n"
@@ -289,7 +289,7 @@ msgid "All connection parameters must be supplied because no database connection
msgstr "Tutti i parametri di connessione devono essere forniti perché non esiste alcuna connessione di database\n"
#: command.c:1803 command.c:3268 common.c:140 common.c:437 common.c:1025
#: common.c:1053 common.c:1153 copy.c:488 copy.c:698 large_obj.c:156
#: common.c:1053 common.c:1153 copy.c:488 copy.c:708 large_obj.c:156
#: large_obj.c:191 large_obj.c:253 psqlscan.l:1973
#, c-format
msgid "%s"
@@ -746,16 +746,16 @@ msgstr "annullata dall'utente"
#: copy.c:541
msgid ""
"Enter data to be copied followed by a newline.\n"
"End with a backslash and a period on a line by itself."
"End with a backslash and a period on a line by itself, or an EOF signal."
msgstr ""
"Inserire i dati da copiare seguiti da un \"a capo\".\n"
"Terminare con un backslash ed un punto su una singola riga."
"Terminare con un backslash ed un punto su una singola riga, o un segnale EOF."
#: copy.c:670
msgid "aborted because of read failure"
msgstr "interrotto a causa di lettura non riuscita"
#: copy.c:694
#: copy.c:704
msgid "trying to exit copy mode"
msgstr "tentativo di uscita dalla modalità copy"
@@ -1265,6 +1265,16 @@ msgstr "Trigger sempre abilitati:"
msgid "Triggers firing on replica only:"
msgstr "Trigger abilitati solo su replica."
#: describe.c:2424
#, c-format
msgid "Server: %s"
msgstr "Server: %s"
#: describe.c:2432
#, c-format
msgid "FDW Options: (%s)"
msgstr "Opzioni FDW: (%s)"
#: describe.c:2446
msgid "Inherits"
msgstr "Eredita"

File diff suppressed because it is too large Load Diff

View File

@@ -4,15 +4,14 @@
# Serguei A. Mokhov <mokhov@cs.concordia.ca>, 2001-2005.
# Oleg Bartunov <oleg@sai.msu.su>, 2004-2005.
# Sergey Burladyan <eshkinkot@gmail.com>, 2012.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2016.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: psql (PostgreSQL current)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2017-01-30 17:21+0000\n"
"PO-Revision-Date: 2016-11-24 15:40+0300\n"
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
"POT-Creation-Date: 2017-05-26 20:50+0000\n"
"PO-Revision-Date: 2017-05-27 15:09+0300\n"
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
@@ -20,6 +19,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
#: ../../common/exec.c:127 ../../common/exec.c:241 ../../common/exec.c:284
#, c-format
@@ -289,7 +289,7 @@ msgstr ""
"подключения\n"
#: command.c:1803 command.c:3268 common.c:140 common.c:437 common.c:1025
#: common.c:1053 common.c:1153 copy.c:488 copy.c:698 large_obj.c:156
#: common.c:1053 common.c:1153 copy.c:488 copy.c:708 large_obj.c:156
#: large_obj.c:191 large_obj.c:253 psqlscan.l:1973
#, c-format
msgid "%s"
@@ -775,16 +775,16 @@ msgstr "отменено пользователем"
#: copy.c:541
msgid ""
"Enter data to be copied followed by a newline.\n"
"End with a backslash and a period on a line by itself."
"End with a backslash and a period on a line by itself, or an EOF signal."
msgstr ""
"Вводите данные для копирования, разделяя строки переводом строки.\n"
"Закончите ввод строкой '\\.'."
"Закончите ввод строкой '\\.' или сигналом EOF."
#: copy.c:670
msgid "aborted because of read failure"
msgstr "прерывание из-за ошибки чтения"
#: copy.c:694
#: copy.c:704
msgid "trying to exit copy mode"
msgstr "попытка выйти из режима копирования"
@@ -1297,6 +1297,17 @@ msgstr "Триггеры, срабатывающие всегда:"
msgid "Triggers firing on replica only:"
msgstr "Триггеры, срабатывающие только в реплике:"
#: describe.c:2424
#, c-format
msgid "Server: %s"
msgstr "Сервер: %s"
# well-spelled: ОСД
#: describe.c:2432
#, c-format
msgid "FDW Options: (%s)"
msgstr "Параметр ОСД: (%s)"
#: describe.c:2446
msgid "Inherits"
msgstr "Наследует"
@@ -4879,7 +4890,7 @@ msgstr "начать транзакцию"
#: sql_help.h:397
msgid "force a transaction log checkpoint"
msgstr "отметить контрольную точку в журнале транзакций"
msgstr "произвести контрольную точку в журнале транзакций"
#: sql_help.h:402
msgid "close a cursor"

View File

@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pgscripts (PostgreSQL 9.4)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2015-10-04 00:43+0000\n"
"POT-Creation-Date: 2017-05-21 17:32+0000\n"
"PO-Revision-Date: 2015-09-30 13:18-0300\n"
"Last-Translator: Carlos Chapi <carlos.chapi@2ndquadrant.com>\n"
"Language-Team: Castellano <pgsql-es-ayuda@postgresql.org>\n"
@@ -52,14 +52,14 @@ msgstr "fallo en la búsqueda de nombre de usuario: código de error %lu"
#: createuser.c:183 dropdb.c:94 dropdb.c:103 dropdb.c:111 droplang.c:88
#: droplang.c:118 droplang.c:174 dropuser.c:89 dropuser.c:104 dropuser.c:115
#: pg_isready.c:93 pg_isready.c:107 reindexdb.c:130 reindexdb.c:149
#: vacuumdb.c:208 vacuumdb.c:227
#: vacuumdb.c:210 vacuumdb.c:229
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Use «%s --help» para mayor información.\n"
#: clusterdb.c:127 createdb.c:136 createlang.c:117 createuser.c:181
#: dropdb.c:109 droplang.c:116 dropuser.c:102 pg_isready.c:105 reindexdb.c:147
#: vacuumdb.c:225
#: vacuumdb.c:227
#, c-format
msgid "%s: too many command-line arguments (first is \"%s\")\n"
msgstr "%s: demasiados argumentos (el primero es «%s»)\n"
@@ -91,12 +91,12 @@ msgstr ""
"%s: falló el reordenamiento de la base de datos «%s»:\n"
"%s"
#: clusterdb.c:245
#: clusterdb.c:247
#, c-format
msgid "%s: clustering database \"%s\"\n"
msgstr "%s: reordenando la base de datos «%s»\n"
#: clusterdb.c:261
#: clusterdb.c:268
#, c-format
msgid ""
"%s clusters all previously clustered tables in a database.\n"
@@ -106,21 +106,21 @@ msgstr ""
"en una base de datos.\n"
"\n"
#: clusterdb.c:262 createdb.c:252 createlang.c:236 createuser.c:348
#: dropdb.c:155 droplang.c:237 dropuser.c:156 pg_isready.c:222 reindexdb.c:392
#: vacuumdb.c:931
#: clusterdb.c:269 createdb.c:252 createlang.c:236 createuser.c:348
#: dropdb.c:155 droplang.c:237 dropuser.c:156 pg_isready.c:222 reindexdb.c:400
#: vacuumdb.c:938
#, c-format
msgid "Usage:\n"
msgstr "Empleo:\n"
#: clusterdb.c:263 reindexdb.c:393 vacuumdb.c:932
#: clusterdb.c:270 reindexdb.c:401 vacuumdb.c:939
#, c-format
msgid " %s [OPTION]... [DBNAME]\n"
msgstr " %s [OPCIÓN]... [BASE-DE-DATOS]\n"
#: clusterdb.c:264 createdb.c:254 createlang.c:238 createuser.c:350
#: dropdb.c:157 droplang.c:239 dropuser.c:158 pg_isready.c:225 reindexdb.c:394
#: vacuumdb.c:933
#: clusterdb.c:271 createdb.c:254 createlang.c:238 createuser.c:350
#: dropdb.c:157 droplang.c:239 dropuser.c:158 pg_isready.c:225 reindexdb.c:402
#: vacuumdb.c:940
#, c-format
msgid ""
"\n"
@@ -129,52 +129,52 @@ msgstr ""
"\n"
"Opciones:\n"
#: clusterdb.c:265
#: clusterdb.c:272
#, c-format
msgid " -a, --all cluster all databases\n"
msgstr " -a, --all reordenar todas las bases de datos\n"
#: clusterdb.c:266
#: clusterdb.c:273
#, c-format
msgid " -d, --dbname=DBNAME database to cluster\n"
msgstr " -d, --dbname=BASE base de datos a reordenar\n"
#: clusterdb.c:267 createlang.c:240 createuser.c:354 dropdb.c:158
#: droplang.c:241 dropuser.c:159 reindexdb.c:397
#: clusterdb.c:274 createlang.c:240 createuser.c:354 dropdb.c:158
#: droplang.c:241 dropuser.c:159 reindexdb.c:405
#, c-format
msgid " -e, --echo show the commands being sent to the server\n"
msgstr " -e, --echo mostrar las órdenes a medida que se ejecutan\n"
#: clusterdb.c:268 reindexdb.c:399
#: clusterdb.c:275 reindexdb.c:407
#, c-format
msgid " -q, --quiet don't write any messages\n"
msgstr " -q, --quiet no escribir ningún mensaje\n"
#: clusterdb.c:269
#: clusterdb.c:276
#, c-format
msgid " -t, --table=TABLE cluster specific table(s) only\n"
msgstr " -t, --table=TABLA reordenar sólo esta(s) tabla(s)\n"
#: clusterdb.c:270 reindexdb.c:403
#: clusterdb.c:277 reindexdb.c:411
#, c-format
msgid " -v, --verbose write a lot of output\n"
msgstr " -v, --verbose desplegar varios mensajes informativos\n"
#: clusterdb.c:271 createlang.c:242 createuser.c:368 dropdb.c:160
#: droplang.c:243 dropuser.c:162 reindexdb.c:404
#: clusterdb.c:278 createlang.c:242 createuser.c:368 dropdb.c:160
#: droplang.c:243 dropuser.c:162 reindexdb.c:412
#, c-format
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version mostrar información de versión y salir\n"
#: clusterdb.c:272 createlang.c:243 createuser.c:373 dropdb.c:162
#: droplang.c:244 dropuser.c:164 reindexdb.c:405
#: clusterdb.c:279 createlang.c:243 createuser.c:373 dropdb.c:162
#: droplang.c:244 dropuser.c:164 reindexdb.c:413
#, c-format
msgid " -?, --help show this help, then exit\n"
msgstr " -?, --help mostrar esta ayuda y salir\n"
#: clusterdb.c:273 createdb.c:265 createlang.c:244 createuser.c:374
#: dropdb.c:163 droplang.c:245 dropuser.c:165 pg_isready.c:231 reindexdb.c:406
#: vacuumdb.c:949
#: clusterdb.c:280 createdb.c:265 createlang.c:244 createuser.c:374
#: dropdb.c:163 droplang.c:245 dropuser.c:165 pg_isready.c:231 reindexdb.c:414
#: vacuumdb.c:956
#, c-format
msgid ""
"\n"
@@ -183,42 +183,42 @@ msgstr ""
"\n"
"Opciones de conexión:\n"
#: clusterdb.c:274 createlang.c:245 createuser.c:375 dropdb.c:164
#: droplang.c:246 dropuser.c:166 reindexdb.c:407 vacuumdb.c:950
#: clusterdb.c:281 createlang.c:245 createuser.c:375 dropdb.c:164
#: droplang.c:246 dropuser.c:166 reindexdb.c:415 vacuumdb.c:957
#, 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"
#: clusterdb.c:275 createlang.c:246 createuser.c:376 dropdb.c:165
#: droplang.c:247 dropuser.c:167 reindexdb.c:408 vacuumdb.c:951
#: clusterdb.c:282 createlang.c:246 createuser.c:376 dropdb.c:165
#: droplang.c:247 dropuser.c:167 reindexdb.c:416 vacuumdb.c:958
#, c-format
msgid " -p, --port=PORT database server port\n"
msgstr " -p, --port=PUERTO puerto del servidor\n"
#: clusterdb.c:276 createlang.c:247 dropdb.c:166 droplang.c:248
#: reindexdb.c:409 vacuumdb.c:952
#: clusterdb.c:283 createlang.c:247 dropdb.c:166 droplang.c:248
#: reindexdb.c:417 vacuumdb.c:959
#, c-format
msgid " -U, --username=USERNAME user name to connect as\n"
msgstr " -U, --username=USUARIO nombre de usuario para la conexión\n"
#: clusterdb.c:277 createlang.c:248 createuser.c:378 dropdb.c:167
#: droplang.c:249 dropuser.c:169 reindexdb.c:410 vacuumdb.c:953
#: clusterdb.c:284 createlang.c:248 createuser.c:378 dropdb.c:167
#: droplang.c:249 dropuser.c:169 reindexdb.c:418 vacuumdb.c:960
#, c-format
msgid " -w, --no-password never prompt for password\n"
msgstr " -w, --no-password nunca pedir contraseña\n"
#: clusterdb.c:278 createlang.c:249 createuser.c:379 dropdb.c:168
#: droplang.c:250 dropuser.c:170 reindexdb.c:411 vacuumdb.c:954
#: clusterdb.c:285 createlang.c:249 createuser.c:379 dropdb.c:168
#: droplang.c:250 dropuser.c:170 reindexdb.c:419 vacuumdb.c:961
#, c-format
msgid " -W, --password force password prompt\n"
msgstr " -W, --password forzar la petición de contraseña\n"
#: clusterdb.c:279 dropdb.c:169 reindexdb.c:412 vacuumdb.c:955
#: clusterdb.c:286 dropdb.c:169 reindexdb.c:420 vacuumdb.c:962
#, c-format
msgid " --maintenance-db=DBNAME alternate maintenance database\n"
msgstr " --maintenance-db=BASE base de datos de mantención alternativa\n"
#: clusterdb.c:280
#: clusterdb.c:287
#, c-format
msgid ""
"\n"
@@ -227,9 +227,9 @@ msgstr ""
"\n"
"Lea la descripción de la orden CLUSTER de SQL para obtener mayores detalles.\n"
#: clusterdb.c:281 createdb.c:273 createlang.c:250 createuser.c:380
#: dropdb.c:170 droplang.c:251 dropuser.c:171 pg_isready.c:236 reindexdb.c:414
#: vacuumdb.c:957
#: clusterdb.c:288 createdb.c:273 createlang.c:250 createuser.c:380
#: dropdb.c:170 droplang.c:251 dropuser.c:171 pg_isready.c:236 reindexdb.c:422
#: vacuumdb.c:964
#, c-format
msgid ""
"\n"
@@ -238,58 +238,58 @@ msgstr ""
"\n"
"Reporte errores a <pgsql-bugs@postgresql.org>.\n"
#: common.c:68 common.c:114
#: common.c:82 common.c:128
msgid "Password: "
msgstr "Contraseña: "
#: common.c:103
#: common.c:113
#, c-format
msgid "%s: could not connect to database %s\n"
msgstr "%s: no se pudo conectar a la base de datos %s\n"
msgid "%s: could not connect to database %s: out of memory\n"
msgstr "%s: no se pudo conectar a la base de datos %s: memoria agotada\n"
#: common.c:130
#: common.c:141
#, 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:179 common.c:207
#: common.c:190 common.c:218
#, c-format
msgid "%s: query failed: %s"
msgstr "%s: la consulta falló: %s"
#: common.c:181 common.c:209
#: common.c:192 common.c:220
#, c-format
msgid "%s: query was: %s\n"
msgstr "%s: la consulta era: %s\n"
#. translator: abbreviation for "yes"
#: common.c:250
#: common.c:261
msgid "y"
msgstr "s"
#. translator: abbreviation for "no"
#: common.c:252
#: common.c:263
msgid "n"
msgstr "n"
#. translator: This is a question followed by the translated options for
#. "yes" and "no".
#: common.c:262
#: common.c:273
#, c-format
msgid "%s (%s/%s) "
msgstr "%s (%s/%s) "
#: common.c:283
#: common.c:294
#, c-format
msgid "Please answer \"%s\" or \"%s\".\n"
msgstr "Por favor conteste «%s» o «%s».\n"
#: common.c:362 common.c:399
#: common.c:373 common.c:410
#, c-format
msgid "Cancel request sent\n"
msgstr "Petición de cancelación enviada\n"
#: common.c:365 common.c:403
#: common.c:376 common.c:414
#, c-format
msgid "Could not send cancel request: %s"
msgstr "No se pudo enviar el paquete de cancelación: %s"
@@ -452,7 +452,7 @@ msgstr "Lenguajes Procedurales"
msgid "%s: missing required argument language name\n"
msgstr "%s: falta el nombre de lenguaje requerido\n"
#: createlang.c:197
#: createlang.c:196
#, 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"
@@ -693,7 +693,7 @@ msgstr " -i, --interactive preguntar antes de eliminar\n"
msgid " --if-exists don't report error if database doesn't exist\n"
msgstr " --if-exists no reportar error si la base de datos no existe\n"
#: droplang.c:203
#: droplang.c:202
#, 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"
@@ -931,17 +931,17 @@ msgstr "%s: falló la reindexación del esquema «%s» en la base de datos «%s
msgid "%s: reindexing of database \"%s\" failed: %s"
msgstr "%s: falló la reindexación de la base de datos «%s»: %s"
#: reindexdb.c:346
#: reindexdb.c:348
#, c-format
msgid "%s: reindexing database \"%s\"\n"
msgstr "%s: reindexando la base de datos «%s»\n"
#: reindexdb.c:379
#: reindexdb.c:387
#, 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:391
#: reindexdb.c:399
#, c-format
msgid ""
"%s reindexes a PostgreSQL database.\n"
@@ -950,37 +950,37 @@ msgstr ""
"%s reindexa una base de datos PostgreSQL.\n"
"\n"
#: reindexdb.c:395
#: reindexdb.c:403
#, c-format
msgid " -a, --all reindex all databases\n"
msgstr " -a, --all reindexar todas las bases de datos\n"
#: reindexdb.c:396
#: reindexdb.c:404
#, c-format
msgid " -d, --dbname=DBNAME database to reindex\n"
msgstr " -d, --dbname=DBNAME base de datos a reindexar\n"
#: reindexdb.c:398
#: reindexdb.c:406
#, c-format
msgid " -i, --index=INDEX recreate specific index(es) only\n"
msgstr " -i, --index=INDEX recrear sólo este o estos índice(s)\n"
#: reindexdb.c:400
#: reindexdb.c:408
#, c-format
msgid " -s, --system reindex system catalogs\n"
msgstr " -s, --system reindexa los catálogos del sistema\n"
#: reindexdb.c:401
#: reindexdb.c:409
#, c-format
msgid " -S, --schema=SCHEMA reindex specific schema(s) only\n"
msgstr " -S, --schema=ESQUEMA reindexar sólo este o estos esquemas\n"
#: reindexdb.c:402
#: reindexdb.c:410
#, c-format
msgid " -t, --table=TABLE reindex specific table(s) only\n"
msgstr " -t, --table=TABLE reindexar sólo esta(s) tabla(s)\n"
#: reindexdb.c:413
#: reindexdb.c:421
#, c-format
msgid ""
"\n"
@@ -989,74 +989,74 @@ msgstr ""
"\n"
"Lea la descripción de la orden REINDEX de SQL para obtener mayores detalles.\n"
#: vacuumdb.c:190
#: vacuumdb.c:192
#, c-format
msgid "%s: number of parallel \"jobs\" must be at least 1\n"
msgid "%s: number of parallel jobs must be at least 1\n"
msgstr "%s: número de trabajos en paralelo debe ser al menos 1\n"
#: vacuumdb.c:196
#: vacuumdb.c:198
#, c-format
msgid "%s: too many parallel jobs requested (maximum: %d)\n"
msgstr "%s: demasiados trabajos paralelos solicitados (máximo: %d)\n"
#: vacuumdb.c:235 vacuumdb.c:241
#: vacuumdb.c:237 vacuumdb.c:243
#, c-format
msgid "%s: cannot use the \"%s\" option when performing only analyze\n"
msgstr ""
"%s: no se puede usar la opción «%s» cuando se está sólo\n"
"actualizando estadísticas\n"
#: vacuumdb.c:258
#: vacuumdb.c:260
#, c-format
msgid "%s: cannot vacuum all databases and a specific one at the same time\n"
msgstr ""
"%s: no se pueden limpiar todas las bases de datos y una de ellas\n"
"en particular simultáneamente\n"
#: vacuumdb.c:264
#: vacuumdb.c:266
#, c-format
msgid "%s: cannot vacuum specific table(s) in all databases\n"
msgstr ""
"%s: no es posible limpiar tablas específicas en todas\n"
"las bases de datos\n"
#: vacuumdb.c:350
#: vacuumdb.c:352
msgid "Generating minimal optimizer statistics (1 target)"
msgstr "Generando estadísticas mínimas para el optimizador (tamaño = 1)"
#: vacuumdb.c:351
#: vacuumdb.c:353
msgid "Generating medium optimizer statistics (10 targets)"
msgstr "Generando estadísticas medias para el optimizador (tamaño = 10)"
#: vacuumdb.c:352
#: vacuumdb.c:354
msgid "Generating default (full) optimizer statistics"
msgstr "Generando estadísticas predeterminadas (completas) para el optimizador"
#: vacuumdb.c:361
#: vacuumdb.c:366
#, c-format
msgid "%s: processing database \"%s\": %s\n"
msgstr "%s: procesando la base de datos «%s»: %s\n"
#: vacuumdb.c:364
#: vacuumdb.c:369
#, c-format
msgid "%s: vacuuming database \"%s\"\n"
msgstr "%s: limpiando la base de datos «%s»\n"
#: vacuumdb.c:694
#: vacuumdb.c:701
#, c-format
msgid "%s: vacuuming of table \"%s\" in database \"%s\" failed: %s"
msgstr ""
"%s: falló la limpieza de la tabla «%s» en la base de datos «%s»:\n"
"%s"
#: vacuumdb.c:697 vacuumdb.c:814
#: vacuumdb.c:704 vacuumdb.c:821
#, c-format
msgid "%s: vacuuming of database \"%s\" failed: %s"
msgstr ""
"%s: falló la limpieza de la base de datos «%s»:\n"
"%s"
#: vacuumdb.c:930
#: vacuumdb.c:937
#, c-format
msgid ""
"%s cleans and analyzes a PostgreSQL database.\n"
@@ -1065,71 +1065,71 @@ msgstr ""
"%s limpia (VACUUM) y analiza una base de datos PostgreSQL.\n"
"\n"
#: vacuumdb.c:934
#: vacuumdb.c:941
#, c-format
msgid " -a, --all vacuum all databases\n"
msgstr " -a, --all limpia todas las bases de datos\n"
#: vacuumdb.c:935
#: vacuumdb.c:942
#, c-format
msgid " -d, --dbname=DBNAME database to vacuum\n"
msgstr " -d, --dbname=BASE base de datos a limpiar\n"
#: vacuumdb.c:936
#: vacuumdb.c:943
#, c-format
msgid " -e, --echo show the commands being sent to the server\n"
msgstr " -e, --echo mostrar las órdenes enviadas al servidor\n"
#: vacuumdb.c:937
#: vacuumdb.c:944
#, c-format
msgid " -f, --full do full vacuuming\n"
msgstr " -f, --full usar «vacuum full»\n"
#: vacuumdb.c:938
#: vacuumdb.c:945
#, c-format
msgid " -F, --freeze freeze row transaction information\n"
msgstr " -F, --freeze usar «vacuum freeze»\n"
#: vacuumdb.c:939
#: vacuumdb.c:946
#, c-format
msgid " -j, --jobs=NUM use this many concurrent connections to vacuum\n"
msgstr " -j, --jobs=NUM usar esta cantidad de conexiones concurrentes\n"
#: vacuumdb.c:940
#: vacuumdb.c:947
#, c-format
msgid " -q, --quiet don't write any messages\n"
msgstr " -q, --quiet no desplegar mensajes\n"
#: vacuumdb.c:941
#: vacuumdb.c:948
#, c-format
msgid " -t, --table='TABLE[(COLUMNS)]' vacuum specific table(s) only\n"
msgstr ""
" -t, --table='TABLA[(COLUMNAS)]'\n"
" limpiar sólo esta(s) tabla(s)\n"
#: vacuumdb.c:942
#: vacuumdb.c:949
#, c-format
msgid " -v, --verbose write a lot of output\n"
msgstr " -v, --verbose desplegar varios mensajes informativos\n"
#: vacuumdb.c:943
#: vacuumdb.c:950
#, c-format
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version mostrar información de versión y salir\n"
#: vacuumdb.c:944
#: vacuumdb.c:951
#, c-format
msgid " -z, --analyze update optimizer statistics\n"
msgstr " -z, --analyze actualizar las estadísticas del optimizador\n"
#: vacuumdb.c:945
#: vacuumdb.c:952
#, c-format
msgid " -Z, --analyze-only only update optimizer statistics; no vacuum\n"
msgstr ""
" -Z, --analyze-only sólo actualizar las estadísticas del optimizador;\n"
" no hacer vacuum\n"
#: vacuumdb.c:946
#: vacuumdb.c:953
#, c-format
msgid ""
" --analyze-in-stages only update optimizer statistics, in multiple\n"
@@ -1139,12 +1139,12 @@ msgstr ""
" en múltiples etapas para resultados más rápidos;\n"
" no hacer vacuum\n"
#: vacuumdb.c:948
#: vacuumdb.c:955
#, c-format
msgid " -?, --help show this help, then exit\n"
msgstr " -?, --help mostrar esta ayuda y salir\n"
#: vacuumdb.c:956
#: vacuumdb.c:963
#, c-format
msgid ""
"\n"

View File

@@ -3,7 +3,7 @@
# This file is distributed under the same license as the PostgreSQL package.
# Serguei A. Mokhov, <mokhov@cs.concordia.ca>, 2003-2004.
# Oleg Bartunov <oleg@sai.msu.su>, 2004.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2016.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2017.
#
msgid ""
msgstr ""

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ecpglib (PostgreSQL 9.4)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2015-10-04 00:37+0000\n"
"POT-Creation-Date: 2017-05-21 17:26+0000\n"
"PO-Revision-Date: 2014-12-16 12:12-0300\n"
"Last-Translator: Emanuel Calvo Franco <postgres-arg@gmail.com>\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n"

View File

@@ -1,7 +1,7 @@
# Russian message translation file for ecpglib
# Copyright (C) 2012-2016 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2016.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2017.
#
msgid ""
msgstr ""

View File

@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ecpg (PostgreSQL 9.4)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2016-10-21 01:45+0000\n"
"POT-Creation-Date: 2017-05-21 17:26+0000\n"
"PO-Revision-Date: 2014-12-15 15:22-0300\n"
"Last-Translator: Álvaro Herrera <alvherre@alvh.no-ip.org\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n"
@@ -31,7 +31,7 @@ msgstr "la variable «%s» debe tener tipo numérico"
msgid "descriptor \"%s\" does not exist"
msgstr "no existe el descriptor «%s»"
#: descriptor.c:161 descriptor.c:212
#: descriptor.c:161 descriptor.c:213
#, c-format
msgid "descriptor header item \"%d\" does not exist"
msgstr "no existe el descriptor del elemento de cabecera «%d»"
@@ -46,12 +46,12 @@ msgstr "nullable es siempre 1"
msgid "key_member is always 0"
msgstr "key_member es siempre 0"
#: descriptor.c:279
#: descriptor.c:280
#, c-format
msgid "descriptor item \"%s\" is not implemented"
msgstr "elemento del descriptor «%s» no está implementado"
#: descriptor.c:289
#: descriptor.c:290
#, c-format
msgid "descriptor item \"%s\" cannot be set"
msgstr "no se puede establecer el elemento del descriptor «%s»"
@@ -184,7 +184,7 @@ msgstr ""
msgid "%s: could not locate my own executable path\n"
msgstr "%s: no se pudo localizar la ruta de mi propio ejecutable\n"
#: ecpg.c:175 ecpg.c:326 ecpg.c:336
#: ecpg.c:175 ecpg.c:327 ecpg.c:337
#, c-format
msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s: no se pudo abrir el archivo «%s»: %s\n"
@@ -219,112 +219,112 @@ msgstr "fin de la lista de búsqueda\n"
msgid "%s: no input files specified\n"
msgstr "%s: no se especificaron archivos de entrada\n"
#: ecpg.c:459
#: ecpg.c:460
#, c-format
msgid "cursor \"%s\" has been declared but not opened"
msgstr "el cursor «%s» fue declarado pero no abierto"
#: ecpg.c:472 preproc.y:127
#: ecpg.c:473 preproc.y:127
#, c-format
msgid "could not remove output file \"%s\"\n"
msgstr "no se pudo eliminar el archivo de salida «%s»\n"
#: pgc.l:428
#: pgc.l:432
#, c-format
msgid "unterminated /* comment"
msgstr "comentario /* no cerrado"
#: pgc.l:441
#: pgc.l:445
#, c-format
msgid "invalid bit string literal"
msgstr "cadena de bits no válida"
#: pgc.l:450
#: pgc.l:454
#, c-format
msgid "unterminated bit string literal"
msgstr "una cadena de bits está inconclusa"
#: pgc.l:466
#: pgc.l:470
#, c-format
msgid "unterminated hexadecimal string literal"
msgstr "una cadena hexadecimal está inconclusa"
#: pgc.l:544
#: pgc.l:548
#, c-format
msgid "unterminated quoted string"
msgstr "una cadena en comillas está inconclusa"
#: pgc.l:601 pgc.l:614
#: pgc.l:606 pgc.l:619
#, c-format
msgid "zero-length delimited identifier"
msgstr "identificador delimitado de longitud cero"
#: pgc.l:622
#: pgc.l:627
#, c-format
msgid "unterminated quoted identifier"
msgstr "un identificador en comillas está inconcluso"
#: pgc.l:877
#: pgc.l:882
#, c-format
msgid "nested /* ... */ comments"
msgstr "comentarios /* ... */ anidados"
#: pgc.l:970
#: pgc.l:975
#, c-format
msgid "missing identifier in EXEC SQL UNDEF command"
msgstr "falta un identificador en la orden EXEC SQL UNDEF"
#: pgc.l:1016 pgc.l:1030
#: pgc.l:1021 pgc.l:1035
#, c-format
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
msgstr "falta el «EXEC SQL IFDEF» / «EXEC SQL IFNDEF»"
#: pgc.l:1019 pgc.l:1032 pgc.l:1208
#: pgc.l:1024 pgc.l:1037 pgc.l:1213
#, c-format
msgid "missing \"EXEC SQL ENDIF;\""
msgstr "falta el «EXEC SQL ENDIF;»"
#: pgc.l:1048 pgc.l:1067
#: pgc.l:1053 pgc.l:1072
#, c-format
msgid "more than one EXEC SQL ELSE"
msgstr "hay más de un EXEC SQL ELSE"
#: pgc.l:1089 pgc.l:1103
#: pgc.l:1094 pgc.l:1108
#, c-format
msgid "unmatched EXEC SQL ENDIF"
msgstr "EXEC SQL ENDIF sin coincidencia"
#: pgc.l:1123
#: pgc.l:1128
#, c-format
msgid "too many nested EXEC SQL IFDEF conditions"
msgstr "demasiadas condiciones EXEC SQL IFDEF anidadas"
#: pgc.l:1156
#: pgc.l:1161
#, c-format
msgid "missing identifier in EXEC SQL IFDEF command"
msgstr "identificador faltante en la orden EXEC SQL IFDEF"
#: pgc.l:1165
#: pgc.l:1170
#, c-format
msgid "missing identifier in EXEC SQL DEFINE command"
msgstr "identificador faltante en la orden EXEC SQL DEFINE"
#: pgc.l:1198
#: pgc.l:1203
#, c-format
msgid "syntax error in EXEC SQL INCLUDE command"
msgstr "error de sintaxis en orden EXEC SQL INCLUDE"
#: pgc.l:1247
#: pgc.l:1252
#, c-format
msgid "internal error: unreachable state; please report this to <pgsql-bugs@postgresql.org>"
msgstr "Error Interno: estado no esperado; por favor reporte a <pgsql-bugs@postgresql.org>"
#: pgc.l:1371
#: pgc.l:1376
#, c-format
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
msgstr "Error: ruta de inclusión «%s/%s» es demasiada larga en la línea %d, omitiendo\n"
#: pgc.l:1394
#: pgc.l:1399
#, c-format
msgid "could not open include file \"%s\" on line %d"
msgstr "no se pudo abrir el archivo a incluir «%s» en la línea %d"

View File

@@ -2,13 +2,13 @@
# Copyright (C) 2009 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
# Fernando Ike de Oliveira <fike@midstorm.org>, 2009.
# Euler Taveira de Oliveira <euler@timbira.com>, 2010-2014.
# Euler Taveira de Oliveira <euler@timbira.com>, 2010-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.5\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2016-10-21 01:45+0000\n"
"POT-Creation-Date: 2017-08-06 01:46-0300\n"
"PO-Revision-Date: 2009-02-09 12:59-0200\n"
"Last-Translator: Euler Taveira de Oliveira <euler@timbira.com>\n"
"Language-Team: Brazilian Portuguese <pgbr-dev@listas.postgresql.org.br>\n"
@@ -28,7 +28,7 @@ msgstr "variável \"%s\" deve ter um tipo númerico"
msgid "descriptor \"%s\" does not exist"
msgstr "descritor \"%s\" não existe"
#: descriptor.c:161 descriptor.c:212
#: descriptor.c:161 descriptor.c:213
#, c-format
msgid "descriptor header item \"%d\" does not exist"
msgstr "item do cabeçalho do descritor \"%d\" não existe"
@@ -43,12 +43,12 @@ msgstr "nullable é sempre 1"
msgid "key_member is always 0"
msgstr "key_member é sempre 0"
#: descriptor.c:279
#: descriptor.c:280
#, c-format
msgid "descriptor item \"%s\" is not implemented"
msgstr "item do descritor \"%s\" não está implementado"
#: descriptor.c:289
#: descriptor.c:290
#, c-format
msgid "descriptor item \"%s\" cannot be set"
msgstr "item do descritor \"%s\" não pode ser definido"
@@ -59,7 +59,7 @@ msgid ""
"%s is the PostgreSQL embedded SQL preprocessor for C programs.\n"
"\n"
msgstr ""
"%s é o pré-processador SQL embutido do PostgeSQL para programas em C.\n"
"%s é o pré-processador SQL embutido do PostgreSQL para programas em C.\n"
"\n"
#: ecpg.c:37
@@ -180,7 +180,7 @@ msgstr ""
msgid "%s: could not locate my own executable path\n"
msgstr "%s: não pôde localizar meu próprio caminho executável\n"
#: ecpg.c:175 ecpg.c:326 ecpg.c:336
#: ecpg.c:175 ecpg.c:327 ecpg.c:337
#, c-format
msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s: não pôde abrir arquivo \"%s\": %s\n"
@@ -215,112 +215,112 @@ msgstr "fim da lista de pesquisa\n"
msgid "%s: no input files specified\n"
msgstr "%s: nenhum arquivo de entrada foi especificado\n"
#: ecpg.c:459
#: ecpg.c:460
#, c-format
msgid "cursor \"%s\" has been declared but not opened"
msgstr "cursor \"%s\" foi declarado mas não foi aberto"
#: ecpg.c:472 preproc.y:127
#: ecpg.c:473 preproc.y:127
#, c-format
msgid "could not remove output file \"%s\"\n"
msgstr "não pôde remover arquivo de saída \"%s\"\n"
#: pgc.l:428
#: pgc.l:432
#, c-format
msgid "unterminated /* comment"
msgstr "comentário /* não foi terminado"
#: pgc.l:441
#: pgc.l:445
#, c-format
msgid "invalid bit string literal"
msgstr "cadeia de bits inválida"
#: pgc.l:450
#: pgc.l:454
#, c-format
msgid "unterminated bit string literal"
msgstr "cadeia de bits não foi terminada"
#: pgc.l:466
#: pgc.l:470
#, c-format
msgid "unterminated hexadecimal string literal"
msgstr "cadeia de caracteres hexadecimal não foi terminada"
#: pgc.l:544
#: pgc.l:548
#, c-format
msgid "unterminated quoted string"
msgstr "cadeia de caracteres entre aspas não foi terminada"
#: pgc.l:601 pgc.l:614
#: pgc.l:606 pgc.l:619
#, c-format
msgid "zero-length delimited identifier"
msgstr "identificador delimitado tem tamanho zero"
#: pgc.l:622
#: pgc.l:627
#, c-format
msgid "unterminated quoted identifier"
msgstr "identificador entre aspas não foi terminado"
#: pgc.l:877
#: pgc.l:882
#, c-format
msgid "nested /* ... */ comments"
msgstr "comentários /* ... */ aninhados"
#: pgc.l:970
#: pgc.l:975
#, c-format
msgid "missing identifier in EXEC SQL UNDEF command"
msgstr "faltando identificador no comando EXEC SQL UNDEF"
#: pgc.l:1016 pgc.l:1030
#: pgc.l:1021 pgc.l:1035
#, c-format
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
msgstr "faltando correspondente \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
#: pgc.l:1019 pgc.l:1032 pgc.l:1208
#: pgc.l:1024 pgc.l:1037 pgc.l:1213
#, c-format
msgid "missing \"EXEC SQL ENDIF;\""
msgstr "faltando \"EXEC SQL ENDIF;\""
#: pgc.l:1048 pgc.l:1067
#: pgc.l:1053 pgc.l:1072
#, c-format
msgid "more than one EXEC SQL ELSE"
msgstr "mais de um EXEC SQL ELSE"
#: pgc.l:1089 pgc.l:1103
#: pgc.l:1094 pgc.l:1108
#, c-format
msgid "unmatched EXEC SQL ENDIF"
msgstr "EXEC SQL ENDIF não tem correspondente"
#: pgc.l:1123
#: pgc.l:1128
#, c-format
msgid "too many nested EXEC SQL IFDEF conditions"
msgstr "muitas condições EXEC SQL IFDEF aninhadas"
#: pgc.l:1156
#: pgc.l:1161
#, c-format
msgid "missing identifier in EXEC SQL IFDEF command"
msgstr "faltando identificador no comando EXEC SQL IFDEF"
#: pgc.l:1165
#: pgc.l:1170
#, c-format
msgid "missing identifier in EXEC SQL DEFINE command"
msgstr "faltando identificador no comando EXEC SQL IFDEF"
#: pgc.l:1198
#: pgc.l:1203
#, c-format
msgid "syntax error in EXEC SQL INCLUDE command"
msgstr "erro de sintaxe no comando EXEC SQL INCLUDE"
#: pgc.l:1247
#: pgc.l:1252
#, c-format
msgid "internal error: unreachable state; please report this to <pgsql-bugs@postgresql.org>"
msgstr "erro interno: estado inacessível; por favor relato isso a <pgsql-bugs@postgresql.org>"
#: pgc.l:1371
#: pgc.l:1376
#, c-format
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
msgstr "Erro: caminho de inclusão \"%s/%s\" é muito longo na linha %d, ignorando\n"
#: pgc.l:1394
#: pgc.l:1399
#, c-format
msgid "could not open include file \"%s\" on line %d"
msgstr "não pôde abrir arquivo de inclusão \"%s\" na linha %d"
@@ -354,12 +354,12 @@ msgstr "inicializador não é permitido na definição do tipo"
msgid "type name \"string\" is reserved in Informix mode"
msgstr "nome de tipo \"string\" é reservado no modo Informix"
#: preproc.y:546 preproc.y:14503
#: preproc.y:546 preproc.y:14511
#, c-format
msgid "type \"%s\" is already defined"
msgstr "tipo \"%s\" já está definido"
#: preproc.y:570 preproc.y:15161 preproc.y:15481 variable.c:620
#: preproc.y:570 preproc.y:15169 preproc.y:15489 variable.c:620
#, c-format
msgid "multidimensional arrays for simple data types are not supported"
msgstr "matrizes multidimensionais para tipo de dados simples não são suportadas"
@@ -399,140 +399,140 @@ msgstr "opção AT não é permitida no comando VAR"
msgid "AT option not allowed in WHENEVER statement"
msgstr "opção AT não é permitida no comando WHENEVER"
#: preproc.y:2216 preproc.y:2221 preproc.y:2337 preproc.y:3739 preproc.y:5137
#: preproc.y:5146 preproc.y:5430 preproc.y:6862 preproc.y:8044 preproc.y:8049
#: preproc.y:10676 preproc.y:11293
#: preproc.y:2220 preproc.y:2225 preproc.y:2341 preproc.y:3743 preproc.y:5145
#: preproc.y:5154 preproc.y:5438 preproc.y:6870 preproc.y:8052 preproc.y:8057
#: preproc.y:10684 preproc.y:11301
#, c-format
msgid "unsupported feature will be passed to server"
msgstr "funcionalidade não suportada será enviada ao servidor"
#: preproc.y:2595
#: preproc.y:2599
#, c-format
msgid "SHOW ALL is not implemented"
msgstr "SHOW ALL não está implementado"
#: preproc.y:3127
#: preproc.y:3131
#, c-format
msgid "COPY FROM STDIN is not implemented"
msgstr "COPY FROM STDIN não está implementado"
#: preproc.y:8935 preproc.y:14092
#: preproc.y:8943 preproc.y:14100
#, c-format
msgid "using variable \"%s\" in different declare statements is not supported"
msgstr "utilizar variável \"%s\" em comandos de declaração diferentes não é suportado"
#: preproc.y:8937 preproc.y:14094
#: preproc.y:8945 preproc.y:14102
#, c-format
msgid "cursor \"%s\" is already defined"
msgstr "cursor \"%s\" já está definido"
#: preproc.y:9367
#: preproc.y:9375
#, c-format
msgid "no longer supported LIMIT #,# syntax passed to server"
msgstr "sintaxe LIMIT #,# que não é suportada foi enviada ao servidor"
#: preproc.y:9675 preproc.y:9682
#: preproc.y:9683 preproc.y:9690
#, c-format
msgid "subquery in FROM must have an alias"
msgstr "subconsulta no FROM deve ter um aliás"
#: preproc.y:13822
#: preproc.y:13830
#, c-format
msgid "CREATE TABLE AS cannot specify INTO"
msgstr "CREATE TABLE AS não pode especificar INTO"
#: preproc.y:13858
#: preproc.y:13866
#, c-format
msgid "expected \"@\", found \"%s\""
msgstr "esperado \"@\", encontrado \"%s\""
#: preproc.y:13870
#: preproc.y:13878
#, c-format
msgid "only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are supported"
msgstr "somente os protocolos \"tcp\" e \"unix\" e tipo banco de dados \"postgressql\" sãosuportados"
#: preproc.y:13873
#: preproc.y:13881
#, c-format
msgid "expected \"://\", found \"%s\""
msgstr "esperado \"://\", encontrado \"%s\""
#: preproc.y:13878
#: preproc.y:13886
#, c-format
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
msgstr "Soquetes de domínio Unix trabalham somente com \"localhost\" e não com \"%s\""
#: preproc.y:13904
#: preproc.y:13912
#, c-format
msgid "expected \"postgresql\", found \"%s\""
msgstr "esperado \"postgresql\", encontrado \"%s\""
#: preproc.y:13907
#: preproc.y:13915
#, c-format
msgid "invalid connection type: %s"
msgstr "tipo de conexão inválido: %s"
#: preproc.y:13916
#: preproc.y:13924
#, c-format
msgid "expected \"@\" or \"://\", found \"%s\""
msgstr "esperado \"@\" ou \"://\", encontrado \"%s\""
#: preproc.y:13991 preproc.y:14009
#: preproc.y:13999 preproc.y:14017
#, c-format
msgid "invalid data type"
msgstr "tipo de dado inválido"
#: preproc.y:14020 preproc.y:14037
#: preproc.y:14028 preproc.y:14045
#, c-format
msgid "incomplete statement"
msgstr "comando incompleto"
#: preproc.y:14023 preproc.y:14040
#: preproc.y:14031 preproc.y:14048
#, c-format
msgid "unrecognized token \"%s\""
msgstr "informação desconhecida \"%s\""
#: preproc.y:14314
#: preproc.y:14322
#, c-format
msgid "only data types numeric and decimal have precision/scale argument"
msgstr "somente os tipos de dados numeric e decimal possuem argumento de precisão/escala"
#: preproc.y:14326
#: preproc.y:14334
#, c-format
msgid "interval specification not allowed here"
msgstr "especificação de intervalo não é permitida aqui"
#: preproc.y:14478 preproc.y:14530
#: preproc.y:14486 preproc.y:14538
#, c-format
msgid "too many levels in nested structure/union definition"
msgstr "muitos níveis em definição aninhada de estrutura/união"
#: preproc.y:14669
#: preproc.y:14677
#, c-format
msgid "pointers to varchar are not implemented"
msgstr "ponteiros para varchar não estão implentados"
#: preproc.y:14856 preproc.y:14881
#: preproc.y:14864 preproc.y:14889
#, c-format
msgid "using unsupported DESCRIBE statement"
msgstr "utilizando comando DESCRIBE que não é suportado"
#: preproc.y:15128
#: preproc.y:15136
#, c-format
msgid "initializer not allowed in EXEC SQL VAR command"
msgstr "inicilização não é permitido no comando EXEC SQL VAR"
#: preproc.y:15439
#: preproc.y:15447
#, c-format
msgid "arrays of indicators are not allowed on input"
msgstr "matrizes do indicadores não são permitidas na entrada"
#: preproc.y:15660
#: preproc.y:15668
#, c-format
msgid "operator not allowed in variable definition"
msgstr "operador não é permitido na definição da variável"
#. translator: %s is typically the translation of "syntax error"
#: preproc.y:15698
#: preproc.y:15706
#, c-format
msgid "%s at or near \"%s\""
msgstr "%s em ou próximo a \"%s\""
@@ -653,6 +653,3 @@ msgstr "ponteiro para ponteiro não é suportado para esse tipo de dado"
#, c-format
msgid "multidimensional arrays for structures are not supported"
msgstr "matrizes multidimensionais para estruturas não são suportadas"
#~ msgid " --version output version information, then exit\n"
#~ msgstr " --version mostra informação sobre a versão e termina\n"

View File

@@ -1,13 +1,13 @@
# Russian message translation file for ecpg
# Copyright (C) 2012-2016 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2016.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: ecpg (PostgreSQL current)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2017-01-30 17:16+0000\n"
"POT-Creation-Date: 2017-05-26 20:45+0000\n"
"PO-Revision-Date: 2016-11-24 16:01+0300\n"
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
@@ -253,67 +253,67 @@ msgstr "оборванная шестнадцатеричная строка"
msgid "unterminated quoted string"
msgstr "незавершённая строка в кавычках"
#: pgc.l:605 pgc.l:618
#: pgc.l:606 pgc.l:619
#, c-format
msgid "zero-length delimited identifier"
msgstr "пустой идентификатор в кавычках"
#: pgc.l:626
#: pgc.l:627
#, c-format
msgid "unterminated quoted identifier"
msgstr "незавершённый идентификатор в кавычках"
#: pgc.l:881
#: pgc.l:882
#, c-format
msgid "nested /* ... */ comments"
msgstr "вложенные комментарии /* ... */"
#: pgc.l:974
#: pgc.l:975
#, c-format
msgid "missing identifier in EXEC SQL UNDEF command"
msgstr "в команде EXEC SQL UNDEF отсутствует идентификатор"
#: pgc.l:1020 pgc.l:1034
#: pgc.l:1021 pgc.l:1035
#, c-format
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
msgstr "нет соответствующего \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
#: pgc.l:1023 pgc.l:1036 pgc.l:1212
#: pgc.l:1024 pgc.l:1037 pgc.l:1213
#, c-format
msgid "missing \"EXEC SQL ENDIF;\""
msgstr "отсутствует \"EXEC SQL ENDIF;\""
#: pgc.l:1052 pgc.l:1071
#: pgc.l:1053 pgc.l:1072
#, c-format
msgid "more than one EXEC SQL ELSE"
msgstr "неоднократная команда EXEC SQL ELSE"
#: pgc.l:1093 pgc.l:1107
#: pgc.l:1094 pgc.l:1108
#, c-format
msgid "unmatched EXEC SQL ENDIF"
msgstr "непарная команда EXEC SQL ENDIF"
#: pgc.l:1127
#: pgc.l:1128
#, c-format
msgid "too many nested EXEC SQL IFDEF conditions"
msgstr "слишком много вложенных условий EXEC SQL IFDEF"
#: pgc.l:1160
#: pgc.l:1161
#, c-format
msgid "missing identifier in EXEC SQL IFDEF command"
msgstr "в команде EXEC SQL IFDEF отсутствует идентификатор"
#: pgc.l:1169
#: pgc.l:1170
#, c-format
msgid "missing identifier in EXEC SQL DEFINE command"
msgstr "в команде EXEC SQL DEFINE отсутствует идентификатор"
#: pgc.l:1202
#: pgc.l:1203
#, c-format
msgid "syntax error in EXEC SQL INCLUDE command"
msgstr "ошибка синтаксиса в команде EXEC SQL INCLUDE"
#: pgc.l:1251
#: pgc.l:1252
#, c-format
msgid ""
"internal error: unreachable state; please report this to <pgsql-"
@@ -322,14 +322,14 @@ msgstr ""
"внутренняя ошибка: недостижимое состояние; пожалуйста, сообщите в <pgsql-"
"bugs@postgresql.org>"
#: pgc.l:1375
#: pgc.l:1376
#, c-format
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
msgstr ""
"Ошибка: путь включаемых файлов \"%s/%s\" в строке %d слишком длинный, "
"пропускается\n"
#: pgc.l:1398
#: pgc.l:1399
#, c-format
msgid "could not open include file \"%s\" on line %d"
msgstr "не удалось открыть включаемый файл \"%s\" (строка %d)"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.5\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2017-05-07 21:25+0000\n"
"POT-Creation-Date: 2017-08-07 16:24+0000\n"
"PO-Revision-Date: 2017-05-08 08:30-0400\n"
"Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
"Language-Team: German <peter_e@gmx.net>\n"
@@ -20,7 +20,7 @@ msgstr ""
msgid "GSSAPI continuation error"
msgstr "GSSAPI-Fortsetzungsfehler"
#: fe-auth.c:177 fe-auth.c:412
#: fe-auth.c:177 fe-auth.c:417
msgid "host name must be specified\n"
msgstr "Hostname muss angegeben werden\n"
@@ -28,13 +28,13 @@ msgstr "Hostname muss angegeben werden\n"
msgid "duplicate GSS authentication request\n"
msgstr "doppelte GSSAPI-Authentifizierungsanfrage\n"
#: fe-auth.c:197 fe-auth.c:309 fe-auth.c:383 fe-auth.c:418 fe-auth.c:514
#: fe-auth.c:793 fe-connect.c:707 fe-connect.c:904 fe-connect.c:1080
#: fe-connect.c:2091 fe-connect.c:3483 fe-connect.c:3735 fe-connect.c:3854
#: fe-connect.c:4094 fe-connect.c:4174 fe-connect.c:4273 fe-connect.c:4529
#: fe-connect.c:4558 fe-connect.c:4630 fe-connect.c:4648 fe-connect.c:4744
#: fe-connect.c:5078 fe-connect.c:5228 fe-exec.c:3355 fe-exec.c:3520
#: fe-lobj.c:896 fe-protocol2.c:1206 fe-protocol3.c:1613
#: fe-auth.c:197 fe-auth.c:309 fe-auth.c:388 fe-auth.c:423 fe-auth.c:519
#: fe-auth.c:798 fe-connect.c:767 fe-connect.c:964 fe-connect.c:1140
#: fe-connect.c:2141 fe-connect.c:3498 fe-connect.c:3750 fe-connect.c:3869
#: fe-connect.c:4109 fe-connect.c:4189 fe-connect.c:4288 fe-connect.c:4544
#: fe-connect.c:4573 fe-connect.c:4645 fe-connect.c:4669 fe-connect.c:4687
#: fe-connect.c:4783 fe-connect.c:5117 fe-connect.c:5267 fe-exec.c:3355
#: fe-exec.c:3520 fe-lobj.c:896 fe-protocol2.c:1206 fe-protocol3.c:1613
#: fe-secure-openssl.c:514 fe-secure-openssl.c:1138
msgid "out of memory\n"
msgstr "Speicher aufgebraucht\n"
@@ -47,74 +47,78 @@ msgstr "GSSAPI-Namensimportfehler"
msgid "SSPI continuation error"
msgstr "SSPI-Fortsetzungsfehler"
#: fe-auth.c:398
#: fe-auth.c:378
msgid "duplicate SSPI authentication request\n"
msgstr "doppelte SSPI-Authentifizierungsanfrage\n"
#: fe-auth.c:403
msgid "could not acquire SSPI credentials"
msgstr "konnte SSPI-Credentials nicht erhalten"
#: fe-auth.c:489
#: fe-auth.c:494
msgid "SCM_CRED authentication method not supported\n"
msgstr "SCM_CRED-Authentifizierungsmethode nicht unterstützt\n"
#: fe-auth.c:565
#: fe-auth.c:570
msgid "Kerberos 4 authentication not supported\n"
msgstr "Authentifizierung mit Kerberos 4 nicht unterstützt\n"
#: fe-auth.c:570
#: fe-auth.c:575
msgid "Kerberos 5 authentication not supported\n"
msgstr "Authentifizierung mit Kerberos 5 nicht unterstützt\n"
#: fe-auth.c:641
#: fe-auth.c:646
msgid "GSSAPI authentication not supported\n"
msgstr "Authentifizierung mit GSSAPI nicht unterstützt\n"
#: fe-auth.c:673
#: fe-auth.c:678
msgid "SSPI authentication not supported\n"
msgstr "Authentifizierung mit SSPI nicht unterstützt\n"
#: fe-auth.c:681
#: fe-auth.c:686
msgid "Crypt authentication not supported\n"
msgstr "Authentifizierung mit Crypt nicht unterstützt\n"
#: fe-auth.c:716
#: fe-auth.c:721
msgid "SCRAM authentication requires libpq version 10 or above\n"
msgstr "SCRAM-Authentifizierung benötigt libpq Version 10 oder neuer\n"
#: fe-auth.c:721
#: fe-auth.c:726
#, c-format
msgid "authentication method %u not supported\n"
msgstr "Authentifizierungsmethode %u nicht unterstützt\n"
#: fe-auth.c:768
#: fe-auth.c:773
#, c-format
msgid "user name lookup failure: error code %lu\n"
msgstr "Fehler beim Nachschlagen des Benutzernamens: Fehlercode %lu\n"
#: fe-auth.c:778 fe-connect.c:2018
#: fe-auth.c:783 fe-connect.c:2068
#, c-format
msgid "could not look up local user ID %d: %s\n"
msgstr "konnte lokale Benutzer-ID %d nicht nachschlagen: %s\n"
#: fe-auth.c:783 fe-connect.c:2023
#: fe-auth.c:788 fe-connect.c:2073
#, c-format
msgid "local user with ID %d does not exist\n"
msgstr "lokaler Benutzer mit ID %d existiert nicht\n"
#: fe-connect.c:846
#: fe-connect.c:906
#, c-format
msgid "invalid sslmode value: \"%s\"\n"
msgstr "ungültiger sslmode-Wert: »%s«\n"
#: fe-connect.c:867
#: fe-connect.c:927
#, c-format
msgid "sslmode value \"%s\" invalid when SSL support is not compiled in\n"
msgstr "sslmode-Wert »%s« ist ungültig, wenn SSL-Unterstützung nicht einkompiliert worden ist\n"
#: fe-connect.c:1104
#: fe-connect.c:1164
#, c-format
msgid "could not set socket to TCP no delay mode: %s\n"
msgstr "konnte Socket nicht auf TCP »No Delay«-Modus umstellen: %s\n"
#: fe-connect.c:1134
#: fe-connect.c:1194
#, c-format
msgid ""
"could not connect to server: %s\n"
@@ -125,7 +129,7 @@ msgstr ""
"\tLäuft der Server lokal und akzeptiert er Verbindungen\n"
"\tauf dem Unix-Domain-Socket »%s«?\n"
#: fe-connect.c:1189
#: fe-connect.c:1249
#, c-format
msgid ""
"could not connect to server: %s\n"
@@ -136,7 +140,7 @@ msgstr ""
"\tLäuft der Server auf dem Host »%s« (%s) und akzeptiert er\n"
"\tTCP/IP-Verbindungen auf Port %s?\n"
#: fe-connect.c:1198
#: fe-connect.c:1258
#, c-format
msgid ""
"could not connect to server: %s\n"
@@ -147,300 +151,280 @@ msgstr ""
"\tLäuft der Server auf dem Host »%s« und akzeptiert er\n"
"\tTCP/IP-Verbindungen auf Port %s?\n"
#: fe-connect.c:1249
#: fe-connect.c:1309 fe-connect.c:1341 fe-connect.c:1374 fe-connect.c:1841
#, c-format
msgid "setsockopt(TCP_KEEPIDLE) failed: %s\n"
msgstr "setsockopt(TCP_KEEPIDLE) fehlgeschlagen: %s\n"
msgid "setsockopt(%s) failed: %s\n"
msgstr "setsockopt(%s) fehlgeschlagen: %s\n"
#: fe-connect.c:1262
#, c-format
msgid "setsockopt(TCP_KEEPALIVE) failed: %s\n"
msgstr "setsockopt(TCP_KEEPALIVE) fehlgeschlagen: %s\n"
#: fe-connect.c:1294
#, c-format
msgid "setsockopt(TCP_KEEPINTVL) failed: %s\n"
msgstr "setsockopt(TCP_KEEPINTVL) fehlgeschlagen: %s\n"
#: fe-connect.c:1326
#, c-format
msgid "setsockopt(TCP_KEEPCNT) failed: %s\n"
msgstr "setsockopt(TCP_KEEPCNT) fehlgeschlagen: %s\n"
#: fe-connect.c:1374
#: fe-connect.c:1423
#, c-format
msgid "WSAIoctl(SIO_KEEPALIVE_VALS) failed: %ui\n"
msgstr "WSAIoctl(SIO_KEEPALIVE_VALS) fehlgeschlagen: %ui\n"
#: fe-connect.c:1426
#: fe-connect.c:1475
#, c-format
msgid "invalid port number: \"%s\"\n"
msgstr "ungültige Portnummer: »%s«\n"
#: fe-connect.c:1459
#: fe-connect.c:1508
#, c-format
msgid "Unix-domain socket path \"%s\" is too long (maximum %d bytes)\n"
msgstr "Unix-Domain-Socket-Pfad »%s« ist zu lang (maximal %d Bytes)\n"
#: fe-connect.c:1478
#: fe-connect.c:1527
#, c-format
msgid "could not translate host name \"%s\" to address: %s\n"
msgstr "konnte Hostnamen »%s« nicht in Adresse übersetzen: %s\n"
#: fe-connect.c:1482
#: fe-connect.c:1531
#, c-format
msgid "could not translate Unix-domain socket path \"%s\" to address: %s\n"
msgstr "konnte Unix-Domain-Socket-Pfad »%s« nicht in Adresse übersetzen: %s\n"
#: fe-connect.c:1687
#: fe-connect.c:1736
msgid "invalid connection state, probably indicative of memory corruption\n"
msgstr "ungültiger Verbindungszustand, möglicherweise ein Speicherproblem\n"
#: fe-connect.c:1727
#: fe-connect.c:1776
#, c-format
msgid "could not create socket: %s\n"
msgstr "konnte Socket nicht erzeugen: %s\n"
#: fe-connect.c:1749
#: fe-connect.c:1798
#, c-format
msgid "could not set socket to nonblocking mode: %s\n"
msgstr "konnte Socket nicht auf nicht-blockierenden Modus umstellen: %s\n"
#: fe-connect.c:1760
#: fe-connect.c:1809
#, c-format
msgid "could not set socket to close-on-exec mode: %s\n"
msgstr "konnte Socket nicht auf »Close on exec«-Modus umstellen: %s\n"
#: fe-connect.c:1779
#: fe-connect.c:1828
msgid "keepalives parameter must be an integer\n"
msgstr "Parameter »keepalives« muss eine ganze Zahl sein\n"
#: fe-connect.c:1792
#, c-format
msgid "setsockopt(SO_KEEPALIVE) failed: %s\n"
msgstr "setsockopt(SO_KEEPALIVE) fehlgeschlagen: %s\n"
#: fe-connect.c:1929
#: fe-connect.c:1979
#, c-format
msgid "could not get socket error status: %s\n"
msgstr "konnte Socket-Fehlerstatus nicht ermitteln: %s\n"
#: fe-connect.c:1963
#: fe-connect.c:2013
#, c-format
msgid "could not get client address from socket: %s\n"
msgstr "konnte Client-Adresse vom Socket nicht ermitteln: %s\n"
#: fe-connect.c:2005
#: fe-connect.c:2055
msgid "requirepeer parameter is not supported on this platform\n"
msgstr "Parameter »requirepeer« wird auf dieser Plattform nicht unterstützt\n"
#: fe-connect.c:2008
#: fe-connect.c:2058
#, c-format
msgid "could not get peer credentials: %s\n"
msgstr "konnte Credentials von Gegenstelle nicht ermitteln: %s\n"
#: fe-connect.c:2031
#: fe-connect.c:2081
#, c-format
msgid "requirepeer specifies \"%s\", but actual peer user name is \"%s\"\n"
msgstr "requirepeer gibt »%s« an, aber tatsächlicher Benutzername der Gegenstelle ist »%s«\n"
#: fe-connect.c:2065
#: fe-connect.c:2115
#, c-format
msgid "could not send SSL negotiation packet: %s\n"
msgstr "konnte Paket zur SSL-Verhandlung nicht senden: %s\n"
#: fe-connect.c:2104
#: fe-connect.c:2154
#, c-format
msgid "could not send startup packet: %s\n"
msgstr "konnte Startpaket nicht senden: %s\n"
#: fe-connect.c:2174
#: fe-connect.c:2224
msgid "server does not support SSL, but SSL was required\n"
msgstr "Server unterstützt kein SSL, aber SSL wurde verlangt\n"
#: fe-connect.c:2200
#: fe-connect.c:2250
#, c-format
msgid "received invalid response to SSL negotiation: %c\n"
msgstr "ungültige Antwort auf SSL-Verhandlungspaket empfangen: %c\n"
#: fe-connect.c:2275 fe-connect.c:2308
#: fe-connect.c:2325 fe-connect.c:2358
#, c-format
msgid "expected authentication request from server, but received %c\n"
msgstr "Authentifizierungsanfrage wurde vom Server erwartet, aber %c wurde empfangen\n"
#: fe-connect.c:2475
#: fe-connect.c:2525
#, c-format
msgid "out of memory allocating GSSAPI buffer (%d)"
msgstr "Speicher aufgebraucht beim Anlegen des GSSAPI-Puffers (%d)"
#: fe-connect.c:2560
#: fe-connect.c:2610
msgid "unexpected message from server during startup\n"
msgstr "unerwartete Nachricht vom Server beim Start\n"
#: fe-connect.c:2654
#: fe-connect.c:2704
#, c-format
msgid "invalid connection state %d, probably indicative of memory corruption\n"
msgstr "ungültiger Verbindungszustand %d, möglicherweise ein Speicherproblem\n"
#: fe-connect.c:3089 fe-connect.c:3149
#: fe-connect.c:3104 fe-connect.c:3164
#, c-format
msgid "PGEventProc \"%s\" failed during PGEVT_CONNRESET event\n"
msgstr "PGEventProc »%s« während PGEVT_CONNRESET-Ereignis fehlgeschlagen\n"
#: fe-connect.c:3496
#: fe-connect.c:3511
#, c-format
msgid "invalid LDAP URL \"%s\": scheme must be ldap://\n"
msgstr "ungültige LDAP-URL »%s«: Schema muss ldap:// sein\n"
#: fe-connect.c:3511
#: fe-connect.c:3526
#, c-format
msgid "invalid LDAP URL \"%s\": missing distinguished name\n"
msgstr "ungültige LDAP-URL »%s«: Distinguished Name fehlt\n"
#: fe-connect.c:3522 fe-connect.c:3575
#: fe-connect.c:3537 fe-connect.c:3590
#, c-format
msgid "invalid LDAP URL \"%s\": must have exactly one attribute\n"
msgstr "ungültige LDAP-URL »%s«: muss genau ein Attribut haben\n"
#: fe-connect.c:3532 fe-connect.c:3589
#: fe-connect.c:3547 fe-connect.c:3604
#, c-format
msgid "invalid LDAP URL \"%s\": must have search scope (base/one/sub)\n"
msgstr "ungültige LDAP-URL »%s«: Suchbereich fehlt (base/one/sub)\n"
#: fe-connect.c:3543
#: fe-connect.c:3558
#, c-format
msgid "invalid LDAP URL \"%s\": no filter\n"
msgstr "ungültige LDAP-URL »%s«: kein Filter\n"
#: fe-connect.c:3564
#: fe-connect.c:3579
#, c-format
msgid "invalid LDAP URL \"%s\": invalid port number\n"
msgstr "ungültige LDAP-URL »%s«: ungültige Portnummer\n"
#: fe-connect.c:3598
#: fe-connect.c:3613
msgid "could not create LDAP structure\n"
msgstr "konnte LDAP-Struktur nicht erzeugen\n"
#: fe-connect.c:3674
#: fe-connect.c:3689
#, c-format
msgid "lookup on LDAP server failed: %s\n"
msgstr "Suche auf LDAP-Server fehlgeschlagen: %s\n"
#: fe-connect.c:3685
#: fe-connect.c:3700
msgid "more than one entry found on LDAP lookup\n"
msgstr "LDAP-Suche ergab mehr als einen Eintrag\n"
#: fe-connect.c:3686 fe-connect.c:3698
#: fe-connect.c:3701 fe-connect.c:3713
msgid "no entry found on LDAP lookup\n"
msgstr "kein Eintrag gefunden bei LDAP-Suche\n"
#: fe-connect.c:3709 fe-connect.c:3722
#: fe-connect.c:3724 fe-connect.c:3737
msgid "attribute has no values on LDAP lookup\n"
msgstr "Attribut hat keine Werte bei LDAP-Suche\n"
#: fe-connect.c:3774 fe-connect.c:3793 fe-connect.c:4312
#: fe-connect.c:3789 fe-connect.c:3808 fe-connect.c:4327
#, c-format
msgid "missing \"=\" after \"%s\" in connection info string\n"
msgstr "fehlendes »=« nach »%s« in der Zeichenkette der Verbindungsdaten\n"
#: fe-connect.c:3866 fe-connect.c:4497 fe-connect.c:5211
#: fe-connect.c:3881 fe-connect.c:4512 fe-connect.c:5250
#, c-format
msgid "invalid connection option \"%s\"\n"
msgstr "ungültige Verbindungsoption »%s«\n"
#: fe-connect.c:3882 fe-connect.c:4361
#: fe-connect.c:3897 fe-connect.c:4376
msgid "unterminated quoted string in connection info string\n"
msgstr "fehlendes schließendes Anführungszeichen (\") in der Zeichenkette der Verbindungsdaten\n"
#: fe-connect.c:3922
#: fe-connect.c:3937
msgid "could not get home directory to locate service definition file"
msgstr "konnte Home-Verzeichnis nicht ermitteln, um Servicedefinitionsdatei zu finden"
#: fe-connect.c:3955
#: fe-connect.c:3970
#, c-format
msgid "definition of service \"%s\" not found\n"
msgstr "Definition von Service »%s« nicht gefunden\n"
#: fe-connect.c:3978
#: fe-connect.c:3993
#, c-format
msgid "service file \"%s\" not found\n"
msgstr "Servicedatei »%s« nicht gefunden\n"
#: fe-connect.c:3991
#: fe-connect.c:4006
#, c-format
msgid "line %d too long in service file \"%s\"\n"
msgstr "Zeile %d zu lang in Servicedatei »%s«\n"
#: fe-connect.c:4062 fe-connect.c:4106
#: fe-connect.c:4077 fe-connect.c:4121
#, c-format
msgid "syntax error in service file \"%s\", line %d\n"
msgstr "Syntaxfehler in Servicedatei »%s«, Zeile %d\n"
#: fe-connect.c:4073
#: fe-connect.c:4088
#, c-format
msgid "nested service specifications not supported in service file \"%s\", line %d\n"
msgstr "geschachtelte »service«-Definitionen werden nicht unterstützt in Servicedatei »%s«, Zeile %d\n"
#: fe-connect.c:4755
#: fe-connect.c:4794
#, c-format
msgid "invalid URI propagated to internal parser routine: \"%s\"\n"
msgstr "ungültige URI an interne Parserroutine weitergeleitet: »%s«\n"
#: fe-connect.c:4825
#: fe-connect.c:4864
#, c-format
msgid "end of string reached when looking for matching \"]\" in IPv6 host address in URI: \"%s\"\n"
msgstr "Ende der Eingabezeichenkette gefunden beim Suchen nach passendem »]« in IPv6-Hostadresse in URI: »%s«\n"
#: fe-connect.c:4832
#: fe-connect.c:4871
#, c-format
msgid "IPv6 host address may not be empty in URI: \"%s\"\n"
msgstr "IPv6-Hostadresse darf nicht leer sein in URI: »%s«\n"
#: fe-connect.c:4847
#: fe-connect.c:4886
#, c-format
msgid "unexpected character \"%c\" at position %d in URI (expected \":\" or \"/\"): \"%s\"\n"
msgstr "unerwartetes Zeichen »%c« an Position %d in URI (»:« oder »/« erwartet): »%s«\n"
#: fe-connect.c:4961
#: fe-connect.c:5000
#, c-format
msgid "extra key/value separator \"=\" in URI query parameter: \"%s\"\n"
msgstr "zusätzliches Schlüssel/Wert-Trennzeichen »=« in URI-Query-Parameter: »%s«\n"
#: fe-connect.c:4981
#: fe-connect.c:5020
#, c-format
msgid "missing key/value separator \"=\" in URI query parameter: \"%s\"\n"
msgstr "fehlendes Schlüssel/Wert-Trennzeichen »=« in URI-Query-Parameter: »%s«\n"
#: fe-connect.c:5032
#: fe-connect.c:5071
#, c-format
msgid "invalid URI query parameter: \"%s\"\n"
msgstr "ungültiger URI-Query-Parameter: »%s«\n"
#: fe-connect.c:5106
#: fe-connect.c:5145
#, c-format
msgid "invalid percent-encoded token: \"%s\"\n"
msgstr "ungültiges Prozent-kodiertes Token: »%s«\n"
#: fe-connect.c:5116
#: fe-connect.c:5155
#, c-format
msgid "forbidden value %%00 in percent-encoded value: \"%s\"\n"
msgstr "verbotener Wert %%00 in Prozent-kodiertem Wert: »%s«\n"
#: fe-connect.c:5447
#: fe-connect.c:5486
msgid "connection pointer is NULL\n"
msgstr "Verbindung ist ein NULL-Zeiger\n"
#: fe-connect.c:5733
#: fe-connect.c:5772
#, c-format
msgid "WARNING: password file \"%s\" is not a plain file\n"
msgstr "WARNUNG: Passwortdatei »%s« ist keine normale Datei\n"
#: fe-connect.c:5742
#: fe-connect.c:5781
#, c-format
msgid "WARNING: password file \"%s\" has group or world access; permissions should be u=rw (0600) or less\n"
msgstr "WARNUNG: Passwortdatei »%s« erlaubt Lesezugriff für Gruppe oder Andere; Rechte sollten u=rw (0600) oder weniger sein\n"
#: fe-connect.c:5856
#: fe-connect.c:5895
#, c-format
msgid "password retrieved from file \"%s\"\n"
msgstr "Passwort wurde aus Datei »%s« gelesen\n"

File diff suppressed because it is too large Load Diff

View File

@@ -9,21 +9,21 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.5\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2016-02-17 02:38+0000\n"
"PO-Revision-Date: 2016-02-21 15:09+0100\n"
"POT-Creation-Date: 2017-06-30 16:26+0000\n"
"PO-Revision-Date: 2017-07-02 17:39+0200\n"
"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
"Language-Team: PostgreSQLfr <pgsql-fr-generale@postgresql.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.6\n"
"X-Generator: Poedit 1.8.12\n"
#: fe-auth.c:148
msgid "GSSAPI continuation error"
msgstr "erreur de suite GSSAPI"
#: fe-auth.c:177 fe-auth.c:410
#: fe-auth.c:177 fe-auth.c:417
msgid "host name must be specified\n"
msgstr "le nom d'hôte doit être précisé\n"
@@ -31,14 +31,14 @@ msgstr "le nom d'hôte doit être précisé\n"
msgid "duplicate GSS authentication request\n"
msgstr "requête d'authentification GSS dupliquée\n"
#: fe-auth.c:197 fe-auth.c:307 fe-auth.c:381 fe-auth.c:416 fe-auth.c:512
#: fe-auth.c:778 fe-connect.c:707 fe-connect.c:904 fe-connect.c:1080
#: fe-connect.c:2091 fe-connect.c:3483 fe-connect.c:3735 fe-connect.c:3854
#: fe-connect.c:4094 fe-connect.c:4174 fe-connect.c:4273 fe-connect.c:4525
#: fe-connect.c:4554 fe-connect.c:4626 fe-connect.c:4644 fe-connect.c:4740
#: fe-connect.c:5074 fe-connect.c:5224 fe-exec.c:3339 fe-exec.c:3504
#: fe-lobj.c:896 fe-protocol2.c:1206 fe-protocol3.c:1613
#: fe-secure-openssl.c:527 fe-secure-openssl.c:1069
#: fe-auth.c:197 fe-auth.c:309 fe-auth.c:388 fe-auth.c:423 fe-auth.c:519
#: fe-auth.c:798 fe-connect.c:767 fe-connect.c:964 fe-connect.c:1140
#: fe-connect.c:2141 fe-connect.c:3498 fe-connect.c:3750 fe-connect.c:3869
#: fe-connect.c:4109 fe-connect.c:4189 fe-connect.c:4288 fe-connect.c:4544
#: fe-connect.c:4573 fe-connect.c:4645 fe-connect.c:4669 fe-connect.c:4687
#: fe-connect.c:4783 fe-connect.c:5117 fe-connect.c:5267 fe-exec.c:3355
#: fe-exec.c:3520 fe-lobj.c:896 fe-protocol2.c:1206 fe-protocol3.c:1613
#: fe-secure-openssl.c:514 fe-secure-openssl.c:1138
msgid "out of memory\n"
msgstr "mémoire épuisée\n"
@@ -46,74 +46,82 @@ msgstr "mémoire épuisée\n"
msgid "GSSAPI name import error"
msgstr "erreur d'import du nom GSSAPI"
#: fe-auth.c:296
#: fe-auth.c:298
msgid "SSPI continuation error"
msgstr "erreur de suite SSPI"
#: fe-auth.c:396
#: fe-auth.c:378
msgid "duplicate SSPI authentication request\n"
msgstr "requête d'authentification SSPI dupliquée\n"
#: fe-auth.c:403
msgid "could not acquire SSPI credentials"
msgstr "n'a pas pu récupérer les pièces d'identité SSPI"
#: fe-auth.c:487
#: fe-auth.c:494
msgid "SCM_CRED authentication method not supported\n"
msgstr "authentification SCM_CRED non supportée\n"
#: fe-auth.c:563
#: fe-auth.c:570
msgid "Kerberos 4 authentication not supported\n"
msgstr "authentification Kerberos 4 non supportée\n"
#: fe-auth.c:568
#: fe-auth.c:575
msgid "Kerberos 5 authentication not supported\n"
msgstr "authentification Kerberos 5 non supportée\n"
#: fe-auth.c:639
#: fe-auth.c:646
msgid "GSSAPI authentication not supported\n"
msgstr "authentification GSSAPI non supportée\n"
#: fe-auth.c:671
#: fe-auth.c:678
msgid "SSPI authentication not supported\n"
msgstr "authentification SSPI non supportée\n"
#: fe-auth.c:679
#: fe-auth.c:686
msgid "Crypt authentication not supported\n"
msgstr "authentification crypt non supportée\n"
#: fe-auth.c:706
#: fe-auth.c:721
msgid "SCRAM authentication requires libpq version 10 or above\n"
msgstr "L'authentification SCRAM nécessite la bibliothèque libpq en version 10 ou ultérieure.\n"
#: fe-auth.c:726
#, c-format
msgid "authentication method %u not supported\n"
msgstr "méthode d'authentification %u non supportée\n"
#: fe-auth.c:753
#: fe-auth.c:773
#, c-format
msgid "user name lookup failure: error code %lu\n"
msgstr "échec de la recherche du nom d'utilisateur : code erreur %lu\n"
#: fe-auth.c:763 fe-connect.c:2018
#: fe-auth.c:783 fe-connect.c:2068
#, c-format
msgid "could not look up local user ID %d: %s\n"
msgstr "n'a pas pu rechercher l'identifiant de l'utilisateur local %d : %s\n"
#: fe-auth.c:768 fe-connect.c:2023
#: fe-auth.c:788 fe-connect.c:2073
#, c-format
msgid "local user with ID %d does not exist\n"
msgstr "l'utilisateur local dont l'identifiant est %d n'existe pas\n"
#: fe-connect.c:846
#: fe-connect.c:906
#, c-format
msgid "invalid sslmode value: \"%s\"\n"
msgstr "valeur sslmode invalide : « %s »\n"
#: fe-connect.c:867
#: fe-connect.c:927
#, c-format
msgid "sslmode value \"%s\" invalid when SSL support is not compiled in\n"
msgstr "valeur sslmode « %s » invalide si le support SSL n'est pas compilé initialement\n"
#: fe-connect.c:1104
#: fe-connect.c:1164
#, c-format
msgid "could not set socket to TCP no delay mode: %s\n"
msgstr "n'a pas pu activer le mode TCP sans délai pour la socket : %s\n"
#: fe-connect.c:1134
#: fe-connect.c:1194
#, c-format
msgid ""
"could not connect to server: %s\n"
@@ -124,7 +132,7 @@ msgstr ""
"\tLe serveur est-il actif localement et accepte-t-il les connexions sur la\n"
" \tsocket Unix « %s » ?\n"
#: fe-connect.c:1189
#: fe-connect.c:1249
#, c-format
msgid ""
"could not connect to server: %s\n"
@@ -135,7 +143,7 @@ msgstr ""
"\tLe serveur est-il actif sur l'hôte « %s » (%s)\n"
"\tet accepte-t-il les connexionsTCP/IP sur le port %s ?\n"
#: fe-connect.c:1198
#: fe-connect.c:1258
#, c-format
msgid ""
"could not connect to server: %s\n"
@@ -146,307 +154,287 @@ msgstr ""
"\tLe serveur est-il actif sur l'hôte « %s » et accepte-t-il les connexions\n"
"\tTCP/IP sur le port %s ?\n"
#: fe-connect.c:1249
#: fe-connect.c:1309 fe-connect.c:1341 fe-connect.c:1374 fe-connect.c:1841
#, c-format
msgid "setsockopt(TCP_KEEPIDLE) failed: %s\n"
msgstr "setsockopt(TCP_KEEPIDLE) a échoué : %s\n"
msgid "setsockopt(%s) failed: %s\n"
msgstr "setsockopt(%s) a échoué : %s\n"
#: fe-connect.c:1262
#, c-format
msgid "setsockopt(TCP_KEEPALIVE) failed: %s\n"
msgstr "setsockopt(TCP_KEEPALIVE) a échoué : %s\n"
#: fe-connect.c:1294
#, c-format
msgid "setsockopt(TCP_KEEPINTVL) failed: %s\n"
msgstr "setsockopt(TCP_KEEPINTVL) a échoué : %s\n"
#: fe-connect.c:1326
#, c-format
msgid "setsockopt(TCP_KEEPCNT) failed: %s\n"
msgstr "setsockopt(TCP_KEEPCNT) a échoué : %s\n"
#: fe-connect.c:1374
#: fe-connect.c:1423
#, c-format
msgid "WSAIoctl(SIO_KEEPALIVE_VALS) failed: %ui\n"
msgstr "WSAIoctl(SIO_KEEPALIVE_VALS) a échoué : %ui\n"
#: fe-connect.c:1426
#: fe-connect.c:1475
#, c-format
msgid "invalid port number: \"%s\"\n"
msgstr "numéro de port invalide : « %s »\n"
#: fe-connect.c:1459
#: fe-connect.c:1508
#, c-format
msgid "Unix-domain socket path \"%s\" is too long (maximum %d bytes)\n"
msgstr "Le chemin du socket de domaine Unix, « %s », est trop (maximum %d octets)\n"
#: fe-connect.c:1478
#: fe-connect.c:1527
#, c-format
msgid "could not translate host name \"%s\" to address: %s\n"
msgstr "n'a pas pu traduire le nom d'hôte « %s » en adresse : %s\n"
#: fe-connect.c:1482
#: fe-connect.c:1531
#, c-format
msgid "could not translate Unix-domain socket path \"%s\" to address: %s\n"
msgstr ""
"n'a pas pu traduire le chemin de la socket du domaine Unix « %s » en adresse :\n"
"%s\n"
#: fe-connect.c:1687
#: fe-connect.c:1736
msgid "invalid connection state, probably indicative of memory corruption\n"
msgstr "état de connexion invalide, indique probablement une corruption de mémoire\n"
#: fe-connect.c:1727
#: fe-connect.c:1776
#, c-format
msgid "could not create socket: %s\n"
msgstr "n'a pas pu créer la socket : %s\n"
#: fe-connect.c:1749
#: fe-connect.c:1798
#, c-format
msgid "could not set socket to nonblocking mode: %s\n"
msgstr "n'a pas pu activer le mode non-bloquant pour la socket : %s\n"
#: fe-connect.c:1760
#: fe-connect.c:1809
#, c-format
msgid "could not set socket to close-on-exec mode: %s\n"
msgstr "n'a pas pu paramétrer la socket en mode close-on-exec : %s\n"
#: fe-connect.c:1779
#: fe-connect.c:1828
msgid "keepalives parameter must be an integer\n"
msgstr "le paramètre keepalives doit être un entier\n"
#: fe-connect.c:1792
#, c-format
msgid "setsockopt(SO_KEEPALIVE) failed: %s\n"
msgstr "setsockopt(SO_KEEPALIVE) a échoué : %s\n"
#: fe-connect.c:1929
#: fe-connect.c:1979
#, c-format
msgid "could not get socket error status: %s\n"
msgstr "n'a pas pu déterminer le statut d'erreur de la socket : %s\n"
#: fe-connect.c:1963
#: fe-connect.c:2013
#, c-format
msgid "could not get client address from socket: %s\n"
msgstr "n'a pas pu obtenir l'adresse du client depuis la socket : %s\n"
#: fe-connect.c:2005
#: fe-connect.c:2055
msgid "requirepeer parameter is not supported on this platform\n"
msgstr "le paramètre requirepeer n'est pas supporté sur cette plateforme\n"
#: fe-connect.c:2008
#: fe-connect.c:2058
#, c-format
msgid "could not get peer credentials: %s\n"
msgstr "n'a pas pu obtenir l'authentification de l'autre : %s\n"
#: fe-connect.c:2031
#: fe-connect.c:2081
#, c-format
msgid "requirepeer specifies \"%s\", but actual peer user name is \"%s\"\n"
msgstr "requirepeer indique « %s » mais le nom de l'utilisateur réel est « %s »\n"
#: fe-connect.c:2065
#: fe-connect.c:2115
#, c-format
msgid "could not send SSL negotiation packet: %s\n"
msgstr "n'a pas pu transmettre le paquet de négociation SSL : %s\n"
#: fe-connect.c:2104
#: fe-connect.c:2154
#, c-format
msgid "could not send startup packet: %s\n"
msgstr "n'a pas pu transmettre le paquet de démarrage : %s\n"
#: fe-connect.c:2174
#: fe-connect.c:2224
msgid "server does not support SSL, but SSL was required\n"
msgstr "le serveur ne supporte pas SSL alors que SSL était réclamé\n"
#: fe-connect.c:2200
#: fe-connect.c:2250
#, c-format
msgid "received invalid response to SSL negotiation: %c\n"
msgstr "a reçu une réponse invalide à la négociation SSL : %c\n"
#: fe-connect.c:2275 fe-connect.c:2308
#: fe-connect.c:2325 fe-connect.c:2358
#, c-format
msgid "expected authentication request from server, but received %c\n"
msgstr ""
"attendait une requête d'authentification en provenance du serveur, mais a\n"
" reçu %c\n"
#: fe-connect.c:2475
#: fe-connect.c:2525
#, c-format
msgid "out of memory allocating GSSAPI buffer (%d)"
msgstr "mémoire épuisée lors de l'allocation du tampon GSSAPI (%d)"
#: fe-connect.c:2560
#: fe-connect.c:2610
msgid "unexpected message from server during startup\n"
msgstr "message inattendu du serveur lors du démarrage\n"
#: fe-connect.c:2654
#: fe-connect.c:2704
#, c-format
msgid "invalid connection state %d, probably indicative of memory corruption\n"
msgstr ""
"état de connexion invalide (%d), indiquant probablement une corruption de\n"
" mémoire\n"
#: fe-connect.c:3089 fe-connect.c:3149
#: fe-connect.c:3104 fe-connect.c:3164
#, c-format
msgid "PGEventProc \"%s\" failed during PGEVT_CONNRESET event\n"
msgstr "échec de PGEventProc « %s » lors de l'événement PGEVT_CONNRESET\n"
#: fe-connect.c:3496
#: fe-connect.c:3511
#, c-format
msgid "invalid LDAP URL \"%s\": scheme must be ldap://\n"
msgstr "URL LDAP « %s » invalide : le schéma doit être ldap://\n"
#: fe-connect.c:3511
#: fe-connect.c:3526
#, c-format
msgid "invalid LDAP URL \"%s\": missing distinguished name\n"
msgstr "URL LDAP « %s » invalide : le « distinguished name » manque\n"
#: fe-connect.c:3522 fe-connect.c:3575
#: fe-connect.c:3537 fe-connect.c:3590
#, c-format
msgid "invalid LDAP URL \"%s\": must have exactly one attribute\n"
msgstr "URL LDAP « %s » invalide : doit avoir exactement un attribut\n"
#: fe-connect.c:3532 fe-connect.c:3589
#: fe-connect.c:3547 fe-connect.c:3604
#, c-format
msgid "invalid LDAP URL \"%s\": must have search scope (base/one/sub)\n"
msgstr "URL LDAP « %s » invalide : doit avoir une échelle de recherche (base/un/sous)\n"
#: fe-connect.c:3543
#: fe-connect.c:3558
#, c-format
msgid "invalid LDAP URL \"%s\": no filter\n"
msgstr "URL LDAP « %s » invalide : aucun filtre\n"
#: fe-connect.c:3564
#: fe-connect.c:3579
#, c-format
msgid "invalid LDAP URL \"%s\": invalid port number\n"
msgstr "URL LDAP « %s » invalide : numéro de port invalide\n"
#: fe-connect.c:3598
#: fe-connect.c:3613
msgid "could not create LDAP structure\n"
msgstr "n'a pas pu créer la structure LDAP\n"
#: fe-connect.c:3674
#: fe-connect.c:3689
#, c-format
msgid "lookup on LDAP server failed: %s\n"
msgstr "échec de la recherche sur le serveur LDAP : %s\n"
#: fe-connect.c:3685
#: fe-connect.c:3700
msgid "more than one entry found on LDAP lookup\n"
msgstr "plusieurs entrées trouvées pendant la recherche LDAP\n"
#: fe-connect.c:3686 fe-connect.c:3698
#: fe-connect.c:3701 fe-connect.c:3713
msgid "no entry found on LDAP lookup\n"
msgstr "aucune entrée trouvée pendant la recherche LDAP\n"
#: fe-connect.c:3709 fe-connect.c:3722
#: fe-connect.c:3724 fe-connect.c:3737
msgid "attribute has no values on LDAP lookup\n"
msgstr "l'attribut n'a pas de valeur après la recherche LDAP\n"
#: fe-connect.c:3774 fe-connect.c:3793 fe-connect.c:4312
#: fe-connect.c:3789 fe-connect.c:3808 fe-connect.c:4327
#, c-format
msgid "missing \"=\" after \"%s\" in connection info string\n"
msgstr "« = » manquant après « %s » dans la chaîne des paramètres de connexion\n"
#: fe-connect.c:3866 fe-connect.c:4493 fe-connect.c:5207
#: fe-connect.c:3881 fe-connect.c:4512 fe-connect.c:5250
#, c-format
msgid "invalid connection option \"%s\"\n"
msgstr "option de connexion « %s » invalide\n"
#: fe-connect.c:3882 fe-connect.c:4361
#: fe-connect.c:3897 fe-connect.c:4376
msgid "unterminated quoted string in connection info string\n"
msgstr "guillemets non refermés dans la chaîne des paramètres de connexion\n"
#: fe-connect.c:3922
#: fe-connect.c:3937
msgid "could not get home directory to locate service definition file"
msgstr ""
"n'a pas pu obtenir le répertoire personnel pour trouver le certificat de\n"
"définition du service"
#: fe-connect.c:3955
#: fe-connect.c:3970
#, c-format
msgid "definition of service \"%s\" not found\n"
msgstr "définition du service « %s » introuvable\n"
#: fe-connect.c:3978
#: fe-connect.c:3993
#, c-format
msgid "service file \"%s\" not found\n"
msgstr "fichier de service « %s » introuvable\n"
#: fe-connect.c:3991
#: fe-connect.c:4006
#, c-format
msgid "line %d too long in service file \"%s\"\n"
msgstr "ligne %d trop longue dans le fichier service « %s »\n"
#: fe-connect.c:4062 fe-connect.c:4106
#: fe-connect.c:4077 fe-connect.c:4121
#, c-format
msgid "syntax error in service file \"%s\", line %d\n"
msgstr "erreur de syntaxe dans le fichier service « %s », ligne %d\n"
#: fe-connect.c:4073
#: fe-connect.c:4088
#, c-format
msgid "nested service specifications not supported in service file \"%s\", line %d\n"
msgstr "spécifications imbriquées de service non supportées dans le fichier service « %s », ligne %d\n"
#: fe-connect.c:4751
#: fe-connect.c:4794
#, c-format
msgid "invalid URI propagated to internal parser routine: \"%s\"\n"
msgstr "URI invalide propagée à la routine d'analyse interne : « %s »\n"
#: fe-connect.c:4821
#: fe-connect.c:4864
#, c-format
msgid "end of string reached when looking for matching \"]\" in IPv6 host address in URI: \"%s\"\n"
msgstr ""
"fin de chaîne atteinte lors de la recherche du « ] » correspondant dans\n"
"l'adresse IPv6 de l'hôte indiquée dans l'URI : « %s »\n"
#: fe-connect.c:4828
#: fe-connect.c:4871
#, c-format
msgid "IPv6 host address may not be empty in URI: \"%s\"\n"
msgstr "l'adresse IPv6 de l'hôte ne peut pas être vide dans l'URI : « %s »\n"
#: fe-connect.c:4843
#: fe-connect.c:4886
#, c-format
msgid "unexpected character \"%c\" at position %d in URI (expected \":\" or \"/\"): \"%s\"\n"
msgstr ""
"caractère « %c » inattendu à la position %d de l'URI (caractère « : » ou\n"
"« / » attendu) : « %s »\n"
#: fe-connect.c:4957
#: fe-connect.c:5000
#, c-format
msgid "extra key/value separator \"=\" in URI query parameter: \"%s\"\n"
msgstr "séparateur « = » de clé/valeur en trop dans le paramètre de requête URI : « %s »\n"
#: fe-connect.c:4977
#: fe-connect.c:5020
#, c-format
msgid "missing key/value separator \"=\" in URI query parameter: \"%s\"\n"
msgstr "séparateur « = » de clé/valeur manquant dans le paramètre de requête URI : « %s »\n"
#: fe-connect.c:5028
#: fe-connect.c:5071
#, c-format
msgid "invalid URI query parameter: \"%s\"\n"
msgstr "paramètre de la requête URI invalide : « %s »\n"
#: fe-connect.c:5102
#: fe-connect.c:5145
#, c-format
msgid "invalid percent-encoded token: \"%s\"\n"
msgstr "jeton encodé en pourcentage invalide : « %s »\n"
#: fe-connect.c:5112
#: fe-connect.c:5155
#, c-format
msgid "forbidden value %%00 in percent-encoded value: \"%s\"\n"
msgstr "valeur %%00 interdite dans la valeur codée en pourcentage : « %s »\n"
#: fe-connect.c:5443
#: fe-connect.c:5486
msgid "connection pointer is NULL\n"
msgstr "le pointeur de connexion est NULL\n"
#: fe-connect.c:5729
#: fe-connect.c:5772
#, c-format
msgid "WARNING: password file \"%s\" is not a plain file\n"
msgstr "ATTENTION : le fichier de mots de passe « %s » n'est pas un fichier texte\n"
#: fe-connect.c:5738
#: fe-connect.c:5781
#, c-format
msgid "WARNING: password file \"%s\" has group or world access; permissions should be u=rw (0600) or less\n"
msgstr ""
@@ -454,7 +442,7 @@ msgstr ""
"lecture pour le groupe ou universel ; les droits devraient être u=rw (0600)\n"
"ou inférieur\n"
#: fe-connect.c:5844
#: fe-connect.c:5895
#, c-format
msgid "password retrieved from file \"%s\"\n"
msgstr "mot de passe récupéré dans le fichier fichier « %s »\n"
@@ -463,94 +451,94 @@ msgstr "mot de passe récupéré dans le fichier fichier « %s »\n"
msgid "NOTICE"
msgstr "NOTICE"
#: fe-exec.c:1122 fe-exec.c:1180 fe-exec.c:1226
#: fe-exec.c:1139 fe-exec.c:1197 fe-exec.c:1243
msgid "command string is a null pointer\n"
msgstr "la chaîne de commande est un pointeur nul\n"
#: fe-exec.c:1186 fe-exec.c:1232 fe-exec.c:1327
#: fe-exec.c:1203 fe-exec.c:1249 fe-exec.c:1344
msgid "number of parameters must be between 0 and 65535\n"
msgstr "le nombre de paramètres doit être compris entre 0 et 65535\n"
#: fe-exec.c:1220 fe-exec.c:1321
#: fe-exec.c:1237 fe-exec.c:1338
msgid "statement name is a null pointer\n"
msgstr "le nom de l'instruction est un pointeur nul\n"
#: fe-exec.c:1240 fe-exec.c:1404 fe-exec.c:2119 fe-exec.c:2318
#: fe-exec.c:1257 fe-exec.c:1420 fe-exec.c:2135 fe-exec.c:2334
msgid "function requires at least protocol version 3.0\n"
msgstr "la fonction nécessite au minimum le protocole 3.0\n"
#: fe-exec.c:1358
#: fe-exec.c:1375
msgid "no connection to the server\n"
msgstr "aucune connexion au serveur\n"
#: fe-exec.c:1365
#: fe-exec.c:1382
msgid "another command is already in progress\n"
msgstr "une autre commande est déjà en cours\n"
#: fe-exec.c:1480
#: fe-exec.c:1496
msgid "length must be given for binary parameter\n"
msgstr "la longueur doit être indiquée pour les paramètres binaires\n"
#: fe-exec.c:1749
#: fe-exec.c:1765
#, c-format
msgid "unexpected asyncStatus: %d\n"
msgstr "asyncStatus inattendu : %d\n"
#: fe-exec.c:1769
#: fe-exec.c:1785
#, c-format
msgid "PGEventProc \"%s\" failed during PGEVT_RESULTCREATE event\n"
msgstr "échec de PGEventProc « %s » lors de l'événement PGEVT_RESULTCREATE\n"
#: fe-exec.c:1929
#: fe-exec.c:1945
msgid "COPY terminated by new PQexec"
msgstr "COPY terminé par un nouveau PQexec"
#: fe-exec.c:1937
#: fe-exec.c:1953
msgid "COPY IN state must be terminated first\n"
msgstr "l'état COPY IN doit d'abord être terminé\n"
#: fe-exec.c:1957
#: fe-exec.c:1973
msgid "COPY OUT state must be terminated first\n"
msgstr "l'état COPY OUT doit d'abord être terminé\n"
#: fe-exec.c:1965
#: fe-exec.c:1981
msgid "PQexec not allowed during COPY BOTH\n"
msgstr "PQexec non autorisé pendant COPY BOTH\n"
#: fe-exec.c:2208 fe-exec.c:2275 fe-exec.c:2365 fe-protocol2.c:1352
#: fe-exec.c:2224 fe-exec.c:2291 fe-exec.c:2381 fe-protocol2.c:1352
#: fe-protocol3.c:1752
msgid "no COPY in progress\n"
msgstr "aucun COPY en cours\n"
#: fe-exec.c:2555
#: fe-exec.c:2571
msgid "connection in wrong state\n"
msgstr "connexion dans un état erroné\n"
#: fe-exec.c:2586
#: fe-exec.c:2602
msgid "invalid ExecStatusType code"
msgstr "code ExecStatusType invalide"
#: fe-exec.c:2650 fe-exec.c:2673
#: fe-exec.c:2666 fe-exec.c:2689
#, c-format
msgid "column number %d is out of range 0..%d"
msgstr "le numéro de colonne %d est en dehors des limites 0..%d"
#: fe-exec.c:2666
#: fe-exec.c:2682
#, c-format
msgid "row number %d is out of range 0..%d"
msgstr "le numéro de ligne %d est en dehors des limites 0..%d"
#: fe-exec.c:2688
#: fe-exec.c:2704
#, c-format
msgid "parameter number %d is out of range 0..%d"
msgstr "le numéro de paramètre %d est en dehors des limites 0..%d"
#: fe-exec.c:2998
#: fe-exec.c:3014
#, c-format
msgid "could not interpret result from server: %s"
msgstr "n'a pas pu interpréter la réponse du serveur : %s"
#: fe-exec.c:3237 fe-exec.c:3321
#: fe-exec.c:3253 fe-exec.c:3337
msgid "incomplete multibyte character\n"
msgstr "caractère multi-octet incomplet\n"
@@ -653,7 +641,7 @@ msgstr "entier de taille %lu non supporté par pqPutInt"
msgid "connection not open\n"
msgstr "la connexion n'est pas active\n"
#: fe-misc.c:812 fe-secure-openssl.c:249 fe-secure-openssl.c:355
#: fe-misc.c:812 fe-secure-openssl.c:230 fe-secure-openssl.c:339
#: fe-secure.c:253 fe-secure.c:362
msgid ""
"server closed the connection unexpectedly\n"
@@ -857,129 +845,66 @@ msgstr "LIGNE %d : "
msgid "PQgetline: not doing text COPY OUT\n"
msgstr "PQgetline : ne va pas réaliser un COPY OUT au format texte\n"
#: fe-secure-openssl.c:146 fe-secure-openssl.c:1006 fe-secure-openssl.c:1226
#, c-format
msgid "could not acquire mutex: %s\n"
msgstr "n'a pas pu acquérir le mutex : %s\n"
#: fe-secure-openssl.c:158
#, c-format
msgid "could not establish SSL connection: %s\n"
msgstr "n'a pas pu établir la connexion SSL : %s\n"
#: fe-secure-openssl.c:254 fe-secure-openssl.c:360 fe-secure-openssl.c:1349
#: fe-secure-openssl.c:235 fe-secure-openssl.c:344 fe-secure-openssl.c:1322
#, c-format
msgid "SSL SYSCALL error: %s\n"
msgstr "erreur SYSCALL SSL : %s\n"
#: fe-secure-openssl.c:261 fe-secure-openssl.c:367 fe-secure-openssl.c:1353
#: fe-secure-openssl.c:242 fe-secure-openssl.c:351 fe-secure-openssl.c:1326
msgid "SSL SYSCALL error: EOF detected\n"
msgstr "erreur SYSCALL SSL : EOF détecté\n"
#: fe-secure-openssl.c:272 fe-secure-openssl.c:378 fe-secure-openssl.c:1362
#: fe-secure-openssl.c:253 fe-secure-openssl.c:362 fe-secure-openssl.c:1335
#, c-format
msgid "SSL error: %s\n"
msgstr "erreur SSL : %s\n"
#: fe-secure-openssl.c:287 fe-secure-openssl.c:393
#: fe-secure-openssl.c:268 fe-secure-openssl.c:377
msgid "SSL connection has been closed unexpectedly\n"
msgstr "la connexion SSL a été fermée de façon inattendu\n"
#: fe-secure-openssl.c:293 fe-secure-openssl.c:399 fe-secure-openssl.c:1371
#: fe-secure-openssl.c:274 fe-secure-openssl.c:383 fe-secure-openssl.c:1344
#, c-format
msgid "unrecognized SSL error code: %d\n"
msgstr "code d'erreur SSL inconnu : %d\n"
#: fe-secure-openssl.c:511
#: fe-secure-openssl.c:494
msgid "SSL certificate's name entry is missing\n"
msgstr "l'entrée du nom du certificat SSL est manquante\n"
#: fe-secure-openssl.c:541
#: fe-secure-openssl.c:528
msgid "SSL certificate's name contains embedded null\n"
msgstr "le nom du certificat SSL contient des NULL\n"
#: fe-secure-openssl.c:592
#: fe-secure-openssl.c:579
msgid "host name must be specified for a verified SSL connection\n"
msgstr "le nom d'hôte doit être précisé pour une connexion SSL vérifiée\n"
#: fe-secure-openssl.c:692
#: fe-secure-openssl.c:679
#, c-format
msgid "server certificate for \"%s\" does not match host name \"%s\"\n"
msgstr "le certificat serveur pour « %s » ne correspond pas au nom d'hôte « %s »\n"
#: fe-secure-openssl.c:698
#: fe-secure-openssl.c:685
msgid "could not get server's host name from server certificate\n"
msgstr "n'a pas pu récupérer le nom d'hôte du serveur à partir du certificat serveur\n"
#: fe-secure-openssl.c:845
#: fe-secure-openssl.c:929
#, c-format
msgid "could not create SSL context: %s\n"
msgstr "n'a pas pu créer le contexte SSL : %s\n"
#: fe-secure-openssl.c:976
#, c-format
msgid "could not open certificate file \"%s\": %s\n"
msgstr "n'a pas pu ouvrir le certificat « %s » : %s\n"
#: fe-secure-openssl.c:1015 fe-secure-openssl.c:1030
#, c-format
msgid "could not read certificate file \"%s\": %s\n"
msgstr "n'a pas pu lire le certificat « %s » : %s\n"
#: fe-secure-openssl.c:1085
#, c-format
msgid "could not load SSL engine \"%s\": %s\n"
msgstr "n'a pas pu charger le moteur SSL « %s » : %s\n"
#: fe-secure-openssl.c:1097
#, c-format
msgid "could not initialize SSL engine \"%s\": %s\n"
msgstr "n'a pas pu initialiser le moteur SSL « %s » : %s\n"
#: fe-secure-openssl.c:1113
#, c-format
msgid "could not read private SSL key \"%s\" from engine \"%s\": %s\n"
msgstr "n'a pas pu lire la clé privée SSL « %s » à partir du moteur « %s » : %s\n"
#: fe-secure-openssl.c:1127
#, c-format
msgid "could not load private SSL key \"%s\" from engine \"%s\": %s\n"
msgstr "n'a pas pu charger la clé privée SSL « %s » à partir du moteur « %s » : %s\n"
#: fe-secure-openssl.c:1164
#, c-format
msgid "certificate present, but not private key file \"%s\"\n"
msgstr "le certificat est présent, mais la clé privée « %s » est absente\n"
#: fe-secure-openssl.c:1172
#, c-format
msgid "private key file \"%s\" has group or world access; permissions should be u=rw (0600) or less\n"
msgstr ""
"le fichier de la clé privée « %s » a des droits d'accès en lecture\n"
"pour le groupe ou universel ; les droits devraient être u=rw (0600)\n"
"ou inférieur\n"
#: fe-secure-openssl.c:1183
#, c-format
msgid "could not load private key file \"%s\": %s\n"
msgstr "n'a pas pu charger le fichier de clé privée « %s » : %s\n"
#: fe-secure-openssl.c:1197
#, c-format
msgid "certificate does not match private key file \"%s\": %s\n"
msgstr "le certificat ne correspond pas à la clé privée « %s » : %s\n"
#: fe-secure-openssl.c:1235
#: fe-secure-openssl.c:966
#, c-format
msgid "could not read root certificate file \"%s\": %s\n"
msgstr "n'a pas pu lire le certificat racine « %s » : %s\n"
#: fe-secure-openssl.c:1265
#: fe-secure-openssl.c:994
#, c-format
msgid "SSL library does not support CRL certificates (file \"%s\")\n"
msgstr "la bibliothèque SSL ne supporte pas les certificats CRL (fichier « %s »)\n"
#: fe-secure-openssl.c:1298
#: fe-secure-openssl.c:1022
msgid ""
"could not get home directory to locate root certificate file\n"
"Either provide the file or change sslmode to disable server certificate verification.\n"
@@ -988,7 +913,7 @@ msgstr ""
"Fournissez le fichier ou modifiez sslmode pour désactiver la vérification du\n"
"certificat par le serveur.\n"
#: fe-secure-openssl.c:1302
#: fe-secure-openssl.c:1026
#, c-format
msgid ""
"root certificate file \"%s\" does not exist\n"
@@ -998,17 +923,75 @@ msgstr ""
"Fournissez le fichier ou modifiez sslmode pour désactiver la vérification du\n"
"certificat par le serveur.\n"
#: fe-secure-openssl.c:1390
#: fe-secure-openssl.c:1057
#, c-format
msgid "could not open certificate file \"%s\": %s\n"
msgstr "n'a pas pu ouvrir le certificat « %s » : %s\n"
#: fe-secure-openssl.c:1076
#, c-format
msgid "could not read certificate file \"%s\": %s\n"
msgstr "n'a pas pu lire le certificat « %s » : %s\n"
#: fe-secure-openssl.c:1100
#, c-format
msgid "could not establish SSL connection: %s\n"
msgstr "n'a pas pu établir la connexion SSL : %s\n"
#: fe-secure-openssl.c:1154
#, c-format
msgid "could not load SSL engine \"%s\": %s\n"
msgstr "n'a pas pu charger le moteur SSL « %s » : %s\n"
#: fe-secure-openssl.c:1166
#, c-format
msgid "could not initialize SSL engine \"%s\": %s\n"
msgstr "n'a pas pu initialiser le moteur SSL « %s » : %s\n"
#: fe-secure-openssl.c:1182
#, c-format
msgid "could not read private SSL key \"%s\" from engine \"%s\": %s\n"
msgstr "n'a pas pu lire la clé privée SSL « %s » à partir du moteur « %s » : %s\n"
#: fe-secure-openssl.c:1196
#, c-format
msgid "could not load private SSL key \"%s\" from engine \"%s\": %s\n"
msgstr "n'a pas pu charger la clé privée SSL « %s » à partir du moteur « %s » : %s\n"
#: fe-secure-openssl.c:1233
#, c-format
msgid "certificate present, but not private key file \"%s\"\n"
msgstr "le certificat est présent, mais la clé privée « %s » est absente\n"
#: fe-secure-openssl.c:1241
#, c-format
msgid "private key file \"%s\" has group or world access; permissions should be u=rw (0600) or less\n"
msgstr ""
"le fichier de la clé privée « %s » a des droits d'accès en lecture\n"
"pour le groupe ou universel ; les droits devraient être u=rw (0600)\n"
"ou inférieur\n"
#: fe-secure-openssl.c:1252
#, c-format
msgid "could not load private key file \"%s\": %s\n"
msgstr "n'a pas pu charger le fichier de clé privée « %s » : %s\n"
#: fe-secure-openssl.c:1266
#, c-format
msgid "certificate does not match private key file \"%s\": %s\n"
msgstr "le certificat ne correspond pas à la clé privée « %s » : %s\n"
#: fe-secure-openssl.c:1365
#, c-format
msgid "certificate could not be obtained: %s\n"
msgstr "le certificat n'a pas pu être obtenu : %s\n"
#: fe-secure-openssl.c:1482
#: fe-secure-openssl.c:1457
#, c-format
msgid "no SSL error reported"
msgstr "aucune erreur SSL reportée"
#: fe-secure-openssl.c:1491
#: fe-secure-openssl.c:1466
#, c-format
msgid "SSL error code %lu"
msgstr "erreur SSL %lu"
@@ -1028,39 +1011,54 @@ msgstr "n'a pas pu transmettre les données au serveur : %s\n"
msgid "unrecognized socket error: 0x%08X/%d"
msgstr "erreur de socket non reconnue : 0x%08X/%d"
#~ msgid "could not set socket to blocking mode: %s\n"
#~ msgstr "n'a pas pu activer le mode bloquant pour la socket : %s\n"
#~ msgid "unrecognized return value from row processor"
#~ msgstr "valeur de retour du traitement de la ligne non reconnue"
#~ msgid "Kerberos 5 authentication rejected: %*s\n"
#~ msgstr "authentification Kerberos 5 rejetée : %*s\n"
#~ msgid "invalid sslverify value: \"%s\"\n"
#~ msgstr "valeur sslverify invalide : « %s »\n"
#~ msgid "could not restore nonblocking mode on socket: %s\n"
#~ msgstr "n'a pas pu rétablir le mode non-bloquant pour la socket : %s\n"
#~ msgid "invalid appname state %d, probably indicative of memory corruption\n"
#~ msgstr "état appname %d invalide, indiquant probablement une corruption de la mémoire\n"
#~ msgid "could not get home directory to locate client certificate files\n"
#~ msgstr ""
#~ "n'a pas pu récupérer le répertoire personnel pour trouver les certificats\n"
#~ "du client\n"
#~ msgid "could not read private key file \"%s\": %s\n"
#~ msgstr "n'a pas pu lire la clé privée « %s » : %s\n"
#~ msgid "private key file \"%s\" changed during execution\n"
#~ msgstr "la clé privée « %s » a été modifiée durant l'exécution\n"
#~ msgid "could not open private key file \"%s\": %s\n"
#~ msgstr "n'a pas pu ouvrir le fichier de clé privée « %s » : %s\n"
#~ msgid "verified SSL connections are only supported when connecting to a host name\n"
#~ msgstr ""
#~ "les connexions SSL vérifiées ne sont supportées que lors de la connexion\n"
#~ "à un alias hôte\n"
#~ msgid "could not open private key file \"%s\": %s\n"
#~ msgstr "n'a pas pu ouvrir le fichier de clé privée « %s » : %s\n"
#~ msgid "could not get home directory to locate client certificate files\n"
#~ msgstr ""
#~ "n'a pas pu récupérer le répertoire personnel pour trouver les certificats\n"
#~ "du client\n"
#~ msgid "private key file \"%s\" changed during execution\n"
#~ msgstr "la clé privée « %s » a été modifiée durant l'exécution\n"
#~ msgid "could not restore nonblocking mode on socket: %s\n"
#~ msgstr "n'a pas pu rétablir le mode non-bloquant pour la socket : %s\n"
#~ msgid "could not read private key file \"%s\": %s\n"
#~ msgstr "n'a pas pu lire la clé privée « %s » : %s\n"
#~ msgid "Kerberos 5 authentication rejected: %*s\n"
#~ msgstr "authentification Kerberos 5 rejetée : %*s\n"
#~ msgid "invalid appname state %d, probably indicative of memory corruption\n"
#~ msgstr "état appname %d invalide, indiquant probablement une corruption de la mémoire\n"
#~ msgid "could not set socket to blocking mode: %s\n"
#~ msgstr "n'a pas pu activer le mode bloquant pour la socket : %s\n"
#~ msgid "invalid sslverify value: \"%s\"\n"
#~ msgstr "valeur sslverify invalide : « %s »\n"
#~ msgid "could not acquire mutex: %s\n"
#~ msgstr "n'a pas pu acquérir le mutex : %s\n"
#~ msgid "unrecognized return value from row processor"
#~ msgstr "valeur de retour du traitement de la ligne non reconnue"
#~ msgid "setsockopt(SO_KEEPALIVE) failed: %s\n"
#~ msgstr "setsockopt(SO_KEEPALIVE) a échoué : %s\n"
#~ msgid "setsockopt(TCP_KEEPINTVL) failed: %s\n"
#~ msgstr "setsockopt(TCP_KEEPINTVL) a échoué : %s\n"
#~ msgid "setsockopt(TCP_KEEPALIVE) failed: %s\n"
#~ msgstr "setsockopt(TCP_KEEPALIVE) a échoué : %s\n"
#~ msgid "setsockopt(TCP_KEEPIDLE) failed: %s\n"
#~ msgstr "setsockopt(TCP_KEEPIDLE) a échoué : %s\n"

View File

@@ -40,8 +40,8 @@ msgid ""
msgstr ""
"Project-Id-Version: libpq (PostgreSQL) 9.5\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2017-02-09 21:16+0000\n"
"PO-Revision-Date: 2016-04-17 20:43+0100\n"
"POT-Creation-Date: 2017-05-22 15:46+0000\n"
"PO-Revision-Date: 2017-05-23 01:18+0100\n"
"Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
"Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
"Language: it\n"
@@ -50,7 +50,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Generator: Poedit 1.5.4\n"
"X-Generator: Poedit 1.8.7.1\n"
# DV: non ne sono convinto
#: fe-auth.c:148
@@ -66,12 +66,12 @@ msgid "duplicate GSS authentication request\n"
msgstr "richiesta di autenticazione GSS duplicata\n"
#: fe-auth.c:197 fe-auth.c:309 fe-auth.c:383 fe-auth.c:418 fe-auth.c:514
#: fe-auth.c:780 fe-connect.c:707 fe-connect.c:904 fe-connect.c:1080
#: fe-auth.c:793 fe-connect.c:707 fe-connect.c:904 fe-connect.c:1080
#: fe-connect.c:2091 fe-connect.c:3483 fe-connect.c:3735 fe-connect.c:3854
#: fe-connect.c:4094 fe-connect.c:4174 fe-connect.c:4273 fe-connect.c:4529
#: fe-connect.c:4558 fe-connect.c:4630 fe-connect.c:4648 fe-connect.c:4744
#: fe-connect.c:5078 fe-connect.c:5228 fe-exec.c:3355 fe-exec.c:3520
#: fe-lobj.c:896 fe-protocol2.c:1206 fe-protocol3.c:1613
#: fe-connect.c:4558 fe-connect.c:4630 fe-connect.c:4654 fe-connect.c:4672
#: fe-connect.c:4768 fe-connect.c:5102 fe-connect.c:5252 fe-exec.c:3355
#: fe-exec.c:3520 fe-lobj.c:896 fe-protocol2.c:1206 fe-protocol3.c:1613
#: fe-secure-openssl.c:514 fe-secure-openssl.c:1138
msgid "out of memory\n"
msgstr "memoria esaurita\n"
@@ -113,22 +113,26 @@ msgstr "l'autenticazione SSPI non è supportata\n"
msgid "Crypt authentication not supported\n"
msgstr "l'autenticazione Crypt non è supportata\n"
#: fe-auth.c:708
#: fe-auth.c:716
msgid "SCRAM authentication requires libpq version 10 or above\n"
msgstr "l'autenticazione SCRAM richiede libpq versione 10 o successiva\n"
#: fe-auth.c:721
#, c-format
msgid "authentication method %u not supported\n"
msgstr "l'autenticazione %u non è supportata\n"
#: fe-auth.c:755
#: fe-auth.c:768
#, c-format
msgid "user name lookup failure: error code %lu\n"
msgstr "ricerca del nome utente fallita: codice di errore %lu\n"
#: fe-auth.c:765 fe-connect.c:2018
#: fe-auth.c:778 fe-connect.c:2018
#, c-format
msgid "could not look up local user ID %d: %s\n"
msgstr "ricerca dell'ID utente locale %d non riuscita: %s\n"
#: fe-auth.c:770 fe-connect.c:2023
#: fe-auth.c:783 fe-connect.c:2023
#, c-format
msgid "local user with ID %d does not exist\n"
msgstr "l'utente locale con ID %d non esiste\n"
@@ -377,7 +381,7 @@ msgstr "l'attributo non ha valori nella ricerca LDAP\n"
msgid "missing \"=\" after \"%s\" in connection info string\n"
msgstr "manca \"=\" dopo \"%s\" nella stringa di connessione\n"
#: fe-connect.c:3866 fe-connect.c:4497 fe-connect.c:5211
#: fe-connect.c:3866 fe-connect.c:4497 fe-connect.c:5235
#, c-format
msgid "invalid connection option \"%s\"\n"
msgstr "opzione di connessione errata \"%s\"\n"
@@ -415,68 +419,68 @@ msgstr "errore di sintassi del file di servizio \"%s\", alla riga %d\n"
msgid "nested service specifications not supported in service file \"%s\", line %d\n"
msgstr "specifiche di servizio annidate non supportate nel file di servizio \"%s\", linea %d\n"
#: fe-connect.c:4755
#: fe-connect.c:4779
#, c-format
msgid "invalid URI propagated to internal parser routine: \"%s\"\n"
msgstr "URI invalida propagata alla routine di parsing interna: \"%s\"\n"
#: fe-connect.c:4825
#: fe-connect.c:4849
#, c-format
msgid "end of string reached when looking for matching \"]\" in IPv6 host address in URI: \"%s\"\n"
msgstr "fine stringa raggiunta cercando un \"]\" corrispondente nell'indirizzo host IPv6 nella URI: \"%s\"\n"
#: fe-connect.c:4832
#: fe-connect.c:4856
#, c-format
msgid "IPv6 host address may not be empty in URI: \"%s\"\n"
msgstr "l'indirizzo host IPv6 non dev'essere assente nella URI: \"%s\"\n"
#: fe-connect.c:4847
#: fe-connect.c:4871
#, c-format
msgid "unexpected character \"%c\" at position %d in URI (expected \":\" or \"/\"): \"%s\"\n"
msgstr "carattere inatteso \"%c\" in posizione %d nella uri URI (atteso \":\" oppure \"/\"): \"%s\"\n"
#: fe-connect.c:4961
#: fe-connect.c:4985
#, c-format
msgid "extra key/value separator \"=\" in URI query parameter: \"%s\"\n"
msgstr "separatore chiave/valore \"=\" in eccesso nei parametri della URI: \"%s\"\n"
#: fe-connect.c:4981
#: fe-connect.c:5005
#, c-format
msgid "missing key/value separator \"=\" in URI query parameter: \"%s\"\n"
msgstr "separatore chiave/valore \"=\" mancante nei parametri della URI: \"%s\"\n"
#: fe-connect.c:5032
#: fe-connect.c:5056
#, c-format
msgid "invalid URI query parameter: \"%s\"\n"
msgstr "parametro URI non valido: \"%s\"\n"
#: fe-connect.c:5106
#: fe-connect.c:5130
#, c-format
msgid "invalid percent-encoded token: \"%s\"\n"
msgstr "simbolo percent-encoded non valido \"%s\"\n"
#: fe-connect.c:5116
#: fe-connect.c:5140
#, c-format
msgid "forbidden value %%00 in percent-encoded value: \"%s\"\n"
msgstr "valore non ammesso %%00 nel valore percent-encoded: \"%s\"\n"
#: fe-connect.c:5447
#: fe-connect.c:5471
msgid "connection pointer is NULL\n"
msgstr "il puntatore della connessione è NULL\n"
#: fe-connect.c:5733
#: fe-connect.c:5757
#, c-format
msgid "WARNING: password file \"%s\" is not a plain file\n"
msgstr "ATTENZIONE: il file delle password \"%s\" non è un file regolare\n"
#: fe-connect.c:5742
#: fe-connect.c:5766
#, c-format
msgid "WARNING: password file \"%s\" has group or world access; permissions should be u=rw (0600) or less\n"
msgstr ""
"ATTENZIONE: Il file delle password %s ha privilegi di accesso in lettura e scrittura per tutti;\n"
"i permessi dovrebbero essere u=rw (0600) o inferiori\n"
#: fe-connect.c:5856
#: fe-connect.c:5880
#, c-format
msgid "password retrieved from file \"%s\"\n"
msgstr "password ottenuta dal file \"%s\"\n"

File diff suppressed because it is too large Load Diff

View File

@@ -4,15 +4,14 @@
# Serguei A. Mokhov <mokhov@cs.concordia.ca>, 2001-2004.
# Oleg Bartunov <oleg@sai.msu.su>, 2005.
# Andrey Sudnik <sudnikand@yandex.ru>, 2010.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2016.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: libpq (PostgreSQL current)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2016-11-23 19:16+0000\n"
"PO-Revision-Date: 2016-09-20 12:00+0300\n"
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
"POT-Creation-Date: 2017-05-26 20:45+0000\n"
"PO-Revision-Date: 2017-05-27 13:35+0300\n"
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
@@ -20,6 +19,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
#: fe-auth.c:148
msgid "GSSAPI continuation error"
@@ -34,12 +34,12 @@ msgid "duplicate GSS authentication request\n"
msgstr "повторный запрос аутентификации GSS\n"
#: fe-auth.c:197 fe-auth.c:309 fe-auth.c:383 fe-auth.c:418 fe-auth.c:514
#: fe-auth.c:780 fe-connect.c:707 fe-connect.c:904 fe-connect.c:1080
#: fe-auth.c:793 fe-connect.c:707 fe-connect.c:904 fe-connect.c:1080
#: fe-connect.c:2091 fe-connect.c:3483 fe-connect.c:3735 fe-connect.c:3854
#: fe-connect.c:4094 fe-connect.c:4174 fe-connect.c:4273 fe-connect.c:4529
#: fe-connect.c:4558 fe-connect.c:4630 fe-connect.c:4648 fe-connect.c:4744
#: fe-connect.c:5078 fe-connect.c:5228 fe-exec.c:3355 fe-exec.c:3520
#: fe-lobj.c:896 fe-protocol2.c:1206 fe-protocol3.c:1613
#: fe-connect.c:4558 fe-connect.c:4630 fe-connect.c:4654 fe-connect.c:4672
#: fe-connect.c:4768 fe-connect.c:5102 fe-connect.c:5252 fe-exec.c:3355
#: fe-exec.c:3520 fe-lobj.c:896 fe-protocol2.c:1206 fe-protocol3.c:1613
#: fe-secure-openssl.c:514 fe-secure-openssl.c:1138
msgid "out of memory\n"
msgstr "нехватка памяти\n"
@@ -80,22 +80,26 @@ msgstr "аутентификация через SSPI не поддерживае
msgid "Crypt authentication not supported\n"
msgstr "аутентификация Crypt не поддерживается\n"
#: fe-auth.c:708
#: fe-auth.c:716
msgid "SCRAM authentication requires libpq version 10 or above\n"
msgstr "для аутентификации SCRAM требуется libpq версии 10 или новее\n"
#: fe-auth.c:721
#, c-format
msgid "authentication method %u not supported\n"
msgstr "метод аутентификации %u не поддерживается\n"
#: fe-auth.c:755
#: fe-auth.c:768
#, c-format
msgid "user name lookup failure: error code %lu\n"
msgstr "распознать имя пользователя не удалось (код ошибки: %lu)\n"
#: fe-auth.c:765 fe-connect.c:2018
#: fe-auth.c:778 fe-connect.c:2018
#, c-format
msgid "could not look up local user ID %d: %s\n"
msgstr "найти локального пользователя по идентификатору (%d) не удалось: %s\n"
#: fe-auth.c:770 fe-connect.c:2023
#: fe-auth.c:783 fe-connect.c:2023
#, c-format
msgid "local user with ID %d does not exist\n"
msgstr "локальный пользователь с ID %d не существует\n"
@@ -350,7 +354,7 @@ msgstr "атрибут не содержит значений при поиск
msgid "missing \"=\" after \"%s\" in connection info string\n"
msgstr "в строке соединения нет \"=\" после \"%s\"\n"
#: fe-connect.c:3866 fe-connect.c:4497 fe-connect.c:5211
#: fe-connect.c:3866 fe-connect.c:4497 fe-connect.c:5235
#, c-format
msgid "invalid connection option \"%s\"\n"
msgstr "неверный параметр соединения \"%s\"\n"
@@ -392,24 +396,24 @@ msgstr ""
"рекурсивные определения служб не поддерживаются (файл определения служб \"%s"
"\", строка %d)\n"
#: fe-connect.c:4755
#: fe-connect.c:4779
#, c-format
msgid "invalid URI propagated to internal parser routine: \"%s\"\n"
msgstr "во внутреннюю процедуру разбора строки передан ошибочный URI: \"%s\"\n"
#: fe-connect.c:4825
#: fe-connect.c:4849
#, c-format
msgid ""
"end of string reached when looking for matching \"]\" in IPv6 host address "
"in URI: \"%s\"\n"
msgstr "URI не содержит символ \"]\" после адреса IPv6: \"%s\"\n"
#: fe-connect.c:4832
#: fe-connect.c:4856
#, c-format
msgid "IPv6 host address may not be empty in URI: \"%s\"\n"
msgstr "IPv6, содержащийся в URI, не может быть пустым: \"%s\"\n"
#: fe-connect.c:4847
#: fe-connect.c:4871
#, c-format
msgid ""
"unexpected character \"%c\" at position %d in URI (expected \":\" or \"/\"): "
@@ -418,41 +422,41 @@ msgstr ""
"неожиданный символ \"%c\" в позиции %d в URI (ожидалось \":\" или \"/\"): "
"\"%s\"\n"
#: fe-connect.c:4961
#: fe-connect.c:4985
#, c-format
msgid "extra key/value separator \"=\" in URI query parameter: \"%s\"\n"
msgstr "лишний разделитель ключа/значения \"=\" в параметрах URI: \"%s\"\n"
#: fe-connect.c:4981
#: fe-connect.c:5005
#, c-format
msgid "missing key/value separator \"=\" in URI query parameter: \"%s\"\n"
msgstr "в параметрах URI не хватает разделителя ключа/значения \"=\": \"%s\"\n"
#: fe-connect.c:5032
#: fe-connect.c:5056
#, c-format
msgid "invalid URI query parameter: \"%s\"\n"
msgstr "неверный параметр в URI: \"%s\"\n"
#: fe-connect.c:5106
#: fe-connect.c:5130
#, c-format
msgid "invalid percent-encoded token: \"%s\"\n"
msgstr "неверный символ, закодированный с %%: \"%s\"\n"
#: fe-connect.c:5116
#: fe-connect.c:5140
#, c-format
msgid "forbidden value %%00 in percent-encoded value: \"%s\"\n"
msgstr "недопустимое значение %%00 для символа, закодированного с %%: \"%s\"\n"
#: fe-connect.c:5447
#: fe-connect.c:5471
msgid "connection pointer is NULL\n"
msgstr "нулевой указатель соединения\n"
#: fe-connect.c:5733
#: fe-connect.c:5757
#, c-format
msgid "WARNING: password file \"%s\" is not a plain file\n"
msgstr "ПРЕДУПРЕЖДЕНИЕ: файл паролей \"%s\" - не обычный файл\n"
#: fe-connect.c:5742
#: fe-connect.c:5766
#, c-format
msgid ""
"WARNING: password file \"%s\" has group or world access; permissions should "
@@ -461,7 +465,7 @@ msgstr ""
"ПРЕДУПРЕЖДЕНИЕ: к файлу паролей \"%s\" имеют доступ все или группа; права "
"должны быть u=rw (0600) или более ограниченные\n"
#: fe-connect.c:5856
#: fe-connect.c:5880
#, c-format
msgid "password retrieved from file \"%s\"\n"
msgstr "пароль получен из файла \"%s\"\n"

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: plperl (PostgreSQL 9.4)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2015-10-04 00:37+0000\n"
"POT-Creation-Date: 2017-05-21 17:26+0000\n"
"PO-Revision-Date: 2015-09-30 12:21-0300\n"
"Last-Translator: Álvaro Herrera <alvherre@alvh.no-ip.org>\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n"
@@ -41,8 +41,8 @@ msgid "cannot allocate multiple Perl interpreters on this platform"
msgstr "no se pueden instanciar múltiples intérpretes Perl en esta plataforma"
#: plperl.c:665 plperl.c:840 plperl.c:846 plperl.c:960 plperl.c:972
#: plperl.c:1015 plperl.c:1036 plperl.c:2068 plperl.c:2175 plperl.c:2242
#: plperl.c:2304
#: plperl.c:1015 plperl.c:1036 plperl.c:2079 plperl.c:2188 plperl.c:2255
#: plperl.c:2317
#, c-format
msgid "%s"
msgstr "%s"
@@ -82,7 +82,7 @@ msgstr "mientras se ejecutaba plperl.on_plperl_init"
msgid "while executing plperl.on_plperlu_init"
msgstr "mientras se ejecutaba plperl.on_plperlu_init"
#: plperl.c:1081 plperl.c:1710
#: plperl.c:1081 plperl.c:1721
#, c-format
msgid "Perl hash contains nonexistent column \"%s\""
msgstr "el hash de Perl contiene el columna inexistente «%s»"
@@ -122,97 +122,97 @@ msgstr "una función Perl debe retornar una referencia a un hash o array"
msgid "lookup failed for type %s"
msgstr "búsqueda del tipo %s falló"
#: plperl.c:1687
#: plperl.c:1698
#, c-format
msgid "$_TD->{new} does not exist"
msgstr "$_TD->{new} no existe"
#: plperl.c:1691
#: plperl.c:1702
#, c-format
msgid "$_TD->{new} is not a hash reference"
msgstr "$_TD->{new} no es una referencia a un hash"
#: plperl.c:1944 plperl.c:2776
#: plperl.c:1955 plperl.c:2789
#, c-format
msgid "PL/Perl functions cannot return type %s"
msgstr "las funciones en PL/Perl no pueden retornar el tipo %s"
#: plperl.c:1957 plperl.c:2821
#: plperl.c:1968 plperl.c:2834
#, c-format
msgid "PL/Perl functions cannot accept type %s"
msgstr "funciones de PL/Perl no pueden aceptar el tipo %s"
#: plperl.c:2073
#: plperl.c:2084
#, c-format
msgid "didn't get a CODE reference from compiling function \"%s\""
msgstr "no se obtuvo una referencia CODE en la compilación de la función «%s»"
#: plperl.c:2163
#: plperl.c:2176
#, c-format
msgid "didn't get a return item from function"
msgstr "no se obtuvo un elemento de retorno desde la función"
#: plperl.c:2206 plperl.c:2272
#: plperl.c:2219 plperl.c:2285
#, c-format
msgid "couldn't fetch $_TD"
msgstr "no se pudo obtener $_TD"
#: plperl.c:2230 plperl.c:2292
#: plperl.c:2243 plperl.c:2305
#, c-format
msgid "didn't get a return item from trigger function"
msgstr "no se obtuvo un elemento de retorno desde la función de disparador"
#: plperl.c:2349
#: plperl.c:2362
#, c-format
msgid "set-valued function called in context that cannot accept a set"
msgstr "se llamó a una función que retorna un conjunto en un contexto que no puede aceptarlo"
#: plperl.c:2393
#: plperl.c:2406
#, c-format
msgid "set-returning PL/Perl function must return reference to array or use return_next"
msgstr "una función PL/Perl que retorna un conjunto debe retornar una referencia a un array o usar return_next"
#: plperl.c:2507
#: plperl.c:2520
#, c-format
msgid "ignoring modified row in DELETE trigger"
msgstr "ignorando la tupla modificada en el disparador DELETE"
#: plperl.c:2515
#: plperl.c:2528
#, c-format
msgid "result of PL/Perl trigger function must be undef, \"SKIP\", or \"MODIFY\""
msgstr "el resultado de la función disparadora en PL/Perl debe ser undef, «SKIP» o «MODIFY»"
#: plperl.c:2694 plperl.c:2704
#: plperl.c:2707 plperl.c:2717
#, c-format
msgid "out of memory"
msgstr "memoria agotada"
#: plperl.c:2768
#: plperl.c:2781
#, c-format
msgid "trigger functions can only be called as triggers"
msgstr "las funciones disparadoras sólo pueden ser llamadas como disparadores"
#: plperl.c:3144
#: plperl.c:3157
#, c-format
msgid "cannot use return_next in a non-SETOF function"
msgstr "no se puede utilizar return_next en una función sin SETOF"
#: plperl.c:3200
#: plperl.c:3213
#, c-format
msgid "SETOF-composite-returning PL/Perl function must call return_next with reference to hash"
msgstr "una función Perl que retorna SETOF de un tipo compuesto debe invocar return_next con una referencia a un hash"
#: plperl.c:3934
#: plperl.c:3947
#, c-format
msgid "PL/Perl function \"%s\""
msgstr "función PL/Perl «%s»"
#: plperl.c:3946
#: plperl.c:3959
#, c-format
msgid "compilation of PL/Perl function \"%s\""
msgstr "compilación de la función PL/Perl «%s»"
#: plperl.c:3955
#: plperl.c:3968
#, c-format
msgid "PL/Perl anonymous code block"
msgstr "bloque de código anónimo de PL/Perl"

View File

@@ -1,7 +1,7 @@
# Russian message translation file for plperl
# Copyright (C) 2012-2016 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2016.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2017.
#
msgid ""
msgstr ""

View File

@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: plpgsql (PostgreSQL 9.4)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2015-10-04 00:37+0000\n"
"POT-Creation-Date: 2017-05-21 17:26+0000\n"
"PO-Revision-Date: 2015-09-30 12:19-0300\n"
"Last-Translator: Carlos Chapi <carloswaldo@babelruins.org>\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n"
@@ -22,7 +22,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
#: pl_comp.c:436 pl_handler.c:448
#: pl_comp.c:436 pl_handler.c:450
#, c-format
msgid "PL/pgSQL functions cannot accept type %s"
msgstr "las funciones PL/pgSQL no pueden aceptar el tipo %s"
@@ -37,7 +37,7 @@ msgstr "no se pudo determinar el verdadero tipo de resultado para la función po
msgid "trigger functions can only be called as triggers"
msgstr "las funciones de disparador sólo pueden ser invocadas como disparadores"
#: pl_comp.c:551 pl_handler.c:433
#: pl_comp.c:551 pl_handler.c:435
#, c-format
msgid "PL/pgSQL functions cannot return type %s"
msgstr "las funciones PL/pgSQL no pueden retornar el tipo %s"
@@ -103,12 +103,12 @@ msgstr "la relación «%s» no es una tabla"
msgid "type \"%s\" is only a shell"
msgstr "el tipo «%s» está inconcluso"
#: pl_comp.c:2255 pl_comp.c:2308
#: pl_comp.c:2260 pl_comp.c:2313
#, c-format
msgid "unrecognized exception condition \"%s\""
msgstr "no se reconoce la condición de excepción «%s»"
#: pl_comp.c:2466
#: pl_comp.c:2471
#, c-format
msgid "could not determine actual argument type for polymorphic function \"%s\""
msgstr "no se pudo determinar el verdadero tipo de argumento para la función polimórfica «%s»"
@@ -294,7 +294,7 @@ msgstr "la variable de bucle FOREACH no debe ser de tipo array"
msgid "cannot return non-composite value from function returning composite type"
msgstr "no se puede retornar un valor no-compuesto desde una función que retorne tipos compuestos"
#: pl_exec.c:2698 pl_gram.y:3112
#: pl_exec.c:2698 pl_gram.y:3141
#, c-format
msgid "cannot use RETURN NEXT in a non-SETOF function"
msgstr "no se puede usar RETURN NEXT en una función que no es SETOF"
@@ -326,7 +326,7 @@ msgstr "se pasó un tipo de registro incorrecto a RETURN NEXT"
msgid "RETURN NEXT must have a parameter"
msgstr "RETURN NEXT debe tener un parámetro"
#: pl_exec.c:2915 pl_gram.y:3174
#: pl_exec.c:2915 pl_gram.y:3203
#, c-format
msgid "cannot use RETURN QUERY in a non-SETOF function"
msgstr "no se puede usar RETURN QUERY en una función que no ha sido declarada SETOF"
@@ -400,7 +400,7 @@ msgstr "la consulta no tiene un destino para los datos de resultado"
msgid "If you want to discard the results of a SELECT, use PERFORM instead."
msgstr "Si quiere descartar los resultados de un SELECT, utilice PERFORM."
#: pl_exec.c:3738 pl_exec.c:7026
#: pl_exec.c:3738 pl_exec.c:7030
#, c-format
msgid "query string argument of EXECUTE is null"
msgstr "el argumento de consulta a ejecutar en EXECUTE es null"
@@ -514,301 +514,301 @@ msgstr "sentencia SQL"
msgid "FOR over EXECUTE statement"
msgstr "bucle FOR en torno a una sentencia EXECUTE"
#: pl_gram.y:472
#: pl_gram.y:473
#, c-format
msgid "block label must be placed before DECLARE, not after"
msgstr "etiqueta de bloque debe estar antes de DECLARE, no después"
#: pl_gram.y:492
#: pl_gram.y:493
#, c-format
msgid "collations are not supported by type %s"
msgstr "los ordenamientos (collation) no están soportados por el tipo %s"
#: pl_gram.y:507
#: pl_gram.y:508
#, c-format
msgid "row or record variable cannot be CONSTANT"
msgstr "variable de tipo row o record no puede ser CONSTANT"
#: pl_gram.y:517
#: pl_gram.y:518
#, c-format
msgid "row or record variable cannot be NOT NULL"
msgstr "variable de tipo row o record no puede ser NOT NULL"
#: pl_gram.y:528
#: pl_gram.y:529
#, c-format
msgid "default value for row or record variable is not supported"
msgstr "el valor por omisión de una variable de tipo row o record no está soportado"
#: pl_gram.y:673 pl_gram.y:688 pl_gram.y:714
#: pl_gram.y:674 pl_gram.y:689 pl_gram.y:715
#, c-format
msgid "variable \"%s\" does not exist"
msgstr "no existe la variable «%s»"
#: pl_gram.y:732 pl_gram.y:760
#: pl_gram.y:733 pl_gram.y:761
msgid "duplicate declaration"
msgstr "declaración duplicada"
#: pl_gram.y:743 pl_gram.y:771
#: pl_gram.y:744 pl_gram.y:772
#, c-format
msgid "variable \"%s\" shadows a previously defined variable"
msgstr "la variable «%s» oculta una variable definida anteriormente"
#: pl_gram.y:950
#: pl_gram.y:951
#, c-format
msgid "diagnostics item %s is not allowed in GET STACKED DIAGNOSTICS"
msgstr "elemento de diagnóstico %s no se permite en GET STACKED DIAGNOSTICS"
#: pl_gram.y:968
#: pl_gram.y:969
#, c-format
msgid "diagnostics item %s is not allowed in GET CURRENT DIAGNOSTICS"
msgstr "elemento de diagnóstico %s no se permite en GET STACKED DIAGNOSTICS"
#: pl_gram.y:1066
#: pl_gram.y:1067
msgid "unrecognized GET DIAGNOSTICS item"
msgstr "elemento de GET DIAGNOSTICS no reconocido"
#: pl_gram.y:1077 pl_gram.y:3361
#: pl_gram.y:1078 pl_gram.y:3390
#, c-format
msgid "\"%s\" is not a scalar variable"
msgstr "«%s» no es una variable escalar"
#: pl_gram.y:1329 pl_gram.y:1523
#: pl_gram.y:1330 pl_gram.y:1524
#, c-format
msgid "loop variable of loop over rows must be a record or row variable or list of scalar variables"
msgstr "la variable de bucle de un bucle sobre filas debe ser una variable de tipo record o row o una lista de variables escalares"
#: pl_gram.y:1363
#: pl_gram.y:1364
#, c-format
msgid "cursor FOR loop must have only one target variable"
msgstr "un bucle FOR de un cursor debe tener sólo una variable de destino"
#: pl_gram.y:1370
#: pl_gram.y:1371
#, c-format
msgid "cursor FOR loop must use a bound cursor variable"
msgstr "un bucle FOR en torno a un cursor debe usar un cursor enlazado (bound)"
#: pl_gram.y:1454
#: pl_gram.y:1455
#, c-format
msgid "integer FOR loop must have only one target variable"
msgstr "un bucle FOR de un número entero debe tener sólo una variable de destino"
#: pl_gram.y:1490
#: pl_gram.y:1491
#, c-format
msgid "cannot specify REVERSE in query FOR loop"
msgstr "no se puede especificar REVERSE en un bucle FOR de una consulta"
#: pl_gram.y:1637
#: pl_gram.y:1638
#, c-format
msgid "loop variable of FOREACH must be a known variable or list of variables"
msgstr "la variable de bucle de FOREACH debe ser una variable conocida o una lista de variables conocidas"
#: pl_gram.y:1689 pl_gram.y:1726 pl_gram.y:1774 pl_gram.y:2814 pl_gram.y:2896
#: pl_gram.y:3007 pl_gram.y:3763
#: pl_gram.y:1690 pl_gram.y:1727 pl_gram.y:1775 pl_gram.y:2840 pl_gram.y:2925
#: pl_gram.y:3036 pl_gram.y:3792
msgid "unexpected end of function definition"
msgstr "fin inesperado de la definición de la función"
#: pl_gram.y:1794 pl_gram.y:1818 pl_gram.y:1834 pl_gram.y:1840 pl_gram.y:1954
#: pl_gram.y:1962 pl_gram.y:1976 pl_gram.y:2071 pl_gram.y:2252 pl_gram.y:2335
#: pl_gram.y:2486 pl_gram.y:3604 pl_gram.y:3665 pl_gram.y:3744
#: pl_gram.y:1795 pl_gram.y:1819 pl_gram.y:1835 pl_gram.y:1841 pl_gram.y:1959
#: pl_gram.y:1967 pl_gram.y:1981 pl_gram.y:2076 pl_gram.y:2257 pl_gram.y:2340
#: pl_gram.y:2492 pl_gram.y:3633 pl_gram.y:3694 pl_gram.y:3773
msgid "syntax error"
msgstr "error de sintaxis"
#: pl_gram.y:1822 pl_gram.y:1824 pl_gram.y:2256 pl_gram.y:2258
#: pl_gram.y:1823 pl_gram.y:1825 pl_gram.y:2261 pl_gram.y:2263
msgid "invalid SQLSTATE code"
msgstr "código SQLSTATE no válido"
#: pl_gram.y:2018
#: pl_gram.y:2023
msgid "syntax error, expected \"FOR\""
msgstr "error de sintaxis, se esperaba «FOR»"
#: pl_gram.y:2080
#: pl_gram.y:2085
#, c-format
msgid "FETCH statement cannot return multiple rows"
msgstr "la sentencia FETCH no puede retornar múltiples filas"
#: pl_gram.y:2136
#: pl_gram.y:2141
#, c-format
msgid "cursor variable must be a simple variable"
msgstr "variable de cursor debe ser una variable simple"
#: pl_gram.y:2142
#: pl_gram.y:2147
#, c-format
msgid "variable \"%s\" must be of type cursor or refcursor"
msgstr "la variable «%s» debe ser de tipo cursor o refcursor"
#: pl_gram.y:2310
#: pl_gram.y:2315
msgid "label does not exist"
msgstr "la etiqueta no existe"
#: pl_gram.y:2457 pl_gram.y:2468
#: pl_gram.y:2463 pl_gram.y:2474
#, c-format
msgid "\"%s\" is not a known variable"
msgstr "«%s» no es una variable conocida"
#: pl_gram.y:2572 pl_gram.y:2582 pl_gram.y:2738
#: pl_gram.y:2578 pl_gram.y:2588 pl_gram.y:2744
msgid "mismatched parentheses"
msgstr "no coinciden los paréntesis"
#: pl_gram.y:2586
#: pl_gram.y:2592
#, c-format
msgid "missing \"%s\" at end of SQL expression"
msgstr "falta «%s» al final de la expresión SQL"
#: pl_gram.y:2592
#: pl_gram.y:2598
#, c-format
msgid "missing \"%s\" at end of SQL statement"
msgstr "falta «%s» al final de la sentencia SQL"
#: pl_gram.y:2609
#: pl_gram.y:2615
msgid "missing expression"
msgstr "expresión faltante"
#: pl_gram.y:2611
#: pl_gram.y:2617
msgid "missing SQL statement"
msgstr "sentencia SQL faltante"
#: pl_gram.y:2740
#: pl_gram.y:2746
msgid "incomplete data type declaration"
msgstr "declaración de tipo de dato incompleta"
#: pl_gram.y:2763
#: pl_gram.y:2769
msgid "missing data type declaration"
msgstr "declaración de tipo de dato faltante"
#: pl_gram.y:2819
#: pl_gram.y:2848
msgid "INTO specified more than once"
msgstr "INTO fue especificado más de una vez"
#: pl_gram.y:2988
#: pl_gram.y:3017
msgid "expected FROM or IN"
msgstr "se espera FROM o IN"
#: pl_gram.y:3048
#: pl_gram.y:3077
#, c-format
msgid "RETURN cannot have a parameter in function returning set"
msgstr "RETURN no puede tener un parámetro en una función que retorna un conjunto"
#: pl_gram.y:3049
#: pl_gram.y:3078
#, c-format
msgid "Use RETURN NEXT or RETURN QUERY."
msgstr "Use RETURN NEXT o RETURN QUERY."
#: pl_gram.y:3057
#: pl_gram.y:3086
#, c-format
msgid "RETURN cannot have a parameter in function with OUT parameters"
msgstr "RETURN no puede tener parámetros en una función con parámetros OUT"
#: pl_gram.y:3066
#: pl_gram.y:3095
#, c-format
msgid "RETURN cannot have a parameter in function returning void"
msgstr "RETURN no puede tener parámetro en una función que retorna void"
#: pl_gram.y:3126
#: pl_gram.y:3155
#, c-format
msgid "RETURN NEXT cannot have a parameter in function with OUT parameters"
msgstr "RETURN NEXT no puede tener parámetros en una función con parámetros OUT"
#: pl_gram.y:3230
#: pl_gram.y:3259
#, c-format
msgid "\"%s\" is declared CONSTANT"
msgstr "«%s» esta declarada como CONSTANT"
#: pl_gram.y:3292 pl_gram.y:3304
#: pl_gram.y:3321 pl_gram.y:3333
#, c-format
msgid "record or row variable cannot be part of multiple-item INTO list"
msgstr "una variable de tipo record o row no puede ser parte de una lista INTO de múltiples elementos"
#: pl_gram.y:3349
#: pl_gram.y:3378
#, c-format
msgid "too many INTO variables specified"
msgstr "se especificaron demasiadas variables INTO"
#: pl_gram.y:3557
#: pl_gram.y:3586
#, c-format
msgid "end label \"%s\" specified for unlabelled block"
msgstr "etiqueta de término «%s» especificada para un bloque sin etiqueta"
#: pl_gram.y:3564
#: pl_gram.y:3593
#, c-format
msgid "end label \"%s\" differs from block's label \"%s\""
msgstr "etiqueta de término «%s» difiere de la etiqueta de bloque «%s»"
#: pl_gram.y:3599
#: pl_gram.y:3628
#, c-format
msgid "cursor \"%s\" has no arguments"
msgstr "el cursor «%s» no tiene argumentos"
#: pl_gram.y:3613
#: pl_gram.y:3642
#, c-format
msgid "cursor \"%s\" has arguments"
msgstr "el cursor «%s» tiene argumentos"
#: pl_gram.y:3655
#: pl_gram.y:3684
#, c-format
msgid "cursor \"%s\" has no argument named \"%s\""
msgstr "el cursor «%s» no tiene un argumento llamado «%s»"
#: pl_gram.y:3675
#: pl_gram.y:3704
#, c-format
msgid "value for parameter \"%s\" of cursor \"%s\" specified more than once"
msgstr "el valor para el parámetro «%s» del cursor «%s» fue especificado más de una vez"
#: pl_gram.y:3700
#: pl_gram.y:3729
#, c-format
msgid "not enough arguments for cursor \"%s\""
msgstr "no hay suficientes argumentos para el cursor «%s»"
#: pl_gram.y:3707
#: pl_gram.y:3736
#, c-format
msgid "too many arguments for cursor \"%s\""
msgstr "demasiados argumentos para el cursor «%s»"
#: pl_gram.y:3795
#: pl_gram.y:3824
msgid "unrecognized RAISE statement option"
msgstr "no se reconoce la opción de sentencia RAISE"
#: pl_gram.y:3799
#: pl_gram.y:3828
msgid "syntax error, expected \"=\""
msgstr "error de sintaxis, se esperaba «=»"
#: pl_gram.y:3840
#: pl_gram.y:3869
#, c-format
msgid "too many parameters specified for RAISE"
msgstr "se especificaron demasiados parámetros a RAISE"
#: pl_gram.y:3844
#: pl_gram.y:3873
#, c-format
msgid "too few parameters specified for RAISE"
msgstr "se especificaron muy pocos parámetros a RAISE"
#: pl_handler.c:149
#: pl_handler.c:151
msgid "Sets handling of conflicts between PL/pgSQL variable names and table column names."
msgstr "Determina el manejo de conflictos entre nombres de variables PL/pgSQL y nombres de columnas de tablas."
#: pl_handler.c:158
#: pl_handler.c:160
msgid "Print information about parameters in the DETAIL part of the error messages generated on INTO ... STRICT failures."
msgstr "Imprimir información de parámetros en la parte DETALLE de los mensajes de error generados por fallos en INTO ... STRICT."
#: pl_handler.c:166
#: pl_handler.c:168
msgid "Perform checks given in ASSERT statements."
msgstr "Ejecuta las verificaciones en sentencias ASSERT."
#: pl_handler.c:174
#: pl_handler.c:176
msgid "List of programming constructs that should produce a warning."
msgstr "Listado de estructuras de programación que deben dar una advertencia."
#: pl_handler.c:184
#: pl_handler.c:186
msgid "List of programming constructs that should produce an error."
msgstr "Listado de estructuras de programación que deben dar un error."
#. translator: %s is typically the translation of "syntax error"
#: pl_scanner.c:621
#: pl_scanner.c:622
#, c-format
msgid "%s at end of input"
msgstr "%s al final de la entrada"
#. translator: first %s is typically the translation of "syntax error"
#: pl_scanner.c:637
#: pl_scanner.c:638
#, c-format
msgid "%s at or near \"%s\""
msgstr "%s en o cerca de «%s»"

View File

@@ -1,7 +1,7 @@
# Russian message translation file for plpgsql
# Copyright (C) 2012-2016 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2016.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2017.
#
msgid ""
msgstr ""

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: plpython (PostgreSQL 9.4)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2015-10-04 00:37+0000\n"
"POT-Creation-Date: 2017-05-21 17:26+0000\n"
"PO-Revision-Date: 2014-12-15 16:56-0300\n"
"Last-Translator: Carlos Chapi <carlos.chapi@2ndquadrant.com>\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n"
@@ -63,7 +63,7 @@ msgstr "haciendo «fetch» en un cursor cerrado"
msgid "closing a cursor in an aborted subtransaction"
msgstr "cerrando un cursor en una subtransacción abortada"
#: plpy_elog.c:103 plpy_elog.c:104 plpy_plpymodule.c:419
#: plpy_elog.c:108 plpy_elog.c:109 plpy_plpymodule.c:440
#, c-format
msgid "%s"
msgstr "%s"
@@ -174,47 +174,57 @@ msgstr "mientras se modificaba la fila de disparador"
msgid "forcibly aborting a subtransaction that has not been exited"
msgstr "abortando una subtransacción que no se ha cerrado"
#: plpy_main.c:93
#: plpy_main.c:124
#, c-format
msgid "Python major version mismatch in session"
msgstr "las versiones mayores de Python no coinciden en esta sesión"
#: plpy_main.c:94
#: plpy_main.c:125
#, c-format
msgid "This session has previously used Python major version %d, and it is now attempting to use Python major version %d."
msgstr "Esta sesión ha usado previamente la versión mayor de Python %d, y ahora está intentando usar la versión mayor %d."
#: plpy_main.c:96
#: plpy_main.c:127
#, c-format
msgid "Start a new session to use a different Python major version."
msgstr "Inicie una nueva sesión para usar una versión mayor de Python diferente."
#: plpy_main.c:111
#: plpy_main.c:150
#, c-format
msgid "multiple Python libraries are present in session"
msgstr "hay múltiples librerías de Python presentes en esta sesión"
#: plpy_main.c:151
#, c-format
msgid "Only one Python major version can be used in one session."
msgstr "Sólo se puede usar una versión mayor de Python en cada sesión."
#: plpy_main.c:167
#, c-format
msgid "untrapped error in initialization"
msgstr "error no capturado en la inicialización"
#: plpy_main.c:134
#: plpy_main.c:190
#, c-format
msgid "could not import \"__main__\" module"
msgstr "no se pudo importar el módulo «__main__»"
#: plpy_main.c:139
#: plpy_main.c:195
#, c-format
msgid "could not create globals"
msgstr "no se pudo crear las globales"
#: plpy_main.c:143
#: plpy_main.c:199
#, c-format
msgid "could not initialize globals"
msgstr "no se pudo inicializar las globales"
#: plpy_main.c:348
#: plpy_main.c:409
#, c-format
msgid "PL/Python function \"%s\""
msgstr "función PL/Python «%s»"
#: plpy_main.c:355
#: plpy_main.c:416
#, c-format
msgid "PL/Python anonymous code block"
msgstr "bloque de código anónimo de PL/Python"
@@ -224,56 +234,61 @@ msgstr "bloque de código anónimo de PL/Python"
msgid "plan.status takes no arguments"
msgstr "plan.status no lleva argumentos"
#: plpy_plpymodule.c:178 plpy_plpymodule.c:181
#: plpy_plpymodule.c:181 plpy_plpymodule.c:184
#, c-format
msgid "could not import \"plpy\" module"
msgstr "no se pudo importar el módulo «plpy»"
#: plpy_plpymodule.c:196
#: plpy_plpymodule.c:199
#, c-format
msgid "could not create the spiexceptions module"
msgstr "no se pudo crear el módulo spiexceptions"
#: plpy_plpymodule.c:207
#, c-format
msgid "could not add the spiexceptions module"
msgstr "no se pudo importar el módulo spiexceptions"
#: plpy_plpymodule.c:217
#: plpy_plpymodule.c:236
#, c-format
msgid "could not create the base SPI exceptions"
msgstr "no se pudo crear las excepciones SPI basales"
msgid "could not create exception \"%s\""
msgstr "no se pudo crear la excepción «%s»"
#: plpy_plpymodule.c:252 plpy_plpymodule.c:256
#: plpy_plpymodule.c:271 plpy_plpymodule.c:275
#, c-format
msgid "could not generate SPI exceptions"
msgstr "no se pudo generar excepciones SPI"
#: plpy_plpymodule.c:387
#: plpy_plpymodule.c:408
#, c-format
msgid "could not unpack arguments in plpy.elog"
msgstr "no se pudo desempaquetar los argumentos de plpy.elog"
#: plpy_plpymodule.c:395
#: plpy_plpymodule.c:416
msgid "could not parse error message in plpy.elog"
msgstr "no se pudo analizar el mensaje de error de plpy.elog"
#: plpy_procedure.c:213
#: plpy_procedure.c:223
#, c-format
msgid "trigger functions can only be called as triggers"
msgstr "las funciones disparadoras sólo pueden ser llamadas como disparadores"
#: plpy_procedure.c:218
#: plpy_procedure.c:228
#, c-format
msgid "PL/Python functions cannot return type %s"
msgstr "las funciones PL/Python no pueden retornar el tipo %s"
#: plpy_procedure.c:300
#: plpy_procedure.c:310
#, c-format
msgid "PL/Python functions cannot accept type %s"
msgstr "la funciones PL/Python no pueden aceptar el tipo %s"
#: plpy_procedure.c:398
#: plpy_procedure.c:408
#, c-format
msgid "could not compile PL/Python function \"%s\""
msgstr "no se pudo compilar la función PL/Python «%s»"
#: plpy_procedure.c:401
#: plpy_procedure.c:411
#, c-format
msgid "could not compile anonymous PL/Python code block"
msgstr "no se pudo compilar el bloque anónimo PL/Python"
@@ -423,8 +438,11 @@ msgstr "no se pudo convertir el objeto Unicode de Python a bytes"
msgid "could not extract bytes from encoded string"
msgstr "no se pudo extraer bytes desde la cadena codificada"
#~ msgid "PL/Python does not support conversion to arrays of row types."
#~ msgstr "PL/Python no soporta la conversión de arrays a tipos de registro."
#~ msgid "plpy.prepare does not support composite types"
#~ msgstr "plpy.prepare no soporta tipos compuestos"
#~ msgid "PL/Python does not support conversion to arrays of row types."
#~ msgstr "PL/Python no soporta la conversión de arrays a tipos de registro."
#~ msgid "could not create the base SPI exceptions"
#~ msgstr "no se pudo crear las excepciones SPI basales"

View File

@@ -1,13 +1,13 @@
# Brazilian Portuguese message translation file for plpython
# Copyright (C) 2009 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
# Euler Taveira de Oliveira <euler@timbira.com>, 2009-2016.
# Euler Taveira de Oliveira <euler@timbira.com>, 2009-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.5\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2016-02-13 17:22-0300\n"
"POT-Creation-Date: 2017-05-08 15:51-0300\n"
"PO-Revision-Date: 2009-05-10 01:15-0300\n"
"Last-Translator: Euler Taveira de Oliveira <euler@timbira.com>\n"
"Language-Team: Brazilian Portuguese <pgbr-dev@listas.postgresql.org.br>\n"
@@ -59,7 +59,7 @@ msgstr "busca em um cursor fechado"
msgid "closing a cursor in an aborted subtransaction"
msgstr "fechando um cursor em uma subtransação abortada"
#: plpy_elog.c:103 plpy_elog.c:104 plpy_plpymodule.c:419
#: plpy_elog.c:108 plpy_elog.c:109 plpy_plpymodule.c:440
#, c-format
msgid "%s"
msgstr "%s"
@@ -229,56 +229,61 @@ msgstr "bloco de código PL/Python anônimo"
msgid "plan.status takes no arguments"
msgstr "plan.status não contém argumentos"
#: plpy_plpymodule.c:178 plpy_plpymodule.c:181
#: plpy_plpymodule.c:181 plpy_plpymodule.c:184
#, c-format
msgid "could not import \"plpy\" module"
msgstr "não pôde importar módulo \"plpy\""
#: plpy_plpymodule.c:196
#: plpy_plpymodule.c:199
#, c-format
msgid "could not create the spiexceptions module"
msgstr "não pôde criar o módulo spiexceptions"
#: plpy_plpymodule.c:207
#, c-format
msgid "could not add the spiexceptions module"
msgstr "não pôde adicionar o módulo spiexceptions"
#: plpy_plpymodule.c:217
#: plpy_plpymodule.c:236
#, c-format
msgid "could not create the base SPI exceptions"
msgstr "não pôde criar as exceções base da SPI"
msgid "could not create exception \"%s\""
msgstr "não pôde criar exceção \"%s\""
#: plpy_plpymodule.c:252 plpy_plpymodule.c:256
#: plpy_plpymodule.c:271 plpy_plpymodule.c:275
#, c-format
msgid "could not generate SPI exceptions"
msgstr "não pôde gerar exceções da SPI"
#: plpy_plpymodule.c:387
#: plpy_plpymodule.c:408
#, c-format
msgid "could not unpack arguments in plpy.elog"
msgstr "não pode desempacotar argumentos em plpy.elog"
#: plpy_plpymodule.c:395
#: plpy_plpymodule.c:416
msgid "could not parse error message in plpy.elog"
msgstr "não pode analisar mensagem de erro em plpy.elog"
#: plpy_procedure.c:213
#: plpy_procedure.c:223
#, c-format
msgid "trigger functions can only be called as triggers"
msgstr "funções de gatilho só podem ser chamadas como gatilhos"
#: plpy_procedure.c:218
#: plpy_procedure.c:228
#, c-format
msgid "PL/Python functions cannot return type %s"
msgstr "funções PL/Python não podem retornar tipo %s"
#: plpy_procedure.c:300
#: plpy_procedure.c:310
#, c-format
msgid "PL/Python functions cannot accept type %s"
msgstr "funções PL/Python não podem aceitar tipo %s"
#: plpy_procedure.c:398
#: plpy_procedure.c:408
#, c-format
msgid "could not compile PL/Python function \"%s\""
msgstr "não pôde compilar função PL/Python \"%s\""
#: plpy_procedure.c:401
#: plpy_procedure.c:411
#, c-format
msgid "could not compile anonymous PL/Python code block"
msgstr "não pôde compilar bloco de código PL/Python anônimo"

View File

@@ -1,7 +1,7 @@
# Russian message translation file for plpython
# Copyright (C) 2012-2016 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2016, 2017.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2017.
#
msgid ""
msgstr ""

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pltcl (PostgreSQL 9.5)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2015-10-04 00:37+0000\n"
"POT-Creation-Date: 2017-05-21 17:26+0000\n"
"PO-Revision-Date: 2015-09-29 23:23-0300\n"
"Last-Translator: Álvaro Herrera <alvherre@alvh.no-ip.org>\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n"
@@ -39,22 +39,22 @@ msgstr "no se pudo separar el valor de retorno del disparador: %s"
msgid "trigger's return list must have even number of elements"
msgstr "la lista de retorno del disparador debe tener un número par de elementos"
#: pltcl.c:1094
#: pltcl.c:1095
#, c-format
msgid "unrecognized attribute \"%s\""
msgstr "atributo «%s» no reconocido"
#: pltcl.c:1099
#: pltcl.c:1101
#, c-format
msgid "cannot set system attribute \"%s\""
msgstr "no se puede definir el atributo de sistema «%s»"
#: pltcl.c:1222 pltcl.c:1648
#: pltcl.c:1224 pltcl.c:1650
#, c-format
msgid "%s"
msgstr "%s"
#: pltcl.c:1223
#: pltcl.c:1225
#, c-format
msgid ""
"%s\n"
@@ -63,32 +63,32 @@ msgstr ""
"%s\n"
"en función PL/Tcl \"%s\""
#: pltcl.c:1331 pltcl.c:1338
#: pltcl.c:1333 pltcl.c:1340
#, c-format
msgid "out of memory"
msgstr "memoria agotada"
#: pltcl.c:1386
#: pltcl.c:1388
#, c-format
msgid "trigger functions can only be called as triggers"
msgstr "las funciones disparadoras sólo pueden ser invocadas como disparadores"
#: pltcl.c:1395
#: pltcl.c:1397
#, c-format
msgid "PL/Tcl functions cannot return type %s"
msgstr "las funciones PL/Tcl no pueden retornar tipo %s"
#: pltcl.c:1407
#: pltcl.c:1409
#, c-format
msgid "PL/Tcl functions cannot return composite types"
msgstr "las funciones PL/Tcl no pueden retornar tipos compuestos"
#: pltcl.c:1446
#: pltcl.c:1448
#, c-format
msgid "PL/Tcl functions cannot accept type %s"
msgstr "las funciones PL/Tcl no pueden aceptar el tipog%s"
#: pltcl.c:1564
#: pltcl.c:1566
#, c-format
msgid "could not create internal procedure \"%s\": %s"
msgstr "no se pudo crear procedimiento interno «%s»: %s"

View File

@@ -1,7 +1,7 @@
# Russian message translation file for pltcl
# Copyright (C) 2012-2016 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2016.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2017.
#
msgid ""
msgstr ""