mirror of
https://github.com/postgres/postgres.git
synced 2025-08-19 23:22:23 +03:00
Translation updates
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/nls.mk,v 1.4 2009/05/14 21:41:53 alvherre Exp $
|
||||
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/nls.mk,v 1.5 2009/06/10 23:42:43 petere Exp $
|
||||
CATALOG_NAME = ecpglib
|
||||
AVAIL_LANGUAGES = de es fr pt_BR tr
|
||||
AVAIL_LANGUAGES = de es fr ja pt_BR tr
|
||||
GETTEXT_FILES = connect.c error.c execute.c misc.c
|
||||
GETTEXT_TRIGGERS = ecpg_gettext
|
||||
|
220
src/interfaces/ecpg/ecpglib/po/ja.po
Normal file
220
src/interfaces/ecpg/ecpglib/po/ja.po
Normal file
@@ -0,0 +1,220 @@
|
||||
# LANGUAGE message translation file for ecpglib
|
||||
# Copyright (C) 2009 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the PostgreSQL package.
|
||||
# honda <honda@postgresql.jp>, 2009.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 8.4\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2009-04-10 15:20+0000\n"
|
||||
"PO-Revision-Date: 2009-04-11 16:01+0900\n"
|
||||
"Last-Translator: honda <honda@postgresql.jp>\n"
|
||||
"Language-Team: Japanese\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"
|
||||
|
||||
#: connect.c:226
|
||||
msgid "empty message text"
|
||||
msgstr "メッセージテキストが空です"
|
||||
|
||||
#: connect.c:381 connect.c:407 connect.c:518
|
||||
msgid "<DEFAULT>"
|
||||
msgstr "<デフォルト>"
|
||||
|
||||
#. translator: this string will be truncated at 149
|
||||
#. characters expanded.
|
||||
#: error.c:26
|
||||
#, c-format
|
||||
msgid "no data found on line %d"
|
||||
msgstr "行番号%dにおいてデータがありませんでした"
|
||||
|
||||
#. translator: this string will be truncated at 149
|
||||
#. characters expanded.
|
||||
#: error.c:33
|
||||
#, c-format
|
||||
msgid "out of memory on line %d"
|
||||
msgstr "行番号%dにおいてメモリ不足です"
|
||||
|
||||
#. translator: this string will be truncated at 149
|
||||
#. characters expanded.
|
||||
#: error.c:40
|
||||
#, c-format
|
||||
msgid "unsupported type \"%s\" on line %d"
|
||||
msgstr "行番号%2$dにおいて未サポートのデータ型\"%1$s\"があります"
|
||||
|
||||
#. translator: this string will be truncated at 149
|
||||
#. characters expanded.
|
||||
#: error.c:47
|
||||
#, c-format
|
||||
msgid "too many arguments on line %d"
|
||||
msgstr "行番号%dにおいて引数が多すぎます"
|
||||
|
||||
#. translator: this string will be truncated at 149
|
||||
#. characters expanded.
|
||||
#: error.c:54
|
||||
#, c-format
|
||||
msgid "too few arguments on line %d"
|
||||
msgstr "行番号%dにおいて引数が少なすぎます"
|
||||
|
||||
#. translator: this string will be truncated at 149
|
||||
#. characters expanded.
|
||||
#: error.c:61
|
||||
#, c-format
|
||||
msgid "invalid input syntax for type int: \"%s\", on line %d"
|
||||
msgstr "行番号%2$dにおいて、整数型に対して無効な入力構文があります:\"%1$s\""
|
||||
|
||||
#. translator: this string will be truncated at 149
|
||||
#. characters expanded.
|
||||
#: error.c:68
|
||||
#, c-format
|
||||
msgid "invalid input syntax for type unsigned int: \"%s\", on line %d"
|
||||
msgstr "行番号%2$dにおいて、符号無し整数型に対して無効な入力構文があります:\"%1$s\""
|
||||
|
||||
#. translator: this string will be truncated at 149
|
||||
#. characters expanded.
|
||||
#: error.c:75
|
||||
#, c-format
|
||||
msgid "invalid input syntax for floating-point type: \"%s\", on line %d"
|
||||
msgstr "行番号%2$dにおいて、浮動小数点型に対して無効な入力構文があります:\"%1$s\""
|
||||
|
||||
#. translator: this string will be truncated at 149
|
||||
#. characters expanded.
|
||||
#: error.c:83
|
||||
#, c-format
|
||||
msgid "invalid syntax for type boolean: \"%s\", on line %d"
|
||||
msgstr "行番号%2$dにおいて、論理型に対して無効な入力構文があります:\"%1$s\""
|
||||
|
||||
#. translator: this string will be truncated at 149
|
||||
#. characters expanded.
|
||||
#: error.c:88
|
||||
#, c-format
|
||||
msgid "could not convert boolean value: size mismatch, on line %d"
|
||||
msgstr "行番号%dにおいて、論理型に変換できませんでした。サイズが合っていません"
|
||||
|
||||
#. translator: this string will be truncated at 149
|
||||
#. characters expanded.
|
||||
#: error.c:95
|
||||
#, c-format
|
||||
msgid "empty query on line %d"
|
||||
msgstr "行番号%dにおいて問い合わせが空です"
|
||||
|
||||
#. translator: this string will be truncated at 149
|
||||
#. characters expanded.
|
||||
#: error.c:102
|
||||
#, c-format
|
||||
msgid "null value without indicator on line %d"
|
||||
msgstr "行番号%dにおいて、指示子が無いヌル値です"
|
||||
|
||||
#. translator: this string will be truncated at 149
|
||||
#. characters expanded.
|
||||
#: error.c:109
|
||||
#, c-format
|
||||
msgid "variable does not have an array type on line %d"
|
||||
msgstr "行番号%dにおいて、変数は配列型ではありません"
|
||||
|
||||
#. translator: this string will be truncated at 149
|
||||
#. characters expanded.
|
||||
#: error.c:116
|
||||
#, c-format
|
||||
msgid "data read from server is not an array on line %d"
|
||||
msgstr "行番号%dにおいて、サーバから読み込んだデータは配列ではありません"
|
||||
|
||||
#. translator: this string will be truncated at 149
|
||||
#. characters expanded.
|
||||
#: error.c:123
|
||||
#, c-format
|
||||
msgid "inserting an array of variables is not supported on line %d"
|
||||
msgstr "行番号%dにおいて、変数の配列への挿入はサポートされません"
|
||||
|
||||
#. translator: this string will be truncated at 149
|
||||
#. characters expanded.
|
||||
#: error.c:130
|
||||
#, c-format
|
||||
msgid "connection \"%s\" does not exist on line %d"
|
||||
msgstr "行番号%2$dにおいて、接続\"%1$s\"は存在しません"
|
||||
|
||||
#. translator: this string will be truncated at 149
|
||||
#. characters expanded.
|
||||
#: error.c:137
|
||||
#, c-format
|
||||
msgid "not connected to connection \"%s\" on line %d"
|
||||
msgstr "行番号%2$dにおいて、接続\"%1$s\"に接続していません"
|
||||
|
||||
#. translator: this string will be truncated at 149
|
||||
#. characters expanded.
|
||||
#: error.c:144
|
||||
#, c-format
|
||||
msgid "invalid statement name \"%s\" on line %d"
|
||||
msgstr "行番号%2$dにおいて、文の名前\"%1$s\"が無効です"
|
||||
|
||||
#. translator: this string will be truncated at 149
|
||||
#. characters expanded.
|
||||
#: error.c:151
|
||||
#, c-format
|
||||
msgid "descriptor \"%s\" not found on line %d"
|
||||
msgstr "行番号%2$dにおいて、記述子\"%1$s\"がありません"
|
||||
|
||||
#. translator: this string will be truncated at 149
|
||||
#. characters expanded.
|
||||
#: error.c:158
|
||||
#, c-format
|
||||
msgid "descriptor index out of range on line %d"
|
||||
msgstr "行番号%dにおいて、記述子のインデックスが範囲外です"
|
||||
|
||||
#. translator: this string will be truncated at 149
|
||||
#. characters expanded.
|
||||
#: error.c:165
|
||||
#, c-format
|
||||
msgid "unrecognized descriptor item \"%s\" on line %d"
|
||||
msgstr "行番号%2$dにおいて、記述子項目\"%1$s\"が認識できません"
|
||||
|
||||
#. translator: this string will be truncated at 149
|
||||
#. characters expanded.
|
||||
#: error.c:172
|
||||
#, c-format
|
||||
msgid "variable does not have a numeric type on line %d"
|
||||
msgstr "行番号%dにおいて、変数は数値型ではありません"
|
||||
|
||||
#. translator: this string will be truncated at 149
|
||||
#. characters expanded.
|
||||
#: error.c:179
|
||||
#, c-format
|
||||
msgid "variable does not have a character type on line %d"
|
||||
msgstr "行番号%dにおいて、変数は文字型ではありません"
|
||||
|
||||
#. translator: this string will be truncated at 149
|
||||
#. characters expanded.
|
||||
#: error.c:186
|
||||
#, c-format
|
||||
msgid "error in transaction processing on line %d"
|
||||
msgstr "行番号%dにおいて、トランザクション処理がエラーになりました"
|
||||
|
||||
#. translator: this string will be truncated at 149
|
||||
#. characters expanded.
|
||||
#: error.c:193
|
||||
#, c-format
|
||||
msgid "could not connect to database \"%s\" on line %d"
|
||||
msgstr "行番号%2$dにおいて、データベース\"%1$s\"に接続できませんでした"
|
||||
|
||||
#. translator: this string will be truncated at 149
|
||||
#. characters expanded.
|
||||
#: error.c:200
|
||||
#, c-format
|
||||
msgid "SQL error %d on line %d"
|
||||
msgstr "行番号%2$dにおいて、SQLエラー%1$dがあります"
|
||||
|
||||
#: error.c:313
|
||||
#, c-format
|
||||
msgid "SQL error: %s\n"
|
||||
msgstr "SQLエラー: %s\n"
|
||||
|
||||
#: execute.c:1637
|
||||
msgid "<empty>"
|
||||
msgstr "<空>"
|
||||
|
||||
#: misc.c:113
|
||||
msgid "NULL"
|
||||
msgstr "ヌル"
|
File diff suppressed because it is too large
Load Diff
@@ -9,8 +9,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libpq 8.4\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2009-04-16 03:19+0000\n"
|
||||
"PO-Revision-Date: 2009-04-16 13:16-0400\n"
|
||||
"POT-Creation-Date: 2009-06-10 21:17+0000\n"
|
||||
"PO-Revision-Date: 2009-05-18 00:37-0500\n"
|
||||
"Last-Translator: <20>lvaro Herrera <alvherre@alvh.no-ip.org>\n"
|
||||
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -48,9 +48,9 @@ msgstr "error en conversi
|
||||
msgid "SSPI continuation error"
|
||||
msgstr "error en continuaci<63>n de SSPI"
|
||||
|
||||
#: fe-auth.c:549 fe-auth.c:622 fe-auth.c:656 fe-auth.c:753 fe-connect.c:1357
|
||||
#: fe-connect.c:2638 fe-connect.c:2855 fe-connect.c:3221 fe-connect.c:3230
|
||||
#: fe-connect.c:3367 fe-connect.c:3413 fe-connect.c:3431 fe-exec.c:3109
|
||||
#: fe-auth.c:549 fe-auth.c:622 fe-auth.c:656 fe-auth.c:753 fe-connect.c:1335
|
||||
#: fe-connect.c:2616 fe-connect.c:2833 fe-connect.c:3199 fe-connect.c:3208
|
||||
#: fe-connect.c:3345 fe-connect.c:3391 fe-connect.c:3409 fe-exec.c:3109
|
||||
#: fe-lobj.c:696 fe-protocol2.c:1027 fe-protocol3.c:1421
|
||||
msgid "out of memory\n"
|
||||
msgstr "memoria agotada\n"
|
||||
@@ -92,28 +92,23 @@ msgstr "el m
|
||||
msgid "authentication method %u not supported\n"
|
||||
msgstr "el m<>todo de autentificaci<63>n %u no est<73> soportado\n"
|
||||
|
||||
#: fe-connect.c:529
|
||||
#: fe-connect.c:524
|
||||
#, c-format
|
||||
msgid "invalid sslmode value: \"%s\"\n"
|
||||
msgstr "valor sslmode no v<>lido: <20>%s<>\n"
|
||||
|
||||
#: fe-connect.c:549
|
||||
#: fe-connect.c:545
|
||||
#, c-format
|
||||
msgid "sslmode value \"%s\" invalid when SSL support is not compiled in\n"
|
||||
msgstr ""
|
||||
"el valor sslmode <20>%s<> no es v<>lido cuando no se ha compilado con soporte SSL\n"
|
||||
|
||||
#: fe-connect.c:569
|
||||
#, c-format
|
||||
msgid "invalid sslverify value: \"%s\"\n"
|
||||
msgstr "modo sslverify no v<>lido: <20>%s<>\n"
|
||||
|
||||
#: fe-connect.c:750
|
||||
#: fe-connect.c:728
|
||||
#, c-format
|
||||
msgid "could not set socket to TCP no delay mode: %s\n"
|
||||
msgstr "no se pudo establecer el socket en modo TCP sin retardo: %s\n"
|
||||
|
||||
#: fe-connect.c:780
|
||||
#: fe-connect.c:758
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not connect to server: %s\n"
|
||||
@@ -124,7 +119,7 @@ msgstr ""
|
||||
"\t<>Est<73> el servidor en ejecuci<63>n localmente y aceptando\n"
|
||||
"\tconexiones en el socket de dominio Unix <20>%s<>?\n"
|
||||
|
||||
#: fe-connect.c:790
|
||||
#: fe-connect.c:768
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not connect to server: %s\n"
|
||||
@@ -135,195 +130,195 @@ msgstr ""
|
||||
"\t<>Est<73> el servidor en ejecuci<63>n en el servidor <20>%s<> y aceptando\n"
|
||||
"\tconexiones TCP/IP en el puerto %s?\n"
|
||||
|
||||
#: fe-connect.c:880
|
||||
#: fe-connect.c:858
|
||||
#, c-format
|
||||
msgid "could not translate host name \"%s\" to address: %s\n"
|
||||
msgstr "no se pudo traducir el nombre <20>%s<> a una direcci<63>n: %s\n"
|
||||
|
||||
#: fe-connect.c:884
|
||||
#: fe-connect.c:862
|
||||
#, c-format
|
||||
msgid "could not translate Unix-domain socket path \"%s\" to address: %s\n"
|
||||
msgstr "no se pudo traducir la ruta del socket Unix <20>%s<> a una direcci<63>n: %s\n"
|
||||
|
||||
#: fe-connect.c:1087
|
||||
#: fe-connect.c:1065
|
||||
msgid "invalid connection state, probably indicative of memory corruption\n"
|
||||
msgstr ""
|
||||
"el estado de conexi<78>n no es v<>lido, probablemente por corrupci<63>n de memoria\n"
|
||||
|
||||
#: fe-connect.c:1130
|
||||
#: fe-connect.c:1108
|
||||
#, c-format
|
||||
msgid "could not create socket: %s\n"
|
||||
msgstr "no se pudo crear el socket: %s\n"
|
||||
|
||||
#: fe-connect.c:1153
|
||||
#: fe-connect.c:1131
|
||||
#, c-format
|
||||
msgid "could not set socket to non-blocking mode: %s\n"
|
||||
msgstr "no se pudo establecer el socket en modo no bloqueante: %s\n"
|
||||
|
||||
#: fe-connect.c:1165
|
||||
#: fe-connect.c:1143
|
||||
#, c-format
|
||||
msgid "could not set socket to close-on-exec mode: %s\n"
|
||||
msgstr "no se pudo poner el socket en modo close-on-exec: %s\n"
|
||||
|
||||
#: fe-connect.c:1252
|
||||
#: fe-connect.c:1230
|
||||
#, c-format
|
||||
msgid "could not get socket error status: %s\n"
|
||||
msgstr "no se pudo determinar el estado de error del socket: %s\n"
|
||||
|
||||
#: fe-connect.c:1290
|
||||
#: fe-connect.c:1268
|
||||
#, c-format
|
||||
msgid "could not get client address from socket: %s\n"
|
||||
msgstr "no se pudo obtener la direcci<63>n del cliente desde el socket: %s\n"
|
||||
|
||||
#: fe-connect.c:1334
|
||||
#: fe-connect.c:1312
|
||||
#, c-format
|
||||
msgid "could not send SSL negotiation packet: %s\n"
|
||||
msgstr "no se pudo enviar el paquete de negociaci<63>n SSL: %s\n"
|
||||
|
||||
#: fe-connect.c:1370
|
||||
#: fe-connect.c:1348
|
||||
#, c-format
|
||||
msgid "could not send startup packet: %s\n"
|
||||
msgstr "no se pudo enviar el paquete de inicio: %s\n"
|
||||
|
||||
#: fe-connect.c:1435 fe-connect.c:1452
|
||||
#: fe-connect.c:1414 fe-connect.c:1432
|
||||
msgid "server does not support SSL, but SSL was required\n"
|
||||
msgstr "el servidor no soporta SSL, pero SSL es requerida\n"
|
||||
|
||||
#: fe-connect.c:1468
|
||||
#: fe-connect.c:1448
|
||||
#, c-format
|
||||
msgid "received invalid response to SSL negotiation: %c\n"
|
||||
msgstr "se ha recibido una respuesta no v<>lida en la negociaci<63>n SSL: %c\n"
|
||||
|
||||
#: fe-connect.c:1544 fe-connect.c:1577
|
||||
#: fe-connect.c:1524 fe-connect.c:1557
|
||||
#, c-format
|
||||
msgid "expected authentication request from server, but received %c\n"
|
||||
msgstr ""
|
||||
"se esperaba una petici<63>n de autentificaci<63>n desde el servidor, pero se ha "
|
||||
"recibido %c\n"
|
||||
|
||||
#: fe-connect.c:1748
|
||||
#: fe-connect.c:1728
|
||||
#, c-format
|
||||
msgid "out of memory allocating GSSAPI buffer (%i)"
|
||||
msgstr "memoria agotada creando el b<>fer GSSAPI (%i)"
|
||||
|
||||
#: fe-connect.c:1833
|
||||
#: fe-connect.c:1813
|
||||
msgid "unexpected message from server during startup\n"
|
||||
msgstr "se ha recibido un mensaje inesperado del servidor durante el inicio\n"
|
||||
|
||||
#: fe-connect.c:1901
|
||||
#: fe-connect.c:1881
|
||||
#, c-format
|
||||
msgid "invalid connection state %c, probably indicative of memory corruption\n"
|
||||
msgstr ""
|
||||
"estado de conexi<78>n no v<>lido %c, probablemente por corrupci<63>n de memoria\n"
|
||||
|
||||
#: fe-connect.c:2246 fe-connect.c:2306
|
||||
#: fe-connect.c:2224 fe-connect.c:2284
|
||||
#, c-format
|
||||
msgid "PGEventProc \"%s\" failed during PGEVT_CONNRESET event\n"
|
||||
msgstr "PGEventProc <20>%s<> fall<6C> durante el evento PGEVT_CONNRESET\n"
|
||||
|
||||
#: fe-connect.c:2651
|
||||
#: fe-connect.c:2629
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": scheme must be ldap://\n"
|
||||
msgstr "URL LDAP no v<>lida <20>%s<>: el esquema debe ser ldap://\n"
|
||||
|
||||
#: fe-connect.c:2666
|
||||
#: fe-connect.c:2644
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": missing distinguished name\n"
|
||||
msgstr "URL LDAP no v<>lida <20>%s<>: distinguished name faltante\n"
|
||||
|
||||
#: fe-connect.c:2677 fe-connect.c:2730
|
||||
#: fe-connect.c:2655 fe-connect.c:2708
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have exactly one attribute\n"
|
||||
msgstr "URL LDAP no v<>lida <20>%s<>: debe tener exactamente un atributo\n"
|
||||
|
||||
#: fe-connect.c:2687 fe-connect.c:2744
|
||||
#: fe-connect.c:2665 fe-connect.c:2722
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have search scope (base/one/sub)\n"
|
||||
msgstr "URL LDAP no v<>lida <20>%s<>: debe tener <20>mbito de b<>squeda (base/one/sub)\n"
|
||||
|
||||
#: fe-connect.c:2698
|
||||
#: fe-connect.c:2676
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": no filter\n"
|
||||
msgstr "URL LDAP no v<>lida <20>%s<>: no tiene filtro\n"
|
||||
|
||||
#: fe-connect.c:2719
|
||||
#: fe-connect.c:2697
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": invalid port number\n"
|
||||
msgstr "URL LDAP no v<>lida <20>%s<>: n<>mero de puerto no v<>lido\n"
|
||||
|
||||
#: fe-connect.c:2753
|
||||
#: fe-connect.c:2731
|
||||
msgid "could not create LDAP structure\n"
|
||||
msgstr "no se pudo crear estructura LDAP\n"
|
||||
|
||||
#: fe-connect.c:2795
|
||||
#: fe-connect.c:2773
|
||||
#, c-format
|
||||
msgid "lookup on LDAP server failed: %s\n"
|
||||
msgstr "b<>squeda en servidor LDAP fall<6C>: %s\n"
|
||||
|
||||
#: fe-connect.c:2806
|
||||
#: fe-connect.c:2784
|
||||
msgid "more than one entry found on LDAP lookup\n"
|
||||
msgstr "se encontro m<>s de una entrada en b<>squeda LDAP\n"
|
||||
|
||||
#: fe-connect.c:2807 fe-connect.c:2819
|
||||
#: fe-connect.c:2785 fe-connect.c:2797
|
||||
msgid "no entry found on LDAP lookup\n"
|
||||
msgstr "no se encontr<74> ninguna entrada en b<>squeda LDAP\n"
|
||||
|
||||
#: fe-connect.c:2830 fe-connect.c:2843
|
||||
#: fe-connect.c:2808 fe-connect.c:2821
|
||||
msgid "attribute has no values on LDAP lookup\n"
|
||||
msgstr "la b<>squeda LDAP entreg<65> atributo sin valores\n"
|
||||
|
||||
#: fe-connect.c:2894 fe-connect.c:2912 fe-connect.c:3269
|
||||
#: fe-connect.c:2872 fe-connect.c:2890 fe-connect.c:3247
|
||||
#, c-format
|
||||
msgid "missing \"=\" after \"%s\" in connection info string\n"
|
||||
msgstr "falta <20>=<3D> despu<70>s de <20>%s<> en la cadena de informaci<63>n de la conexi<78>n\n"
|
||||
|
||||
#: fe-connect.c:2975 fe-connect.c:3351
|
||||
#: fe-connect.c:2953 fe-connect.c:3329
|
||||
#, c-format
|
||||
msgid "invalid connection option \"%s\"\n"
|
||||
msgstr "opci<63>n de conexi<78>n no v<>lida <20>%s<>\n"
|
||||
|
||||
#: fe-connect.c:2988 fe-connect.c:3318
|
||||
#: fe-connect.c:2966 fe-connect.c:3296
|
||||
msgid "unterminated quoted string in connection info string\n"
|
||||
msgstr ""
|
||||
"cadena de caracteres entre comillas sin terminar en la cadena de informaci<63>n "
|
||||
"de conexi<78>n\n"
|
||||
|
||||
#: fe-connect.c:3031
|
||||
#: fe-connect.c:3009
|
||||
#, c-format
|
||||
msgid "ERROR: service file \"%s\" not found\n"
|
||||
msgstr "ERROR: archivo de servicio <20>%s<> no encontrado\n"
|
||||
|
||||
#: fe-connect.c:3044
|
||||
#: fe-connect.c:3022
|
||||
#, c-format
|
||||
msgid "ERROR: line %d too long in service file \"%s\"\n"
|
||||
msgstr "ERROR: l<>nea %d demasiado larga en archivo de servicio <20>%s<>\n"
|
||||
|
||||
#: fe-connect.c:3116 fe-connect.c:3143
|
||||
#: fe-connect.c:3094 fe-connect.c:3121
|
||||
#, c-format
|
||||
msgid "ERROR: syntax error in service file \"%s\", line %d\n"
|
||||
msgstr "ERROR: error de sintaxis en archivo de servicio <20>%s<>, l<>nea %d\n"
|
||||
|
||||
#: fe-connect.c:3599
|
||||
#: fe-connect.c:3577
|
||||
msgid "connection pointer is NULL\n"
|
||||
msgstr "el puntero de conexi<78>n es NULL\n"
|
||||
|
||||
#: fe-connect.c:3882
|
||||
#: fe-connect.c:3860
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" is not a plain file\n"
|
||||
msgstr "ATENCI<EFBFBD>N: El archivo de claves <20>%s<> no es un archivo plano\n"
|
||||
msgstr "ADVERTENCIA: El archivo de claves <20>%s<> no es un archivo plano\n"
|
||||
|
||||
#: fe-connect.c:3891
|
||||
#: fe-connect.c:3869
|
||||
#, c-format
|
||||
msgid ""
|
||||
"WARNING: password file \"%s\" has group or world access; permissions should "
|
||||
"be u=rw (0600) or less\n"
|
||||
msgstr ""
|
||||
"ATENCI<EFBFBD>N: El archivo de claves <20>%s<> tiene permiso de lectura para el grupo u "
|
||||
"otros; los permisos deber<65>an ser u=rw (0600) o menos\n"
|
||||
"ADVERTENCIA: El archivo de claves <20>%s<> tiene permiso de lectura para el grupo "
|
||||
"u otros; los permisos deber<65>an ser u=rw (0600) o menos\n"
|
||||
|
||||
#: fe-exec.c:826
|
||||
msgid "NOTICE"
|
||||
msgstr "NOTICE"
|
||||
msgstr "AVISO"
|
||||
|
||||
#: fe-exec.c:1013 fe-exec.c:1070 fe-exec.c:1110
|
||||
msgid "command string is a null pointer\n"
|
||||
@@ -374,7 +369,7 @@ msgstr "el estado COPY OUT debe ser terminado primero\n"
|
||||
#: fe-exec.c:2015 fe-exec.c:2081 fe-exec.c:2166 fe-protocol2.c:1172
|
||||
#: fe-protocol3.c:1557
|
||||
msgid "no COPY in progress\n"
|
||||
msgstr "no hay ning<EFBFBD>n COPY en ejecuci<63>n\n"
|
||||
msgstr "no hay COPY alguno en ejecuci<63>n\n"
|
||||
|
||||
#: fe-exec.c:2358
|
||||
msgid "connection in wrong state\n"
|
||||
@@ -620,7 +615,7 @@ msgstr "DETALLE: %s\n"
|
||||
#: fe-protocol3.c:823
|
||||
#, c-format
|
||||
msgid "HINT: %s\n"
|
||||
msgstr "HINT: %s\n"
|
||||
msgstr "SUGERENCIA: %s\n"
|
||||
|
||||
#: fe-protocol3.c:826
|
||||
#, c-format
|
||||
@@ -731,8 +726,8 @@ msgid ""
|
||||
"private key file \"%s\" has group or world access; permissions should be "
|
||||
"u=rw (0600) or less\n"
|
||||
msgstr ""
|
||||
"ATENCI<EFBFBD>N: El archivo de la llave privada <20>%s<> tiene permiso de lectura para "
|
||||
"el grupo u otros; los permisos deber<65>an ser u=rw (0600) o menos\n"
|
||||
"el archivo de la llave privada <20>%s<> tiene permiso de lectura para el grupo u "
|
||||
"otros; los permisos deber<65>an ser u=rw (0600) o menos\n"
|
||||
|
||||
#: fe-secure.c:746
|
||||
#, c-format
|
||||
@@ -779,10 +774,12 @@ msgstr "la biblioteca SSL no soporta certificados CRL (archivo
|
||||
#, c-format
|
||||
msgid ""
|
||||
"root certificate file \"%s\" does not exist\n"
|
||||
"Either supply the file or set sslverify to \"none\" to disable server "
|
||||
"certificate verification.\n"
|
||||
msgstr "el archivo de certificado ra<72>z <20>%s<> no existe\n"
|
||||
"Debe ya sea entregar este archivo, o bien definir sslverify a <20>none<6E> para deshabilitar la verificaci<63>n de certificados del servidor.\n"
|
||||
"Either provide the file or change sslmode to disable server certificate "
|
||||
"verification.\n"
|
||||
msgstr ""
|
||||
"el archivo de certificado ra<72>z <20>%s<> no existe\n"
|
||||
"Debe ya sea entregar este archivo, o bien cambiar sslmode para "
|
||||
"deshabilitar la verificaci<63>n de certificados del servidor.\n"
|
||||
|
||||
#: fe-secure.c:1167
|
||||
#, c-format
|
||||
@@ -796,4 +793,4 @@ msgstr "sin error SSL reportado"
|
||||
#: fe-secure.c:1250
|
||||
#, c-format
|
||||
msgid "SSL error code %lu"
|
||||
msgstr "c<>digo de error SSL %lu"
|
||||
msgstr "c<>digo de error SSL %lu"
|
@@ -1,7 +1,7 @@
|
||||
# translation of libpq.po to fr_fr
|
||||
# french message translation file for libpq
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/interfaces/libpq/po/fr.po,v 1.19 2009/05/14 21:41:53 alvherre Exp $
|
||||
# $PostgreSQL: pgsql/src/interfaces/libpq/po/fr.po,v 1.20 2009/06/10 23:42:43 petere Exp $
|
||||
#
|
||||
# Use these quotes: <20> %s <20>
|
||||
#
|
||||
@@ -11,9 +11,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 8.4\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2009-04-15 15:19+0000\n"
|
||||
"PO-Revision-Date: 2009-04-15 22:57+0200\n"
|
||||
"Last-Translator: St<EFBFBD>phane Schildknecht <stephane.schildknecht@dalibo.com>\n"
|
||||
"POT-Creation-Date: 2009-05-13 23:17+0000\n"
|
||||
"PO-Revision-Date: 2009-05-14 22:34+0100\n"
|
||||
"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
|
||||
"Language-Team: PostgreSQLfr <pgsql-fr-generale@postgresql.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=ISO-8859-15\n"
|
||||
@@ -55,14 +55,14 @@ msgstr "erreur de suite SSPI"
|
||||
#: fe-auth.c:622
|
||||
#: fe-auth.c:656
|
||||
#: fe-auth.c:753
|
||||
#: fe-connect.c:1357
|
||||
#: fe-connect.c:2638
|
||||
#: fe-connect.c:2855
|
||||
#: fe-connect.c:3221
|
||||
#: fe-connect.c:3230
|
||||
#: fe-connect.c:3367
|
||||
#: fe-connect.c:3413
|
||||
#: fe-connect.c:3431
|
||||
#: fe-connect.c:1335
|
||||
#: fe-connect.c:2616
|
||||
#: fe-connect.c:2833
|
||||
#: fe-connect.c:3199
|
||||
#: fe-connect.c:3208
|
||||
#: fe-connect.c:3345
|
||||
#: fe-connect.c:3391
|
||||
#: fe-connect.c:3409
|
||||
#: fe-exec.c:3109
|
||||
#: fe-lobj.c:696
|
||||
#: fe-protocol2.c:1027
|
||||
@@ -107,27 +107,22 @@ msgstr "authentification crypt non support
|
||||
msgid "authentication method %u not supported\n"
|
||||
msgstr "m<>thode d'authentification %u non support<72>e\n"
|
||||
|
||||
#: fe-connect.c:529
|
||||
#: fe-connect.c:524
|
||||
#, c-format
|
||||
msgid "invalid sslmode value: \"%s\"\n"
|
||||
msgstr "valeur sslmode invalide : <20> %s <20>\n"
|
||||
|
||||
#: fe-connect.c:549
|
||||
#: fe-connect.c:545
|
||||
#, c-format
|
||||
msgid "sslmode value \"%s\" invalid when SSL support is not compiled in\n"
|
||||
msgstr "valeur sslmode <20> %s <20> invalide si le support SSL n'est pas compil<69> initialement\n"
|
||||
|
||||
#: fe-connect.c:569
|
||||
#, c-format
|
||||
msgid "invalid sslverify value: \"%s\"\n"
|
||||
msgstr "valeur sslverify invalide : <20> %s <20>\n"
|
||||
|
||||
#: fe-connect.c:750
|
||||
#: fe-connect.c:728
|
||||
#, 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:780
|
||||
#: fe-connect.c:758
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not connect to server: %s\n"
|
||||
@@ -138,7 +133,7 @@ msgstr ""
|
||||
"\tLe serveur est-il actif localement et accepte-t-il les connexions sur la\n"
|
||||
" \tsocket Unix <20> %s <20> ?\n"
|
||||
|
||||
#: fe-connect.c:790
|
||||
#: fe-connect.c:768
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not connect to server: %s\n"
|
||||
@@ -149,196 +144,196 @@ msgstr ""
|
||||
"\tLe serveur est-il actif sur l'h<>te <20> %s <20> et accepte-t-il les connexions\n"
|
||||
"\tTCP/IP sur le port %s ?\n"
|
||||
|
||||
#: fe-connect.c:880
|
||||
#: fe-connect.c:858
|
||||
#, c-format
|
||||
msgid "could not translate host name \"%s\" to address: %s\n"
|
||||
msgstr "n'a pas pu traduire le nom d'h<>te <20> %s <20> en adresse : %s\n"
|
||||
|
||||
#: fe-connect.c:884
|
||||
#: fe-connect.c:862
|
||||
#, 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 <20> %s <20> en adresse :\n"
|
||||
"%s\n"
|
||||
|
||||
#: fe-connect.c:1087
|
||||
#: fe-connect.c:1065
|
||||
msgid "invalid connection state, probably indicative of memory corruption\n"
|
||||
msgstr "<22>tat de connexion invalide, indique probablement une corruption de m<>moire\n"
|
||||
|
||||
#: fe-connect.c:1130
|
||||
#: fe-connect.c:1108
|
||||
#, c-format
|
||||
msgid "could not create socket: %s\n"
|
||||
msgstr "n'a pas pu cr<63>er la socket : %s\n"
|
||||
|
||||
#: fe-connect.c:1153
|
||||
#: fe-connect.c:1131
|
||||
#, c-format
|
||||
msgid "could not set socket to non-blocking mode: %s\n"
|
||||
msgstr "n'a pas pu activer le mode non-bloquant pour la socket : %s\n"
|
||||
|
||||
#: fe-connect.c:1165
|
||||
#: fe-connect.c:1143
|
||||
#, c-format
|
||||
msgid "could not set socket to close-on-exec mode: %s\n"
|
||||
msgstr "n'a pas pu param<61>trer la socket en mode close-on-exec : %s\n"
|
||||
|
||||
#: fe-connect.c:1252
|
||||
#: fe-connect.c:1230
|
||||
#, 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:1290
|
||||
#: fe-connect.c:1268
|
||||
#, 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:1334
|
||||
#: fe-connect.c:1312
|
||||
#, 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:1370
|
||||
#: fe-connect.c:1348
|
||||
#, 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:1435
|
||||
#: fe-connect.c:1452
|
||||
#: fe-connect.c:1414
|
||||
#: fe-connect.c:1432
|
||||
msgid "server does not support SSL, but SSL was required\n"
|
||||
msgstr "le serveur ne supporte pas SSL alors que SSL <20>tait r<>clam<61>\n"
|
||||
|
||||
#: fe-connect.c:1468
|
||||
#: fe-connect.c:1448
|
||||
#, c-format
|
||||
msgid "received invalid response to SSL negotiation: %c\n"
|
||||
msgstr "a re<72>u une r<>ponse invalide <20> la n<>gociation SSL : %c\n"
|
||||
|
||||
#: fe-connect.c:1544
|
||||
#: fe-connect.c:1577
|
||||
#: fe-connect.c:1524
|
||||
#: fe-connect.c:1557
|
||||
#, c-format
|
||||
msgid "expected authentication request from server, but received %c\n"
|
||||
msgstr ""
|
||||
"attendait une requ<71>te d'authentification en provenance du serveur, mais a\n"
|
||||
" re<72>u %c\n"
|
||||
|
||||
#: fe-connect.c:1748
|
||||
#: fe-connect.c:1728
|
||||
#, c-format
|
||||
msgid "out of memory allocating GSSAPI buffer (%i)"
|
||||
msgstr "m<>moire <20>puis<69>e lors de l'allocation du tampon GSSAPI (%i)"
|
||||
|
||||
#: fe-connect.c:1833
|
||||
#: fe-connect.c:1813
|
||||
msgid "unexpected message from server during startup\n"
|
||||
msgstr "message inattendu du serveur lors du d<>marrage\n"
|
||||
|
||||
#: fe-connect.c:1901
|
||||
#: fe-connect.c:1881
|
||||
#, c-format
|
||||
msgid "invalid connection state %c, probably indicative of memory corruption\n"
|
||||
msgstr ""
|
||||
"<22>tat de connexion invalide (%c), indique probablement une corruption de\n"
|
||||
" m<>moire\n"
|
||||
|
||||
#: fe-connect.c:2246
|
||||
#: fe-connect.c:2306
|
||||
#: fe-connect.c:2224
|
||||
#: fe-connect.c:2284
|
||||
#, c-format
|
||||
msgid "PGEventProc \"%s\" failed during PGEVT_CONNRESET event\n"
|
||||
msgstr "<22>chec de PGEventProc <20> %s <20> lors de l'<27>v<EFBFBD>nement PGEVT_CONNRESET\n"
|
||||
|
||||
#: fe-connect.c:2651
|
||||
#: fe-connect.c:2629
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": scheme must be ldap://\n"
|
||||
msgstr "URL LDAP <20> %s <20> invalide : le sch<63>ma doit <20>tre ldap://\n"
|
||||
|
||||
#: fe-connect.c:2666
|
||||
#: fe-connect.c:2644
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": missing distinguished name\n"
|
||||
msgstr "URL LDAP <20> %s <20> invalide : le <20> distinguished name <20> manque\n"
|
||||
|
||||
#: fe-connect.c:2677
|
||||
#: fe-connect.c:2730
|
||||
#: fe-connect.c:2655
|
||||
#: fe-connect.c:2708
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have exactly one attribute\n"
|
||||
msgstr "URL LDAP <20> %s <20> invalide : doit avoir exactement un attribut\n"
|
||||
|
||||
#: fe-connect.c:2687
|
||||
#: fe-connect.c:2744
|
||||
#: fe-connect.c:2665
|
||||
#: fe-connect.c:2722
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have search scope (base/one/sub)\n"
|
||||
msgstr "URL LDAP <20> %s <20> invalide : doit avoir une <20>chelle de recherche (base/un/sous)\n"
|
||||
|
||||
#: fe-connect.c:2698
|
||||
#: fe-connect.c:2676
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": no filter\n"
|
||||
msgstr "URL LDAP <20> %s <20> invalide : aucun filtre\n"
|
||||
|
||||
#: fe-connect.c:2719
|
||||
#: fe-connect.c:2697
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": invalid port number\n"
|
||||
msgstr "URL LDAP <20> %s <20> invalide : num<75>ro de port invalide\n"
|
||||
|
||||
#: fe-connect.c:2753
|
||||
#: fe-connect.c:2731
|
||||
msgid "could not create LDAP structure\n"
|
||||
msgstr "n'a pas pu cr<63>er la structure LDAP\n"
|
||||
|
||||
#: fe-connect.c:2795
|
||||
#: fe-connect.c:2773
|
||||
#, c-format
|
||||
msgid "lookup on LDAP server failed: %s\n"
|
||||
msgstr "<22>chec de la recherche sur le serveur LDAP : %s\n"
|
||||
|
||||
#: fe-connect.c:2806
|
||||
#: fe-connect.c:2784
|
||||
msgid "more than one entry found on LDAP lookup\n"
|
||||
msgstr "plusieurs entr<74>es trouv<75>es pendant la recherche LDAP\n"
|
||||
|
||||
#: fe-connect.c:2807
|
||||
#: fe-connect.c:2819
|
||||
#: fe-connect.c:2785
|
||||
#: fe-connect.c:2797
|
||||
msgid "no entry found on LDAP lookup\n"
|
||||
msgstr "aucune entr<74>e trouv<75>e pendant la recherche LDAP\n"
|
||||
|
||||
#: fe-connect.c:2830
|
||||
#: fe-connect.c:2843
|
||||
#: fe-connect.c:2808
|
||||
#: fe-connect.c:2821
|
||||
msgid "attribute has no values on LDAP lookup\n"
|
||||
msgstr "l'attribut n'a pas de valeur apr<70>s la recherche LDAP\n"
|
||||
|
||||
#: fe-connect.c:2894
|
||||
#: fe-connect.c:2912
|
||||
#: fe-connect.c:3269
|
||||
#: fe-connect.c:2872
|
||||
#: fe-connect.c:2890
|
||||
#: fe-connect.c:3247
|
||||
#, c-format
|
||||
msgid "missing \"=\" after \"%s\" in connection info string\n"
|
||||
msgstr "<22> = <20> manquant apr<70>s <20> %s <20> dans la cha<68>ne des param<61>tres de connexion\n"
|
||||
|
||||
#: fe-connect.c:2975
|
||||
#: fe-connect.c:3351
|
||||
#: fe-connect.c:2953
|
||||
#: fe-connect.c:3329
|
||||
#, c-format
|
||||
msgid "invalid connection option \"%s\"\n"
|
||||
msgstr "option de connexion <20> %s <20> invalide\n"
|
||||
|
||||
#: fe-connect.c:2988
|
||||
#: fe-connect.c:3318
|
||||
#: fe-connect.c:2966
|
||||
#: fe-connect.c:3296
|
||||
msgid "unterminated quoted string in connection info string\n"
|
||||
msgstr "guillemets non referm<72>s dans la cha<68>ne des param<61>tres de connexion\n"
|
||||
|
||||
#: fe-connect.c:3031
|
||||
#: fe-connect.c:3009
|
||||
#, c-format
|
||||
msgid "ERROR: service file \"%s\" not found\n"
|
||||
msgstr "ERREUR : fichier de service <20> %s <20> introuvable\n"
|
||||
|
||||
#: fe-connect.c:3044
|
||||
#: fe-connect.c:3022
|
||||
#, c-format
|
||||
msgid "ERROR: line %d too long in service file \"%s\"\n"
|
||||
msgstr "ERREUR : ligne %d trop longue dans le fichier service <20> %s <20>\n"
|
||||
|
||||
#: fe-connect.c:3116
|
||||
#: fe-connect.c:3143
|
||||
#: fe-connect.c:3094
|
||||
#: fe-connect.c:3121
|
||||
#, c-format
|
||||
msgid "ERROR: syntax error in service file \"%s\", line %d\n"
|
||||
msgstr "ERREUR : erreur de syntaxe dans le fichier service <20> %s <20>, ligne %d\n"
|
||||
|
||||
#: fe-connect.c:3599
|
||||
#: fe-connect.c:3577
|
||||
msgid "connection pointer is NULL\n"
|
||||
msgstr "le pointeur de connexion est NULL\n"
|
||||
|
||||
#: fe-connect.c:3882
|
||||
#: fe-connect.c:3860
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" is not a plain file\n"
|
||||
msgstr "ATTENTION : le fichier de mots de passe <20> %s <20> n'est pas un fichier texte\n"
|
||||
|
||||
#: fe-connect.c:3891
|
||||
#: fe-connect.c:3869
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" has group or world access; permissions should be u=rw (0600) or less\n"
|
||||
msgstr ""
|
||||
@@ -700,27 +695,27 @@ msgstr "n'a pas pu
|
||||
|
||||
#: fe-secure.c:320
|
||||
#: fe-secure.c:404
|
||||
#: fe-secure.c:1114
|
||||
#: fe-secure.c:1115
|
||||
#, c-format
|
||||
msgid "SSL SYSCALL error: %s\n"
|
||||
msgstr "erreur SYSCALL SSL : %s\n"
|
||||
|
||||
#: fe-secure.c:326
|
||||
#: fe-secure.c:410
|
||||
#: fe-secure.c:1118
|
||||
#: fe-secure.c:1119
|
||||
msgid "SSL SYSCALL error: EOF detected\n"
|
||||
msgstr "erreur SYSCALL SSL : EOF d<>tect<63>\n"
|
||||
|
||||
#: fe-secure.c:338
|
||||
#: fe-secure.c:421
|
||||
#: fe-secure.c:1137
|
||||
#: fe-secure.c:1138
|
||||
#, c-format
|
||||
msgid "SSL error: %s\n"
|
||||
msgstr "erreur SSL : %s\n"
|
||||
|
||||
#: fe-secure.c:348
|
||||
#: fe-secure.c:431
|
||||
#: fe-secure.c:1147
|
||||
#: fe-secure.c:1148
|
||||
#, c-format
|
||||
msgid "unrecognized SSL error code: %d\n"
|
||||
msgstr "code d'erreur SSL inconnu : %d\n"
|
||||
@@ -819,24 +814,26 @@ msgstr "la biblioth
|
||||
#, c-format
|
||||
msgid ""
|
||||
"root certificate file \"%s\" does not exist\n"
|
||||
"Either supply the file or set sslverify to \"none\" to disable server "
|
||||
"certificate verification.\n"
|
||||
"Either provide the file or change sslmode to disable server certificate verification.\n"
|
||||
msgstr ""
|
||||
"Le fichier de certificat racine <20> %s <20> n'existe pas.\n"
|
||||
"Fournissez le fichier ou positionnez sslverify <20> \"none\" pour d<>sactiver\n"
|
||||
"la v<>rification du certificat par le serveur.\n"
|
||||
"le fichier de certificat racine <20> %s <20> n'existe pas.\n"
|
||||
"Fournissez le fichier ou modifiez sslmode pour d<>sactiver la v<>rification du\n"
|
||||
"certificat par le serveur.\n"
|
||||
|
||||
#: fe-secure.c:1166
|
||||
#: fe-secure.c:1167
|
||||
#, c-format
|
||||
msgid "certificate could not be obtained: %s\n"
|
||||
msgstr "le certificat n'a pas pu <20>tre obtenu : %s\n"
|
||||
|
||||
#: fe-secure.c:1240
|
||||
#: fe-secure.c:1241
|
||||
msgid "no SSL error reported"
|
||||
msgstr "aucune erreur SSL report<72>e"
|
||||
|
||||
#: fe-secure.c:1249
|
||||
#: fe-secure.c:1250
|
||||
#, c-format
|
||||
msgid "SSL error code %lu"
|
||||
msgstr "erreur SSL %lu"
|
||||
|
||||
#~ msgid "invalid sslverify value: \"%s\"\n"
|
||||
#~ msgstr "valeur sslverify invalide : <20> %s <20>\n"
|
||||
|
||||
|
@@ -5,8 +5,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 8.4\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2009-04-06 20:52+0900\n"
|
||||
"PO-Revision-Date: 2009-04-07 11:33+0900\n"
|
||||
"POT-Creation-Date: 2009-05-08 19:12+0900\n"
|
||||
"PO-Revision-Date: 2009-05-08 19:21+0900\n"
|
||||
"Last-Translator: HOTTA Michihide <hotta@net-newbie.com>\n"
|
||||
"Language-Team: Shigehiro Honda <fwif0083@mb.infoweb.ne.jp>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -44,66 +44,66 @@ msgstr "GSSAPI名のインポートエラー"
|
||||
msgid "SSPI continuation error"
|
||||
msgstr "SSPI続行エラー"
|
||||
|
||||
#: fe-auth.c:549 fe-auth.c:622 fe-auth.c:648 fe-auth.c:745 fe-connect.c:1357
|
||||
#: fe-connect.c:2638 fe-connect.c:2855 fe-connect.c:3221 fe-connect.c:3230
|
||||
#: fe-connect.c:3367 fe-connect.c:3413 fe-connect.c:3431 fe-exec.c:3109
|
||||
#: fe-auth.c:549 fe-auth.c:622 fe-auth.c:656 fe-auth.c:753 fe-connect.c:1335
|
||||
#: fe-connect.c:2616 fe-connect.c:2833 fe-connect.c:3199 fe-connect.c:3208
|
||||
#: fe-connect.c:3345 fe-connect.c:3391 fe-connect.c:3409 fe-exec.c:3109
|
||||
#: fe-lobj.c:696 fe-protocol2.c:1027 fe-protocol3.c:1421
|
||||
msgid "out of memory\n"
|
||||
msgstr "メモリ不足です\n"
|
||||
|
||||
#: fe-auth.c:642
|
||||
#: fe-auth.c:637
|
||||
msgid "could not acquire SSPI credentials"
|
||||
msgstr "SSPI資格を入手できませんでした"
|
||||
|
||||
#: fe-auth.c:650
|
||||
msgid "host name must be specified\n"
|
||||
msgstr "ホスト名を指定しなければなりません\n"
|
||||
|
||||
#: fe-auth.c:721
|
||||
#: fe-auth.c:729
|
||||
msgid "SCM_CRED authentication method not supported\n"
|
||||
msgstr "SCM_CRED認証方式はサポートされていません\n"
|
||||
|
||||
#: fe-auth.c:795
|
||||
#: fe-auth.c:803
|
||||
msgid "Kerberos 4 authentication not supported\n"
|
||||
msgstr "Kerberos 4認証はサポートされていません\n"
|
||||
|
||||
#: fe-auth.c:811
|
||||
#: fe-auth.c:819
|
||||
msgid "Kerberos 5 authentication not supported\n"
|
||||
msgstr "Kerberos 5認証はサポートされていません\n"
|
||||
|
||||
#: fe-auth.c:878
|
||||
#: fe-auth.c:886
|
||||
msgid "GSSAPI authentication not supported\n"
|
||||
msgstr "GSSAPI認証はサポートされていません\n"
|
||||
|
||||
#: fe-auth.c:902
|
||||
#: fe-auth.c:910
|
||||
msgid "SSPI authentication not supported\n"
|
||||
msgstr "SSPI認証はサポートされていません\n"
|
||||
|
||||
#: fe-auth.c:909
|
||||
#: fe-auth.c:917
|
||||
msgid "Crypt authentication not supported\n"
|
||||
msgstr "Crypt認証はサポートされていません\n"
|
||||
|
||||
#: fe-auth.c:936
|
||||
#: fe-auth.c:944
|
||||
#, c-format
|
||||
msgid "authentication method %u not supported\n"
|
||||
msgstr "認証方式%uはサポートされていません\n"
|
||||
|
||||
#: fe-connect.c:529
|
||||
#: fe-connect.c:524
|
||||
#, c-format
|
||||
msgid "invalid sslmode value: \"%s\"\n"
|
||||
msgstr "sslmodeの値が無効です: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:549
|
||||
#: fe-connect.c:545
|
||||
#, c-format
|
||||
msgid "sslmode value \"%s\" invalid when SSL support is not compiled in\n"
|
||||
msgstr "SSLサポートが組み込まれていない場合sslmodeの値\"%s\"は無効です\n"
|
||||
|
||||
#: fe-connect.c:569
|
||||
msgid "invalid sslverify value: \"%s\"\n"
|
||||
msgstr "sslverifyの値が無効です: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:750
|
||||
#: fe-connect.c:728
|
||||
#, c-format
|
||||
msgid "could not set socket to TCP no delay mode: %s\n"
|
||||
msgstr "TCPソケットを非遅延モードに設定できませんでした: %s\n"
|
||||
|
||||
#: fe-connect.c:780
|
||||
#: fe-connect.c:758
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not connect to server: %s\n"
|
||||
@@ -115,7 +115,7 @@ msgstr ""
|
||||
" Unixドメインソケット\"%s\"で通信を受け付けてい"
|
||||
"ますか?\n"
|
||||
|
||||
#: fe-connect.c:790
|
||||
#: fe-connect.c:768
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not connect to server: %s\n"
|
||||
@@ -127,187 +127,188 @@ msgstr ""
|
||||
" また、ポート%sでTCP/IP接続を受け付けています"
|
||||
"か?\n"
|
||||
|
||||
#: fe-connect.c:880
|
||||
#: fe-connect.c:858
|
||||
#, c-format
|
||||
msgid "could not translate host name \"%s\" to address: %s\n"
|
||||
msgstr "ホスト名\"%s\"をアドレスに変換できませんでした: %s\n"
|
||||
|
||||
#: fe-connect.c:884
|
||||
#: fe-connect.c:862
|
||||
#, c-format
|
||||
msgid "could not translate Unix-domain socket path \"%s\" to address: %s\n"
|
||||
msgstr "Unixドメインソケットのパス\"%s\"をアドレスに変換できませんでした: %s\n"
|
||||
|
||||
#: fe-connect.c:1087
|
||||
#: fe-connect.c:1065
|
||||
msgid "invalid connection state, probably indicative of memory corruption\n"
|
||||
msgstr "接続状態が無効です。メモリ障害の可能性があります\n"
|
||||
|
||||
#: fe-connect.c:1130
|
||||
#: fe-connect.c:1108
|
||||
#, c-format
|
||||
msgid "could not create socket: %s\n"
|
||||
msgstr "ソケットを作成できませんでした: %s\n"
|
||||
|
||||
#: fe-connect.c:1153
|
||||
#: fe-connect.c:1131
|
||||
#, c-format
|
||||
msgid "could not set socket to non-blocking mode: %s\n"
|
||||
msgstr "ソケットを非ブロッキングモードに設定できませんでした: %s\n"
|
||||
|
||||
#: fe-connect.c:1165
|
||||
#: fe-connect.c:1143
|
||||
#, c-format
|
||||
msgid "could not set socket to close-on-exec mode: %s\n"
|
||||
msgstr "ソケットをclose-on-execモードに設定できませんでした: %s\n"
|
||||
|
||||
#: fe-connect.c:1252
|
||||
#: fe-connect.c:1230
|
||||
#, c-format
|
||||
msgid "could not get socket error status: %s\n"
|
||||
msgstr "ソケットのエラー状態を入手できませんでした: %s\n"
|
||||
|
||||
#: fe-connect.c:1290
|
||||
#: fe-connect.c:1268
|
||||
#, c-format
|
||||
msgid "could not get client address from socket: %s\n"
|
||||
msgstr "ソケットからクライアントアドレスを入手できませんでした: %s\n"
|
||||
|
||||
#: fe-connect.c:1334
|
||||
#: fe-connect.c:1312
|
||||
#, c-format
|
||||
msgid "could not send SSL negotiation packet: %s\n"
|
||||
msgstr "SSL調停パケットを送信できませんでした: %s\n"
|
||||
|
||||
#: fe-connect.c:1370
|
||||
#: fe-connect.c:1348
|
||||
#, c-format
|
||||
msgid "could not send startup packet: %s\n"
|
||||
msgstr "開始パケットを送信できませんでした: %s\n"
|
||||
|
||||
#: fe-connect.c:1435 fe-connect.c:1452
|
||||
#: fe-connect.c:1414 fe-connect.c:1432
|
||||
msgid "server does not support SSL, but SSL was required\n"
|
||||
msgstr "サーバはSSLをサポートしていませんが、SSLが要求されました\n"
|
||||
|
||||
#: fe-connect.c:1468
|
||||
#: fe-connect.c:1448
|
||||
#, c-format
|
||||
msgid "received invalid response to SSL negotiation: %c\n"
|
||||
msgstr "SSL調停に対して無効な応答を受信しました: %c\n"
|
||||
|
||||
#: fe-connect.c:1544 fe-connect.c:1577
|
||||
#: fe-connect.c:1524 fe-connect.c:1557
|
||||
#, c-format
|
||||
msgid "expected authentication request from server, but received %c\n"
|
||||
msgstr "サーバからの認証要求を想定していましたが、%cを受信しました\n"
|
||||
|
||||
#: fe-connect.c:1748
|
||||
#: fe-connect.c:1728
|
||||
#, c-format
|
||||
msgid "out of memory allocating GSSAPI buffer (%i)"
|
||||
msgstr "GSSAPIバッファの割り当て時のメモリ不足(%i)"
|
||||
|
||||
#: fe-connect.c:1833
|
||||
#: fe-connect.c:1813
|
||||
msgid "unexpected message from server during startup\n"
|
||||
msgstr "起動時にサーバから想定外のメッセージがありました\n"
|
||||
|
||||
#: fe-connect.c:1901
|
||||
#: fe-connect.c:1881
|
||||
#, c-format
|
||||
msgid "invalid connection state %c, probably indicative of memory corruption\n"
|
||||
msgstr "接続状態%cが向こうです。メモリ障害の可能性があります\n"
|
||||
|
||||
#: fe-connect.c:2246 fe-connect.c:2306
|
||||
#: fe-connect.c:2224 fe-connect.c:2284
|
||||
#, c-format
|
||||
msgid "PGEventProc \"%s\" failed during PGEVT_CONNRESET event\n"
|
||||
msgstr ""
|
||||
msgstr "PGEVT_CONNRESETイベント中にPGEventProc \"%s\"に失敗しました\n"
|
||||
|
||||
#: fe-connect.c:2651
|
||||
#: fe-connect.c:2629
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": scheme must be ldap://\n"
|
||||
msgstr "無効なLDAP URL\"%s\":スキーマはldap://でなければなりません\n"
|
||||
|
||||
#: fe-connect.c:2666
|
||||
#: fe-connect.c:2644
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": missing distinguished name\n"
|
||||
msgstr "無効なLDAP URL \"%s\": 区別名がありません\n"
|
||||
|
||||
#: fe-connect.c:2677 fe-connect.c:2730
|
||||
#: fe-connect.c:2655 fe-connect.c:2708
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have exactly one attribute\n"
|
||||
msgstr "無効なLDAP URL \"%s\": 正確に1つの属性を持たなければなりません\n"
|
||||
|
||||
#: fe-connect.c:2687 fe-connect.c:2744
|
||||
#: fe-connect.c:2665 fe-connect.c:2722
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have search scope (base/one/sub)\n"
|
||||
msgstr ""
|
||||
"無効なLDAP URL \"%s\": 検索スコープ(base/one/sub)を持たなければなりません\n"
|
||||
|
||||
#: fe-connect.c:2698
|
||||
#: fe-connect.c:2676
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": no filter\n"
|
||||
msgstr "無効なLDAP URL \"%s\": フィルタがありません\n"
|
||||
|
||||
#: fe-connect.c:2719
|
||||
#: fe-connect.c:2697
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": invalid port number\n"
|
||||
msgstr "無効なLDAP URL \"%s\": ポート番号が無効です\n"
|
||||
|
||||
#: fe-connect.c:2753
|
||||
#: fe-connect.c:2731
|
||||
msgid "could not create LDAP structure\n"
|
||||
msgstr "LDAP構造体を作成できませんでした: %s\n"
|
||||
|
||||
#: fe-connect.c:2795
|
||||
#: fe-connect.c:2773
|
||||
#, c-format
|
||||
msgid "lookup on LDAP server failed: %s\n"
|
||||
msgstr "LDAPサーバで検索に失敗しました: %s\n"
|
||||
|
||||
#: fe-connect.c:2806
|
||||
#: fe-connect.c:2784
|
||||
msgid "more than one entry found on LDAP lookup\n"
|
||||
msgstr "LDAP検索結果が複数ありました\n"
|
||||
|
||||
#: fe-connect.c:2807 fe-connect.c:2819
|
||||
#: fe-connect.c:2785 fe-connect.c:2797
|
||||
msgid "no entry found on LDAP lookup\n"
|
||||
msgstr "LDAP検索結果が空でした\n"
|
||||
|
||||
#: fe-connect.c:2830 fe-connect.c:2843
|
||||
#: fe-connect.c:2808 fe-connect.c:2821
|
||||
msgid "attribute has no values on LDAP lookup\n"
|
||||
msgstr "LDAP検索で属性に値がありませんでした\n"
|
||||
|
||||
#: fe-connect.c:2894 fe-connect.c:2912 fe-connect.c:3269
|
||||
#: fe-connect.c:2872 fe-connect.c:2890 fe-connect.c:3247
|
||||
#, c-format
|
||||
msgid "missing \"=\" after \"%s\" in connection info string\n"
|
||||
msgstr "接続情報文字列において\"%s\"の後に\"=\"がありませんでした\n"
|
||||
|
||||
#: fe-connect.c:2975 fe-connect.c:3351
|
||||
#: fe-connect.c:2953 fe-connect.c:3329
|
||||
#, c-format
|
||||
msgid "invalid connection option \"%s\"\n"
|
||||
msgstr "接続オプション\"%s\"は無効です\n"
|
||||
|
||||
#: fe-connect.c:2988 fe-connect.c:3318
|
||||
#: fe-connect.c:2966 fe-connect.c:3296
|
||||
msgid "unterminated quoted string in connection info string\n"
|
||||
msgstr "接続情報文字列において閉じていない引用符がありました\n"
|
||||
|
||||
#: fe-connect.c:3031
|
||||
#: fe-connect.c:3009
|
||||
#, c-format
|
||||
msgid "ERROR: service file \"%s\" not found\n"
|
||||
msgstr "ERROR: \"%s\"サービスファイルがありません\n"
|
||||
|
||||
#: fe-connect.c:3044
|
||||
#: fe-connect.c:3022
|
||||
#, c-format
|
||||
msgid "ERROR: line %d too long in service file \"%s\"\n"
|
||||
msgstr "ERROR: サービスファイル\"%2$s\"の行%1$dが長すぎます。\n"
|
||||
|
||||
#: fe-connect.c:3116 fe-connect.c:3143
|
||||
#: fe-connect.c:3094 fe-connect.c:3121
|
||||
#, c-format
|
||||
msgid "ERROR: syntax error in service file \"%s\", line %d\n"
|
||||
msgstr ""
|
||||
"ERROR: サービスファイル\"%s\"の行%dに構文エラーがあります\n"
|
||||
"\"\n"
|
||||
|
||||
#: fe-connect.c:3599
|
||||
#: fe-connect.c:3577
|
||||
msgid "connection pointer is NULL\n"
|
||||
msgstr "接続ポインタはNULLです\n"
|
||||
|
||||
#: fe-connect.c:3882
|
||||
#: fe-connect.c:3860
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" is not a plain file\n"
|
||||
msgstr "WARNING: パスワードファイル\"%s\"がテキストファイルではありません\n"
|
||||
|
||||
#: fe-connect.c:3891
|
||||
#: fe-connect.c:3869
|
||||
#, c-format
|
||||
msgid ""
|
||||
"WARNING: password file \"%s\" has group or world access; permissions should "
|
||||
"be u=rw (0600) or less\n"
|
||||
msgstr ""
|
||||
"警告: パスワードファイル \"%s\" がグループメンバもしくは他のユーザから"
|
||||
"読める状態になっています。この権限はu=rw (0600)以下にすべきです\n"
|
||||
"警告: パスワードファイル \"%s\" がグループメンバもしくは他のユーザから読める"
|
||||
"状態になっています。この権限はu=rw (0600)以下にすべきです\n"
|
||||
|
||||
#: fe-exec.c:826
|
||||
msgid "NOTICE"
|
||||
@@ -345,7 +346,7 @@ msgstr "想定外のasyncStatus: %d\n"
|
||||
#: fe-exec.c:1615
|
||||
#, c-format
|
||||
msgid "PGEventProc \"%s\" failed during PGEVT_RESULTCREATE event\n"
|
||||
msgstr ""
|
||||
msgstr "PGEVT_RESULTCREATEイベント中にPGEventProc \"%s\"に失敗しました\n"
|
||||
|
||||
#: fe-exec.c:1745
|
||||
msgid "COPY terminated by new PQexec"
|
||||
@@ -634,133 +635,148 @@ msgstr "行 %d: "
|
||||
msgid "PQgetline: not doing text COPY OUT\n"
|
||||
msgstr "PQgetline: テキストのCOPY OUTを行っていません\n"
|
||||
|
||||
#: fe-secure.c:223
|
||||
#: fe-secure.c:244
|
||||
#, c-format
|
||||
msgid "could not establish SSL connection: %s\n"
|
||||
msgstr "SSL接続を確立できませんでした: %s\n"
|
||||
|
||||
#: fe-secure.c:299 fe-secure.c:383 fe-secure.c:1097
|
||||
#: fe-secure.c:320 fe-secure.c:404 fe-secure.c:1115
|
||||
#, c-format
|
||||
msgid "SSL SYSCALL error: %s\n"
|
||||
msgstr "SSL SYSCALLエラー: %s\n"
|
||||
|
||||
#: fe-secure.c:305 fe-secure.c:389 fe-secure.c:1101
|
||||
#: fe-secure.c:326 fe-secure.c:410 fe-secure.c:1119
|
||||
msgid "SSL SYSCALL error: EOF detected\n"
|
||||
msgstr "SSL SYSCALLエラー: EOFを検知\n"
|
||||
|
||||
#: fe-secure.c:317 fe-secure.c:400 fe-secure.c:1120
|
||||
#: fe-secure.c:338 fe-secure.c:421 fe-secure.c:1138
|
||||
#, c-format
|
||||
msgid "SSL error: %s\n"
|
||||
msgstr "SSLエラー: %s\n"
|
||||
|
||||
#: fe-secure.c:327 fe-secure.c:410 fe-secure.c:1130
|
||||
#: fe-secure.c:348 fe-secure.c:431 fe-secure.c:1148
|
||||
#, c-format
|
||||
msgid "unrecognized SSL error code: %d\n"
|
||||
msgstr "不明のSSLエラーコード: %d\n"
|
||||
|
||||
#: fe-secure.c:511
|
||||
#: fe-secure.c:532
|
||||
msgid ""
|
||||
"verified SSL connections are only supported when connecting to a host name"
|
||||
msgstr ""
|
||||
msgstr "検証されたSSL接続はホスト名への接続時のみサポートされます"
|
||||
|
||||
#: fe-secure.c:530
|
||||
#: fe-secure.c:551
|
||||
#, c-format
|
||||
msgid "server common name \"%s\" does not match host name \"%s\""
|
||||
msgstr "サーバの正式名(common name)\"%s\"がホスト名と一致しません"
|
||||
msgstr "サーバの正式名(common name)\"%s\"がホスト名\"%s\"と一致しません"
|
||||
|
||||
#: fe-secure.c:572
|
||||
#: fe-secure.c:593
|
||||
msgid "could not get home directory to locate client certificate files"
|
||||
msgstr "クライアント証明書ファイルの場所を特定しようとしましたが、"
|
||||
"ホームディレクトリを取得できませんでした。>"
|
||||
msgstr ""
|
||||
"クライアント証明書ファイルの場所を特定しようとしましたが、ホームディレクトリ"
|
||||
"を取得できませんでした。>"
|
||||
|
||||
#: fe-secure.c:596 fe-secure.c:610
|
||||
#: fe-secure.c:617 fe-secure.c:631
|
||||
#, c-format
|
||||
msgid "could not open certificate file \"%s\": %s\n"
|
||||
msgstr "証明書ファイル\"%s\"をオープンできませんでした: %s\n"
|
||||
|
||||
#: fe-secure.c:621
|
||||
#: fe-secure.c:642
|
||||
#, c-format
|
||||
msgid "could not read certificate file \"%s\": %s\n"
|
||||
msgstr "証明書ファイル\"%s\"を読み込めませんでした: %s\n"
|
||||
|
||||
#: fe-secure.c:660
|
||||
#: fe-secure.c:681
|
||||
#, c-format
|
||||
msgid "could not load SSL engine \"%s\": %s\n"
|
||||
msgstr "SSLエンジン\"%s\"を読み込みできませんでした: %s\n"
|
||||
|
||||
#: fe-secure.c:675
|
||||
#: fe-secure.c:696
|
||||
#, c-format
|
||||
msgid "could not read private SSL key \"%s\" from engine \"%s\": %s\n"
|
||||
msgstr ""
|
||||
"SSL秘密キーファイル\"%s\"をエンジン\"%s\"から読み取れませんでした: %s\n"
|
||||
|
||||
#: fe-secure.c:706
|
||||
#: fe-secure.c:727
|
||||
#, c-format
|
||||
msgid "certificate present, but not private key file \"%s\"\n"
|
||||
msgstr "証明書はありましたが、秘密キーファイル\"%s\"はありませんでした\n"
|
||||
|
||||
#: fe-secure.c:715
|
||||
#: fe-secure.c:736
|
||||
#, c-format
|
||||
msgid ""
|
||||
"private key file \"%s\" has group or world access; permissions should be "
|
||||
"u=rw (0600) or less\n"
|
||||
msgstr ""
|
||||
"警告:秘密キーファイル \"%s\" がグループメンバや第三者から読める状態に"
|
||||
"なっています。この権限はu=rw (0600)またはそれ以下とすべきです\n"
|
||||
"警告:秘密キーファイル \"%s\" がグループメンバや第三者から読める状態になって"
|
||||
"います。この権限はu=rw (0600)またはそれ以下とすべきです\n"
|
||||
|
||||
#: fe-secure.c:725
|
||||
#: fe-secure.c:746
|
||||
#, c-format
|
||||
msgid "could not open private key file \"%s\": %s\n"
|
||||
msgstr "秘密キーファイル\"%s\"をオープンできませんでした: %s\n"
|
||||
|
||||
#: fe-secure.c:736
|
||||
#: fe-secure.c:757
|
||||
#, c-format
|
||||
msgid "private key file \"%s\" changed during execution\n"
|
||||
msgstr "秘密キーファイル\"%s\"が実行中に変更されました\n"
|
||||
|
||||
#: fe-secure.c:747
|
||||
#: fe-secure.c:768
|
||||
#, c-format
|
||||
msgid "could not read private key file \"%s\": %s\n"
|
||||
msgstr "秘密キーファイル\"%s\"を読み取れませんでした: %s\n"
|
||||
|
||||
#: fe-secure.c:765
|
||||
#: fe-secure.c:786
|
||||
#, c-format
|
||||
msgid "certificate does not match private key file \"%s\": %s\n"
|
||||
msgstr "証明書と秘密キーファイル\"%s\"が一致しません: %s\n"
|
||||
|
||||
#: fe-secure.c:896
|
||||
#: fe-secure.c:917
|
||||
#, c-format
|
||||
msgid "could not create SSL context: %s\n"
|
||||
msgstr "SSLコンテキストを作成できませんでした: %s\n"
|
||||
|
||||
#: fe-secure.c:986
|
||||
#: fe-secure.c:1005
|
||||
msgid "could not get home directory to locate root certificate file"
|
||||
msgstr "ルート証明書ファイルの場所を特定しようとしましたが、"
|
||||
"ホームディレクトリを取得できませんでした。"
|
||||
msgstr ""
|
||||
"ルート証明書ファイルの場所を特定しようとしましたが、ホームディレクトリを取得"
|
||||
"できませんでした。"
|
||||
|
||||
#: fe-secure.c:1012
|
||||
#: fe-secure.c:1029
|
||||
#, c-format
|
||||
msgid "could not read root certificate file \"%s\": %s\n"
|
||||
msgstr "ルート証明書\"%s\"を読み取れませんでした: %s\n"
|
||||
|
||||
#: fe-secure.c:1037
|
||||
#: fe-secure.c:1054
|
||||
#, c-format
|
||||
msgid "SSL library does not support CRL certificates (file \"%s\")\n"
|
||||
msgstr "SSLライブラリがCRL証明書(\"%s\")をオープンできませんでした\n"
|
||||
|
||||
#: fe-secure.c:1053
|
||||
msgid "root certificate file \"%s\" does not exist"
|
||||
msgstr "ルート証明書ファイル \"%s\" は存在しません"
|
||||
#: fe-secure.c:1070
|
||||
#, c-format
|
||||
msgid ""
|
||||
"root certificate file \"%s\" does not exist\n"
|
||||
"Either provide the file or change sslmode to disable server certificate "
|
||||
"verification.\n"
|
||||
msgstr ""
|
||||
"ルート証明書ファイル\"%s\"が存在しません。\n"
|
||||
"ファイルを用意するかサーバ証明書の検証を無効にするようにsslmodeを変更してください\n"
|
||||
|
||||
#: fe-secure.c:1149
|
||||
#: fe-secure.c:1167
|
||||
#, c-format
|
||||
msgid "certificate could not be obtained: %s\n"
|
||||
msgstr "証明書を入手できませんでした: %s\n"
|
||||
|
||||
#: fe-secure.c:1223
|
||||
#: fe-secure.c:1241
|
||||
msgid "no SSL error reported"
|
||||
msgstr "SSLエラーはありませんでした"
|
||||
|
||||
#: fe-secure.c:1232
|
||||
#: fe-secure.c:1250
|
||||
#, c-format
|
||||
msgid "SSL error code %lu"
|
||||
msgstr "SSLエラーコード: %lu"
|
||||
|
||||
#~ msgid "invalid sslverify value: \"%s\"\n"
|
||||
#~ msgstr "sslverifyの値が無効です: \"%s\"\n"
|
||||
|
||||
#~ msgid "root certificate file \"%s\" does not exist"
|
||||
#~ msgstr "ルート証明書ファイル \"%s\" は存在しません"
|
||||
|
Reference in New Issue
Block a user