mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 1d66650d203c89e3c69a18be3b4361f5a5393fcf
This commit is contained in:
@ -9,15 +9,15 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 9.6\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2019-05-17 01:08+0000\n"
|
||||
"PO-Revision-Date: 2019-05-17 14:44+0200\n"
|
||||
"POT-Creation-Date: 2019-09-20 12:38+0000\n"
|
||||
"PO-Revision-Date: 2019-09-20 15:13+0200\n"
|
||||
"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
|
||||
"Language-Team: PostgreSQLfr <pgsql-fr-generale@postgresql.org>\n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.2.1\n"
|
||||
"X-Generator: Poedit 2.2.3\n"
|
||||
|
||||
#: connect.c:237
|
||||
msgid "empty message text"
|
||||
@ -27,7 +27,7 @@ msgstr "texte du message vide"
|
||||
msgid "<DEFAULT>"
|
||||
msgstr "<DÉFAUT>"
|
||||
|
||||
#: descriptor.c:888 misc.c:120
|
||||
#: cursor.c:195 descriptor.c:887 misc.c:120
|
||||
msgid "NULL"
|
||||
msgstr "NULL"
|
||||
|
||||
@ -186,8 +186,8 @@ msgstr "n'a pas pu se connecter à la base de données « %s » en ligne %d"
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:207
|
||||
#, c-format
|
||||
msgid "The cursor is invalid on line %d"
|
||||
msgstr "Le curseur est invalide sur la ligne %d"
|
||||
msgid "cursor is invalid on line %d"
|
||||
msgstr "le curseur est invalide sur la ligne %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:214
|
||||
@ -204,6 +204,6 @@ msgstr "la connexion au serveur a été perdue"
|
||||
msgid "SQL error: %s\n"
|
||||
msgstr "erreur SQL : %s\n"
|
||||
|
||||
#: execute.c:2103
|
||||
#: execute.c:2187 execute.c:2194
|
||||
msgid "<empty>"
|
||||
msgstr "<vide>"
|
||||
|
@ -6,9 +6,9 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ecpg-cs (PostgreSQL 9.3)\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2018-07-13 19:38+0000\n"
|
||||
"PO-Revision-Date: 2018-07-13 23:43+0200\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2019-09-27 08:08+0000\n"
|
||||
"PO-Revision-Date: 2019-09-27 16:21+0200\n"
|
||||
"Last-Translator: Tomas Vondra <tv@fuzzy.cz>\n"
|
||||
"Language-Team: Czech <info@cspug.cx>\n"
|
||||
"Language: cs\n"
|
||||
@ -16,7 +16,7 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
"X-Generator: Poedit 2.0.7\n"
|
||||
"X-Generator: Poedit 2.2.3\n"
|
||||
|
||||
#: descriptor.c:64
|
||||
#, c-format
|
||||
@ -108,11 +108,8 @@ msgstr " -D SYMBOL definuje SYMBOL\n"
|
||||
|
||||
#: ecpg.c:49
|
||||
#, c-format
|
||||
msgid ""
|
||||
" -h parse a header file, this option includes option \"-c\"\n"
|
||||
msgstr ""
|
||||
" -h naparsuje hlavičkový soubor, tato volba zahrnuje volbu \"-c"
|
||||
"\"\n"
|
||||
msgid " -h parse a header file, this option includes option \"-c\"\n"
|
||||
msgstr " -h naparsuje hlavičkový soubor, tato volba zahrnuje volbu \"-c\"\n"
|
||||
|
||||
#: ecpg.c:50
|
||||
#, c-format
|
||||
@ -174,7 +171,7 @@ msgstr ""
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Report bugs to <pgsql-bugs@postgresql.org>.\n"
|
||||
"Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Chyby hlaste na adresu <pgsql-bugs@postgresql.org>.\n"
|
||||
@ -224,112 +221,112 @@ msgstr "%s: nebyl zadán žádný vstupní soubor\n"
|
||||
msgid "cursor \"%s\" has been declared but not opened"
|
||||
msgstr "kurzor \"%s\" byl deklarován ale nebyl otevřen"
|
||||
|
||||
#: ecpg.c:478 preproc.y:127
|
||||
#: ecpg.c:478 preproc.y:128
|
||||
#, c-format
|
||||
msgid "could not remove output file \"%s\"\n"
|
||||
msgstr "nelze odstranit výstupní soubor \"%s\"\n"
|
||||
|
||||
#: pgc.l:435
|
||||
#: pgc.l:472
|
||||
#, c-format
|
||||
msgid "unterminated /* comment"
|
||||
msgstr "neukončený /* komentář"
|
||||
|
||||
#: pgc.l:448
|
||||
#: pgc.l:490
|
||||
#, c-format
|
||||
msgid "invalid bit string literal"
|
||||
msgstr "neplatný bit string literál"
|
||||
|
||||
#: pgc.l:457
|
||||
#: pgc.l:502
|
||||
#, c-format
|
||||
msgid "unterminated bit string literal"
|
||||
msgstr "neukončený literál - bitový řetězec"
|
||||
|
||||
#: pgc.l:473
|
||||
#: pgc.l:518
|
||||
#, c-format
|
||||
msgid "unterminated hexadecimal string literal"
|
||||
msgstr "neukončený literál - hexadecimální řetězec"
|
||||
|
||||
#: pgc.l:551
|
||||
#: pgc.l:614 pgc.l:718
|
||||
#, c-format
|
||||
msgid "unterminated quoted string"
|
||||
msgstr "neukončený řetězec v uvozovkách"
|
||||
|
||||
#: pgc.l:609 pgc.l:622
|
||||
#: pgc.l:665
|
||||
#, c-format
|
||||
msgid "unterminated dollar-quoted string"
|
||||
msgstr "neukončený dollar-quoted řetězec"
|
||||
|
||||
#: pgc.l:684 pgc.l:697
|
||||
#, c-format
|
||||
msgid "zero-length delimited identifier"
|
||||
msgstr "ohraničený (delimited) identifikátor s nulovou délkou"
|
||||
|
||||
#: pgc.l:630
|
||||
#: pgc.l:709
|
||||
#, c-format
|
||||
msgid "unterminated quoted identifier"
|
||||
msgstr "neukončený identifikátor v uvozovkách"
|
||||
|
||||
#: pgc.l:880
|
||||
#: pgc.l:1040
|
||||
#, c-format
|
||||
msgid "nested /* ... */ comments"
|
||||
msgstr "vnořené /* ... */ komentáře"
|
||||
|
||||
#: pgc.l:973
|
||||
#: pgc.l:1133
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL UNDEF command"
|
||||
msgstr "chybějící identifikátor v příkazu EXEC SQL UNDEF"
|
||||
|
||||
#: pgc.l:1019 pgc.l:1033
|
||||
#: pgc.l:1179 pgc.l:1193
|
||||
#, c-format
|
||||
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
msgstr "chybějící odpovídající \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
|
||||
#: pgc.l:1022 pgc.l:1035 pgc.l:1211
|
||||
#: pgc.l:1182 pgc.l:1195 pgc.l:1373
|
||||
#, c-format
|
||||
msgid "missing \"EXEC SQL ENDIF;\""
|
||||
msgstr "chybějící \"EXEC SQL ENDIF;\""
|
||||
|
||||
#: pgc.l:1051 pgc.l:1070
|
||||
#: pgc.l:1211 pgc.l:1230
|
||||
#, c-format
|
||||
msgid "more than one EXEC SQL ELSE"
|
||||
msgstr "více než jedna větev EXEC SQL ELSE"
|
||||
|
||||
#: pgc.l:1092 pgc.l:1106
|
||||
#: pgc.l:1252 pgc.l:1266
|
||||
#, c-format
|
||||
msgid "unmatched EXEC SQL ENDIF"
|
||||
msgstr "neodpovídající EXEC SQL ENDIF"
|
||||
|
||||
#: pgc.l:1126
|
||||
#: pgc.l:1286
|
||||
#, c-format
|
||||
msgid "too many nested EXEC SQL IFDEF conditions"
|
||||
msgstr "příliš mnoho zanořených EXEC SQL IFDEF podmínek"
|
||||
|
||||
#: pgc.l:1159
|
||||
#: pgc.l:1321
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL IFDEF command"
|
||||
msgstr "chybějící identifikátor v příkazu EXEC SQL IFDEF"
|
||||
|
||||
#: pgc.l:1168
|
||||
#: pgc.l:1330
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL DEFINE command"
|
||||
msgstr "chybějící identifikátor v příkazu EXEC SQL DEFINE"
|
||||
|
||||
#: pgc.l:1201
|
||||
#: pgc.l:1363
|
||||
#, c-format
|
||||
msgid "syntax error in EXEC SQL INCLUDE command"
|
||||
msgstr "syntaktická chyba v příkazu EXEC SQL INCLUDE"
|
||||
|
||||
#: pgc.l:1250
|
||||
#: pgc.l:1413
|
||||
#, c-format
|
||||
msgid ""
|
||||
"internal error: unreachable state; please report this to <pgsql-"
|
||||
"bugs@postgresql.org>"
|
||||
msgstr ""
|
||||
"interní chyba: nedosažitelný stav; oznamte toto prosím na <pgsql-"
|
||||
"bugs@postgresql.org>"
|
||||
msgid "internal error: unreachable state; please report this to <pgsql-bugs@lists.postgresql.org>"
|
||||
msgstr "interní chyba: nedosažitelný stav; oznamte toto prosím na <pgsql-bugs@postgresql.org>"
|
||||
|
||||
#: pgc.l:1379
|
||||
#: pgc.l:1564
|
||||
#, c-format
|
||||
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
|
||||
msgstr ""
|
||||
"Chyba: include path \"%s/%s\" na řádku %d je příliš dlouhá, přeskakuji\n"
|
||||
msgstr "Chyba: include path \"%s/%s\" na řádku %d je příliš dlouhá, přeskakuji\n"
|
||||
|
||||
#: pgc.l:1402
|
||||
#: pgc.l:1587
|
||||
#, c-format
|
||||
msgid "could not open include file \"%s\" on line %d"
|
||||
msgstr "nelze otevřít soubor \"%s\" na řádku %d"
|
||||
@ -338,214 +335,210 @@ msgstr "nelze otevřít soubor \"%s\" na řádku %d"
|
||||
msgid "syntax error"
|
||||
msgstr "syntaktická chyba"
|
||||
|
||||
#: preproc.y:81
|
||||
#: preproc.y:82
|
||||
#, c-format
|
||||
msgid "WARNING: "
|
||||
msgstr "VAROVÁNÍ: "
|
||||
|
||||
#: preproc.y:84
|
||||
#: preproc.y:85
|
||||
#, c-format
|
||||
msgid "ERROR: "
|
||||
msgstr "CHYBA: "
|
||||
|
||||
#: preproc.y:508
|
||||
#: preproc.y:509
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" does not exist"
|
||||
msgstr "kurzor \"%s\" neexistuje"
|
||||
|
||||
#: preproc.y:537
|
||||
#: preproc.y:538
|
||||
#, c-format
|
||||
msgid "initializer not allowed in type definition"
|
||||
msgstr "inicializátor (initializer) není v definici typu povolen"
|
||||
|
||||
#: preproc.y:539
|
||||
#: preproc.y:540
|
||||
#, c-format
|
||||
msgid "type name \"string\" is reserved in Informix mode"
|
||||
msgstr "název typu \"string\" je vyhrazen pro mód Informix"
|
||||
|
||||
#: preproc.y:546 preproc.y:15731
|
||||
#: preproc.y:547 preproc.y:15792
|
||||
#, c-format
|
||||
msgid "type \"%s\" is already defined"
|
||||
msgstr "typ \"%s\" je již definován"
|
||||
|
||||
#: preproc.y:570 preproc.y:16389 preproc.y:16714 variable.c:620
|
||||
#: preproc.y:572 preproc.y:16463 preproc.y:16788 variable.c:621
|
||||
#, c-format
|
||||
msgid "multidimensional arrays for simple data types are not supported"
|
||||
msgstr "vícerozměrná pole pro jednoduché datové typy nejsou podporována"
|
||||
|
||||
#: preproc.y:1693
|
||||
#: preproc.y:1696
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CLOSE DATABASE statement"
|
||||
msgstr "AT volba není v příkazu CLOSE DATABASE povolena"
|
||||
|
||||
#: preproc.y:1902
|
||||
#: preproc.y:1944
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CONNECT statement"
|
||||
msgstr "AT volba není v příkazu CONNECT povolena"
|
||||
|
||||
#: preproc.y:1936
|
||||
#: preproc.y:1978
|
||||
#, c-format
|
||||
msgid "AT option not allowed in DISCONNECT statement"
|
||||
msgstr "AT volba není v příkazu DISCONNECT povolena"
|
||||
|
||||
#: preproc.y:1991
|
||||
#: preproc.y:2033
|
||||
#, c-format
|
||||
msgid "AT option not allowed in SET CONNECTION statement"
|
||||
msgstr "AT volba není v příkazu SET CONNECTION povolena"
|
||||
|
||||
#: preproc.y:2013
|
||||
#: preproc.y:2055
|
||||
#, c-format
|
||||
msgid "AT option not allowed in TYPE statement"
|
||||
msgstr "AT volba není v příkazu TYPE povolena"
|
||||
|
||||
#: preproc.y:2022
|
||||
#: preproc.y:2064
|
||||
#, c-format
|
||||
msgid "AT option not allowed in VAR statement"
|
||||
msgstr "AT volba není v příkazu VAR povolena"
|
||||
|
||||
#: preproc.y:2029
|
||||
#: preproc.y:2071
|
||||
#, c-format
|
||||
msgid "AT option not allowed in WHENEVER statement"
|
||||
msgstr "AT volba není v příkazu WHENEVER povolena"
|
||||
|
||||
#: preproc.y:2106 preproc.y:2278 preproc.y:2283 preproc.y:2399 preproc.y:4044
|
||||
#: preproc.y:5602 preproc.y:5611 preproc.y:5911 preproc.y:7510 preproc.y:9003
|
||||
#: preproc.y:9008 preproc.y:11799
|
||||
#: preproc.y:2148 preproc.y:2320 preproc.y:2325 preproc.y:2448 preproc.y:4018
|
||||
#: preproc.y:5607 preproc.y:5907 preproc.y:7513 preproc.y:9025 preproc.y:9030
|
||||
#: preproc.y:11829
|
||||
#, c-format
|
||||
msgid "unsupported feature will be passed to server"
|
||||
msgstr "nepodporovaná vlastnost bude předána serveru"
|
||||
|
||||
#: preproc.y:2657
|
||||
#: preproc.y:2706
|
||||
#, c-format
|
||||
msgid "SHOW ALL is not implemented"
|
||||
msgstr "příkaz SHOW ALL není implementován"
|
||||
|
||||
#: preproc.y:3385
|
||||
#: preproc.y:3366
|
||||
#, c-format
|
||||
msgid "COPY FROM STDIN is not implemented"
|
||||
msgstr "příkaz COPY FROM STDIN není implementován"
|
||||
|
||||
#: preproc.y:9956 preproc.y:15320
|
||||
#: preproc.y:9976 preproc.y:15377
|
||||
#, c-format
|
||||
msgid "using variable \"%s\" in different declare statements is not supported"
|
||||
msgstr "použití proměnné \"%s\" v dalších deklaracích není podporováno"
|
||||
|
||||
#: preproc.y:9958 preproc.y:15322
|
||||
#: preproc.y:9978 preproc.y:15379
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" is already defined"
|
||||
msgstr "kurzor \"%s\" je již definován"
|
||||
|
||||
#: preproc.y:10388
|
||||
#: preproc.y:10418
|
||||
#, c-format
|
||||
msgid "no longer supported LIMIT #,# syntax passed to server"
|
||||
msgstr "již neopdporovaná syntaxe LIMIT #,# předána serveru"
|
||||
|
||||
#: preproc.y:10713 preproc.y:10720
|
||||
#: preproc.y:10743 preproc.y:10750
|
||||
#, c-format
|
||||
msgid "subquery in FROM must have an alias"
|
||||
msgstr "poddotaz ve FROM musí mít alias"
|
||||
|
||||
#: preproc.y:15050
|
||||
#: preproc.y:15100 preproc.y:15107
|
||||
#, c-format
|
||||
msgid "CREATE TABLE AS cannot specify INTO"
|
||||
msgstr "CREATE TABLE AS nemůže specifikovat INTO"
|
||||
|
||||
#: preproc.y:15086
|
||||
#: preproc.y:15143
|
||||
#, c-format
|
||||
msgid "expected \"@\", found \"%s\""
|
||||
msgstr "očekáváno \"@\", nalezeno \"%s\""
|
||||
|
||||
#: preproc.y:15098
|
||||
#: preproc.y:15155
|
||||
#, c-format
|
||||
msgid ""
|
||||
"only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are "
|
||||
"supported"
|
||||
msgstr ""
|
||||
"podporovány jsou pouze protokoly \"tcp\" a \"unix\" a typ databáze "
|
||||
"\"postgresql\""
|
||||
msgid "only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are supported"
|
||||
msgstr "podporovány jsou pouze protokoly \"tcp\" a \"unix\" a typ databáze \"postgresql\""
|
||||
|
||||
#: preproc.y:15101
|
||||
#: preproc.y:15158
|
||||
#, c-format
|
||||
msgid "expected \"://\", found \"%s\""
|
||||
msgstr "očekáváno \"://\", nalezeno \"%s\""
|
||||
|
||||
#: preproc.y:15106
|
||||
#: preproc.y:15163
|
||||
#, c-format
|
||||
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
|
||||
msgstr "Unixové sockety fungují pouze na \"localhost\" ale ne na \"%s\""
|
||||
|
||||
#: preproc.y:15132
|
||||
#: preproc.y:15189
|
||||
#, c-format
|
||||
msgid "expected \"postgresql\", found \"%s\""
|
||||
msgstr "očekáváno \"postgresql\", nalezeno \"%s\""
|
||||
|
||||
#: preproc.y:15135
|
||||
#: preproc.y:15192
|
||||
#, c-format
|
||||
msgid "invalid connection type: %s"
|
||||
msgstr "chybný typ spojení: %s"
|
||||
|
||||
#: preproc.y:15144
|
||||
#: preproc.y:15201
|
||||
#, c-format
|
||||
msgid "expected \"@\" or \"://\", found \"%s\""
|
||||
msgstr "očekáváno \"@\" nebo \"://\", nalezeno \"%s\""
|
||||
|
||||
#: preproc.y:15219 preproc.y:15237
|
||||
#: preproc.y:15276 preproc.y:15294
|
||||
#, c-format
|
||||
msgid "invalid data type"
|
||||
msgstr "chybný datový typ"
|
||||
|
||||
#: preproc.y:15248 preproc.y:15265
|
||||
#: preproc.y:15305 preproc.y:15322
|
||||
#, c-format
|
||||
msgid "incomplete statement"
|
||||
msgstr "neúplný příkaz"
|
||||
|
||||
#: preproc.y:15251 preproc.y:15268
|
||||
#: preproc.y:15308 preproc.y:15325
|
||||
#, c-format
|
||||
msgid "unrecognized token \"%s\""
|
||||
msgstr "nerozpoznaný token \"%s\""
|
||||
|
||||
#: preproc.y:15542
|
||||
#: preproc.y:15595
|
||||
#, c-format
|
||||
msgid "only data types numeric and decimal have precision/scale argument"
|
||||
msgstr "pouze datové typy numeric a decimal mají argumenty přesnost/velikost"
|
||||
|
||||
#: preproc.y:15554
|
||||
#: preproc.y:15607
|
||||
#, c-format
|
||||
msgid "interval specification not allowed here"
|
||||
msgstr "specifikace intervalu zde není povolena"
|
||||
|
||||
#: preproc.y:15706 preproc.y:15758
|
||||
#: preproc.y:15767 preproc.y:15819
|
||||
#, c-format
|
||||
msgid "too many levels in nested structure/union definition"
|
||||
msgstr "příliš mnoho úrovní v definici vnořené struktury/union"
|
||||
|
||||
#: preproc.y:15897
|
||||
#: preproc.y:15970
|
||||
#, c-format
|
||||
msgid "pointers to varchar are not implemented"
|
||||
msgstr "ukazatele na varchar nejsou implementovány"
|
||||
|
||||
#: preproc.y:16084 preproc.y:16109
|
||||
#: preproc.y:16157 preproc.y:16182
|
||||
#, c-format
|
||||
msgid "using unsupported DESCRIBE statement"
|
||||
msgstr "použití nepodporovaného příkazu DESCRIBE"
|
||||
|
||||
#: preproc.y:16356
|
||||
#: preproc.y:16429
|
||||
#, c-format
|
||||
msgid "initializer not allowed in EXEC SQL VAR command"
|
||||
msgstr "inicializátor není v příkazu EXEC SQL VAR podporován"
|
||||
|
||||
#: preproc.y:16672
|
||||
#: preproc.y:16746
|
||||
#, c-format
|
||||
msgid "arrays of indicators are not allowed on input"
|
||||
msgstr "pole identifikátorů nejsou na vstupu povolena"
|
||||
|
||||
#: preproc.y:16893
|
||||
#: preproc.y:16967
|
||||
#, c-format
|
||||
msgid "operator not allowed in variable definition"
|
||||
msgstr "operátor není povolen v definici proměnné"
|
||||
|
||||
#. translator: %s is typically the translation of "syntax error"
|
||||
#: preproc.y:16934
|
||||
#: preproc.y:17008
|
||||
#, c-format
|
||||
msgid "%s at or near \"%s\""
|
||||
msgstr "%s na nebo blízko \"%s\""
|
||||
@ -555,64 +548,62 @@ msgstr "%s na nebo blízko \"%s\""
|
||||
msgid "out of memory"
|
||||
msgstr "paměť vyčerpána"
|
||||
|
||||
#: type.c:212 type.c:676
|
||||
#: type.c:214 type.c:685
|
||||
#, c-format
|
||||
msgid "unrecognized variable type code %d"
|
||||
msgstr "nerozpoznaný kód typu proměnné %d"
|
||||
|
||||
#: type.c:261
|
||||
#: type.c:263
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is hidden by a local variable of a different type"
|
||||
msgstr "proměnná \"%s\" je překryta lokální proměnnou s jiným datovým typem"
|
||||
|
||||
#: type.c:263
|
||||
#: type.c:265
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is hidden by a local variable"
|
||||
msgstr "proměnná \"%s\" je překryta lokální proměnnou"
|
||||
|
||||
#: type.c:275
|
||||
#, c-format
|
||||
msgid ""
|
||||
"indicator variable \"%s\" is hidden by a local variable of a different type"
|
||||
msgstr ""
|
||||
"indicator variable \"%s\" je překryta lokální proměnnou s jiným datovým typem"
|
||||
|
||||
#: type.c:277
|
||||
#, c-format
|
||||
msgid "indicator variable \"%s\" is hidden by a local variable of a different type"
|
||||
msgstr "indicator variable \"%s\" je překryta lokální proměnnou s jiným datovým typem"
|
||||
|
||||
#: type.c:279
|
||||
#, c-format
|
||||
msgid "indicator variable \"%s\" is hidden by a local variable"
|
||||
msgstr "indicator variable \"%s\" je překryta lokální proměnnou"
|
||||
|
||||
#: type.c:285
|
||||
#: type.c:287
|
||||
#, c-format
|
||||
msgid "indicator for array/pointer has to be array/pointer"
|
||||
msgstr "indicator variable pro pole/ukaztel musí být pole/ukazatel"
|
||||
|
||||
#: type.c:289
|
||||
#: type.c:291
|
||||
#, c-format
|
||||
msgid "nested arrays are not supported (except strings)"
|
||||
msgstr "vnořená pole nejsou podporována (kromě řetězců)"
|
||||
|
||||
#: type.c:331
|
||||
#: type.c:333
|
||||
#, c-format
|
||||
msgid "indicator for struct has to be a struct"
|
||||
msgstr "indikátor pro strukturu musí být struktura"
|
||||
|
||||
#: type.c:351 type.c:372 type.c:392
|
||||
#: type.c:353 type.c:374 type.c:394
|
||||
#, c-format
|
||||
msgid "indicator for simple data type has to be simple"
|
||||
msgstr "indikátor pro jednoduché datové typy musí být jednoduchý"
|
||||
|
||||
#: type.c:616
|
||||
#: type.c:625
|
||||
#, c-format
|
||||
msgid "indicator struct \"%s\" has too few members"
|
||||
msgstr "indikátor pro strukturu \"%s\" má příliš málo položek"
|
||||
|
||||
#: type.c:624
|
||||
#: type.c:633
|
||||
#, c-format
|
||||
msgid "indicator struct \"%s\" has too many members"
|
||||
msgstr "indikátor pro strukturu \"%s\" má příliš mnoho položek"
|
||||
|
||||
#: type.c:735
|
||||
#: type.c:744
|
||||
#, c-format
|
||||
msgid "unrecognized descriptor item code %d"
|
||||
msgstr "nerozpoznaný kód deskriptoru položky %d"
|
||||
@ -664,19 +655,11 @@ msgstr "vícerozměrná pole nejsou podporována"
|
||||
|
||||
#: variable.c:534
|
||||
#, c-format
|
||||
msgid ""
|
||||
"multilevel pointers (more than 2 levels) are not supported; found %d level"
|
||||
msgid_plural ""
|
||||
"multilevel pointers (more than 2 levels) are not supported; found %d levels"
|
||||
msgstr[0] ""
|
||||
"víceúrovňové ukazatele (více než 2 úrovně) nejsou podporovány; nalezena %d "
|
||||
"úroveň"
|
||||
msgstr[1] ""
|
||||
"víceúrovňové ukazatele (více než 2 úrovně) nejsou podporovány; nalezeny %d "
|
||||
"úrovně"
|
||||
msgstr[2] ""
|
||||
"víceúrovňové ukazatele (více než 2 úrovně) nejsou podporovány; nalezeny %d "
|
||||
"úrovně"
|
||||
msgid "multilevel pointers (more than 2 levels) are not supported; found %d level"
|
||||
msgid_plural "multilevel pointers (more than 2 levels) are not supported; found %d levels"
|
||||
msgstr[0] "víceúrovňové ukazatele (více než 2 úrovně) nejsou podporovány; nalezena %d úroveň"
|
||||
msgstr[1] "víceúrovňové ukazatele (více než 2 úrovně) nejsou podporovány; nalezeny %d úrovně"
|
||||
msgstr[2] "víceúrovňové ukazatele (více než 2 úrovně) nejsou podporovány; nalezeny %d úrovně"
|
||||
|
||||
#: variable.c:539
|
||||
#, c-format
|
||||
@ -688,8 +671,8 @@ msgstr "ukazatel na ukazatel není pro tento datový typ podporován"
|
||||
msgid "multidimensional arrays for structures are not supported"
|
||||
msgstr "vícerozměrná pole pro struktury nejsou podporována"
|
||||
|
||||
#~ msgid "COPY TO STDIN is not possible"
|
||||
#~ msgstr "příkaz COPY TO STDIN nelze použít"
|
||||
|
||||
#~ msgid "COPY FROM STDOUT is not possible"
|
||||
#~ msgstr "příkaz COPY FROM STDOUT nelze použít"
|
||||
|
||||
#~ msgid "COPY TO STDIN is not possible"
|
||||
#~ msgstr "příkaz COPY TO STDIN nelze použít"
|
||||
|
@ -9,8 +9,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 9.6\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2019-05-17 01:08+0000\n"
|
||||
"PO-Revision-Date: 2019-05-17 14:44+0200\n"
|
||||
"POT-Creation-Date: 2019-09-20 12:38+0000\n"
|
||||
"PO-Revision-Date: 2019-09-20 15:12+0200\n"
|
||||
"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
|
||||
"Language-Team: PostgreSQLfr <pgsql-fr-generale@postgresql.org>\n"
|
||||
"Language: fr\n"
|
||||
@ -18,7 +18,7 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"X-Generator: Poedit 2.2.1\n"
|
||||
"X-Generator: Poedit 2.2.3\n"
|
||||
|
||||
#: descriptor.c:64
|
||||
#, c-format
|
||||
@ -86,8 +86,7 @@ msgid ""
|
||||
" -c automatically generate C code from embedded SQL code;\n"
|
||||
" this affects EXEC SQL TYPE\n"
|
||||
msgstr ""
|
||||
" -c produit automatiquement le code C à partir du code SQL "
|
||||
"embarqué ;\n"
|
||||
" -c produit automatiquement le code C à partir du code SQL embarqué ;\n"
|
||||
" ceci affecte EXEC SQL TYPE\n"
|
||||
|
||||
#: ecpg.c:44
|
||||
@ -111,11 +110,8 @@ msgstr " -D SYMBOLE définit SYMBOLE\n"
|
||||
|
||||
#: ecpg.c:50
|
||||
#, c-format
|
||||
msgid ""
|
||||
" -h parse a header file, this option includes option \"-c\"\n"
|
||||
msgstr ""
|
||||
" -h analyse un fichier d'en-tête, cette option inclut l'option "
|
||||
"« -c »\n"
|
||||
msgid " -h parse a header file, this option includes option \"-c\"\n"
|
||||
msgstr " -h analyse un fichier d'en-tête, cette option inclut l'option « -c »\n"
|
||||
|
||||
#: ecpg.c:51
|
||||
#, c-format
|
||||
@ -138,8 +134,7 @@ msgid ""
|
||||
" -r OPTION specify run-time behavior; OPTION can be:\n"
|
||||
" \"no_indicator\", \"prepare\", \"questionmarks\"\n"
|
||||
msgstr ""
|
||||
" -r OPTION indique le comportement à l'exécution ; OPTION peut "
|
||||
"valoir :\n"
|
||||
" -r OPTION indique le comportement à l'exécution ; OPTION peut valoir :\n"
|
||||
" « no_indicator », « prepare », « questionmarks »\n"
|
||||
|
||||
#: ecpg.c:56
|
||||
@ -288,7 +283,7 @@ msgstr "identifiant manquant dans la commande EXEC SQL UNDEF"
|
||||
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
msgstr "correspondance manquante « EXEC SQL IFDEF » / « EXEC SQL IFNDEF »"
|
||||
|
||||
#: pgc.l:1182 pgc.l:1195 pgc.l:1371
|
||||
#: pgc.l:1182 pgc.l:1195 pgc.l:1373
|
||||
#, c-format
|
||||
msgid "missing \"EXEC SQL ENDIF;\""
|
||||
msgstr "« EXEC SQL ENDIF; » manquant"
|
||||
@ -308,38 +303,36 @@ msgstr "EXEC SQL ENDIF différent"
|
||||
msgid "too many nested EXEC SQL IFDEF conditions"
|
||||
msgstr "trop de conditions EXEC SQL IFDEF imbriquées"
|
||||
|
||||
#: pgc.l:1319
|
||||
#: pgc.l:1321
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL IFDEF command"
|
||||
msgstr "identifiant manquant dans la commande EXEC SQL IFDEF"
|
||||
|
||||
#: pgc.l:1328
|
||||
#: pgc.l:1330
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL DEFINE command"
|
||||
msgstr "identifiant manquant dans la commande EXEC SQL DEFINE"
|
||||
|
||||
#: pgc.l:1361
|
||||
#: pgc.l:1363
|
||||
#, c-format
|
||||
msgid "syntax error in EXEC SQL INCLUDE command"
|
||||
msgstr "erreur de syntaxe dans la commande EXEC SQL INCLUDE"
|
||||
|
||||
#: pgc.l:1411
|
||||
#: pgc.l:1413
|
||||
#, c-format
|
||||
msgid ""
|
||||
"internal error: unreachable state; please report this to <pgsql-bugs@lists."
|
||||
"postgresql.org>"
|
||||
msgid "internal error: unreachable state; please report this to <pgsql-bugs@lists.postgresql.org>"
|
||||
msgstr ""
|
||||
"erreur interne : l'état ne peut être atteint ; merci de rapporter ceci à\n"
|
||||
"<pgsql-bugs@lists.postgresql.org>"
|
||||
|
||||
#: pgc.l:1562
|
||||
#: pgc.l:1564
|
||||
#, c-format
|
||||
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
|
||||
msgstr ""
|
||||
"Erreur : le chemin d'en-tête « %s/%s » est trop long sur la ligne %d,\n"
|
||||
"ignoré\n"
|
||||
|
||||
#: pgc.l:1585
|
||||
#: pgc.l:1587
|
||||
#, c-format
|
||||
msgid "could not open include file \"%s\" on line %d"
|
||||
msgstr "n'a pas pu ouvrir le fichier d'en-tête « %s » sur la ligne %d"
|
||||
@ -373,204 +366,197 @@ msgstr "initialiseur non autorisé dans la définition du type"
|
||||
msgid "type name \"string\" is reserved in Informix mode"
|
||||
msgstr "le nom du type « string » est réservé dans le mode Informix"
|
||||
|
||||
#: preproc.y:548 preproc.y:15828
|
||||
#: preproc.y:548 preproc.y:15877
|
||||
#, c-format
|
||||
msgid "type \"%s\" is already defined"
|
||||
msgstr "le type « %s » est déjà défini"
|
||||
|
||||
#: preproc.y:573 preproc.y:16499 preproc.y:16824 variable.c:621
|
||||
#: preproc.y:573 preproc.y:16548 preproc.y:16873 variable.c:621
|
||||
#, c-format
|
||||
msgid "multidimensional arrays for simple data types are not supported"
|
||||
msgstr ""
|
||||
"les tableaux multi-dimensionnels pour les types de données simples ne sont\n"
|
||||
"pas supportés"
|
||||
|
||||
#: preproc.y:1896
|
||||
#: preproc.y:1938
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CONNECT statement"
|
||||
msgstr "option AT non autorisée dans une instruction CONNECT"
|
||||
|
||||
#: preproc.y:1934
|
||||
#: preproc.y:1976
|
||||
#, c-format
|
||||
msgid "AT option not allowed in DISCONNECT statement"
|
||||
msgstr "option AT non autorisée dans une instruction DISCONNECT"
|
||||
|
||||
#: preproc.y:1996
|
||||
#: preproc.y:2038
|
||||
#, c-format
|
||||
msgid "AT option not allowed in SET CONNECTION statement"
|
||||
msgstr "option AT non autorisée dans une instruction SET CONNECTION"
|
||||
|
||||
#: preproc.y:2018
|
||||
#: preproc.y:2060
|
||||
#, c-format
|
||||
msgid "AT option not allowed in TYPE statement"
|
||||
msgstr "option AT non autorisée dans une instruction TYPE"
|
||||
|
||||
#: preproc.y:2027
|
||||
#: preproc.y:2069
|
||||
#, c-format
|
||||
msgid "AT option not allowed in VAR statement"
|
||||
msgstr "option AT non autorisée dans une instruction VAR"
|
||||
|
||||
#: preproc.y:2034
|
||||
#: preproc.y:2076
|
||||
#, c-format
|
||||
msgid "AT option not allowed in WHENEVER statement"
|
||||
msgstr "option AT non autorisée dans une instruction WHENEVER"
|
||||
|
||||
#: preproc.y:2111 preproc.y:2283 preproc.y:2288 preproc.y:2411 preproc.y:4004
|
||||
#: preproc.y:5593 preproc.y:5893 preproc.y:7521 preproc.y:9033 preproc.y:9038
|
||||
#: preproc.y:11831
|
||||
#: preproc.y:2153 preproc.y:2325 preproc.y:2330 preproc.y:2453 preproc.y:4046 preproc.y:5635
|
||||
#: preproc.y:5935 preproc.y:7563 preproc.y:9075 preproc.y:9080 preproc.y:11880
|
||||
#, c-format
|
||||
msgid "unsupported feature will be passed to server"
|
||||
msgstr "la fonctionnalité non supportée sera passée au serveur"
|
||||
|
||||
#: preproc.y:2669
|
||||
#: preproc.y:2711
|
||||
#, c-format
|
||||
msgid "SHOW ALL is not implemented"
|
||||
msgstr "SHOW ALL n'est pas implanté"
|
||||
|
||||
#: preproc.y:3327
|
||||
#: preproc.y:3369
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CLOSE DATABASE statement"
|
||||
msgstr "option AT non autorisée dans une instruction CLOSE DATABASE"
|
||||
|
||||
#: preproc.y:3352
|
||||
#: preproc.y:3394
|
||||
#, c-format
|
||||
msgid "COPY FROM STDIN is not implemented"
|
||||
msgstr "COPY FROM STDIN n'est pas implanté"
|
||||
|
||||
#: preproc.y:9977 preproc.y:15411
|
||||
#: preproc.y:10026 preproc.y:15460
|
||||
#, c-format
|
||||
msgid "using variable \"%s\" in different declare statements is not supported"
|
||||
msgstr ""
|
||||
"l'utilisation de la variable « %s » dans différentes instructions de "
|
||||
"déclaration\n"
|
||||
"l'utilisation de la variable « %s » dans différentes instructions de déclaration\n"
|
||||
"n'est pas supportée"
|
||||
|
||||
#: preproc.y:9979 preproc.y:15413
|
||||
#: preproc.y:10028 preproc.y:15462
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" is already defined"
|
||||
msgstr "le curseur « %s » est déjà défini"
|
||||
|
||||
#: preproc.y:10420
|
||||
#: preproc.y:10469
|
||||
#, c-format
|
||||
msgid "no longer supported LIMIT #,# syntax passed to server"
|
||||
msgstr "la syntaxe obsolète LIMIT #,# a été passée au serveur"
|
||||
|
||||
#: preproc.y:10745 preproc.y:10752
|
||||
#: preproc.y:10794 preproc.y:10801
|
||||
#, c-format
|
||||
msgid "subquery in FROM must have an alias"
|
||||
msgstr "la sous-requête du FROM doit avoir un alias"
|
||||
|
||||
#: preproc.y:15102 preproc.y:15109
|
||||
#: preproc.y:15151 preproc.y:15158
|
||||
#, c-format
|
||||
msgid "CREATE TABLE AS cannot specify INTO"
|
||||
msgstr "CREATE TABLE AS ne peut pas indiquer INTO"
|
||||
|
||||
#: preproc.y:15145
|
||||
#: preproc.y:15194
|
||||
#, c-format
|
||||
msgid "expected \"@\", found \"%s\""
|
||||
msgstr "« @ » attendu, « %s » trouvé"
|
||||
|
||||
#: preproc.y:15157
|
||||
#: preproc.y:15206
|
||||
#, c-format
|
||||
msgid ""
|
||||
"only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are "
|
||||
"supported"
|
||||
msgid "only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are supported"
|
||||
msgstr ""
|
||||
"seuls les protocoles « tcp » et « unix » et les types de base de données\n"
|
||||
"« postgresql » sont supportés"
|
||||
|
||||
#: preproc.y:15160
|
||||
#: preproc.y:15209
|
||||
#, c-format
|
||||
msgid "expected \"://\", found \"%s\""
|
||||
msgstr "« :// » attendu, « %s » trouvé"
|
||||
|
||||
#: preproc.y:15165
|
||||
#: preproc.y:15214
|
||||
#, c-format
|
||||
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
|
||||
msgstr ""
|
||||
"les sockets de domaine Unix fonctionnent seulement sur « localhost », mais "
|
||||
"pas sur « %s »"
|
||||
msgstr "les sockets de domaine Unix fonctionnent seulement sur « localhost », mais pas sur « %s »"
|
||||
|
||||
#: preproc.y:15191
|
||||
#: preproc.y:15240
|
||||
#, c-format
|
||||
msgid "expected \"postgresql\", found \"%s\""
|
||||
msgstr "« postgresql » attendu, « %s » trouvé"
|
||||
|
||||
#: preproc.y:15194
|
||||
#: preproc.y:15243
|
||||
#, c-format
|
||||
msgid "invalid connection type: %s"
|
||||
msgstr "type de connexion invalide : %s"
|
||||
|
||||
#: preproc.y:15203
|
||||
#: preproc.y:15252
|
||||
#, c-format
|
||||
msgid "expected \"@\" or \"://\", found \"%s\""
|
||||
msgstr "« @ » ou « :// » attendu, « %s » trouvé"
|
||||
|
||||
#: preproc.y:15278 preproc.y:15296
|
||||
#: preproc.y:15327 preproc.y:15345
|
||||
#, c-format
|
||||
msgid "invalid data type"
|
||||
msgstr "type de données invalide"
|
||||
|
||||
#: preproc.y:15307 preproc.y:15324
|
||||
#: preproc.y:15356 preproc.y:15373
|
||||
#, c-format
|
||||
msgid "incomplete statement"
|
||||
msgstr "instruction incomplète"
|
||||
|
||||
#: preproc.y:15310 preproc.y:15327
|
||||
#: preproc.y:15359 preproc.y:15376
|
||||
#, c-format
|
||||
msgid "unrecognized token \"%s\""
|
||||
msgstr "jeton « %s » non reconnu"
|
||||
|
||||
#: preproc.y:15373
|
||||
#: preproc.y:15422
|
||||
#, c-format
|
||||
msgid "declared name %s is already defined"
|
||||
msgstr "le nom déclaré %s est déjà défini"
|
||||
msgid "declared name \"%s\" is already defined"
|
||||
msgstr "le nom déclaré « %s » est déjà défini"
|
||||
|
||||
#: preproc.y:15631
|
||||
#: preproc.y:15680
|
||||
#, c-format
|
||||
msgid "only data types numeric and decimal have precision/scale argument"
|
||||
msgstr ""
|
||||
"seuls les types de données numeric et decimal ont des arguments de\n"
|
||||
"précision et d'échelle"
|
||||
|
||||
#: preproc.y:15643
|
||||
#: preproc.y:15692
|
||||
#, c-format
|
||||
msgid "interval specification not allowed here"
|
||||
msgstr "interval de spécification non autorisé ici"
|
||||
|
||||
#: preproc.y:15803 preproc.y:15855
|
||||
#: preproc.y:15852 preproc.y:15904
|
||||
#, c-format
|
||||
msgid "too many levels in nested structure/union definition"
|
||||
msgstr "trop de niveaux dans la définition de structure/union imbriquée"
|
||||
|
||||
#: preproc.y:16006
|
||||
#: preproc.y:16055
|
||||
#, c-format
|
||||
msgid "pointers to varchar are not implemented"
|
||||
msgstr ""
|
||||
"les pointeurs sur des chaînes de caractères (varchar) ne sont pas implantés"
|
||||
msgstr "les pointeurs sur des chaînes de caractères (varchar) ne sont pas implantés"
|
||||
|
||||
#: preproc.y:16193 preproc.y:16218
|
||||
#: preproc.y:16242 preproc.y:16267
|
||||
#, c-format
|
||||
msgid "using unsupported DESCRIBE statement"
|
||||
msgstr "utilisation de l'instruction DESCRIBE non supporté"
|
||||
|
||||
#: preproc.y:16465
|
||||
#: preproc.y:16514
|
||||
#, c-format
|
||||
msgid "initializer not allowed in EXEC SQL VAR command"
|
||||
msgstr "initialiseur non autorisé dans la commande EXEC SQL VAR"
|
||||
|
||||
#: preproc.y:16782
|
||||
#: preproc.y:16831
|
||||
#, c-format
|
||||
msgid "arrays of indicators are not allowed on input"
|
||||
msgstr "les tableaux d'indicateurs ne sont pas autorisés en entrée"
|
||||
|
||||
#: preproc.y:17003
|
||||
#: preproc.y:17052
|
||||
#, c-format
|
||||
msgid "operator not allowed in variable definition"
|
||||
msgstr "opérateur non autorisé dans la définition de la variable"
|
||||
|
||||
#. translator: %s is typically the translation of "syntax error"
|
||||
#: preproc.y:17044
|
||||
#: preproc.y:17093
|
||||
#, c-format
|
||||
msgid "%s at or near \"%s\""
|
||||
msgstr "%s sur ou près de « %s »"
|
||||
@ -588,8 +574,7 @@ msgstr "code %d du type de variable non reconnu"
|
||||
#: type.c:263
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is hidden by a local variable of a different type"
|
||||
msgstr ""
|
||||
"la variable « %s » est cachée par une variable locale d'un type différent"
|
||||
msgstr "la variable « %s » est cachée par une variable locale d'un type différent"
|
||||
|
||||
#: type.c:265
|
||||
#, c-format
|
||||
@ -598,8 +583,7 @@ msgstr "la variable « %s » est cachée par une variable locale"
|
||||
|
||||
#: type.c:277
|
||||
#, c-format
|
||||
msgid ""
|
||||
"indicator variable \"%s\" is hidden by a local variable of a different type"
|
||||
msgid "indicator variable \"%s\" is hidden by a local variable of a different type"
|
||||
msgstr ""
|
||||
"la variable indicateur « %s » est caché par une variable locale d'un type\n"
|
||||
"différent"
|
||||
@ -659,8 +643,7 @@ msgstr "la variable « %s » n'est pas un pointeur"
|
||||
#: variable.c:142 variable.c:167
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is not a pointer to a structure or a union"
|
||||
msgstr ""
|
||||
"la variable « %s » n'est pas un pointeur vers une structure ou une union"
|
||||
msgstr "la variable « %s » n'est pas un pointeur vers une structure ou une union"
|
||||
|
||||
#: variable.c:154
|
||||
#, c-format
|
||||
@ -694,10 +677,8 @@ msgstr "les tableaux multidimensionnels ne sont pas supportés"
|
||||
|
||||
#: variable.c:534
|
||||
#, c-format
|
||||
msgid ""
|
||||
"multilevel pointers (more than 2 levels) are not supported; found %d level"
|
||||
msgid_plural ""
|
||||
"multilevel pointers (more than 2 levels) are not supported; found %d levels"
|
||||
msgid "multilevel pointers (more than 2 levels) are not supported; found %d level"
|
||||
msgid_plural "multilevel pointers (more than 2 levels) are not supported; found %d levels"
|
||||
msgstr[0] ""
|
||||
"les pointeurs multi-niveaux (plus de deux) ne sont pas supportés :\n"
|
||||
"%d niveau trouvé"
|
||||
@ -713,26 +694,25 @@ msgstr "ce type de données ne supporte pas les pointeurs de pointeur"
|
||||
#: variable.c:559
|
||||
#, c-format
|
||||
msgid "multidimensional arrays for structures are not supported"
|
||||
msgstr ""
|
||||
"les tableaux multidimensionnels ne sont pas supportés pour les structures"
|
||||
msgstr "les tableaux multidimensionnels ne sont pas supportés pour les structures"
|
||||
|
||||
#~ msgid "COPY TO STDIN is not possible"
|
||||
#~ msgstr "COPY TO STDIN n'est pas possible"
|
||||
|
||||
#~ msgid "COPY FROM STDOUT is not possible"
|
||||
#~ msgstr "COPY FROM STDOUT n'est pas possible"
|
||||
|
||||
#~ msgid "NEW used in query that is not in a rule"
|
||||
#~ msgstr "NEW utilisé dans une requête qui n'est pas dans une règle"
|
||||
|
||||
#~ msgid "OLD used in query that is not in a rule"
|
||||
#~ msgstr "OLD utilisé dans une requête qui n'est pas dans une règle"
|
||||
|
||||
#~ msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE"
|
||||
#~ msgstr "une contrainte déclarée INITIALLY DEFERRED doit être DEFERRABLE"
|
||||
#~ msgid " --version output version information, then exit\n"
|
||||
#~ msgstr " --version affiche la version et quitte\n"
|
||||
|
||||
#~ msgid "AT option not allowed in DEALLOCATE statement"
|
||||
#~ msgstr "option AT non autorisée dans une instruction DEALLOCATE"
|
||||
|
||||
#~ msgid " --version output version information, then exit\n"
|
||||
#~ msgstr " --version affiche la version et quitte\n"
|
||||
#~ msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE"
|
||||
#~ msgstr "une contrainte déclarée INITIALLY DEFERRED doit être DEFERRABLE"
|
||||
|
||||
#~ msgid "OLD used in query that is not in a rule"
|
||||
#~ msgstr "OLD utilisé dans une requête qui n'est pas dans une règle"
|
||||
|
||||
#~ msgid "NEW used in query that is not in a rule"
|
||||
#~ msgstr "NEW utilisé dans une requête qui n'est pas dans une règle"
|
||||
|
||||
#~ msgid "COPY FROM STDOUT is not possible"
|
||||
#~ msgstr "COPY FROM STDOUT n'est pas possible"
|
||||
|
||||
#~ msgid "COPY TO STDIN is not possible"
|
||||
#~ msgstr "COPY TO STDIN n'est pas possible"
|
||||
|
@ -1,6 +1,6 @@
|
||||
# src/interfaces/libpq/nls.mk
|
||||
CATALOG_NAME = libpq
|
||||
AVAIL_LANGUAGES = cs de es fr he it ja ko pl pt_BR ru sv tr uk zh_CN zh_TW
|
||||
AVAIL_LANGUAGES = cs de es fr he it ja ko ru sv tr uk zh_CN
|
||||
GETTEXT_FILES = fe-auth.c fe-auth-scram.c fe-connect.c fe-exec.c fe-gssapi-common.c fe-lobj.c fe-misc.c fe-protocol2.c fe-protocol3.c fe-secure.c fe-secure-common.c fe-secure-gssapi.c fe-secure-openssl.c win32.c
|
||||
GETTEXT_TRIGGERS = libpq_gettext pqInternalNotice:2
|
||||
GETTEXT_FLAGS = libpq_gettext:1:pass-c-format pqInternalNotice:2:c-format
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 10\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2019-09-06 22:09+0000\n"
|
||||
"PO-Revision-Date: 2019-09-07 15:49+0200\n"
|
||||
"POT-Creation-Date: 2019-09-23 20:39+0000\n"
|
||||
"PO-Revision-Date: 2019-09-24 22:21+0200\n"
|
||||
"Last-Translator: Dennis Björklund <db@zigo.dhs.org>\n"
|
||||
"Language-Team: Swedish <sv@li.org>\n"
|
||||
"Language: sv\n"
|
||||
@ -1018,32 +1018,40 @@ msgstr "kan inte hämta ut serverns värdnamn från servercertifikatet\n"
|
||||
msgid "GSSAPI wrap error"
|
||||
msgstr "GSSAPI-fel vid inpackning"
|
||||
|
||||
#: fe-secure-gssapi.c:166 fe-secure-gssapi.c:290 fe-secure-gssapi.c:332
|
||||
msgid "GSSAPI did not provide confidentiality\n"
|
||||
msgstr "GSSAPI erbjuder inte sekretess\n"
|
||||
#: fe-secure-gssapi.c:166
|
||||
msgid "outgoing GSSAPI message would not use confidentiality\n"
|
||||
msgstr "utgående GSSAPI-meddelande skulle inte använda sekretess\n"
|
||||
|
||||
#: fe-secure-gssapi.c:173
|
||||
#, c-format
|
||||
msgid "client tried to send oversize GSSAPI packet: %zu bytes\n"
|
||||
msgstr "klienten försöke skicka för stort GSSAPI-paket: %zu byte\n"
|
||||
msgid "client tried to send oversize GSSAPI packet (%zu > %zu)\n"
|
||||
msgstr "klienten försöke skicka för stort GSSAPI-paket (%zu > %zu)\n"
|
||||
|
||||
#: fe-secure-gssapi.c:324
|
||||
#: fe-secure-gssapi.c:291 fe-secure-gssapi.c:497
|
||||
#, c-format
|
||||
msgid "oversize GSSAPI packet sent by the server (%zu > %zu)\n"
|
||||
msgstr "för stort GSSAPI-paket skickat av servern (%zu > %zu)\n"
|
||||
|
||||
#: fe-secure-gssapi.c:327
|
||||
msgid "GSSAPI unwrap error"
|
||||
msgstr "GSSAPI-fel vid uppackning"
|
||||
|
||||
#: fe-secure-gssapi.c:494
|
||||
#, c-format
|
||||
msgid "oversize GSSAPI packet sent by the server: %zu bytes\n"
|
||||
msgstr "för stort GSSAPI-paket skickat av servern: %zu byte\n"
|
||||
#: fe-secure-gssapi.c:335
|
||||
msgid "incoming GSSAPI message did not use confidentiality\n"
|
||||
msgstr "inkommande GSSAPI-meddelande använde inte sekretess\n"
|
||||
|
||||
#: fe-secure-gssapi.c:539 fe-secure-gssapi.c:573
|
||||
msgid "GSSAPI context establishment error"
|
||||
msgstr "GSSAPI-fel vid skapande av kontext"
|
||||
#: fe-secure-gssapi.c:543
|
||||
msgid "could not initiate GSSAPI security context"
|
||||
msgstr "kunde inte initiera GSSAPI-säkerhetskontext"
|
||||
|
||||
#: fe-secure-gssapi.c:564
|
||||
#: fe-secure-gssapi.c:568
|
||||
msgid "GSSAPI size check error"
|
||||
msgstr "GSSAPI-fel vid kontroll av storlek"
|
||||
|
||||
#: fe-secure-gssapi.c:577
|
||||
msgid "GSSAPI context establishment error"
|
||||
msgstr "GSSAPI-fel vid skapande av kontext"
|
||||
|
||||
#: fe-secure-openssl.c:211 fe-secure-openssl.c:319 fe-secure-openssl.c:1219
|
||||
#, c-format
|
||||
msgid "SSL SYSCALL error: %s\n"
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user