Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  es.po   Sprache: unbekannt

 
Spracherkennung für: .po vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# Spanish message translation file for pg_resetwal
#
# Copyright (c) 2003-2021, PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
#
# Ivan Hernandez <ivanx@ciencias.unam.mx>, 2003.
# Alvaro Herrera <alvherre@alvh.no-ip.org>, 2004-20142024
# Jaime Casanova <systemguards@gmail.com>, 2005
# Martín Marqués <martin@2ndquadrant.com>, 2013-2014
#
msgid ""
msgstr ""
"Project-Id-Version: pg_resetwal (PostgreSQL) 17\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2026-02-06 23:19+0000\n"
"PO-Revision-Date: 2025-12-06 09:41+0100\n"
"Last-Translator: Carlos Chapi <carlos.chapi@2ndquadrant.com>\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@lists.postgresql.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: BlackCAT 1.1\n"

#: ../../../src/common/logging.c:279
#, c-format
msgid "error: "
msgstr "error: "

#: ../../../src/common/logging.c:286
#, c-format
msgid "warning: "
msgstr "precaución: "

#: ../../../src/common/logging.c:297
#, c-format
msgid "detail: "
msgstr "detalle: "

#: ../../../src/common/logging.c:304
#, c-format
msgid "hint: "
msgstr "consejo: "

#: ../../common/controldata_utils.c:97 pg_resetwal.c:394 pg_resetwal.c:552
#: pg_resetwal.c:600
#, c-format
msgid "could not open file \"%s\" for reading: %m"
msgstr "no se pudo abrir archivo «%s» para lectura: %m"

#: ../../common/controldata_utils.c:110 pg_resetwal.c:561 pg_resetwal.c:615
#, c-format
msgid "could not read file \"%s\": %m"
msgstr "no se pudo leer el archivo «%s»: %m"

#: ../../common/controldata_utils.c:119
#, c-format
msgid "could not read file \"%s\": read %d of %zu"
msgstr "no se pudo leer el archivo «%s»: leídos %d de %zu"

#: ../../common/controldata_utils.c:132 ../../common/controldata_utils.c:280
#, c-format
msgid "could not close file \"%s\": %m"
msgstr "no se pudo cerrar el archivo «%s»: %m"

#: ../../common/controldata_utils.c:168
msgid "byte ordering mismatch"
msgstr "discordancia en orden de bytes"

#: ../../common/controldata_utils.c:170
#, c-format
msgid ""
"possible byte ordering mismatch\n"
"The byte ordering used to store the pg_control file might not match the one\n"
"used by this program.  In that case the results below would be incorrect, and\n"
"the PostgreSQL installation would be incompatible with this data directory."
msgstr ""
"posible discordancia en orden de bytes\n"
"El ordenamiento de bytes usado para almacenar el archivo pg_control puede no\n"
"coincidir con el usado por este programa.  En tal caso los resultados de abajo\n"
"serían erróneos, y la instalación de PostgreSQL sería incompatible con este\n"
"directorio de datos."

#: ../../common/controldata_utils.c:230 ../../common/file_utils.c:69
#: ../../common/file_utils.c:370 ../../common/file_utils.c:428
#: ../../common/file_utils.c:502 pg_resetwal.c:1172
#, c-format
msgid "could not open file \"%s\": %m"
msgstr "no se pudo abrir el archivo «%s»: %m"

#: ../../common/controldata_utils.c:249 pg_resetwal.c:1180 pg_resetwal.c:1192
#, c-format
msgid "could not write file \"%s\": %m"
msgstr "no se pudo escribir el archivo «%s»: %m"

#: ../../common/controldata_utils.c:268 ../../common/file_utils.c:440
#: ../../common/file_utils.c:510
#, c-format
msgid "could not fsync file \"%s\": %m"
msgstr "no se pudo sincronizar (fsync) archivo «%s»: %m"

#: ../../common/fe_memutils.c:35 ../../common/fe_memutils.c:75
#: ../../common/fe_memutils.c:98 ../../common/fe_memutils.c:161
#, c-format
msgid "out of memory\n"
msgstr "memoria agotada\n"

#: ../../common/fe_memutils.c:92 ../../common/fe_memutils.c:153
#, c-format
msgid "cannot duplicate null pointer (internal error)\n"
msgstr "no se puede duplicar un puntero nulo (error interno)\n"

#: ../../common/file_utils.c:75
#, c-format
msgid "could not synchronize file system for file \"%s\": %m"
msgstr "no se pudo sincronizar el sistema de archivos para el archivo «%s»: %m"

#: ../../common/file_utils.c:123 ../../common/file_utils.c:588
#, c-format
msgid "could not stat file \"%s\": %m"
msgstr "no se pudo hacer stat al archivo «%s»: %m"

#: ../../common/file_utils.c:133 ../../common/file_utils.c:243
#: ../../fe_utils/option_utils.c:99
#, c-format
msgid "this build does not support sync method \"%s\""
msgstr "esta instalación no soporta el método de sync «%s»"

#: ../../common/file_utils.c:156 ../../common/file_utils.c:304
#: pg_resetwal.c:961 pg_resetwal.c:1014 pg_resetwal.c:1049 pg_resetwal.c:1089
#, c-format
msgid "could not open directory \"%s\": %m"
msgstr "no se pudo abrir el directorio «%s»: %m"

#: ../../common/file_utils.c:174 ../../common/file_utils.c:338
#: pg_resetwal.c:987 pg_resetwal.c:1028 pg_resetwal.c:1066 pg_resetwal.c:1103
#, c-format
msgid "could not read directory \"%s\": %m"
msgstr "no se pudo leer el directorio «%s»: %m"

#: ../../common/file_utils.c:520
#, c-format
msgid "could not rename file \"%s\" to \"%s\": %m"
msgstr "no se pudo renombrar el archivo de «%s» a «%s»: %m"

#: ../../common/restricted_token.c:60
#, c-format
msgid "could not open process token: error code %lu"
msgstr "no se pudo abrir el token de proceso: código de error %lu"

#: ../../common/restricted_token.c:74
#, c-format
msgid "could not allocate SIDs: error code %lu"
msgstr "no se pudo emplazar los SIDs: código de error %lu"

#: ../../common/restricted_token.c:94
#, c-format
msgid "could not create restricted token: error code %lu"
msgstr "no se pudo crear el token restringido: código de error %lu"

#: ../../common/restricted_token.c:115
#, c-format
msgid "could not start process for command \"%s\": error code %lu"
msgstr "no se pudo iniciar el proceso para la orden «%s»: código de error %lu"

#: ../../common/restricted_token.c:153
#, c-format
msgid "could not re-execute with restricted token: error code %lu"
msgstr "no se pudo re-ejecutar con el token restringido: código de error %lu"

#: ../../common/restricted_token.c:168
#, c-format
msgid "could not get exit code from subprocess: error code %lu"
msgstr "no se pudo obtener el código de salida del subproceso»: código de error %lu"

#: ../../fe_utils/option_utils.c:69
#, c-format
msgid "invalid value \"%s\" for option %s"
msgstr "el valor «%s» no es válido para la opción %s"

#: ../../fe_utils/option_utils.c:76
#, c-format
msgid "%s must be in range %d..%d"
msgstr "%s debe estar en el rango %d..%d"

#: ../../fe_utils/option_utils.c:106
#, c-format
msgid "unrecognized sync method: %s"
msgstr "método de sync no reconocido: %s"

#. translator: the second %s is a command line argument (-e, etc)
#: pg_resetwal.c:169 pg_resetwal.c:182 pg_resetwal.c:195 pg_resetwal.c:208
#: pg_resetwal.c:215 pg_resetwal.c:234 pg_resetwal.c:247 pg_resetwal.c:255
#: pg_resetwal.c:274 pg_resetwal.c:288 pg_resetwal.c:322
#, c-format
msgid "invalid argument for option %s"
msgstr "argumento no válido para la opción %s"

#: pg_resetwal.c:170 pg_resetwal.c:183 pg_resetwal.c:196 pg_resetwal.c:209
#: pg_resetwal.c:216 pg_resetwal.c:235 pg_resetwal.c:248 pg_resetwal.c:256
#: pg_resetwal.c:275 pg_resetwal.c:289 pg_resetwal.c:323 pg_resetwal.c:331
#: pg_resetwal.c:344 pg_resetwal.c:351
#, c-format
msgid "Try \"%s --help\" for more information."
msgstr "Pruebe «%s --help» para mayor información."

#: pg_resetwal.c:174
#, c-format
msgid "transaction ID epoch (-e) must not be -1"
msgstr "el \"epoch\" de ID de transacción (-e) no debe ser -1"

#: pg_resetwal.c:187
#, c-format
msgid "oldest transaction ID (-u) must be greater than or equal to %u"
msgstr "el ID de transacción más antiguo (-u) debe ser mayor o igual a %u"

#: pg_resetwal.c:200
#, c-format
msgid "transaction ID (-x) must be greater than or equal to %u"
msgstr "el ID de transacción (-x) debe ser mayor o igual a %u"

#: pg_resetwal.c:222 pg_resetwal.c:226
#, c-format
msgid "transaction ID (-c) must be either %u or greater than or equal to %u"
msgstr "el ID de transacción (-c) debe ser %u o bien mayor o igual a %u"

#: pg_resetwal.c:239
#, c-format
msgid "OID (-o) must not be 0"
msgstr "OID (-o) no debe ser cero"

#: pg_resetwal.c:265
#, c-format
msgid "oldest multitransaction ID (-m) must not be 0"
msgstr "el ID de multitransacción más antiguo (-m) no debe ser 0"

#: pg_resetwal.c:279
#, c-format
msgid "multitransaction offset (-O) must be between 0 and %u"
msgstr "la posición de multitransacción (-O) debe estar entre 0 y %u"

#: pg_resetwal.c:308
#, c-format
msgid "argument of %s must be a power of two between 1 and 1024"
msgstr "el argumento de %s debe ser una potencia de dos entre 1 y 1024"

#: pg_resetwal.c:342
#, c-format
msgid "too many command-line arguments (first is \"%s\")"
msgstr "demasiados argumentos en la línea de órdenes (el primero es «%s»)"

#: pg_resetwal.c:350
#, c-format
msgid "no data directory specified"
msgstr "directorio de datos no especificado"

#: pg_resetwal.c:364
#, c-format
msgid "cannot be executed by \"root\""
msgstr "no puede ser ejecutado con el usuario «root»"

#: pg_resetwal.c:365
#, c-format
msgid "You must run %s as the PostgreSQL superuser."
msgstr "Debe ejecutar %s con el superusuario de PostgreSQL."

#: pg_resetwal.c:375
#, c-format
msgid "could not read permissions of directory \"%s\": %m"
msgstr "no se pudo obtener los permisos del directorio «%s»: %m"

#: pg_resetwal.c:381
#, c-format
msgid "could not change directory to \"%s\": %m"
msgstr "no se pudo cambiar al directorio «%s»: %m"

#: pg_resetwal.c:399
#, c-format
msgid "lock file \"%s\" exists"
msgstr "el archivo candado «%s» existe"

#: pg_resetwal.c:400
#, c-format
msgid "Is a server running?  If not, delete the lock file and try again."
msgstr "¿Hay un servidor corriendo? Si no, borre el archivo candado e inténtelo de nuevo."

#: pg_resetwal.c:502
#, c-format
msgid "not proceeding because control file values were guessed"
msgstr "no continuando porque los valores del archivo de control fueron asumidos"

#: pg_resetwal.c:503
#, c-format
msgid "If these values seem acceptable, use -f to force reset."
msgstr "Si estos valores parecen aceptables, use -f para forzar reinicio."

#: pg_resetwal.c:512
#, c-format
msgid "database server was not shut down cleanly"
msgstr "el directorio de destino no fue apagado limpiamente"

#: pg_resetwal.c:513
#, c-format
msgid "Resetting the write-ahead log might cause data to be lost."
msgstr "Reiniciar el \"write-ahead log\" puede causar pérdida de datos."

#: pg_resetwal.c:514
#, c-format
msgid "If you want to proceed anyway, use -f to force reset."
msgstr "Si quiere proceder de todas formas, use -f para forzar reinicio."

#: pg_resetwal.c:527
#, c-format
msgid "Write-ahead log reset\n"
msgstr "\"Write-ahead log\" restablecido\n"

#: pg_resetwal.c:559
#, c-format
msgid "unexpected empty file \"%s\""
msgstr "archivo vacío inesperado «%s»"

#: pg_resetwal.c:569
#, c-format
msgid "data directory is of wrong version"
msgstr "el directorio de datos tiene la versión equivocada"

#: pg_resetwal.c:570
#, c-format
msgid "File \"%s\" contains \"%s\", which is not compatible with this program's version \"%s\"."
msgstr "El archivo «%s» contiene «%s», que no es compatible con la versión «%s» de este programa."

#: pg_resetwal.c:603
#, c-format
msgid ""
"If you are sure the data directory path is correct, execute\n"
"  touch %s\n"
"and try again."
msgstr ""
"Si está seguro que la ruta al directorio de datos es correcta, ejecute\n"
"   touch %s\n"
"y pruebe de nuevo."

#: pg_resetwal.c:631
#, c-format
msgid "pg_control exists but has invalid CRC; proceed with caution"
msgstr "existe pg_control pero tiene un CRC no válido, proceda con precaución"

#: pg_resetwal.c:640
#, c-format
msgid "pg_control specifies invalid WAL segment size (%d byte); proceed with caution"
msgid_plural "pg_control specifies invalid WAL segment size (%d bytes); proceed with caution"
msgstr[0] "pg_control especifica un tamaño de segmento de WAL no válido (%d byte), proceda con precaución"
msgstr[1] "pg_control especifica un tamaño de segmento de WAL no válido (%d bytes), proceda con precaución"

#: pg_resetwal.c:651
#, c-format
msgid "pg_control exists but is broken or wrong version; ignoring it"
msgstr "existe pg_control pero está roto o tiene la versión equivocada; ignorándolo"

#: pg_resetwal.c:746
#, c-format
msgid ""
"Guessed pg_control values:\n"
"\n"
msgstr ""
"Valores de pg_control asumidos:\n"
"\n"

#: pg_resetwal.c:748
#, c-format
msgid ""
"Current pg_control values:\n"
"\n"
msgstr ""
"Valores actuales de pg_control:\n"
"\n"

#: pg_resetwal.c:750
#, c-format
msgid "pg_control version number:            %u\n"
msgstr "Número de versión de pg_control:                 %u\n"

#: pg_resetwal.c:752
#, c-format
msgid "Catalog version number:               %u\n"
msgstr "Número de versión de catálogo:                   %u\n"

#: pg_resetwal.c:754
#, c-format
msgid "Database system identifier:           %<PRIu64>\n"
msgstr "Identificador de sistema:                        %<PRIu64>\n"

#: pg_resetwal.c:756
#, c-format
msgid "Latest checkpoint's TimeLineID:       %u\n"
msgstr "TimeLineID del checkpoint más reciente:          %u\n"

#: pg_resetwal.c:758
#, c-format
msgid "Latest checkpoint's full_page_writes: %s\n"
msgstr "full_page_writes del checkpoint más reciente:    %s\n"

#: pg_resetwal.c:759
msgid "off"
msgstr "desactivado"

#: pg_resetwal.c:759
msgid "on"
msgstr "activado"

#: pg_resetwal.c:760
#, c-format
msgid "Latest checkpoint's NextXID:          %u:%u\n"
msgstr "NextXID del checkpoint más reciente:             %u:%u\n"

#: pg_resetwal.c:763
#, c-format
msgid "Latest checkpoint's NextOID:          %u\n"
msgstr "NextOID del checkpoint más reciente:             %u\n"

#: pg_resetwal.c:765
#, c-format
msgid "Latest checkpoint's NextMultiXactId:  %u\n"
msgstr "NextMultiXactId del checkpoint más reciente:     %u\n"

#: pg_resetwal.c:767
#, c-format
msgid "Latest checkpoint's NextMultiOffset:  %u\n"
msgstr "NextMultiOffset del checkpoint más reciente:     %u\n"

#: pg_resetwal.c:769
#, c-format
msgid "Latest checkpoint's oldestXID:        %u\n"
msgstr "oldestXID del checkpoint más reciente:           %u\n"

#: pg_resetwal.c:771
#, c-format
msgid "Latest checkpoint's oldestXID's DB:   %u\n"
msgstr "BD del oldestXID del checkpoint más reciente:    %u\n"

#: pg_resetwal.c:773
#, c-format
msgid "Latest checkpoint's oldestActiveXID:  %u\n"
msgstr "oldestActiveXID del checkpoint más reciente:     %u\n"

#: pg_resetwal.c:775
#, c-format
msgid "Latest checkpoint's oldestMultiXid:   %u\n"
msgstr "oldestMultiXid del checkpoint más reciente:      %u\n"

#: pg_resetwal.c:777
#, c-format
msgid "Latest checkpoint's oldestMulti's DB: %u\n"
msgstr "BD del oldestMultiXid del checkpt. más reciente: %u\n"

#: pg_resetwal.c:779
#, c-format
msgid "Latest checkpoint's oldestCommitTsXid:%u\n"
msgstr "oldestCommitTsXid del último checkpoint:         %u\n"

#: pg_resetwal.c:781
#, c-format
msgid "Latest checkpoint's newestCommitTsXid:%u\n"
msgstr "newestCommitTsXid del último checkpoint:         %u\n"

#: pg_resetwal.c:783
#, c-format
msgid "Maximum data alignment:               %u\n"
msgstr "Máximo alineamiento de datos:                    %u\n"

#: pg_resetwal.c:786
#, c-format
msgid "Database block size:                  %u\n"
msgstr "Tamaño del bloque de la base de datos:           %u\n"

#: pg_resetwal.c:788
#, c-format
msgid "Blocks per segment of large relation: %u\n"
msgstr "Bloques por segmento de relación grande:         %u\n"

#: pg_resetwal.c:790
#, c-format
msgid "WAL block size:                       %u\n"
msgstr "Tamaño del bloque de WAL:                        %u\n"

#: pg_resetwal.c:792 pg_resetwal.c:884
#, c-format
msgid "Bytes per WAL segment:                %u\n"
msgstr "Bytes por segmento WAL:                          %u\n"

#: pg_resetwal.c:794
#, c-format
msgid "Maximum length of identifiers:        %u\n"
msgstr "Longitud máxima de identificadores:              %u\n"

#: pg_resetwal.c:796
#, c-format
msgid "Maximum columns in an index:          %u\n"
msgstr "Máximo número de columnas en un índice:          %u\n"

#: pg_resetwal.c:798
#, c-format
msgid "Maximum size of a TOAST chunk:        %u\n"
msgstr "Longitud máxima de un trozo TOAST:               %u\n"

#: pg_resetwal.c:800
#, c-format
msgid "Size of a large-object chunk:         %u\n"
msgstr "Longitud máxima de un trozo de objeto grande:    %u\n"

#: pg_resetwal.c:803
#, c-format
msgid "Date/time type storage:               %s\n"
msgstr "Tipo de almacenamiento hora/fecha:               %s\n"

#: pg_resetwal.c:804
msgid "64-bit integers"
msgstr "enteros de 64 bits"

#: pg_resetwal.c:805
#, c-format
msgid "Float8 argument passing:              %s\n"
msgstr "Paso de parámetros float8:                       %s\n"

#: pg_resetwal.c:806
msgid "by reference"
msgstr "por referencia"

#: pg_resetwal.c:806
msgid "by value"
msgstr "por valor"

#: pg_resetwal.c:807
#, c-format
msgid "Data page checksum version:           %u\n"
msgstr "Versión de suma de verificación de datos:        %u\n"

#: pg_resetwal.c:809
#, c-format
msgid "Default char data signedness:         %s\n"
msgstr "Presencia de signo en datos «char»:              %s\n"

#: pg_resetwal.c:810
msgid "signed"
msgstr "con signo"

#: pg_resetwal.c:810
msgid "unsigned"
msgstr "sin signo"

#: pg_resetwal.c:823
#, c-format
msgid ""
"\n"
"\n"
"Values to be changed:\n"
"\n"
msgstr ""
"\n"
"\n"
"Valores a cambiar:\n"
"\n"

#: pg_resetwal.c:827
#, c-format
msgid "First log segment after reset:        %s\n"
msgstr "Primer segmento de log después de reiniciar:     %s\n"

#: pg_resetwal.c:831
#, c-format
msgid "NextMultiXactId:                      %u\n"
msgstr "NextMultiXactId:                      %u\n"

#: pg_resetwal.c:833
#, c-format
msgid "OldestMultiXid:                       %u\n"
msgstr "OldestMultiXid:                       %u\n"

#: pg_resetwal.c:835
#, c-format
msgid "OldestMulti's DB:                     %u\n"
msgstr "Base de datos del OldestMulti:        %u\n"

#: pg_resetwal.c:841
#, c-format
msgid "NextMultiOffset:                      %u\n"
msgstr "NextMultiOffset:                      %u\n"

#: pg_resetwal.c:847
#, c-format
msgid "NextOID:                              %u\n"
msgstr "NextOID:                              %u\n"

#: pg_resetwal.c:853
#, c-format
msgid "NextXID:                              %u\n"
msgstr "NextXID:                              %u\n"

#: pg_resetwal.c:859
#, c-format
msgid "OldestXID:                            %u\n"
msgstr "OldestXID:                            %u\n"

#: pg_resetwal.c:861
#, c-format
msgid "OldestXID's DB:                       %u\n"
msgstr "Base de datos del OldestXID:          %u\n"

#: pg_resetwal.c:867
#, c-format
msgid "NextXID epoch:                        %u\n"
msgstr "Epoch del NextXID:                    %u\n"

#: pg_resetwal.c:873
#, c-format
msgid "oldestCommitTsXid:                    %u\n"
msgstr "oldestCommitTsXid:                    %u\n"

#: pg_resetwal.c:878
#, c-format
msgid "newestCommitTsXid:                    %u\n"
msgstr "newestCommitTsXid:                    %u\n"

#: pg_resetwal.c:990 pg_resetwal.c:1031 pg_resetwal.c:1069 pg_resetwal.c:1106
#, c-format
msgid "could not close directory \"%s\": %m"
msgstr "no se pudo abrir el directorio «%s»: %m"

#: pg_resetwal.c:1023 pg_resetwal.c:1061 pg_resetwal.c:1098
#, c-format
msgid "could not delete file \"%s\": %m"
msgstr "no se pudo borrar el archivo «%s»: %m"

#: pg_resetwal.c:1197
#, c-format
msgid "fsync error: %m"
msgstr "error de fsync: %m"

#: pg_resetwal.c:1206
#, c-format
msgid ""
"%s resets the PostgreSQL write-ahead log.\n"
"\n"
msgstr ""
"%s restablece el WAL (\"write-ahead log\") de PostgreSQL.\n"
"\n"

#: pg_resetwal.c:1207
#, c-format
msgid "Usage:\n"
msgstr "Empleo:\n"

#: pg_resetwal.c:1208
#, c-format
msgid "  %s [OPTION]... DATADIR\n"
msgstr "  %s [OPCIÓN]... DATADIR\n"

#: pg_resetwal.c:1210
#, c-format
msgid ""
"\n"
"Options:\n"
msgstr ""
"\n"
"Opciones:\n"

#: pg_resetwal.c:1211
#, c-format
msgid " [-D, --pgdata=]DATADIR  data directory\n"
msgstr " [-D, --pgdata=]DATADIR  directorio de datos\n"

#: pg_resetwal.c:1212
#, c-format
msgid ""
"  -f, --force            force update to be done even after unclean shutdown or\n"
"                         if pg_control values had to be guessed\n"
msgstr ""
"  -f, --force            forzar que la actualización se haga incluso después\n"
"                         de un apagado no limpio o si los valores de pg_control\n"
"                         tuvieron que asumirse\n"

#: pg_resetwal.c:1214
#, c-format
msgid "  -n, --dry-run          no update, just show what would be done\n"
msgstr "  -n, --dry-run          no actualiza, sólo muestra lo que se haría\n"

#: pg_resetwal.c:1215
#, c-format
msgid "  -V, --version          output version information, then exit\n"
msgstr "  -V, --version          mostrar información de versión, luego salir\n"

#: pg_resetwal.c:1216
#, c-format
msgid "  -?, --help             show this help, then exit\n"
msgstr "  -?, --help             mostrar esta ayuda, luego salir\n"

#: pg_resetwal.c:1218
#, c-format
msgid ""
"\n"
"Options to override control file values:\n"
msgstr ""
"\n"
"Opciones para sobreescribir valores del archivo de control:\n"

#: pg_resetwal.c:1219
#, c-format
msgid ""
"  -c, --commit-timestamp-ids=XID,XID\n"
"                                   set oldest and newest transactions bearing\n"
"                                   commit timestamp (zero means no change)\n"
msgstr ""
"  -c, --commit-timestamp-ids=XID,XID\n"
"                                   definir la más antigua y la más nueva\n"
"                                   transacciones que llevan timestamp de commit\n"
"                                   (cero significa no cambiar)\n"

#: pg_resetwal.c:1222
#, c-format
msgid "  -e, --epoch=XIDEPOCH             set next transaction ID epoch\n"
msgstr ""
"  -e, --epoch=XIDEPOCH             asigna el siguiente \"epoch\" de ID de\n"
"                                   transacción\n"

#: pg_resetwal.c:1223
#, c-format
msgid "  -l, --next-wal-file=WALFILE      set minimum starting location for new WAL\n"
msgstr ""
"  -l, --next-wal-file=ARCHIVOWAL   fuerza una ubicación inicial mínima para\n"
"                                   nuevo WAL\n"

#: pg_resetwal.c:1224
#, c-format
msgid "  -m, --multixact-ids=MXID,MXID    set next and oldest multitransaction ID\n"
msgstr ""
"  -m, --multixact-ids=MXID,MXID    asigna el siguiente ID de multitransacción\n"
"                                   y el más antiguo\n"

#: pg_resetwal.c:1225
#, c-format
msgid "  -o, --next-oid=OID               set next OID\n"
msgstr "  -o, --next-oid=OID               asigna el siguiente OID\n"

#: pg_resetwal.c:1226
#, c-format
msgid "  -O, --multixact-offset=OFFSET    set next multitransaction offset\n"
msgstr "  -O, --multixact-offset=OFFSET    asigna la siguiente pos. de multitransacción\n"

#: pg_resetwal.c:1227
#, c-format
msgid "  -u, --oldest-transaction-id=XID  set oldest transaction ID\n"
msgstr "  -u, --oldest-transaction-id=XID  asigna el ID de transacción más antiguo\n"

#: pg_resetwal.c:1228
#, c-format
msgid "  -x, --next-transaction-id=XID    set next transaction ID\n"
msgstr "  -x, --next-transaction-id=XID    asigna el siguiente ID de transacción\n"

#: pg_resetwal.c:1229
#, c-format
msgid "      --char-signedness=OPTION     set char signedness to \"signed\" or \"unsigned\"\n"
msgstr "      --char-signedness=OPCIÓN     definir presencia de signo a «signed» o «unsigned»\n"

#: pg_resetwal.c:1230
#, c-format
msgid "      --wal-segsize=SIZE           size of WAL segments, in megabytes\n"
msgstr "      --wal-segsize=TAMAÑO         tamaño de segmentos de WAL, en megabytes\n"

#: pg_resetwal.c:1232
#, c-format
msgid ""
"\n"
"Report bugs to <%s>.\n"
msgstr ""
"\n"
"Reporte errores a <%s>.\n"

#: pg_resetwal.c:1233
#, c-format
msgid "%s home page: <%s>\n"
msgstr "Sitio web de %s: <%s>\n"

[Dauer der Verarbeitung: 0.16 Sekunden, vorverarbeitet 2026-08-08]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002