diff options
| author | Peter Eisentraut | 2012-08-14 20:37:40 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2012-08-14 20:37:40 +0000 |
| commit | 2152001773ecddb838b4c7566e332dd184e7d769 (patch) | |
| tree | f6a82da21b146f5b79357c209961bdeb57d17a0b /src/bin/initdb | |
| parent | 30f891151ed63db9434170aa17da8f4179ae4fb0 (diff) | |
Translation updates
Diffstat (limited to 'src/bin/initdb')
| -rw-r--r-- | src/bin/initdb/po/es.po | 646 | ||||
| -rw-r--r-- | src/bin/initdb/po/ja.po | 633 |
2 files changed, 667 insertions, 612 deletions
diff --git a/src/bin/initdb/po/es.po b/src/bin/initdb/po/es.po index b9ccef6d929..59fa4ebc185 100644 --- a/src/bin/initdb/po/es.po +++ b/src/bin/initdb/po/es.po @@ -7,10 +7,10 @@ # msgid "" msgstr "" -"Project-Id-Version: initdb (PostgreSQL 9.1)\n" +"Project-Id-Version: initdb (PostgreSQL 9.2)\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2012-02-21 16:46+0000\n" -"PO-Revision-Date: 2012-02-21 22:53-0300\n" +"POT-Creation-Date: 2012-08-01 05:17+0000\n" +"PO-Revision-Date: 2012-08-03 11:38-0400\n" "Last-Translator: Álvaro Herrera <alvherre@alvh.no-ip.org>\n" "Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n" "Language: es\n" @@ -18,88 +18,174 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: initdb.c:259 initdb.c:273 +#: ../../port/dirmod.c:75 ../../port/dirmod.c:88 ../../port/dirmod.c:101 +#, c-format +msgid "out of memory\n" +msgstr "memoria agotada\n" + +#: ../../port/dirmod.c:286 +#, 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:361 +#, c-format +msgid "could not get junction for \"%s\": %s\n" +msgstr "no se pudo obtener junction para «%s»: %s\n" + +#: ../../port/dirmod.c:443 +#, c-format +msgid "could not open directory \"%s\": %s\n" +msgstr "no se pudo abrir el directorio «%s»: %s\n" + +#: ../../port/dirmod.c:480 +#, c-format +msgid "could not read directory \"%s\": %s\n" +msgstr "no se pudo leer el directorio «%s»: %s\n" + +#: ../../port/dirmod.c:563 +#, c-format +msgid "could not stat file or directory \"%s\": %s\n" +msgstr "no se pudo hacer stat al archivo o directorio «%s»: %s\n" + +#: ../../port/dirmod.c:590 ../../port/dirmod.c:607 +#, c-format +msgid "could not remove file or directory \"%s\": %s\n" +msgstr "no se pudo borrar el archivo o el directorio «%s»: %s\n" + +#: ../../port/exec.c:125 ../../port/exec.c:239 ../../port/exec.c:282 +#, c-format +msgid "could not identify current directory: %s" +msgstr "no se pudo identificar el directorio actual: %s" + +#: ../../port/exec.c:144 +#, c-format +msgid "invalid binary \"%s\"" +msgstr "binario «%s» no es válido" + +#: ../../port/exec.c:193 +#, c-format +msgid "could not read binary \"%s\"" +msgstr "no se pudo leer el binario «%s»" + +#: ../../port/exec.c:200 +#, c-format +msgid "could not find a \"%s\" to execute" +msgstr "no se pudo encontrar un «%s» para ejecutar" + +#: ../../port/exec.c:255 ../../port/exec.c:291 +#, c-format +msgid "could not change directory to \"%s\"" +msgstr "no se pudo cambiar el directorio a «%s»" + +#: ../../port/exec.c:270 +#, c-format +msgid "could not read symbolic link \"%s\"" +msgstr "no se pudo leer el enlace simbólico «%s»" + +#: ../../port/exec.c:526 +#, c-format +msgid "child process exited with exit code %d" +msgstr "el proceso hijo terminó con código de salida %d" + +#: ../../port/exec.c:530 +#, c-format +msgid "child process was terminated by exception 0x%X" +msgstr "el proceso hijo fue terminado por una excepción 0x%X" + +#: ../../port/exec.c:539 +#, c-format +msgid "child process was terminated by signal %s" +msgstr "el proceso hijo fue terminado por una señal %s" + +#: ../../port/exec.c:542 +#, c-format +msgid "child process was terminated by signal %d" +msgstr "el proceso hijo fue terminado por una señal %d" + +#: ../../port/exec.c:546 +#, c-format +msgid "child process exited with unrecognized status %d" +msgstr "el proceso hijo terminó con código no reconocido %d" + +#: initdb.c:291 initdb.c:305 #, c-format msgid "%s: out of memory\n" msgstr "%s: memoria agotada\n" -#: initdb.c:382 initdb.c:1288 +#: initdb.c:414 initdb.c:1332 #, 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:438 initdb.c:804 initdb.c:833 +#: initdb.c:470 initdb.c:836 initdb.c:865 #, 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:446 initdb.c:454 initdb.c:811 initdb.c:839 +#: initdb.c:478 initdb.c:486 initdb.c:843 initdb.c:871 #, c-format msgid "%s: could not write file \"%s\": %s\n" msgstr "%s: no se pudo escribir el archivo «%s»: %s\n" -#: initdb.c:473 +#: initdb.c:505 #, c-format msgid "%s: could not execute command \"%s\": %s\n" msgstr "%s: no se pudo ejecutar la orden «%s»: %s\n" -#: initdb.c:489 +#: initdb.c:521 #, c-format msgid "%s: removing data directory \"%s\"\n" msgstr "%s: eliminando el directorio de datos «%s»\n" -#: initdb.c:492 +#: initdb.c:524 #, c-format msgid "%s: failed to remove data directory\n" msgstr "%s: no se pudo eliminar el directorio de datos\n" -#: initdb.c:498 +#: initdb.c:530 #, c-format msgid "%s: removing contents of data directory \"%s\"\n" msgstr "%s: eliminando el contenido del directorio «%s»\n" -#: initdb.c:501 +#: initdb.c:533 #, 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:507 +#: initdb.c:539 #, c-format msgid "%s: removing transaction log directory \"%s\"\n" msgstr "%s: eliminando el directorio de registro de transacciones «%s»\n" -#: initdb.c:510 +#: initdb.c:542 #, 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:516 +#: initdb.c:548 #, 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" +msgstr "%s: eliminando el contenido del directorio de registro de transacciones «%s»\n" -#: initdb.c:519 +#: initdb.c:551 #, 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" +msgstr "%s: no se pudo eliminar el contenido del directorio de registro de transacciones\n" -#: initdb.c:528 +#: initdb.c:560 #, 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:533 +#: initdb.c:565 #, 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:555 +#: initdb.c:587 #, c-format msgid "" "%s: cannot be run as root\n" @@ -110,32 +196,32 @@ msgstr "" "Por favor conéctese (usando, por ejemplo, «su») como un usuario sin\n" "privilegios especiales, quien ejecutará el proceso servidor.\n" -#: initdb.c:567 +#: initdb.c:599 #, c-format msgid "%s: could not obtain information about current user: %s\n" msgstr "%s: no se pudo obtener información sobre el usuario actual: %s\n" -#: initdb.c:584 +#: initdb.c:616 #, c-format msgid "%s: could not get current user name: %s\n" msgstr "%s: no se pudo obtener el nombre de usuario actual: %s\n" -#: initdb.c:615 +#: initdb.c:647 #, 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:724 initdb.c:3117 +#: initdb.c:756 initdb.c:3190 #, c-format msgid "%s: could not create directory \"%s\": %s\n" msgstr "%s: no se pudo crear el directorio «%s»: %s\n" -#: initdb.c:754 +#: initdb.c:786 #, c-format msgid "%s: file \"%s\" does not exist\n" msgstr "%s: el archivo «%s» no existe\n" -#: initdb.c:756 initdb.c:765 initdb.c:775 +#: initdb.c:788 initdb.c:797 initdb.c:807 #, c-format msgid "" "This might mean you have a corrupted installation or identified\n" @@ -144,173 +230,175 @@ 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:762 +#: initdb.c:794 #, c-format msgid "%s: could not access file \"%s\": %s\n" msgstr "%s: no se pudo acceder al archivo «%s»: %s\n" -#: initdb.c:773 +#: initdb.c:805 #, 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:881 +#: initdb.c:913 #, c-format msgid "selecting default max_connections ... " msgstr "seleccionando el valor para max_connections ... " -#: initdb.c:910 +#: initdb.c:942 #, c-format msgid "selecting default shared_buffers ... " msgstr "seleccionando el valor para shared_buffers ... " -#: initdb.c:953 +#: initdb.c:986 msgid "creating configuration files ... " msgstr "creando archivos de configuración ... " -#: initdb.c:1128 +#: initdb.c:1172 #, c-format msgid "creating template1 database in %s/base/1 ... " msgstr "creando base de datos template1 en %s/base/1 ... " -#: initdb.c:1144 +#: initdb.c:1188 #, c-format msgid "" "%s: input file \"%s\" does not belong to PostgreSQL %s\n" "Check your installation or specify the correct path using the option -L.\n" msgstr "" "%s: el archivo de entrada «%s» no pertenece a PostgreSQL %s\n" -"Verifique su instalación o especifique la ruta correcta usando la opción -" -"L.\n" +"Verifique su instalación o especifique la ruta correcta usando la opción -L.\n" -#: initdb.c:1229 +#: initdb.c:1273 msgid "initializing pg_authid ... " msgstr "inicializando pg_authid ... " -#: initdb.c:1263 +#: initdb.c:1307 msgid "Enter new superuser password: " msgstr "Ingrese la nueva contraseña del superusuario: " -#: initdb.c:1264 +#: initdb.c:1308 msgid "Enter it again: " msgstr "Ingrésela nuevamente: " -#: initdb.c:1267 +#: initdb.c:1311 #, c-format msgid "Passwords didn't match.\n" msgstr "Las constraseñas no coinciden.\n" -#: initdb.c:1294 +#: initdb.c:1338 #, 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:1307 +#: initdb.c:1351 #, c-format msgid "setting password ... " msgstr "estableciendo contraseña ... " -#: initdb.c:1407 +#: initdb.c:1451 msgid "initializing dependencies ... " msgstr "inicializando dependencias ... " -#: initdb.c:1435 +#: initdb.c:1479 msgid "creating system views ... " msgstr "creando las vistas de sistema ... " -#: initdb.c:1471 +#: initdb.c:1515 msgid "loading system objects' descriptions ... " msgstr "cargando las descripciones de los objetos del sistema ... " -#: initdb.c:1577 +#: initdb.c:1621 msgid "creating collations ... " msgstr "creando algoritmos de ordenamiento ... " -#: initdb.c:1610 +#: initdb.c:1654 #, c-format -msgid "%s: locale name too long, skipped: %s\n" -msgstr "%s: nombre de configuración regional demasiado largo, saltando: %s\n" +msgid "%s: locale name too long, skipped: \"%s\"\n" +msgstr "%s: nombre de configuración regional demasiado largo, saltando: «%s»\n" -#: initdb.c:1635 +#: initdb.c:1679 #, 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" +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:1698 +#: initdb.c:1742 #, c-format msgid "No usable system locales were found.\n" -msgstr "No se encontraron configuraciones regionales usable.\n" +msgstr "No se encontraron configuraciones regionales utilizables.\n" -#: initdb.c:1699 +#: initdb.c:1743 #, c-format msgid "Use the option \"--debug\" to see details.\n" msgstr "Use la opción «--debug» para ver detalles.\n" -#: initdb.c:1702 +#: initdb.c:1746 #, c-format msgid "not supported on this platform\n" msgstr "no está soportado en esta plataforma\n" -#: initdb.c:1717 +#: initdb.c:1761 msgid "creating conversions ... " msgstr "creando conversiones ... " -#: initdb.c:1752 +#: initdb.c:1796 msgid "creating dictionaries ... " msgstr "creando diccionarios ... " -#: initdb.c:1806 +#: initdb.c:1850 msgid "setting privileges on built-in objects ... " msgstr "estableciendo privilegios en objetos predefinidos ... " -#: initdb.c:1864 +#: initdb.c:1908 msgid "creating information schema ... " msgstr "creando el esquema de información ... " -#: initdb.c:1920 +#: initdb.c:1964 msgid "loading PL/pgSQL server-side language ... " msgstr "instalando el lenguaje PL/pgSQL ... " -#: initdb.c:1945 +#: initdb.c:1989 msgid "vacuuming database template1 ... " msgstr "haciendo vacuum a la base de datos template1 ... " -#: initdb.c:2001 +#: initdb.c:2045 msgid "copying template1 to template0 ... " msgstr "copiando template1 a template0 ... " -#: initdb.c:2033 +#: initdb.c:2077 msgid "copying template1 to postgres ... " msgstr "copiando template1 a postgres ... " -#: initdb.c:2090 +#: initdb.c:2134 #, c-format msgid "caught signal\n" msgstr "se ha capturado una señal\n" -#: initdb.c:2096 +#: initdb.c:2140 #, c-format msgid "could not write to child process: %s\n" msgstr "no se pudo escribir al proceso hijo: %s\n" -#: initdb.c:2104 +#: initdb.c:2148 #, c-format msgid "ok\n" msgstr "hecho\n" -#: initdb.c:2224 +#: initdb.c:2280 +#, 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:2286 #, c-format msgid "%s: invalid locale name \"%s\"\n" -msgstr "%s: nombre de configuración local «%s» no es válido\n" +msgstr "%s: nombre de configuración regional «%s» no es válido\n" -#: initdb.c:2250 +#: initdb.c:2313 #, c-format msgid "%s: encoding mismatch\n" msgstr "%s: codificaciones no coinciden\n" -#: initdb.c:2252 +#: initdb.c:2315 #, c-format msgid "" "The encoding you selected (%s) and the encoding that the\n" @@ -320,12 +408,37 @@ msgid "" "or choose a matching combination.\n" msgstr "" "La codificación que seleccionó (%s) y la codificación de la configuración\n" -"local elegida (%s) no coinciden. Esto llevaría a comportamientos\n" +"regional elegida (%s) no coinciden. Esto llevaría a comportamientos\n" "erráticos en ciertas funciones de procesamiento de cadenas de caracteres.\n" "Ejecute %s nuevamente y no especifique una codificación, o bien especifique\n" "una combinación adecuada.\n" -#: initdb.c:2458 +#: initdb.c:2434 +#, 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" + +#: initdb.c:2443 +#, 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" + +#: initdb.c:2456 +#, c-format +msgid "%s: could not to allocate SIDs: error code %lu\n" +msgstr "%s: no se pudo emplazar los SIDs: código de error %lu\n" + +#: initdb.c:2475 +#, 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" + +#: initdb.c:2496 +#, c-format +msgid "%s: could not start process for command \"%s\": error code %lu\n" +msgstr "%s: no se pudo iniciar el proceso para la orden «%s»: código de error %lu\n" + +#: initdb.c:2510 #, c-format msgid "" "%s initializes a PostgreSQL database cluster.\n" @@ -334,17 +447,17 @@ msgstr "" "%s inicializa un cluster de base de datos PostgreSQL.\n" "\n" -#: initdb.c:2459 +#: initdb.c:2511 #, c-format msgid "Usage:\n" msgstr "Empleo:\n" -#: initdb.c:2460 +#: initdb.c:2512 #, c-format msgid " %s [OPTION]... [DATADIR]\n" msgstr " %s [OPCIÓN]... [DATADIR]\n" -#: initdb.c:2461 +#: initdb.c:2513 #, c-format msgid "" "\n" @@ -353,65 +466,69 @@ msgstr "" "\n" "Opciones:\n" -#: initdb.c:2462 +#: initdb.c:2514 #, c-format -msgid "" -" -A, --auth=METHOD default authentication method for local " -"connections\n" +msgid " -A, --auth=METHOD default authentication method for local connections\n" msgstr "" -" -A, --auth=METODO método de autentificación por omisión para\n" +" -A, --auth=MÉTODO método de autentificación por omisión para\n" " conexiones locales\n" -#: initdb.c:2463 +#: initdb.c:2515 #, c-format -msgid " [-D, --pgdata=]DATADIR location for this database cluster\n" +msgid " --auth-host=METHOD default authentication method for local TCP/IP connections\n" msgstr "" -" [-D, --pgdata=]DATADIR ubicación para este cluster de bases de datos\n" +" --auth-host=MÉTODO método de autentificación por omisión para\n" +" conexiones locales TCP/IP\n" -#: initdb.c:2464 +#: initdb.c:2516 #, c-format -msgid " -E, --encoding=ENCODING set default encoding for new databases\n" +msgid " --auth-local=METHOD default authentication method for local-socket connections\n" msgstr "" -" -E, --encoding=CODIF codificación por omisión para nuevas bases de " -"datos\n" +" --auth-local=MÉTODO método de autentificación por omisión para\n" +" conexiones de socket local\n" + +#: initdb.c:2517 +#, 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:2465 +#: initdb.c:2518 +#, 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:2519 #, 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:2466 +#: initdb.c:2520 #, c-format msgid "" " --lc-collate=, --lc-ctype=, --lc-messages=LOCALE\n" " --lc-monetary=, --lc-numeric=, --lc-time=LOCALE\n" -" set default locale in the respective category " -"for\n" +" set default locale in the respective category for\n" " new databases (default taken from environment)\n" msgstr "" " --lc-collate=, --lc-ctype=, --lc-messages=LOCALE\n" " --lc-monetary=, --lc-numeric=, --lc-time=LOCALE\n" -" inicializar usando esta configuración local\n" -" en la categoría respectiva (el valor por " -"omisión\n" +" inicializar usando esta configuración regional\n" +" en la categoría respectiva (el valor por omisión\n" " es tomado de variables de ambiente)\n" -#: initdb.c:2470 +#: initdb.c:2524 #, c-format msgid " --no-locale equivalent to --locale=C\n" msgstr " --no-locale equivalente a --locale=C\n" -#: initdb.c:2471 +#: initdb.c:2525 #, 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" +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:2472 +#: initdb.c:2526 #, c-format msgid "" " -T, --text-search-config=CFG\n" @@ -420,27 +537,24 @@ msgstr "" " -T, --text-search-config=CONF\n" " configuración de búsqueda en texto por omisión\n" -#: initdb.c:2474 +#: initdb.c:2528 #, c-format msgid " -U, --username=NAME database superuser name\n" msgstr " -U, --username=USUARIO nombre del superusuario del cluster\n" -#: initdb.c:2475 +#: initdb.c:2529 #, 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" +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:2476 +#: initdb.c:2530 #, c-format -msgid "" -" -X, --xlogdir=XLOGDIR location for the transaction log directory\n" +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:2477 +#: initdb.c:2531 #, c-format msgid "" "\n" @@ -449,27 +563,27 @@ msgstr "" "\n" "Opciones menos usadas:\n" -#: initdb.c:2478 +#: initdb.c:2532 #, c-format msgid " -d, --debug generate lots of debugging output\n" msgstr " -d, --debug genera mucha salida de depuración\n" -#: initdb.c:2479 +#: initdb.c:2533 #, c-format msgid " -L DIRECTORY where to find the input files\n" msgstr " -L DIRECTORIO donde encontrar los archivos de entrada\n" -#: initdb.c:2480 +#: initdb.c:2534 #, c-format msgid " -n, --noclean do not clean up after errors\n" msgstr " -n, --noclean no limpiar después de errores\n" -#: initdb.c:2481 +#: initdb.c:2535 #, c-format msgid " -s, --show show internal settings\n" msgstr " -s, --show muestra variables internas\n" -#: initdb.c:2482 +#: initdb.c:2536 #, c-format msgid "" "\n" @@ -478,17 +592,17 @@ msgstr "" "\n" "Otras opciones:\n" -#: initdb.c:2483 -#, c-format -msgid " -?, --help show this help, then exit\n" -msgstr " -?, --help mostrar esta ayuda y salir\n" - -#: initdb.c:2484 +#: initdb.c:2537 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version mostrar información de version y salir\n" -#: initdb.c:2485 +#: initdb.c:2538 +#, c-format +msgid " -?, --help show this help, then exit\n" +msgstr " -?, --help mostrar esta ayuda y salir\n" + +#: initdb.c:2539 #, c-format msgid "" "\n" @@ -499,7 +613,7 @@ msgstr "" "Si el directorio de datos no es especificado, se usa la variable de\n" "ambiente PGDATA.\n" -#: initdb.c:2487 +#: initdb.c:2541 #, c-format msgid "" "\n" @@ -508,59 +622,58 @@ msgstr "" "\n" "Reporte errores a <pgsql-bugs@postgresql.org>.\n" -#: initdb.c:2593 +#: initdb.c:2549 +msgid "" +"\n" +"WARNING: enabling \"trust\" authentication for local connections\n" +"You can change this by editing pg_hba.conf or using the option -A, or\n" +"--auth-local and --auth-host, the next time you run initdb.\n" +msgstr "" +"\n" +"ATENCIÓN: activando autentificación «trust» para conexiones locales.\n" +"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:2571 +#, 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:2585 +#, 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:2716 #, c-format msgid "Running in debug mode.\n" msgstr "Ejecutando en modo de depuración.\n" -#: initdb.c:2597 +#: initdb.c:2720 #, 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:2640 initdb.c:2658 initdb.c:2940 +#: initdb.c:2763 initdb.c:2784 initdb.c:3013 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Use «%s --help» para obtener mayor información.\n" -#: initdb.c:2656 +#: initdb.c:2782 #, 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:2665 +#: initdb.c:2791 #, 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:2671 -msgid "" -"\n" -"WARNING: enabling \"trust\" authentication for local connections\n" -"You can change this by editing pg_hba.conf or using the -A option the\n" -"next time you run initdb.\n" -msgstr "" -"\n" -"ATENCIÓN: activando autentificación «trust» para conexiones locales.\n" -"Puede cambiar esto editando pg_hba.conf o usando el parámetro -A\n" -"la próxima vez que ejecute initdb.\n" - -#: initdb.c:2694 -#, c-format -msgid "%s: unrecognized authentication method \"%s\"\n" -msgstr "%s: método de autentificación desconocido: «%s»\n" - -#: initdb.c:2704 -#, 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:2733 +#: initdb.c:2814 #, c-format msgid "" "%s: no data directory specified\n" @@ -572,7 +685,17 @@ 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:2817 +#: initdb.c:2847 +#, c-format +msgid "%s: could not re-execute with restricted token: error code %lu\n" +msgstr "%s: no se pudo re-ejecutar con el token restringido: código de error %lu\n" + +#: initdb.c:2862 +#, c-format +msgid "%s: could not get exit code from subprocess: error code %lu\n" +msgstr "%s: no se pudo obtener el código de salida del subproceso»: código de error %lu\n" + +#: initdb.c:2890 #, c-format msgid "" "The program \"postgres\" is needed by %s but was not found in the\n" @@ -583,7 +706,7 @@ msgstr "" "directorio que «%s».\n" "Verifique su instalación.\n" -#: initdb.c:2824 +#: initdb.c:2897 #, c-format msgid "" "The program \"postgres\" was found by \"%s\"\n" @@ -594,12 +717,12 @@ msgstr "" "de la misma versión que «%s».\n" "Verifique su instalación.\n" -#: initdb.c:2843 +#: initdb.c:2916 #, 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:2900 +#: initdb.c:2973 #, c-format msgid "" "The files belonging to this database system will be owned by user \"%s\".\n" @@ -609,12 +732,12 @@ msgstr "" "Los archivos de este cluster serán de propiedad del usuario «%s».\n" "Este usuario también debe ser quien ejecute el proceso servidor.\n" -#: initdb.c:2910 +#: initdb.c:2983 #, c-format -msgid "The database cluster will be initialized with locale %s.\n" -msgstr "El cluster será inicializado con configuración local %s.\n" +msgid "The database cluster will be initialized with locale \"%s\".\n" +msgstr "El cluster será inicializado con configuración regional «%s».\n" -#: initdb.c:2913 +#: initdb.c:2986 #, c-format msgid "" "The database cluster will be initialized with locales\n" @@ -625,7 +748,7 @@ msgid "" " NUMERIC: %s\n" " TIME: %s\n" msgstr "" -"El cluster será inicializado con las configuraciones locales\n" +"El cluster será inicializado con las configuraciones regionales\n" " COLLATE: %s\n" " CTYPE: %s\n" " MESSAGES: %s\n" @@ -633,99 +756,95 @@ msgstr "" " NUMERIC: %s\n" " TIME: %s\n" -#: initdb.c:2937 +#: initdb.c:3010 #, c-format -msgid "%s: could not find suitable encoding for locale %s\n" +msgid "%s: could not find suitable encoding for locale \"%s\"\n" msgstr "" "%s: no se pudo encontrar una codificación apropiada para\n" -"la configuración local %s\n" +"la configuración regional «%s»\n" -#: initdb.c:2939 +#: initdb.c:3012 #, c-format msgid "Rerun %s with the -E option.\n" msgstr "Ejecute %s con la opción -E.\n" -#: initdb.c:2952 +#: initdb.c:3025 #, c-format msgid "" -"Encoding %s implied by locale is not allowed as a server-side encoding.\n" -"The default database encoding will be set to %s instead.\n" +"Encoding \"%s\" implied by locale is not allowed as a server-side encoding.\n" +"The default database encoding will be set to \"%s\" instead.\n" msgstr "" -"La codificación %s, implícita en la configuración regional,\n" +"La codificación «%s», implícita en la configuración regional,\n" "no puede ser usada como codificación del lado del servidor.\n" -"La codificación por omisión será %s.\n" +"La codificación por omisión será «%s».\n" -#: initdb.c:2960 +#: initdb.c:3033 #, c-format -msgid "%s: locale %s requires unsupported encoding %s\n" -msgstr "" -"%s: la configuración local %s requiere la codificación no soportada %s\n" +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:2963 +#: initdb.c:3036 #, c-format msgid "" -"Encoding %s is not allowed as a server-side encoding.\n" +"Encoding \"%s\" is not allowed as a server-side encoding.\n" "Rerun %s with a different locale selection.\n" msgstr "" -"La codificación %s no puede ser usada como codificación del lado\n" +"La codificación «%s» no puede ser usada como codificación del lado\n" "del servidor.\n" -"Ejecute %s nuevamente con una selección de configuración local diferente.\n" +"Ejecute %s nuevamente con una selección de configuración regional diferente.\n" -#: initdb.c:2972 +#: initdb.c:3045 #, 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" +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:2989 +#: initdb.c:3062 #, c-format -msgid "%s: could not find suitable text search configuration for locale %s\n" +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 local %s\n" +"para la configuración regional «%s»\n" -#: initdb.c:3000 +#: initdb.c:3073 #, c-format -msgid "" -"%s: warning: suitable text search configuration for locale %s is unknown\n" +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 local %s es desconocida\n" +"la configuración regional «%s» es desconocida\n" -#: initdb.c:3005 +#: initdb.c:3078 #, c-format -msgid "" -"%s: warning: specified text search configuration \"%s\" might not match " -"locale %s\n" +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 local %s\n" +"podría no coincidir con la configuración regional «%s»\n" -#: initdb.c:3010 +#: initdb.c:3083 #, 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:3044 initdb.c:3111 +#: initdb.c:3117 initdb.c:3184 #, c-format msgid "creating directory %s ... " msgstr "creando el directorio %s ... " -#: initdb.c:3058 initdb.c:3129 +#: initdb.c:3131 initdb.c:3202 #, c-format msgid "fixing permissions on existing directory %s ... " msgstr "corrigiendo permisos en el directorio existente %s ... " -#: initdb.c:3064 initdb.c:3135 +#: initdb.c:3137 initdb.c:3208 #, 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:3077 initdb.c:3148 +#: initdb.c:3150 initdb.c:3221 #, c-format msgid "%s: directory \"%s\" exists but is not empty\n" msgstr "%s: el directorio «%s» no está vacío\n" -#: initdb.c:3080 +#: initdb.c:3153 #, c-format msgid "" "If you want to create a new database system, either remove or empty\n" @@ -736,18 +855,17 @@ msgstr "" "el directorio «%s», o ejecute %s\n" "con un argumento distinto de «%s».\n" -#: initdb.c:3088 initdb.c:3158 +#: initdb.c:3161 initdb.c:3231 #, c-format msgid "%s: could not access directory \"%s\": %s\n" msgstr "%s: no se pudo acceder al directorio «%s»: %s\n" -#: initdb.c:3102 +#: initdb.c:3175 #, 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" +msgstr "%s: la ubicación de archivos de transacción debe ser una ruta absoluta\n" -#: initdb.c:3151 +#: initdb.c:3224 #, c-format msgid "" "If you want to store the transaction log there, either\n" @@ -756,22 +874,22 @@ msgstr "" "Si quiere almacenar el directorio de registro de transacciones ahí,\n" "elimine o vacíe el directorio «%s».\n" -#: initdb.c:3170 +#: initdb.c:3243 #, 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:3175 +#: initdb.c:3248 #, 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:3181 +#: initdb.c:3254 #, c-format msgid "creating subdirectories ... " msgstr "creando subdirectorios ... " -#: initdb.c:3247 +#: initdb.c:3320 #, c-format msgid "" "\n" @@ -789,93 +907,3 @@ msgstr "" "o\n" " %s%s%spg_ctl%s -D %s%s%s -l archivo_de_registro start\n" "\n" - -#: ../../port/dirmod.c:75 ../../port/dirmod.c:88 ../../port/dirmod.c:101 -#, c-format -msgid "out of memory\n" -msgstr "memoria agotada\n" - -#: ../../port/dirmod.c:286 -#, 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:361 -#, c-format -msgid "could not get junction for \"%s\": %s\n" -msgstr "no se pudo obtener junction para «%s»: %s\n" - -#: ../../port/dirmod.c:443 -#, c-format -msgid "could not open directory \"%s\": %s\n" -msgstr "no se pudo abrir el directorio «%s»: %s\n" - -#: ../../port/dirmod.c:480 -#, c-format -msgid "could not read directory \"%s\": %s\n" -msgstr "no se pudo leer el directorio «%s»: %s\n" - -#: ../../port/dirmod.c:563 -#, c-format -msgid "could not stat file or directory \"%s\": %s\n" -msgstr "no se pudo hacer stat al archivo o directorio «%s»: %s\n" - -#: ../../port/dirmod.c:590 ../../port/dirmod.c:607 -#, c-format -msgid "could not remove file or directory \"%s\": %s\n" -msgstr "no se pudo borrar el archivo o el directorio «%s»: %s\n" - -#: ../../port/exec.c:125 ../../port/exec.c:239 ../../port/exec.c:282 -#, c-format -msgid "could not identify current directory: %s" -msgstr "no se pudo identificar el directorio actual: %s" - -#: ../../port/exec.c:144 -#, c-format -msgid "invalid binary \"%s\"" -msgstr "binario «%s» no es válido" - -#: ../../port/exec.c:193 -#, c-format -msgid "could not read binary \"%s\"" -msgstr "no se pudo leer el binario «%s»" - -#: ../../port/exec.c:200 -#, c-format -msgid "could not find a \"%s\" to execute" -msgstr "no se pudo encontrar un «%s» para ejecutar" - -#: ../../port/exec.c:255 ../../port/exec.c:291 -#, c-format -msgid "could not change directory to \"%s\"" -msgstr "no se pudo cambiar el directorio a «%s»" - -#: ../../port/exec.c:270 -#, c-format -msgid "could not read symbolic link \"%s\"" -msgstr "no se pudo leer el enlace simbólico «%s»" - -#: ../../port/exec.c:517 -#, c-format -msgid "child process exited with exit code %d" -msgstr "el proceso hijo terminó con código de salida %d" - -#: ../../port/exec.c:521 -#, c-format -msgid "child process was terminated by exception 0x%X" -msgstr "el proceso hijo fue terminado por una excepción 0x%X" - -#: ../../port/exec.c:530 -#, c-format -msgid "child process was terminated by signal %s" -msgstr "el proceso hijo fue terminado por una señal %s" - -#: ../../port/exec.c:533 -#, c-format -msgid "child process was terminated by signal %d" -msgstr "el proceso hijo fue terminado por una señal %d" - -#: ../../port/exec.c:537 -#, c-format -msgid "child process exited with unrecognized status %d" -msgstr "el proceso hijo terminó con código no reconocido %d" diff --git a/src/bin/initdb/po/ja.po b/src/bin/initdb/po/ja.po index 317963d68bb..2a850dd8a90 100644 --- a/src/bin/initdb/po/ja.po +++ b/src/bin/initdb/po/ja.po @@ -2,92 +2,182 @@ msgid "" msgstr "" "Project-Id-Version: PostgreSQL 9.0.0rc1\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2011-06-14 21:24+0900\n" -"PO-Revision-Date: 2011-08-30 21:25+0900\n" +"POT-Creation-Date: 2012-08-11 11:13+0900\n" +"PO-Revision-Date: 2012-08-11 11:41+0900\n" "Last-Translator: HOTTA Michihide <hotta@net-newbie.com>\n" "Language-Team: jpug-doc <jpug-doc@ml.postgresql.jp>\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: initdb.c:260 initdb.c:274 +#: ../../port/dirmod.c:75 ../../port/dirmod.c:88 ../../port/dirmod.c:101 +#, c-format +msgid "out of memory\n" +msgstr "メモリ不足です\n" + +#: ../../port/dirmod.c:286 +#, c-format +msgid "could not set junction for \"%s\": %s\n" +msgstr "\"%s\"のjunctionを設定できませんでした: %s\n" + +#: ../../port/dirmod.c:361 +#, c-format +msgid "could not get junction for \"%s\": %s\n" +msgstr "\"%s\"のjunctionを入手できませんでした: %s\n" + +#: ../../port/dirmod.c:443 +#, c-format +msgid "could not open directory \"%s\": %s\n" +msgstr "ディレクトリ\"%s\"をオープンできませんでした。: %s\n" + +#: ../../port/dirmod.c:480 +#, c-format +msgid "could not read directory \"%s\": %s\n" +msgstr "ディレクトリ\"%s\"を読み取れませんでした。: %s\n" + +#: ../../port/dirmod.c:563 +#, c-format +msgid "could not stat file or directory \"%s\": %s\n" +msgstr "\"%s\"というファイルまたはディレクトリの情報を取得できませんでした。: %s\n" + +#: ../../port/dirmod.c:590 ../../port/dirmod.c:607 +#, c-format +msgid "could not remove file or directory \"%s\": %s\n" +msgstr "\"%s\"というファイルまたはディレクトリを削除できませんでした。: %s\n" + +#: ../../port/exec.c:125 ../../port/exec.c:239 ../../port/exec.c:282 +#, c-format +msgid "could not identify current directory: %s" +msgstr "現在のディレクトリを識別できませんでした: %s" + +#: ../../port/exec.c:144 +#, c-format +msgid "invalid binary \"%s\"" +msgstr "バイナリ\"%s\"は無効です" + +#: ../../port/exec.c:193 +#, c-format +msgid "could not read binary \"%s\"" +msgstr "バイナリ\"%s\"を読み取れませんでした" + +#: ../../port/exec.c:200 +#, c-format +msgid "could not find a \"%s\" to execute" +msgstr "実行する\"%s\"がありませんでした" + +#: ../../port/exec.c:255 ../../port/exec.c:291 +#, c-format +msgid "could not change directory to \"%s\"" +msgstr "ディレクトリを\"%s\"に変更できませんでした" + +#: ../../port/exec.c:270 +#, c-format +msgid "could not read symbolic link \"%s\"" +msgstr "シンボリックリンク\"%s\"を読み取りできませんでした" + +#: ../../port/exec.c:526 +#, c-format +msgid "child process exited with exit code %d" +msgstr "子プロセスが終了コード%dで終了しました" + +#: ../../port/exec.c:530 +#, c-format +msgid "child process was terminated by exception 0x%X" +msgstr "子プロセスが例外0x%Xで終了しました" + +#: ../../port/exec.c:539 +#, c-format +msgid "child process was terminated by signal %s" +msgstr "子プロセスがシグナル%sで終了しました" + +#: ../../port/exec.c:542 +#, c-format +msgid "child process was terminated by signal %d" +msgstr "子プロセスがシグナル%dで終了しました" + +#: ../../port/exec.c:546 +#, c-format +msgid "child process exited with unrecognized status %d" +msgstr "子プロセスが未知のステータス%dで終了しました" + +#: initdb.c:291 initdb.c:305 #, c-format msgid "%s: out of memory\n" msgstr "%s: メモリ不足です\n" -#: initdb.c:383 initdb.c:1289 +#: initdb.c:414 initdb.c:1332 #, c-format msgid "%s: could not open file \"%s\" for reading: %s\n" msgstr "%s: 読み取り用のファイル\"%s\"をオープンできませんでした:%s\n" -#: initdb.c:439 initdb.c:805 initdb.c:834 +#: initdb.c:470 initdb.c:836 initdb.c:865 #, c-format msgid "%s: could not open file \"%s\" for writing: %s\n" msgstr "%s:書き込み用のファイル\"%s\"をオープンできませんでした: %s\n" -#: initdb.c:447 initdb.c:455 initdb.c:812 initdb.c:840 +#: initdb.c:478 initdb.c:486 initdb.c:843 initdb.c:871 #, c-format msgid "%s: could not write file \"%s\": %s\n" msgstr "%s:ファイル\"%s\"の書き込みに失敗しました: %s\n" -#: initdb.c:474 +#: initdb.c:505 #, c-format msgid "%s: could not execute command \"%s\": %s\n" msgstr "%s: コマンド\"%s\"の実効に失敗しました: %s\n" -#: initdb.c:490 +#: initdb.c:521 #, c-format msgid "%s: removing data directory \"%s\"\n" msgstr "%s: データディレクトリ\"%s\"を削除しています\n" -#: initdb.c:493 +#: initdb.c:524 #, c-format msgid "%s: failed to remove data directory\n" msgstr "%s: データディレクトリの削除に失敗しました\n" -#: initdb.c:499 +#: initdb.c:530 #, c-format msgid "%s: removing contents of data directory \"%s\"\n" msgstr "%s: データディレクトリ\"%s\"の内容を削除しています\n" -#: initdb.c:502 +#: initdb.c:533 #, c-format msgid "%s: failed to remove contents of data directory\n" msgstr "%s: データディレクトリの内容の削除に失敗しました\n" -#: initdb.c:508 +#: initdb.c:539 #, c-format msgid "%s: removing transaction log directory \"%s\"\n" msgstr "%s: トランザクションログディレクトリ\"%s\"を削除しています\n" -#: initdb.c:511 +#: initdb.c:542 #, c-format msgid "%s: failed to remove transaction log directory\n" msgstr "%s: トランザクションログディレクトリの削除に失敗しました\n" -#: initdb.c:517 +#: initdb.c:548 #, c-format msgid "%s: removing contents of transaction log directory \"%s\"\n" msgstr "%s: トランザクションログディレクトリ\"%s\"の内容を削除しています\n" -#: initdb.c:520 +#: initdb.c:551 #, c-format msgid "%s: failed to remove contents of transaction log directory\n" msgstr "%s: トランザクションログディレクトリの内容の削除に失敗しました\n" -#: initdb.c:529 +#: initdb.c:560 #, c-format msgid "%s: data directory \"%s\" not removed at user's request\n" msgstr "%s: ユーザが要求したデータディレクトリ\"%s\"を削除しません\n" -#: initdb.c:534 +#: initdb.c:565 #, c-format msgid "%s: transaction log directory \"%s\" not removed at user's request\n" -msgstr "" -"%s: ユーザが要求したトランザクションログディレクトリ\"%s\"を削除しません\n" +msgstr "%s: ユーザが要求したトランザクションログディレクトリ\"%s\"を削除しません\n" -#: initdb.c:556 +#: initdb.c:587 #, c-format msgid "" "%s: cannot be run as root\n" @@ -95,35 +185,34 @@ msgid "" "own the server process.\n" msgstr "" "%s: ルートでは実行できません。\n" -"サーバプロセスの所有者となる(非特権)ユーザとして(例えば\"su\"を使用して)ログ" -"インしてください。\n" +"サーバプロセスの所有者となる(非特権)ユーザとして(例えば\"su\"を使用して)ログインしてください。\n" -#: initdb.c:568 +#: initdb.c:599 #, c-format msgid "%s: could not obtain information about current user: %s\n" msgstr "%s: 現在のユーザに関する情報を得ることができませんでした: %s\n" -#: initdb.c:585 +#: initdb.c:616 #, c-format msgid "%s: could not get current user name: %s\n" msgstr "%s: 現在のユーザ名を得ることができませんでした: %s\n" -#: initdb.c:616 +#: initdb.c:647 #, c-format msgid "%s: \"%s\" is not a valid server encoding name\n" msgstr "%s: \"%s\" は無効なサーバ符号化方式名です。\n" -#: initdb.c:725 initdb.c:3173 +#: initdb.c:756 initdb.c:3190 #, c-format msgid "%s: could not create directory \"%s\": %s\n" msgstr "%s: ディレクトリ\"%s\"を作成できませんでした。: %s\n" -#: initdb.c:755 +#: initdb.c:786 #, c-format msgid "%s: file \"%s\" does not exist\n" msgstr "%s: ファイル\"%s\"がありません\n" -#: initdb.c:757 initdb.c:766 initdb.c:776 +#: initdb.c:788 initdb.c:797 initdb.c:807 #, c-format msgid "" "This might mean you have a corrupted installation or identified\n" @@ -132,172 +221,175 @@ msgstr "" "インストレーションが破損しているか-Lオプションで指定したディ\n" "レクトリが間違っているかを意味する可能性があります。\n" -#: initdb.c:763 +#: initdb.c:794 #, c-format msgid "%s: could not access file \"%s\": %s\n" msgstr "%s: ファイル\"%s\"にアクセスできませんでした: %s\n" -#: initdb.c:774 +#: initdb.c:805 #, c-format msgid "%s: file \"%s\" is not a regular file\n" msgstr "%s: \"%s\" は通常のファイルではありません\n" -#: initdb.c:882 +#: initdb.c:913 #, c-format msgid "selecting default max_connections ... " msgstr "デフォルトのmax_connectionsを選択しています ... " -#: initdb.c:911 +#: initdb.c:942 #, c-format msgid "selecting default shared_buffers ... " msgstr "デフォルトの shared_buffers を選択しています ... " -#: initdb.c:954 +#: initdb.c:986 msgid "creating configuration files ... " msgstr "設定ファイルを作成しています ... " -#: initdb.c:1129 +#: initdb.c:1172 #, c-format msgid "creating template1 database in %s/base/1 ... " msgstr "%s/base/1にtemplate1データベースを作成しています ... " -#: initdb.c:1145 +#: initdb.c:1188 #, c-format msgid "" "%s: input file \"%s\" does not belong to PostgreSQL %s\n" "Check your installation or specify the correct path using the option -L.\n" msgstr "" "%s: 入力ファイル\"%s\"がPostgreSQL %sにありません\n" -"インストレーションを検査し、-Lオプションを使用して正しいパスを指定してくださ" -"い。\n" +"インストレーションを検査し、-Lオプションを使用して正しいパスを指定してください。\n" -#: initdb.c:1230 +#: initdb.c:1273 msgid "initializing pg_authid ... " msgstr "pg_authidを初期化しています ... " -#: initdb.c:1264 +#: initdb.c:1307 msgid "Enter new superuser password: " msgstr "新しいスーパーユーザのパスワードを入力してください:" -#: initdb.c:1265 +#: initdb.c:1308 msgid "Enter it again: " msgstr "再入力してください:" -#: initdb.c:1268 +#: initdb.c:1311 #, c-format msgid "Passwords didn't match.\n" msgstr "パスワードが一致しません。\n" -#: initdb.c:1295 +#: initdb.c:1338 #, c-format msgid "%s: could not read password from file \"%s\": %s\n" -msgstr "" -"%s: ファイル\"%s\"からパスワードを読み取ることができませんでした。: %s\n" +msgstr "%s: ファイル\"%s\"からパスワードを読み取ることができませんでした。: %s\n" -#: initdb.c:1308 +#: initdb.c:1351 #, c-format msgid "setting password ... " msgstr "パスワードを設定しています ... " -#: initdb.c:1408 +#: initdb.c:1451 msgid "initializing dependencies ... " msgstr "依存関係を初期化しています ... " -#: initdb.c:1436 +#: initdb.c:1479 msgid "creating system views ... " msgstr "システムビューを作成しています ... " -#: initdb.c:1472 +#: initdb.c:1515 msgid "loading system objects' descriptions ... " msgstr "システムオブジェクトの定義をロードしています ... " -#: initdb.c:1578 +#: initdb.c:1621 msgid "creating collations ... " msgstr "照合順序を作成しています ... " -#: initdb.c:1611 +#: initdb.c:1654 #, c-format -msgid "%s: locale name too long, skipped: %s\n" -msgstr "%s: ロケール名が長過ぎますので飛ばします: %s\n" +msgid "%s: locale name too long, skipped: \"%s\"\n" +msgstr "%s: ロケール名が長過ぎますので飛ばします: \"%s\"\n" -#: initdb.c:1636 +#: initdb.c:1679 #, c-format -msgid "%s: locale name has non-ASCII characters, skipped: %s\n" -msgstr "%s: ロケール名に非ASCII文字がありますので飛ばします: %s\n" +msgid "%s: locale name has non-ASCII characters, skipped: \"%s\"\n" +msgstr "%s: ロケール名に非ASCII文字がありますので飛ばします: \"%s\"\n" -#: initdb.c:1699 +#: initdb.c:1742 #, c-format msgid "No usable system locales were found.\n" msgstr "使用できるシステムロケールが見つかりません\n" -#: initdb.c:1700 +#: initdb.c:1743 #, c-format msgid "Use the option \"--debug\" to see details.\n" msgstr "詳細を確認するためには\"--debug\"オプションを使用してください。\n" -#: initdb.c:1703 +#: initdb.c:1746 #, c-format msgid "not supported on this platform\n" msgstr "このプラットフォームではサポートされません\n" -#: initdb.c:1718 +#: initdb.c:1761 msgid "creating conversions ... " msgstr "変換を作成しています ... " -#: initdb.c:1753 +#: initdb.c:1796 msgid "creating dictionaries ... " msgstr "ディレクトリを作成しています ... " -#: initdb.c:1807 +#: initdb.c:1850 msgid "setting privileges on built-in objects ... " msgstr "組み込みオブジェクトに権限を設定しています ... " -#: initdb.c:1865 +#: initdb.c:1908 msgid "creating information schema ... " msgstr "情報スキーマを作成しています ... " -#: initdb.c:1921 +#: initdb.c:1964 msgid "loading PL/pgSQL server-side language ... " msgstr "PL/pgSQL サーバサイド言語をロードしています ... " -#: initdb.c:1946 +#: initdb.c:1989 msgid "vacuuming database template1 ... " msgstr "template1データベースをバキュームしています ... " -#: initdb.c:2002 +#: initdb.c:2045 msgid "copying template1 to template0 ... " msgstr "template1からtemplate0へコピーしています ... " -#: initdb.c:2034 +#: initdb.c:2077 msgid "copying template1 to postgres ... " msgstr "template1からpostgresへコピーしています ... " -#: initdb.c:2091 +#: initdb.c:2134 #, c-format msgid "caught signal\n" msgstr "シグナルが発生しました\n" -#: initdb.c:2097 +#: initdb.c:2140 #, c-format msgid "could not write to child process: %s\n" msgstr "子プロセスへの書き込みができませんでした: %s\n" -#: initdb.c:2105 +#: initdb.c:2148 #, c-format msgid "ok\n" msgstr "ok\n" -#: initdb.c:2225 +#: initdb.c:2280 +#, c-format +msgid "%s: failed to restore old locale \"%s\"\n" +msgstr "%s:古いロケール\"%s\"を戻すことができませんでした。\n" + +#: initdb.c:2286 #, c-format msgid "%s: invalid locale name \"%s\"\n" msgstr "%s: ロケール名\"%s\"は無効です。\n" -#: initdb.c:2251 +#: initdb.c:2313 #, c-format msgid "%s: encoding mismatch\n" msgstr "%s: 符号化方式が合いません\n" -#: initdb.c:2253 +#: initdb.c:2315 #, c-format msgid "" "The encoding you selected (%s) and the encoding that the\n" @@ -311,24 +403,49 @@ msgstr "" "あります。明示的な符号化方式の指定を止めるか合致する組み合わせを\n" "選択して%sを再実行してください\n" -#: initdb.c:2514 +#: initdb.c:2434 +#, c-format +msgid "%s: WARNING: cannot create restricted tokens on this platform\n" +msgstr "%s: 警告: このプラットフォームでは制限付きトークンを作成できません\n" + +#: initdb.c:2443 +#, c-format +msgid "%s: could not open process token: error code %lu\n" +msgstr "%s: プロセストークンをオープンできませんでした: エラーコード %lu\n" + +#: initdb.c:2456 +#, c-format +msgid "%s: could not to allocate SIDs: error code %lu\n" +msgstr "%s: SIDを割り当てられませんでした: エラーコード %lu\n" + +#: initdb.c:2475 +#, c-format +msgid "%s: could not create restricted token: error code %lu\n" +msgstr "%s: 制限付きトークンを作成できませんでした: エラーコード %lu\n" + +#: initdb.c:2496 +#, c-format +msgid "%s: could not start process for command \"%s\": error code %lu\n" +msgstr "%s: \"%s\"コマンド用のプロセスを起動できませんでした: エラーコード %lu\n" + +#: initdb.c:2510 #, c-format msgid "" "%s initializes a PostgreSQL database cluster.\n" "\n" msgstr "%sはPostgreSQLデータベースクラスタを初期化します。\n" -#: initdb.c:2515 +#: initdb.c:2511 #, c-format msgid "Usage:\n" msgstr "使用方法:\n" -#: initdb.c:2516 +#: initdb.c:2512 #, c-format msgid " %s [OPTION]... [DATADIR]\n" msgstr " %s [OPTION]... [DATADIR]\n" -#: initdb.c:2517 +#: initdb.c:2513 #, c-format msgid "" "\n" @@ -337,38 +454,42 @@ msgstr "" "\n" "オプション:\n" -#: initdb.c:2518 +#: initdb.c:2514 #, c-format -msgid "" -" -A, --auth=METHOD default authentication method for local " -"connections\n" -msgstr "" -" -A, --auth=METHOD ローカルな接続向けのデフォルトの認証方式です\n" +msgid " -A, --auth=METHOD default authentication method for local connections\n" +msgstr " -A, --auth=METHOD ローカルな接続向けのデフォルトの認証方式です\n" -#: initdb.c:2519 +#: initdb.c:2515 +#, c-format +msgid " --auth-host=METHOD default authentication method for local TCP/IP connections\n" +msgstr " --auth-host=METHOD ローカルなTCP/IP接続向けのデフォルトの認証方式です\n" + +#: initdb.c:2516 +#, c-format +msgid " --auth-local=METHOD default authentication method for local-socket connections\n" +msgstr " --auth-host=METHOD ローカルソケット接続向けのデフォルトの認証方式です\n" + +#: initdb.c:2517 #, c-format msgid " [-D, --pgdata=]DATADIR location for this database cluster\n" msgstr " [-D, --pgdata=]DATADIR データベースクラスタの場所です\n" -#: initdb.c:2520 +#: initdb.c:2518 #, c-format msgid " -E, --encoding=ENCODING set default encoding for new databases\n" -msgstr "" -" -E, --encoding=ENCODING 新規データベース用のデフォルトの符号化方式です\n" +msgstr " -E, --encoding=ENCODING 新規データベース用のデフォルトの符号化方式です\n" -#: initdb.c:2521 +#: initdb.c:2519 #, c-format msgid " --locale=LOCALE set default locale for new databases\n" -msgstr "" -" --locale=LOCALE 新しいデータベースのデフォルトロケールをセット\n" +msgstr " --locale=LOCALE 新しいデータベースのデフォルトロケールをセット\n" -#: initdb.c:2522 +#: initdb.c:2520 #, c-format msgid "" " --lc-collate=, --lc-ctype=, --lc-messages=LOCALE\n" " --lc-monetary=, --lc-numeric=, --lc-time=LOCALE\n" -" set default locale in the respective category " -"for\n" +" set default locale in the respective category for\n" " new databases (default taken from environment)\n" msgstr "" " --lc-collate, --lc-ctype, --lc-messages=ロケール名\n" @@ -377,20 +498,17 @@ msgstr "" " デフォルトロケールをセット(デフォルト値は\n" " 環境変数から選ばれます)\n" -#: initdb.c:2526 +#: initdb.c:2524 #, c-format msgid " --no-locale equivalent to --locale=C\n" msgstr " --no-locale --locale=C と同じです\n" -#: initdb.c:2527 +#: initdb.c:2525 #, c-format -msgid "" -" --pwfile=FILE read password for the new superuser from file\n" -msgstr "" -" --pwfile=ファイル名 新しいスーパーユーザのパスワードをファイルから読" -"み込む\n" +msgid " --pwfile=FILE read password for the new superuser from file\n" +msgstr " --pwfile=ファイル名 新しいスーパーユーザのパスワードをファイルから読み込む\n" -#: initdb.c:2528 +#: initdb.c:2526 #, c-format msgid "" " -T, --text-search-config=CFG\n" @@ -399,27 +517,22 @@ msgstr "" " -T, --text-search-config=CFG\\\n" " デフォルトのテキスト検索設定です\n" -#: initdb.c:2530 +#: initdb.c:2528 #, c-format msgid " -U, --username=NAME database superuser name\n" msgstr " -U, --username=NAME データベーススーパーユーザの名前です\n" -#: initdb.c:2531 +#: initdb.c:2529 #, c-format -msgid "" -" -W, --pwprompt prompt for a password for the new superuser\n" -msgstr "" -" -W, --pwprompt 新規スーパーユーザに対してパスワード入力を促しま" -"す\n" +msgid " -W, --pwprompt prompt for a password for the new superuser\n" +msgstr " -W, --pwprompt 新規スーパーユーザに対してパスワード入力を促します\n" -#: initdb.c:2532 +#: initdb.c:2530 #, c-format -msgid "" -" -X, --xlogdir=XLOGDIR location for the transaction log directory\n" -msgstr "" -" -X, --xlogdir=XLOGDIR トランザクションログディレクトリの場所です\n" +msgid " -X, --xlogdir=XLOGDIR location for the transaction log directory\n" +msgstr " -X, --xlogdir=XLOGDIR トランザクションログディレクトリの場所です\n" -#: initdb.c:2533 +#: initdb.c:2531 #, c-format msgid "" "\n" @@ -428,27 +541,27 @@ msgstr "" "\n" "使用頻度の低いオプション:\n" -#: initdb.c:2534 +#: initdb.c:2532 #, c-format msgid " -d, --debug generate lots of debugging output\n" msgstr " -d, --debug 多くのデバッグ用の出力を生成します\n" -#: initdb.c:2535 +#: initdb.c:2533 #, c-format msgid " -L DIRECTORY where to find the input files\n" msgstr " -L DIRECTORY 入力ファイルの場所を指定します\n" -#: initdb.c:2536 +#: initdb.c:2534 #, c-format msgid " -n, --noclean do not clean up after errors\n" msgstr " -n, --noclean エラー発生後の削除を行いません\n" -#: initdb.c:2537 +#: initdb.c:2535 #, c-format msgid " -s, --show show internal settings\n" msgstr " -s, --show 内部設定を表示します\n" -#: initdb.c:2538 +#: initdb.c:2536 #, c-format msgid "" "\n" @@ -457,17 +570,17 @@ msgstr "" "\n" "その他のオプション:\n" -#: initdb.c:2539 -#, c-format -msgid " -?, --help show this help, then exit\n" -msgstr " -?, --help このヘルプを表示し、終了します\n" - -#: initdb.c:2540 +#: initdb.c:2537 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version バージョン情報を表示し、終了します\n" -#: initdb.c:2541 +#: initdb.c:2538 +#, c-format +msgid " -?, --help show this help, then exit\n" +msgstr " -?, --help このヘルプを表示し、終了します\n" + +#: initdb.c:2539 #, c-format msgid "" "\n" @@ -477,7 +590,7 @@ msgstr "" "\n" "データディレクトリが指定されない場合、PGDATA環境変数が使用されます。\n" -#: initdb.c:2543 +#: initdb.c:2541 #, c-format msgid "" "\n" @@ -486,56 +599,55 @@ msgstr "" "\n" "不具合は<pgsql-bugs@postgresql.org>まで報告してください。\n" -#: initdb.c:2649 +#: initdb.c:2549 +msgid "" +"\n" +"WARNING: enabling \"trust\" authentication for local connections\n" +"You can change this by editing pg_hba.conf or using the option -A, or\n" +"--auth-local and --auth-host, the next time you run initdb.\n" +msgstr "" +"\n" +"警告: ローカル接続向けに\"trust\"認証が有効です。\n" +"pg_hba.confを編集する、もしくは、次回initdbを実行する時に-Aオプショ\n" +"ン、または、--auth-localおよび--auth-hostを使用することで変更するこ\n" +"とができます。\n" + +#: initdb.c:2571 +#, c-format +msgid "%s: invalid authentication method \"%s\" for \"%s\" connections\n" +msgstr "%1$s: \"%3$s\"接続では認証方式\"%2$s\"は無効です。\n" + +#: initdb.c:2585 +#, c-format +msgid "%s: must specify a password for the superuser to enable %s authentication\n" +msgstr "%s: %s認証を有効にするためにスーパーユーザのパスワードを指定してください\n" + +#: initdb.c:2716 #, c-format msgid "Running in debug mode.\n" msgstr "デバッグモードで実行しています。\n" -#: initdb.c:2653 +#: initdb.c:2720 #, c-format msgid "Running in noclean mode. Mistakes will not be cleaned up.\n" -msgstr "" -"削除を行わないモードで実行しています。失敗した場合でも削除されません。\n" +msgstr "削除を行わないモードで実行しています。失敗した場合でも削除されません。\n" -#: initdb.c:2696 initdb.c:2714 initdb.c:2996 +#: initdb.c:2763 initdb.c:2784 initdb.c:3013 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "詳細は\"%s --help\"を行ってください。\n" -#: initdb.c:2712 +#: initdb.c:2782 #, c-format msgid "%s: too many command-line arguments (first is \"%s\")\n" msgstr "%s: コマンドライン引数が多すぎます。(始めは\"%s\")\n" -#: initdb.c:2721 +#: initdb.c:2791 #, c-format msgid "%s: password prompt and password file cannot be specified together\n" msgstr "%s: パスワードプロンプトとパスワードファイルは同時に指定できません\n" -#: initdb.c:2727 -msgid "" -"\n" -"WARNING: enabling \"trust\" authentication for local connections\n" -"You can change this by editing pg_hba.conf or using the -A option the\n" -"next time you run initdb.\n" -msgstr "" -"\n" -"警告: ローカル接続向けに\"trust\"認証が有効です。\n" -"pg_hba.confを編集する、もしくは、次回initdbを実行する時に-Aオプショ\n" -"ンを使用することで変更することができます。\n" - -#: initdb.c:2750 -#, c-format -msgid "%s: unrecognized authentication method \"%s\"\n" -msgstr "%s: \"%s\"は未知の認証方式です\n" - -#: initdb.c:2760 -#, c-format -msgid "" -"%s: must specify a password for the superuser to enable %s authentication\n" -msgstr "%s: %s認証を有効にするためにスーパーユーザのパスワードを指定してください\n" - -#: initdb.c:2789 +#: initdb.c:2814 #, c-format msgid "" "%s: no data directory specified\n" @@ -548,7 +660,17 @@ msgstr "" "ません。-Dオプションを付けて呼び出す、あるいは、PGDATA環境変数を使用する\n" "ことで指定することができます。\n" -#: initdb.c:2873 +#: initdb.c:2847 +#, c-format +msgid "%s: could not re-execute with restricted token: error code %lu\n" +msgstr "%s: 制限付きトークンで再実行できませんでした: %lu\n" + +#: initdb.c:2862 +#, c-format +msgid "%s: could not get exit code from subprocess: error code %lu\n" +msgstr "%s: サブプロセスの終了コードを入手できませんでした。: エラーコード %lu\n" + +#: initdb.c:2890 #, c-format msgid "" "The program \"postgres\" is needed by %s but was not found in the\n" @@ -559,7 +681,7 @@ msgstr "" "ませんでした。\n" "インストレーションを検査してください。\n" -#: initdb.c:2880 +#: initdb.c:2897 #, c-format msgid "" "The program \"postgres\" was found by \"%s\"\n" @@ -570,12 +692,12 @@ msgstr "" "はありませんでした。\n" "インストレーションを検査してください。\n" -#: initdb.c:2899 +#: initdb.c:2916 #, c-format msgid "%s: input file location must be an absolute path\n" msgstr "%s: 入力ファイルの場所は絶対パスでなければなりません\n" -#: initdb.c:2956 +#: initdb.c:2973 #, c-format msgid "" "The files belonging to this database system will be owned by user \"%s\".\n" @@ -586,12 +708,12 @@ msgstr "" "このユーザがサーバプロセスを所有しなければなりません。\n" "\n" -#: initdb.c:2966 +#: initdb.c:2983 #, c-format -msgid "The database cluster will be initialized with locale %s.\n" -msgstr "データベースクラスタはロケール%sで初期化されます。\n" +msgid "The database cluster will be initialized with locale \"%s\".\n" +msgstr "データベースクラスタはロケール\"%s\"で初期化されます。\n" -#: initdb.c:2969 +#: initdb.c:2986 #, c-format msgid "" "The database cluster will be initialized with locales\n" @@ -610,90 +732,85 @@ msgstr "" " NUMERIC: %s\n" " TIME: %s\n" -#: initdb.c:2993 +#: initdb.c:3010 #, c-format -msgid "%s: could not find suitable encoding for locale %s\n" -msgstr "%s: ロケール%s用に適切な符号化方式がありませんでした\n" +msgid "%s: could not find suitable encoding for locale \"%s\"\n" +msgstr "%s: ロケール\"%s\"用に適切な符号化方式がありませんでした\n" -#: initdb.c:2995 +#: initdb.c:3012 #, c-format msgid "Rerun %s with the -E option.\n" msgstr "-Eオプションを付けて%sを再実行してください。\n" -#: initdb.c:3008 +#: initdb.c:3025 #, c-format msgid "" -"Encoding %s implied by locale is not allowed as a server-side encoding.\n" -"The default database encoding will be set to %s instead.\n" +"Encoding \"%s\" implied by locale is not allowed as a server-side encoding.\n" +"The default database encoding will be set to \"%s\" instead.\n" msgstr "" -"ロケールにより暗示される符号化方式%sはサーバ側の符号化方式として使用できません。\n" -"デフォルトのデータベース符号が方式は代わりに%sに設定されます。\n" +"ロケールにより暗示される符号化方式\"%s\"はサーバ側の符号化方式として使用できません。\n" +"デフォルトのデータベース符号化方式は代わりに\"%s\"に設定されます。\n" -#: initdb.c:3016 +#: initdb.c:3033 #, c-format -msgid "%s: locale %s requires unsupported encoding %s\n" -msgstr "%s: ロケール%sはサポートしない符号化方式%sを必要とします\n" +msgid "%s: locale \"%s\" requires unsupported encoding \"%s\"\n" +msgstr "%s: ロケール\"%s\"はサポートしない符号化方式\"%s\"を必要とします\n" -#: initdb.c:3019 +#: initdb.c:3036 #, c-format msgid "" -"Encoding %s is not allowed as a server-side encoding.\n" +"Encoding \"%s\" is not allowed as a server-side encoding.\n" "Rerun %s with a different locale selection.\n" msgstr "" -"符号化方式%sはサーバ側の符号化方式として使用できません。\n" -"別のロケールを選択して%sを再実行してください\n" +"符号化方式\"%s\"はサーバ側の符号化方式として使用できません。\n" +"別のロケールを選択して%sを再実行してください。\n" -#: initdb.c:3028 +#: initdb.c:3045 #, c-format -msgid "The default database encoding has accordingly been set to %s.\n" -msgstr "デフォルトのデータベース符号化方式は%sに設定されました。\n" +msgid "The default database encoding has accordingly been set to \"%s\".\n" +msgstr "したがってデフォルトのデータベース符号化方式は%sに設定されました。\n" -#: initdb.c:3045 +#: initdb.c:3062 #, c-format -msgid "%s: could not find suitable text search configuration for locale %s\n" +msgid "%s: could not find suitable text search configuration for locale \"%s\"\n" msgstr "%s: ロケール\"%s\"用の適切なテキスト検索設定が見つかりません\n" -#: initdb.c:3056 +#: initdb.c:3073 #, c-format -msgid "" -"%s: warning: suitable text search configuration for locale %s is unknown\n" -msgstr "%s:警告:ロケール%sに適したテキスト検索設定が不明です。\n" +msgid "%s: warning: suitable text search configuration for locale \"%s\" is unknown\n" +msgstr "%s:警告:ロケール\"%s\"に適したテキスト検索設定が不明です。\n" -#: initdb.c:3061 +#: initdb.c:3078 #, c-format -msgid "" -"%s: warning: specified text search configuration \"%s\" might not match " -"locale %s\n" -msgstr "" -"%s:警告:指定したテキスト検索設定\"%s\"がロケール%sに合わない可能性\n" -"があります\n" +msgid "%s: warning: specified text search configuration \"%s\" might not match locale \"%s\"\n" +msgstr "%s:警告:指定したテキスト検索設定\"%s\"がロケール\"%s\"に合わない可能性があります\n" -#: initdb.c:3066 +#: initdb.c:3083 #, c-format msgid "The default text search configuration will be set to \"%s\".\n" msgstr "デフォルトのテキスト検索設定は%sに設定されました。\n" -#: initdb.c:3100 initdb.c:3167 +#: initdb.c:3117 initdb.c:3184 #, c-format msgid "creating directory %s ... " msgstr "ディレクトリ%sを作成しています ... " -#: initdb.c:3114 initdb.c:3185 +#: initdb.c:3131 initdb.c:3202 #, c-format msgid "fixing permissions on existing directory %s ... " msgstr "ディレクトリ%sの権限を設定しています ... " -#: initdb.c:3120 initdb.c:3191 +#: initdb.c:3137 initdb.c:3208 #, c-format msgid "%s: could not change permissions of directory \"%s\": %s\n" msgstr "%s: ディレクトリ\"%s\"の権限を変更できませんでした: %s\n" -#: initdb.c:3133 initdb.c:3204 +#: initdb.c:3150 initdb.c:3221 #, c-format msgid "%s: directory \"%s\" exists but is not empty\n" msgstr "%s: ディレクトリ\"%s\"は存在しますが、空ではありません\n" -#: initdb.c:3136 +#: initdb.c:3153 #, c-format msgid "" "If you want to create a new database system, either remove or empty\n" @@ -704,19 +821,17 @@ msgstr "" "を削除するか空にしてください。または、%sを\"%s\"以外の引数で実行して\n" "ください。\n" -#: initdb.c:3144 initdb.c:3214 +#: initdb.c:3161 initdb.c:3231 #, c-format msgid "%s: could not access directory \"%s\": %s\n" msgstr "%s: ディレクトリ\"%s\"にアクセスできませんでした: %s\n" -#: initdb.c:3158 +#: initdb.c:3175 #, c-format msgid "%s: transaction log directory location must be an absolute path\n" -msgstr "" -"%s: トランザクションログのディレクトリの位置は、絶対パスでなければなりませ" -"ん\n" +msgstr "%s: トランザクションログのディレクトリの位置は、絶対パスでなければなりません\n" -#: initdb.c:3207 +#: initdb.c:3224 #, c-format msgid "" "If you want to store the transaction log there, either\n" @@ -725,22 +840,22 @@ msgstr "" "そこにトランザクションログを格納したい場合はディレクトリ\"%s\"を削除するか\n" "空にしてください\n" -#: initdb.c:3226 +#: initdb.c:3243 #, c-format msgid "%s: could not create symbolic link \"%s\": %s\n" msgstr "%s: シンボリックリンク\"%s\"を作成できませんでした: %s\n" -#: initdb.c:3231 +#: initdb.c:3248 #, c-format msgid "%s: symlinks are not supported on this platform" msgstr "%s: このプラットフォームでシンボリックリンクはサポートされていません" -#: initdb.c:3237 +#: initdb.c:3254 #, c-format msgid "creating subdirectories ... " msgstr "サブディレクトリを作成しています ... " -#: initdb.c:3303 +#: initdb.c:3320 #, c-format msgid "" "\n" @@ -759,93 +874,5 @@ msgstr "" " %s%s%spg_ctl%s -D %s%s%s -l logfile start\n" "\n" -#: ../../port/dirmod.c:75 ../../port/dirmod.c:88 ../../port/dirmod.c:101 -#, c-format -msgid "out of memory\n" -msgstr "メモリ不足です\n" - -#: ../../port/dirmod.c:286 -#, c-format -msgid "could not set junction for \"%s\": %s\n" -msgstr "\"%s\"のjunctionを設定できませんでした: %s\n" - -#: ../../port/dirmod.c:361 -#, c-format -msgid "could not get junction for \"%s\": %s\n" -msgstr "\"%s\"のjunctionを入手できませんでした: %s\n" - -#: ../../port/dirmod.c:443 -#, c-format -msgid "could not open directory \"%s\": %s\n" -msgstr "ディレクトリ\"%s\"をオープンできませんでした。: %s\n" - -#: ../../port/dirmod.c:480 -#, c-format -msgid "could not read directory \"%s\": %s\n" -msgstr "ディレクトリ\"%s\"を読み取れませんでした。: %s\n" - -#: ../../port/dirmod.c:563 -#, c-format -msgid "could not stat file or directory \"%s\": %s\n" -msgstr "" -"\"%s\"というファイルまたはディレクトリの情報を取得できませんでした。: %s\n" - -#: ../../port/dirmod.c:590 ../../port/dirmod.c:607 -#, c-format -msgid "could not remove file or directory \"%s\": %s\n" -msgstr "\"%s\"というファイルまたはディレクトリを削除できませんでした。: %s\n" - -#: ../../port/exec.c:125 ../../port/exec.c:239 ../../port/exec.c:282 -#, c-format -msgid "could not identify current directory: %s" -msgstr "現在のディレクトリを識別できませんでした: %s" - -#: ../../port/exec.c:144 -#, c-format -msgid "invalid binary \"%s\"" -msgstr "バイナリ\"%s\"は無効です" - -#: ../../port/exec.c:193 -#, c-format -msgid "could not read binary \"%s\"" -msgstr "バイナリ\"%s\"を読み取れませんでした" - -#: ../../port/exec.c:200 -#, c-format -msgid "could not find a \"%s\" to execute" -msgstr "実行する\"%s\"がありませんでした" - -#: ../../port/exec.c:255 ../../port/exec.c:291 -#, c-format -msgid "could not change directory to \"%s\"" -msgstr "ディレクトリを\"%s\"に変更できませんでした" - -#: ../../port/exec.c:270 -#, c-format -msgid "could not read symbolic link \"%s\"" -msgstr "シンボリックリンク\"%s\"を読み取りできませんでした" - -#: ../../port/exec.c:517 -#, c-format -msgid "child process exited with exit code %d" -msgstr "子プロセスが終了コード%dで終了しました" - -#: ../../port/exec.c:521 -#, c-format -msgid "child process was terminated by exception 0x%X" -msgstr "子プロセスが例外0x%Xで終了しました" - -#: ../../port/exec.c:530 -#, c-format -msgid "child process was terminated by signal %s" -msgstr "子プロセスがシグナル%sで終了しました" - -#: ../../port/exec.c:533 -#, c-format -msgid "child process was terminated by signal %d" -msgstr "子プロセスがシグナル%dで終了しました" - -#: ../../port/exec.c:537 -#, c-format -msgid "child process exited with unrecognized status %d" -msgstr "子プロセスが未知のステータス%dで終了しました" +#~ msgid "%s: unrecognized authentication method \"%s\"\n" +#~ msgstr "%s: \"%s\"は未知の認証方式です\n" |
