mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Translation updates
Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 4b11a4320dc2d543629ae1b61cc39112cc8f3947
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -9,8 +9,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 9.5\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2016-10-21 01:45+0000\n"
|
||||
"PO-Revision-Date: 2014-05-17 15:23+0100\n"
|
||||
"POT-Creation-Date: 2018-02-04 22:46+0000\n"
|
||||
"PO-Revision-Date: 2018-02-10 17:46+0100\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 1.5.4\n"
|
||||
"X-Generator: Poedit 2.0.3\n"
|
||||
|
||||
#: descriptor.c:64
|
||||
#, c-format
|
||||
@ -30,7 +30,7 @@ msgstr "la variable « %s » doit avoir un type numeric"
|
||||
msgid "descriptor \"%s\" does not exist"
|
||||
msgstr "le descripteur « %s » n'existe pas"
|
||||
|
||||
#: descriptor.c:161 descriptor.c:212
|
||||
#: descriptor.c:161 descriptor.c:213
|
||||
#, c-format
|
||||
msgid "descriptor header item \"%d\" does not exist"
|
||||
msgstr "l'élément d'en-tête du descripteur « %d » n'existe pas"
|
||||
@ -45,12 +45,12 @@ msgstr "nullable vaut toujours 1"
|
||||
msgid "key_member is always 0"
|
||||
msgstr "key_member vaut toujours 0"
|
||||
|
||||
#: descriptor.c:279
|
||||
#: descriptor.c:280
|
||||
#, c-format
|
||||
msgid "descriptor item \"%s\" is not implemented"
|
||||
msgstr "l'élément du descripteur « %s » n'est pas implanté"
|
||||
|
||||
#: descriptor.c:289
|
||||
#: descriptor.c:290
|
||||
#, c-format
|
||||
msgid "descriptor item \"%s\" cannot be set"
|
||||
msgstr "l'élément du descripteur « %s » ne peut pas être initialisé"
|
||||
@ -183,7 +183,7 @@ msgstr ""
|
||||
msgid "%s: could not locate my own executable path\n"
|
||||
msgstr "%s : n'a pas pu localiser mon propre exécutable\n"
|
||||
|
||||
#: ecpg.c:175 ecpg.c:326 ecpg.c:336
|
||||
#: ecpg.c:175 ecpg.c:327 ecpg.c:337
|
||||
#, c-format
|
||||
msgid "%s: could not open file \"%s\": %s\n"
|
||||
msgstr "%s : n'a pas pu ouvrir le fichier « %s » : %s\n"
|
||||
@ -218,116 +218,116 @@ msgstr "fin de la liste de recherche\n"
|
||||
msgid "%s: no input files specified\n"
|
||||
msgstr "%s : aucun fichier précisé en entrée\n"
|
||||
|
||||
#: ecpg.c:459
|
||||
#: ecpg.c:460
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" has been declared but not opened"
|
||||
msgstr "le curseur « %s » est déclaré mais non ouvert"
|
||||
|
||||
#: ecpg.c:472 preproc.y:127
|
||||
#: ecpg.c:473 preproc.y:127
|
||||
#, c-format
|
||||
msgid "could not remove output file \"%s\"\n"
|
||||
msgstr "n'a pas pu supprimer le fichier « %s » en sortie\n"
|
||||
|
||||
#: pgc.l:428
|
||||
#: pgc.l:432
|
||||
#, c-format
|
||||
msgid "unterminated /* comment"
|
||||
msgstr "commentaire /* non terminé"
|
||||
|
||||
#: pgc.l:441
|
||||
#: pgc.l:445
|
||||
#, c-format
|
||||
msgid "invalid bit string literal"
|
||||
msgstr "chaîne bit litéral invalide"
|
||||
|
||||
#: pgc.l:450
|
||||
#: pgc.l:454
|
||||
#, c-format
|
||||
msgid "unterminated bit string literal"
|
||||
msgstr "chaîne bit litéral non terminée"
|
||||
|
||||
#: pgc.l:466
|
||||
#: pgc.l:470
|
||||
#, c-format
|
||||
msgid "unterminated hexadecimal string literal"
|
||||
msgstr "chaîne hexadécimale litéralle non terminée"
|
||||
|
||||
#: pgc.l:544
|
||||
#: pgc.l:548
|
||||
#, c-format
|
||||
msgid "unterminated quoted string"
|
||||
msgstr "chaîne entre guillemets non terminée"
|
||||
|
||||
#: pgc.l:601 pgc.l:614
|
||||
#: pgc.l:606 pgc.l:619
|
||||
#, c-format
|
||||
msgid "zero-length delimited identifier"
|
||||
msgstr "identifiant délimité de taille zéro"
|
||||
|
||||
#: pgc.l:622
|
||||
#: pgc.l:627
|
||||
#, c-format
|
||||
msgid "unterminated quoted identifier"
|
||||
msgstr "identifiant entre guillemet non terminé"
|
||||
|
||||
#: pgc.l:877
|
||||
#: pgc.l:882
|
||||
#, c-format
|
||||
msgid "nested /* ... */ comments"
|
||||
msgstr "commentaires /* ... */ imbriqués"
|
||||
|
||||
#: pgc.l:970
|
||||
#: pgc.l:975
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL UNDEF command"
|
||||
msgstr "identifiant manquant dans la commande EXEC SQL UNDEF"
|
||||
|
||||
#: pgc.l:1016 pgc.l:1030
|
||||
#: pgc.l:1021 pgc.l:1035
|
||||
#, c-format
|
||||
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
msgstr "correspondance manquante « EXEC SQL IFDEF » / « EXEC SQL IFNDEF »"
|
||||
|
||||
#: pgc.l:1019 pgc.l:1032 pgc.l:1208
|
||||
#: pgc.l:1024 pgc.l:1037 pgc.l:1213
|
||||
#, c-format
|
||||
msgid "missing \"EXEC SQL ENDIF;\""
|
||||
msgstr "« EXEC SQL ENDIF; » manquant"
|
||||
|
||||
#: pgc.l:1048 pgc.l:1067
|
||||
#: pgc.l:1053 pgc.l:1072
|
||||
#, c-format
|
||||
msgid "more than one EXEC SQL ELSE"
|
||||
msgstr "plusieurs EXEC SQL ELSE"
|
||||
|
||||
#: pgc.l:1089 pgc.l:1103
|
||||
#: pgc.l:1094 pgc.l:1108
|
||||
#, c-format
|
||||
msgid "unmatched EXEC SQL ENDIF"
|
||||
msgstr "EXEC SQL ENDIF différent"
|
||||
|
||||
#: pgc.l:1123
|
||||
#: pgc.l:1128
|
||||
#, c-format
|
||||
msgid "too many nested EXEC SQL IFDEF conditions"
|
||||
msgstr "trop de conditions EXEC SQL IFDEF imbriquées"
|
||||
|
||||
#: pgc.l:1156
|
||||
#: pgc.l:1161
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL IFDEF command"
|
||||
msgstr "identifiant manquant dans la commande EXEC SQL IFDEF"
|
||||
|
||||
#: pgc.l:1165
|
||||
#: pgc.l:1170
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL DEFINE command"
|
||||
msgstr "identifiant manquant dans la commande EXEC SQL DEFINE"
|
||||
|
||||
#: pgc.l:1198
|
||||
#: pgc.l:1203
|
||||
#, c-format
|
||||
msgid "syntax error in EXEC SQL INCLUDE command"
|
||||
msgstr "erreur de syntaxe dans la commande EXEC SQL INCLUDE"
|
||||
|
||||
#: pgc.l:1247
|
||||
#: pgc.l:1252
|
||||
#, c-format
|
||||
msgid "internal error: unreachable state; please report this to <pgsql-bugs@postgresql.org>"
|
||||
msgstr ""
|
||||
"erreur interne : l'état ne peut être atteint ; merci de rapporter ceci à\n"
|
||||
"<pgsql-bugs@postgresql.org>"
|
||||
|
||||
#: pgc.l:1371
|
||||
#: pgc.l:1377
|
||||
#, 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:1394
|
||||
#: pgc.l:1400
|
||||
#, 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"
|
||||
@ -361,193 +361,192 @@ 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:546 preproc.y:14503
|
||||
#: preproc.y:546 preproc.y:14512
|
||||
#, c-format
|
||||
msgid "type \"%s\" is already defined"
|
||||
msgstr "le type « %s » est déjà défini"
|
||||
|
||||
#: preproc.y:570 preproc.y:15161 preproc.y:15481 variable.c:620
|
||||
#: preproc.y:570 preproc.y:15170 preproc.y:15490 variable.c:620
|
||||
#, 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:1624
|
||||
#: preproc.y:1625
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CLOSE DATABASE statement"
|
||||
msgstr "option AT non autorisée dans une instruction CLOSE DATABASE"
|
||||
|
||||
#: preproc.y:1837
|
||||
#: preproc.y:1838
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CONNECT statement"
|
||||
msgstr "option AT non autorisée dans une instruction CONNECT"
|
||||
|
||||
#: preproc.y:1871
|
||||
#: preproc.y:1872
|
||||
#, c-format
|
||||
msgid "AT option not allowed in DISCONNECT statement"
|
||||
msgstr "option AT non autorisée dans une instruction DISCONNECT"
|
||||
|
||||
#: preproc.y:1926
|
||||
#: preproc.y:1927
|
||||
#, c-format
|
||||
msgid "AT option not allowed in SET CONNECTION statement"
|
||||
msgstr "option AT non autorisée dans une instruction SET CONNECTION"
|
||||
|
||||
#: preproc.y:1948
|
||||
#: preproc.y:1949
|
||||
#, c-format
|
||||
msgid "AT option not allowed in TYPE statement"
|
||||
msgstr "option AT non autorisée dans une instruction TYPE"
|
||||
|
||||
#: preproc.y:1957
|
||||
#: preproc.y:1958
|
||||
#, c-format
|
||||
msgid "AT option not allowed in VAR statement"
|
||||
msgstr "option AT non autorisée dans une instruction VAR"
|
||||
|
||||
#: preproc.y:1964
|
||||
#: preproc.y:1965
|
||||
#, c-format
|
||||
msgid "AT option not allowed in WHENEVER statement"
|
||||
msgstr "option AT non autorisée dans une instruction WHENEVER"
|
||||
|
||||
#: preproc.y:2216 preproc.y:2221 preproc.y:2337 preproc.y:3739 preproc.y:5137
|
||||
#: preproc.y:5146 preproc.y:5430 preproc.y:6862 preproc.y:8044 preproc.y:8049
|
||||
#: preproc.y:10676 preproc.y:11293
|
||||
#: preproc.y:2221 preproc.y:2226 preproc.y:2342 preproc.y:3744 preproc.y:5146 preproc.y:5155
|
||||
#: preproc.y:5439 preproc.y:6871 preproc.y:8053 preproc.y:8058 preproc.y:10685 preproc.y:11302
|
||||
#, c-format
|
||||
msgid "unsupported feature will be passed to server"
|
||||
msgstr "la fonctionnalité non supportée sera passée au serveur"
|
||||
|
||||
#: preproc.y:2595
|
||||
#: preproc.y:2600
|
||||
#, c-format
|
||||
msgid "SHOW ALL is not implemented"
|
||||
msgstr "SHOW ALL n'est pas implanté"
|
||||
|
||||
#: preproc.y:3127
|
||||
#: preproc.y:3132
|
||||
#, c-format
|
||||
msgid "COPY FROM STDIN is not implemented"
|
||||
msgstr "COPY FROM STDIN n'est pas implanté"
|
||||
|
||||
#: preproc.y:8935 preproc.y:14092
|
||||
#: preproc.y:8944 preproc.y:14101
|
||||
#, 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"
|
||||
"n'est pas supportée"
|
||||
|
||||
#: preproc.y:8937 preproc.y:14094
|
||||
#: preproc.y:8946 preproc.y:14103
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" is already defined"
|
||||
msgstr "le curseur « %s » est déjà défini"
|
||||
|
||||
#: preproc.y:9367
|
||||
#: preproc.y:9376
|
||||
#, 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:9675 preproc.y:9682
|
||||
#: preproc.y:9684 preproc.y:9691
|
||||
#, c-format
|
||||
msgid "subquery in FROM must have an alias"
|
||||
msgstr "la sous-requête du FROM doit avoir un alias"
|
||||
|
||||
#: preproc.y:13822
|
||||
#: preproc.y:13831
|
||||
#, c-format
|
||||
msgid "CREATE TABLE AS cannot specify INTO"
|
||||
msgstr "CREATE TABLE AS ne peut pas indiquer INTO"
|
||||
|
||||
#: preproc.y:13858
|
||||
#: preproc.y:13867
|
||||
#, c-format
|
||||
msgid "expected \"@\", found \"%s\""
|
||||
msgstr "« @ » attendu, « %s » trouvé"
|
||||
|
||||
#: preproc.y:13870
|
||||
#: preproc.y:13879
|
||||
#, c-format
|
||||
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:13873
|
||||
#: preproc.y:13882
|
||||
#, c-format
|
||||
msgid "expected \"://\", found \"%s\""
|
||||
msgstr "« :// » attendu, « %s » trouvé"
|
||||
|
||||
#: preproc.y:13878
|
||||
#: preproc.y:13887
|
||||
#, 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 »"
|
||||
|
||||
#: preproc.y:13904
|
||||
#: preproc.y:13913
|
||||
#, c-format
|
||||
msgid "expected \"postgresql\", found \"%s\""
|
||||
msgstr "« postgresql » attendu, « %s » trouvé"
|
||||
|
||||
#: preproc.y:13907
|
||||
#: preproc.y:13916
|
||||
#, c-format
|
||||
msgid "invalid connection type: %s"
|
||||
msgstr "type de connexion invalide : %s"
|
||||
|
||||
#: preproc.y:13916
|
||||
#: preproc.y:13925
|
||||
#, c-format
|
||||
msgid "expected \"@\" or \"://\", found \"%s\""
|
||||
msgstr "« @ » ou « :// » attendu, « %s » trouvé"
|
||||
|
||||
#: preproc.y:13991 preproc.y:14009
|
||||
#: preproc.y:14000 preproc.y:14018
|
||||
#, c-format
|
||||
msgid "invalid data type"
|
||||
msgstr "type de données invalide"
|
||||
|
||||
#: preproc.y:14020 preproc.y:14037
|
||||
#: preproc.y:14029 preproc.y:14046
|
||||
#, c-format
|
||||
msgid "incomplete statement"
|
||||
msgstr "instruction incomplète"
|
||||
|
||||
#: preproc.y:14023 preproc.y:14040
|
||||
#: preproc.y:14032 preproc.y:14049
|
||||
#, c-format
|
||||
msgid "unrecognized token \"%s\""
|
||||
msgstr "jeton « %s » non reconnu"
|
||||
|
||||
#: preproc.y:14314
|
||||
#: preproc.y:14323
|
||||
#, 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:14326
|
||||
#: preproc.y:14335
|
||||
#, c-format
|
||||
msgid "interval specification not allowed here"
|
||||
msgstr "interval de spécification non autorisé ici"
|
||||
|
||||
#: preproc.y:14478 preproc.y:14530
|
||||
#: preproc.y:14487 preproc.y:14539
|
||||
#, 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:14669
|
||||
#: preproc.y:14678
|
||||
#, 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"
|
||||
|
||||
#: preproc.y:14856 preproc.y:14881
|
||||
#: preproc.y:14865 preproc.y:14890
|
||||
#, c-format
|
||||
msgid "using unsupported DESCRIBE statement"
|
||||
msgstr "utilisation de l'instruction DESCRIBE non supporté"
|
||||
|
||||
#: preproc.y:15128
|
||||
#: preproc.y:15137
|
||||
#, c-format
|
||||
msgid "initializer not allowed in EXEC SQL VAR command"
|
||||
msgstr "initialiseur non autorisé dans la commande EXEC SQL VAR"
|
||||
|
||||
#: preproc.y:15439
|
||||
#: preproc.y:15448
|
||||
#, 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:15660
|
||||
#: preproc.y:15669
|
||||
#, 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:15698
|
||||
#: preproc.y:15710
|
||||
#, c-format
|
||||
msgid "%s at or near \"%s\""
|
||||
msgstr "%s sur ou près de « %s »"
|
||||
@ -557,7 +556,7 @@ msgstr "%s sur ou près de « %s »"
|
||||
msgid "out of memory"
|
||||
msgstr "mémoire épuisée"
|
||||
|
||||
#: type.c:212 type.c:664
|
||||
#: type.c:212 type.c:674
|
||||
#, c-format
|
||||
msgid "unrecognized variable type code %d"
|
||||
msgstr "code %d du type de variable non reconnu"
|
||||
@ -606,7 +605,17 @@ msgstr "l'indicateur d'un struct doit être un struct"
|
||||
msgid "indicator for simple data type has to be simple"
|
||||
msgstr "l'indicateur d'un type de données simple doit être simple"
|
||||
|
||||
#: type.c:723
|
||||
#: type.c:615
|
||||
#, c-format
|
||||
msgid "indicator struct \"%s\" has too few members"
|
||||
msgstr "le struct indicateur « %s » a trop peu de membres"
|
||||
|
||||
#: type.c:622
|
||||
#, c-format
|
||||
msgid "indicator struct \"%s\" has too many members"
|
||||
msgstr "le struct indicateur « %s » a trop de membres"
|
||||
|
||||
#: type.c:733
|
||||
#, c-format
|
||||
msgid "unrecognized descriptor item code %d"
|
||||
msgstr "code %d de l'élément du descripteur non reconnu"
|
||||
@ -677,23 +686,23 @@ msgstr "ce type de données ne supporte pas les pointeurs de pointeur"
|
||||
msgid "multidimensional arrays for structures are not supported"
|
||||
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"
|
||||
|
@ -7,7 +7,7 @@ msgstr ""
|
||||
"Project-Id-Version: plpgsql (PostgreSQL current)\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2017-01-30 17:16+0000\n"
|
||||
"PO-Revision-Date: 2016-11-24 11:24+0300\n"
|
||||
"PO-Revision-Date: 2017-10-11 10:10+0300\n"
|
||||
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
|
||||
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
|
||||
"Language: ru\n"
|
||||
@ -491,9 +491,9 @@ msgstr "запрос \"%s\" не вернул данные"
|
||||
#, c-format
|
||||
msgid "query \"%s\" returned %d column"
|
||||
msgid_plural "query \"%s\" returned %d columns"
|
||||
msgstr[0] "запрос \"%s\" вернул %d строку"
|
||||
msgstr[1] "запрос \"%s\" вернул %d строки"
|
||||
msgstr[2] "запрос \"%s\" вернул %d строк"
|
||||
msgstr[0] "запрос \"%s\" вернул %d столбец"
|
||||
msgstr[1] "запрос \"%s\" вернул %d столбца"
|
||||
msgstr[2] "запрос \"%s\" вернул %d столбцов"
|
||||
|
||||
#: pl_exec.c:5115
|
||||
#, c-format
|
||||
|
Reference in New Issue
Block a user