1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Translation updates

Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: 475f2bcc7c56f293db4e62d31f85b3bfc0f9f279
This commit is contained in:
Peter Eisentraut
2016-10-24 12:00:00 -04:00
parent 41d14fccd2
commit 117add5fd8
34 changed files with 7213 additions and 7426 deletions

View File

@@ -1,181 +1,202 @@
# Russian message translation file for ecpglib
# Copyright (C) 2012 PostgreSQL Global Development Group
# Copyright (C) 2012-2016 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
# Alexander Lakhin <exclusion@gmail.com>, 2012.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2016.
#
# ChangeLog:
# - February 14, 2012: Complete translation for 9.1, Alexander Lakhin <exclusion@gmail.com>.
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.2\n"
"Project-Id-Version: ecpglib (PostgreSQL 9)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2012-07-11 03:40+0000\n"
"PO-Revision-Date: 2012-02-14 21:39+0400\n"
"POT-Creation-Date: 2016-09-20 18:23+0000\n"
"PO-Revision-Date: 2016-09-20 12:00+0300\n"
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
"Language-Team: Russian <pgtranslation-translators@pgfoundry.org>\n"
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Russian\n"
"X-Poedit-Country: RUSSIAN FEDERATION\n"
"X-Generator: Lokalize 1.4\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: connect.c:231
#: connect.c:237
msgid "empty message text"
msgstr "пустое сообщение"
#: connect.c:384 connect.c:413 connect.c:618
#: connect.c:401 connect.c:430 connect.c:638
msgid "<DEFAULT>"
msgstr "<ПО_УМОЛЧАНИЮ>"
#: descriptor.c:807 misc.c:113
#: descriptor.c:833 misc.c:120
msgid "NULL"
msgstr "NULL"
#: error.c:29
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:33
#, c-format
msgid "no data found on line %d"
msgstr "нет данных (строка %d)"
#: error.c:39
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:40
#, c-format
msgid "out of memory on line %d"
msgstr "нехватка памяти (строка %d)"
#: error.c:49
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:47
#, c-format
msgid "unsupported type \"%s\" on line %d"
msgstr "неподдерживаемый тип \"%s\" в строке %d"
#: error.c:59
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:54
#, c-format
msgid "too many arguments on line %d"
msgstr "слишком много аргументов в строке %d"
#: error.c:69
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:61
#, c-format
msgid "too few arguments on line %d"
msgstr "недостаточно аргументов в строке %d"
#: error.c:79
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:68
#, c-format
msgid "invalid input syntax for type int: \"%s\", on line %d"
msgstr "неверный синтаксис для целого числа: \"%s\" (строка %d)"
#: error.c:89
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:75
#, c-format
msgid "invalid input syntax for type unsigned int: \"%s\", on line %d"
msgstr "неверный синтаксис для беззнакового целого: \"%s\" (строка %d)"
#: error.c:99
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:82
#, c-format
msgid "invalid input syntax for floating-point type: \"%s\", on line %d"
msgstr "неверный синтаксис для числа с плавающей точкой: \"%s\" (строка %d)"
#: error.c:110
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:90
#, c-format
msgid "invalid syntax for type boolean: \"%s\", on line %d"
msgstr "неверный синтаксис для логического значения: \"%s\" (строка %d)"
#: error.c:118
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:95
#, c-format
msgid "could not convert boolean value: size mismatch, on line %d"
msgstr ""
"не удалось преобразовать логическое значение: несовпадение размера (строка "
"%d)"
#: error.c:128
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:102
#, c-format
msgid "empty query on line %d"
msgstr "пустой запрос в строке %d"
#: error.c:138
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:109
#, c-format
msgid "null value without indicator on line %d"
msgstr "значение NULL без индикатора в строке %d"
#: error.c:148
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:116
#, c-format
msgid "variable does not have an array type on line %d"
msgstr "переменная должна иметь тип массива (строка %d)"
#: error.c:158
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:123
#, c-format
msgid "data read from server is not an array on line %d"
msgstr "полученные с сервера данные - не массив (%d)"
#: error.c:168
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:130
#, c-format
msgid "inserting an array of variables is not supported on line %d"
msgstr "добавление массива переменных не поддерживается (строка %d)"
#: error.c:178
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:137
#, c-format
msgid "connection \"%s\" does not exist on line %d"
msgstr "подключение \"%s\" не существует (строка %d)"
#: error.c:188
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:144
#, c-format
msgid "not connected to connection \"%s\" on line %d"
msgstr "подключение \"%s\" не установлено (строка %d)"
#: error.c:198
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:151
#, c-format
msgid "invalid statement name \"%s\" on line %d"
msgstr "неверный оператор \"%s\" в строке %d"
#: error.c:208
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:158
#, c-format
msgid "descriptor \"%s\" not found on line %d"
msgstr "дескриптор \"%s\" не найден (строка %d)"
#: error.c:218
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:165
#, c-format
msgid "descriptor index out of range on line %d"
msgstr "индекс дескриптора вне диапазона (строка %d)"
#: error.c:228
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:172
#, c-format
msgid "unrecognized descriptor item \"%s\" on line %d"
msgstr "нераспознанный элемент дескриптора \"%s\" (строка %d)"
#: error.c:238
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:179
#, c-format
msgid "variable does not have a numeric type on line %d"
msgstr "переменная должна быть числовой (строка %d)"
#: error.c:248
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:186
#, c-format
msgid "variable does not have a character type on line %d"
msgstr "переменная должна быть символьной (строка %d)"
#: error.c:258
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:193
#, c-format
msgid "error in transaction processing on line %d"
msgstr "ошибка при обработке транзакции в строке %d"
#: error.c:268
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:200
#, c-format
msgid "could not connect to database \"%s\" on line %d"
msgstr "ошибка подключения к базе данных \"%s\" (строка %d)"
#: error.c:278
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:207
#, c-format
msgid "SQL error %d on line %d"
msgstr "SQL-ошибка %d в строке %d"
#: error.c:318
#: error.c:254
msgid "the connection to the server was lost"
msgstr "подключение к серверу потеряно"
#: error.c:405
#: error.c:347
#, c-format
msgid "SQL error: %s\n"
msgstr "ошибка SQL: %s\n"
#: execute.c:1921
#: execute.c:1956
msgid "<empty>"
msgstr "<>"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2014-07-20 02:37+0000\n"
"POT-Creation-Date: 2016-10-21 01:53+0000\n"
"PO-Revision-Date: 2014-07-20 21:08-0400\n"
"Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
"Language-Team: German <peter_e@gmx.net>\n"
@@ -29,27 +29,27 @@ msgstr "Variable »%s« muss einen numerischen Typ haben"
msgid "descriptor \"%s\" does not exist"
msgstr "Deskriptor »%s« existiert nicht"
#: descriptor.c:161 descriptor.c:210
#: descriptor.c:161 descriptor.c:212
#, c-format
msgid "descriptor header item \"%d\" does not exist"
msgstr "Deskriptorkopfelement »%d« existiert nicht"
#: descriptor.c:182
#: descriptor.c:183
#, c-format
msgid "nullable is always 1"
msgstr "nullable ist immer 1"
#: descriptor.c:185
#: descriptor.c:186
#, c-format
msgid "key_member is always 0"
msgstr "key_member ist immer 0"
#: descriptor.c:277
#: descriptor.c:279
#, c-format
msgid "descriptor item \"%s\" is not implemented"
msgstr "Deskriptorelement »%s« ist nicht implementiert"
#: descriptor.c:287
#: descriptor.c:289
#, c-format
msgid "descriptor item \"%s\" cannot be set"
msgstr "Deskriptorelement »%s« kann nicht gesetzt werden"
@@ -148,8 +148,8 @@ msgstr " -t Autocommit von Transaktionen anschalten\n"
#: ecpg.c:57
#, c-format
msgid " --version output version information, then exit\n"
msgstr " --version Versionsinformationen anzeigen, dann beenden\n"
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version Versionsinformationen anzeigen, dann beenden\n"
#: ecpg.c:58
#, c-format
@@ -176,52 +176,52 @@ msgstr ""
"\n"
"Berichten Sie Fehler an <pgsql-bugs@postgresql.org>.\n"
#: ecpg.c:143
#: ecpg.c:139
#, c-format
msgid "%s: could not locate my own executable path\n"
msgstr "%s: konnte Pfad des eigenen Programs nicht finden\n"
#: ecpg.c:186 ecpg.c:337 ecpg.c:347
#: ecpg.c:175 ecpg.c:326 ecpg.c:336
#, c-format
msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s: konnte Datei »%s« nicht öffnen: %s\n"
#: ecpg.c:225 ecpg.c:238 ecpg.c:254 ecpg.c:279
#: ecpg.c:214 ecpg.c:227 ecpg.c:243 ecpg.c:268
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Versuchen Sie »%s --help« für weitere Informationen.\n"
#: ecpg.c:249
#: ecpg.c:238
#, c-format
msgid "%s: parser debug support (-d) not available\n"
msgstr "%s: Unterstützung für Parserdebugging (-d) nicht verfügbar\n"
#: ecpg.c:267
#: ecpg.c:256
#, c-format
msgid "%s, the PostgreSQL embedded C preprocessor, version %d.%d.%d\n"
msgstr "%s, der PostgreSQL-Embedded-C-Präprozessor, Version %d.%d.%d\n"
#: ecpg.c:269
#: ecpg.c:258
#, c-format
msgid "EXEC SQL INCLUDE ... search starts here:\n"
msgstr "EXEC SQL INCLUDE ... Suche beginnt hier:\n"
#: ecpg.c:272
#: ecpg.c:261
#, c-format
msgid "end of search list\n"
msgstr "Ende der Suchliste\n"
#: ecpg.c:278
#: ecpg.c:267
#, c-format
msgid "%s: no input files specified\n"
msgstr "%s: keine Eingabedateien angegeben\n"
#: ecpg.c:470
#: ecpg.c:459
#, c-format
msgid "cursor \"%s\" has been declared but not opened"
msgstr "Cursor »%s« wurde deklariert aber nicht geöffnet"
#: ecpg.c:483 preproc.y:125
#: ecpg.c:472 preproc.y:125
#, c-format
msgid "could not remove output file \"%s\"\n"
msgstr "konnte Ausgabedatei »%s« nicht entfernen\n"
@@ -251,77 +251,77 @@ msgstr "hexadezimale Zeichenkette nicht abgeschlossen"
msgid "unterminated quoted string"
msgstr "Zeichenkette in Anführungszeichen nicht abgeschlossen"
#: pgc.l:592 pgc.l:605
#: pgc.l:594 pgc.l:607
#, c-format
msgid "zero-length delimited identifier"
msgstr "Bezeichner in Anführungszeichen hat Länge null"
#: pgc.l:613
#: pgc.l:615
#, c-format
msgid "unterminated quoted identifier"
msgstr "Bezeichner in Anführungszeichen nicht abgeschlossen"
#: pgc.l:867
#: pgc.l:869
#, c-format
msgid "nested /* ... */ comments"
msgstr "geschachtelte /* ... */-Kommentare"
#: pgc.l:960
#: pgc.l:962
#, c-format
msgid "missing identifier in EXEC SQL UNDEF command"
msgstr "fehlender Bezeichner im Befehl EXEC SQL UNDEF"
#: pgc.l:1006 pgc.l:1020
#: pgc.l:1008 pgc.l:1022
#, c-format
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
msgstr "passendes »EXEC SQL IFDEF« / »EXEC SQL IFNDEF« fehlt"
#: pgc.l:1009 pgc.l:1022 pgc.l:1198
#: pgc.l:1011 pgc.l:1024 pgc.l:1200
#, c-format
msgid "missing \"EXEC SQL ENDIF;\""
msgstr "»EXEC SQL ENDIF;« fehlt"
#: pgc.l:1038 pgc.l:1057
#: pgc.l:1040 pgc.l:1059
#, c-format
msgid "more than one EXEC SQL ELSE"
msgstr "mehr als ein EXEC SQL ENDIF"
#: pgc.l:1079 pgc.l:1093
#: pgc.l:1081 pgc.l:1095
#, c-format
msgid "unmatched EXEC SQL ENDIF"
msgstr "unzusammenhängendes EXEC SQL ENDIF"
#: pgc.l:1113
#: pgc.l:1115
#, c-format
msgid "too many nested EXEC SQL IFDEF conditions"
msgstr "zu viele verschachtelte EXEC SQL IFDEF-Bedingungen"
#: pgc.l:1146
#: pgc.l:1148
#, c-format
msgid "missing identifier in EXEC SQL IFDEF command"
msgstr "fehlender Bezeichner im Befehl EXEC SQL IFDEF"
#: pgc.l:1155
#: pgc.l:1157
#, c-format
msgid "missing identifier in EXEC SQL DEFINE command"
msgstr "fehlender Bezeichner im Befehl EXEC SQL DEFINE"
#: pgc.l:1188
#: pgc.l:1190
#, c-format
msgid "syntax error in EXEC SQL INCLUDE command"
msgstr "Syntaxfehler im Befehl EXEC SQL INCLUDE"
#: pgc.l:1237
#: pgc.l:1239
#, c-format
msgid "internal error: unreachable state; please report this to <pgsql-bugs@postgresql.org>"
msgstr "interner Fehler: unerreichbarer Zustand; bitte an <pgsql-bugs@postgresql.org> berichten"
#: pgc.l:1362
#: pgc.l:1363
#, c-format
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
msgstr "Fehler: Include-Pfad »%s/%s« ist zu lang auf Zeile %d, wird übersprungen\n"
#: pgc.l:1385
#: pgc.l:1386
#, c-format
msgid "could not open include file \"%s\" on line %d"
msgstr "konnte Include-Datei »%s« nicht öffnen auf Zeile %d"
@@ -355,185 +355,185 @@ msgstr "Initialisierungswert nicht erlaubt in Typdefinition"
msgid "type name \"string\" is reserved in Informix mode"
msgstr "Typname »string« ist im Informix-Modus reserviert"
#: preproc.y:544 preproc.y:13853
#: preproc.y:544 preproc.y:13867
#, c-format
msgid "type \"%s\" is already defined"
msgstr "Typ »%s« ist bereits definiert"
#: preproc.y:568 preproc.y:14511 preproc.y:14832 variable.c:618
#: preproc.y:568 preproc.y:14525 preproc.y:14846 variable.c:620
#, c-format
msgid "multidimensional arrays for simple data types are not supported"
msgstr "mehrdimensionale Arrays für einfache Datentypen werden nicht unterstützt"
#: preproc.y:1577
#: preproc.y:1579
#, c-format
msgid "AT option not allowed in CLOSE DATABASE statement"
msgstr "AT-Option ist nicht erlaubt im Befehl CLOSE DATABASE"
#: preproc.y:1780
#: preproc.y:1782
#, c-format
msgid "AT option not allowed in CONNECT statement"
msgstr "AT-Option ist nicht erlaubt im Befehl CONNECT"
#: preproc.y:1814
#: preproc.y:1816
#, c-format
msgid "AT option not allowed in DISCONNECT statement"
msgstr "AT-Option ist nicht erlaubt im Befehl DISCONNECT"
#: preproc.y:1869
#: preproc.y:1871
#, c-format
msgid "AT option not allowed in SET CONNECTION statement"
msgstr "AT-Option ist nicht erlaubt im Befehl SET CONNECTION"
#: preproc.y:1891
#: preproc.y:1893
#, c-format
msgid "AT option not allowed in TYPE statement"
msgstr "AT-Option ist nicht erlaubt im TYPE-Befehl"
#: preproc.y:1900
#: preproc.y:1902
#, c-format
msgid "AT option not allowed in VAR statement"
msgstr "AT-Option ist nicht erlaubt im VAR-Befehl"
#: preproc.y:1907
#: preproc.y:1909
#, c-format
msgid "AT option not allowed in WHENEVER statement"
msgstr "AT-Option ist nicht erlaubt im WHENEVER-Befehl"
#: preproc.y:2155 preproc.y:2160 preproc.y:2276 preproc.y:3614 preproc.y:4866
#: preproc.y:4875 preproc.y:5159 preproc.y:6562 preproc.y:7683 preproc.y:7688
#: preproc.y:10142 preproc.y:10739
#: preproc.y:2157 preproc.y:2162 preproc.y:2278 preproc.y:3656 preproc.y:4908
#: preproc.y:4917 preproc.y:5201 preproc.y:6604 preproc.y:7693 preproc.y:7698
#: preproc.y:10156 preproc.y:10753
#, c-format
msgid "unsupported feature will be passed to server"
msgstr "nicht mehr unterstütztes Feature wird an Server weitergereicht werden"
#: preproc.y:2518
#: preproc.y:2536
#, c-format
msgid "SHOW ALL is not implemented"
msgstr "SHOW ALL ist nicht implementiert"
#: preproc.y:3002
#: preproc.y:3044
#, c-format
msgid "COPY FROM STDIN is not implemented"
msgstr "COPY FROM STDIN ist nicht implementiert"
#: preproc.y:8520 preproc.y:13442
#: preproc.y:8534 preproc.y:13456
#, c-format
msgid "using variable \"%s\" in different declare statements is not supported"
msgstr "Verwendung der Variable »%s« in verschiedenen DECLARE-Anweisungen wird nicht unterstützt"
#: preproc.y:8522 preproc.y:13444
#: preproc.y:8536 preproc.y:13458
#, c-format
msgid "cursor \"%s\" is already defined"
msgstr "Cursor »%s« ist bereits definiert"
#: preproc.y:8940
#: preproc.y:8954
#, c-format
msgid "no longer supported LIMIT #,# syntax passed to server"
msgstr "nicht mehr unterstützte Syntax LIMIT x,y wird an Server weitergereicht"
#: preproc.y:9176 preproc.y:9183
#: preproc.y:9190 preproc.y:9197
#, c-format
msgid "subquery in FROM must have an alias"
msgstr "Unteranfrage in FROM muss Aliasnamen erhalten"
#: preproc.y:13172
#: preproc.y:13186
#, c-format
msgid "CREATE TABLE AS cannot specify INTO"
msgstr "CREATE TABLE AS kann INTO nicht verwenden"
#: preproc.y:13208
#: preproc.y:13222
#, c-format
msgid "expected \"@\", found \"%s\""
msgstr "»@« erwartet, »%s« gefunden"
#: preproc.y:13220
#: preproc.y:13234
#, c-format
msgid "only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are supported"
msgstr "er werden nur die Protokolle »tcp« und »unix« und der Datenbanktyp »postgresql« unterstützt"
#: preproc.y:13223
#: preproc.y:13237
#, c-format
msgid "expected \"://\", found \"%s\""
msgstr "»://« erwartet, »%s« gefunden"
#: preproc.y:13228
#: preproc.y:13242
#, c-format
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
msgstr "Unix-Domain-Sockets funktionieren nur mit »localhost«, aber nicht mit »%s«"
#: preproc.y:13254
#: preproc.y:13268
#, c-format
msgid "expected \"postgresql\", found \"%s\""
msgstr "»postgresql« erwartet, »%s« gefunden"
#: preproc.y:13257
#: preproc.y:13271
#, c-format
msgid "invalid connection type: %s"
msgstr "ungültiger Verbindungstyp: %s"
#: preproc.y:13266
#: preproc.y:13280
#, c-format
msgid "expected \"@\" or \"://\", found \"%s\""
msgstr "»@« oder »://« erwartet, »%s« gefunden"
#: preproc.y:13341 preproc.y:13359
#: preproc.y:13355 preproc.y:13373
#, c-format
msgid "invalid data type"
msgstr "ungültiger Datentyp"
#: preproc.y:13370 preproc.y:13387
#: preproc.y:13384 preproc.y:13401
#, c-format
msgid "incomplete statement"
msgstr "unvollständige Anweisung"
#: preproc.y:13373 preproc.y:13390
#: preproc.y:13387 preproc.y:13404
#, c-format
msgid "unrecognized token \"%s\""
msgstr "nicht erkanntes Token »%s«"
#: preproc.y:13664
#: preproc.y:13678
#, c-format
msgid "only data types numeric and decimal have precision/scale argument"
msgstr "nur die Datentypen NUMERIC und DECIMAL haben Argumente für Präzision und Skala"
#: preproc.y:13676
#: preproc.y:13690
#, c-format
msgid "interval specification not allowed here"
msgstr "Intervallangabe hier nicht erlaubt"
#: preproc.y:13828 preproc.y:13880
#: preproc.y:13842 preproc.y:13894
#, c-format
msgid "too many levels in nested structure/union definition"
msgstr "zu viele Ebenen in verschachtelter Definition von Struktur/Union"
#: preproc.y:14019
#: preproc.y:14033
#, c-format
msgid "pointers to varchar are not implemented"
msgstr "Zeiger auf varchar sind nicht implementiert"
#: preproc.y:14206 preproc.y:14231
#: preproc.y:14220 preproc.y:14245
#, c-format
msgid "using unsupported DESCRIBE statement"
msgstr "nicht unterstützter DESCRIBE-Befehl wird verwendet"
#: preproc.y:14478
#: preproc.y:14492
#, c-format
msgid "initializer not allowed in EXEC SQL VAR command"
msgstr "Initialisierungswert nicht erlaubt in Befehl EXEC SQL VAR"
#: preproc.y:14790
#: preproc.y:14804
#, c-format
msgid "arrays of indicators are not allowed on input"
msgstr "Array aus Indikatoren bei der Eingabe nicht erlaubt"
#: preproc.y:15011
#: preproc.y:15025
#, c-format
msgid "operator not allowed in variable definition"
msgstr "Operator nicht erlaubt in Variablendefinition"
#. translator: %s is typically the translation of "syntax error"
#: preproc.y:15049
#: preproc.y:15063
#, c-format
msgid "%s at or near \"%s\""
msgstr "%s bei »%s«"
@@ -623,34 +623,37 @@ msgstr "Variable »%s« ist kein Array"
msgid "variable \"%s\" is not declared"
msgstr "Variable »%s« ist nicht deklariert"
#: variable.c:492
#: variable.c:494
#, c-format
msgid "indicator variable must have an integer type"
msgstr "Indikatorvariable muss einen ganzzahligen Typ haben"
#: variable.c:504
#: variable.c:506
#, c-format
msgid "unrecognized data type name \"%s\""
msgstr "unbekannter Datentypname »%s«"
#: variable.c:515 variable.c:523 variable.c:540 variable.c:543
#: variable.c:517 variable.c:525 variable.c:542 variable.c:545
#, c-format
msgid "multidimensional arrays are not supported"
msgstr "mehrdimensionale Arrays werden nicht unterstützt"
#: variable.c:532
#: 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] "Zeiger mit mehr als 2 Ebenen werden nicht unterstützt; %d Ebene gefunden"
msgstr[1] "Zeiger mit mehr als 2 Ebenen werden nicht unterstützt; %d Ebenen gefunden"
#: variable.c:537
#: variable.c:539
#, c-format
msgid "pointer to pointer is not supported for this data type"
msgstr "Zeiger auf Zeiger wird für diesen Datentyp nicht unterstützt"
#: variable.c:557
#: variable.c:559
#, c-format
msgid "multidimensional arrays for structures are not supported"
msgstr "mehrdimensionale Arrays für Strukturen werden nicht unterstützt"
#~ msgid " --version output version information, then exit\n"
#~ msgstr " --version Versionsinformationen anzeigen, dann beenden\n"

View File

@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ecpg (PostgreSQL 9.4)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2015-09-04 17:45+0000\n"
"POT-Creation-Date: 2016-10-21 01:53+0000\n"
"PO-Revision-Date: 2014-12-15 15:22-0300\n"
"Last-Translator: Álvaro Herrera <alvherre@alvh.no-ip.org\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n"
@@ -151,8 +151,8 @@ msgstr " -t activa el compromiso (commit) automático de transaccio
#: ecpg.c:57
#, c-format
msgid " --version output version information, then exit\n"
msgstr " --version muestra información de la versión, luego sale\n"
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version muestra información de la versión, luego sale\n"
#: ecpg.c:58
#, c-format
@@ -179,52 +179,52 @@ msgstr ""
"\n"
"Reporte errores a <pgsql-bugs@postgresql.org>.\n"
#: ecpg.c:143
#: ecpg.c:139
#, c-format
msgid "%s: could not locate my own executable path\n"
msgstr "%s: no se pudo localizar la ruta de mi propio ejecutable\n"
#: ecpg.c:186 ecpg.c:337 ecpg.c:347
#: ecpg.c:175 ecpg.c:326 ecpg.c:336
#, c-format
msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s: no se pudo abrir el archivo «%s»: %s\n"
#: ecpg.c:225 ecpg.c:238 ecpg.c:254 ecpg.c:279
#: ecpg.c:214 ecpg.c:227 ecpg.c:243 ecpg.c:268
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Utilice «%s --help» para obtener mayor información.\n"
#: ecpg.c:249
#: ecpg.c:238
#, c-format
msgid "%s: parser debug support (-d) not available\n"
msgstr "%s: la depuración del analizador (parser, -d) no está disponible)\n"
#: ecpg.c:267
#: ecpg.c:256
#, c-format
msgid "%s, the PostgreSQL embedded C preprocessor, version %d.%d.%d\n"
msgstr "%s, el preprocesador de C incrustado de PostgreSQL, versión %d.%d.%d\n"
#: ecpg.c:269
#: ecpg.c:258
#, c-format
msgid "EXEC SQL INCLUDE ... search starts here:\n"
msgstr "EXEC SQL INCLUDE ... la búsqueda comienza aquí:\n"
#: ecpg.c:272
#: ecpg.c:261
#, c-format
msgid "end of search list\n"
msgstr "fin de la lista de búsqueda\n"
#: ecpg.c:278
#: ecpg.c:267
#, c-format
msgid "%s: no input files specified\n"
msgstr "%s: no se especificaron archivos de entrada\n"
#: ecpg.c:470
#: ecpg.c:459
#, c-format
msgid "cursor \"%s\" has been declared but not opened"
msgstr "el cursor «%s» fue declarado pero no abierto"
#: ecpg.c:483 preproc.y:125
#: ecpg.c:472 preproc.y:125
#, c-format
msgid "could not remove output file \"%s\"\n"
msgstr "no se pudo eliminar el archivo de salida «%s»\n"
@@ -657,3 +657,6 @@ msgstr "los punteros a puntero no están soportados para este tipo de dato"
#, c-format
msgid "multidimensional arrays for structures are not supported"
msgstr "los arrays multidimensionales para estructuras no están soportados"
#~ msgid " --version output version information, then exit\n"
#~ msgstr " --version muestra información de la versión, luego sale\n"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2014-05-17 11:07+0000\n"
"POT-Creation-Date: 2016-10-21 01:53+0000\n"
"PO-Revision-Date: 2014-05-17 15:23+0100\n"
"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
"Language-Team: PostgreSQLfr <pgsql-fr-generale@postgresql.org>\n"
@@ -30,27 +30,27 @@ msgstr "la variable
msgid "descriptor \"%s\" does not exist"
msgstr "le descripteur <20> %s <20> n'existe pas"
#: descriptor.c:161 descriptor.c:210
#: descriptor.c:161 descriptor.c:212
#, c-format
msgid "descriptor header item \"%d\" does not exist"
msgstr "l'<27>l<EFBFBD>ment d'en-t<>te du descripteur <20> %d <20> n'existe pas"
#: descriptor.c:182
#: descriptor.c:183
#, c-format
msgid "nullable is always 1"
msgstr "nullable vaut toujours 1"
#: descriptor.c:185
#: descriptor.c:186
#, c-format
msgid "key_member is always 0"
msgstr "key_member vaut toujours 0"
#: descriptor.c:277
#: descriptor.c:279
#, c-format
msgid "descriptor item \"%s\" is not implemented"
msgstr "l'<27>l<EFBFBD>ment du descripteur <20> %s <20> n'est pas implant<6E>"
#: descriptor.c:287
#: descriptor.c:289
#, c-format
msgid "descriptor item \"%s\" cannot be set"
msgstr "l'<27>l<EFBFBD>ment du descripteur <20> %s <20> ne peut pas <20>tre initialis<69>"
@@ -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 <20> partir du code SQL "
"embarqu<71> ;\n"
" -c produit automatiquement le code C <20> partir du code SQL embarqu<EFBFBD> ;\n"
" ceci affecte EXEC SQL TYPE\n"
#: ecpg.c:43
@@ -111,11 +110,8 @@ msgstr " -D SYMBOLE d
#: ecpg.c:49
#, 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 "
"<22> -c <20>\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 <EFBFBD> -c <20>\n"
#: ecpg.c:50
#, 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 <20> l'ex<65>cution ; OPTION peut "
"valoir :\n"
" -r OPTION indique le comportement <20> l'ex<65>cution ; OPTION peut valoir :\n"
" <20> no_indicator <20>, <20> prepare <20>, <20> questionmarks <20>\n"
#: ecpg.c:55
@@ -154,8 +149,8 @@ msgstr " -t active la validation automatique des transactions\n"
#: ecpg.c:57
#, c-format
msgid " --version output version information, then exit\n"
msgstr " --version affiche la version et quitte\n"
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version affiche la version et quitte\n"
#: ecpg.c:58
#, c-format
@@ -183,53 +178,52 @@ msgstr ""
"\n"
"Rapporter les bogues <20> <pgsql-bugs@postgresql.org>.\n"
#: ecpg.c:143
#: ecpg.c:139
#, c-format
#| msgid "%s: could not locate matching postgres executable"
msgid "%s: could not locate my own executable path\n"
msgstr "%s : n'a pas pu localiser mon propre ex<65>cutable\n"
#: ecpg.c:186 ecpg.c:337 ecpg.c:347
#: ecpg.c:175 ecpg.c:326 ecpg.c:336
#, c-format
msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s : n'a pas pu ouvrir le fichier <20> %s <20> : %s\n"
#: ecpg.c:225 ecpg.c:238 ecpg.c:254 ecpg.c:279
#: ecpg.c:214 ecpg.c:227 ecpg.c:243 ecpg.c:268
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Essayer <20> %s --help <20> pour plus d'informations.\n"
#: ecpg.c:249
#: ecpg.c:238
#, c-format
msgid "%s: parser debug support (-d) not available\n"
msgstr "%s : support de d<>bogage de l'analyseur (-d) non disponible\n"
#: ecpg.c:267
#: ecpg.c:256
#, c-format
msgid "%s, the PostgreSQL embedded C preprocessor, version %d.%d.%d\n"
msgstr "%s, le pr<70>processeur C embarqu<71> de PostgreSQL, version %d.%d.%d\n"
#: ecpg.c:269
#: ecpg.c:258
#, c-format
msgid "EXEC SQL INCLUDE ... search starts here:\n"
msgstr "la recherche EXEC SQL INCLUDE ... commence ici :\n"
#: ecpg.c:272
#: ecpg.c:261
#, c-format
msgid "end of search list\n"
msgstr "fin de la liste de recherche\n"
#: ecpg.c:278
#: ecpg.c:267
#, c-format
msgid "%s: no input files specified\n"
msgstr "%s : aucun fichier pr<70>cis<69> en entr<74>e\n"
#: ecpg.c:470
#: ecpg.c:459
#, c-format
msgid "cursor \"%s\" has been declared but not opened"
msgstr "le curseur <20> %s <20> est d<>clar<61> mais non ouvert"
#: ecpg.c:483 preproc.y:125
#: ecpg.c:472 preproc.y:125
#, c-format
msgid "could not remove output file \"%s\"\n"
msgstr "n'a pas pu supprimer le fichier <20> %s <20> en sortie\n"
@@ -259,84 +253,81 @@ msgstr "cha
msgid "unterminated quoted string"
msgstr "cha<68>ne entre guillemets non termin<69>e"
#: pgc.l:592 pgc.l:605
#: pgc.l:594 pgc.l:607
#, c-format
msgid "zero-length delimited identifier"
msgstr "identifiant d<>limit<69> de taille z<>ro"
#: pgc.l:613
#: pgc.l:615
#, c-format
msgid "unterminated quoted identifier"
msgstr "identifiant entre guillemet non termin<69>"
#: pgc.l:867
#: pgc.l:869
#, c-format
#| msgid "unterminated /* comment"
msgid "nested /* ... */ comments"
msgstr "commentaires /* ... */ imbriqu<71>s"
#: pgc.l:960
#: pgc.l:962
#, c-format
msgid "missing identifier in EXEC SQL UNDEF command"
msgstr "identifiant manquant dans la commande EXEC SQL UNDEF"
#: pgc.l:1006 pgc.l:1020
#: pgc.l:1008 pgc.l:1022
#, c-format
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
msgstr "correspondance manquante <20> EXEC SQL IFDEF <20> / <20> EXEC SQL IFNDEF <20>"
#: pgc.l:1009 pgc.l:1022 pgc.l:1198
#: pgc.l:1011 pgc.l:1024 pgc.l:1200
#, c-format
msgid "missing \"EXEC SQL ENDIF;\""
msgstr "<22> EXEC SQL ENDIF; <20> manquant"
#: pgc.l:1038 pgc.l:1057
#: pgc.l:1040 pgc.l:1059
#, c-format
msgid "more than one EXEC SQL ELSE"
msgstr "plusieurs EXEC SQL ELSE"
#: pgc.l:1079 pgc.l:1093
#: pgc.l:1081 pgc.l:1095
#, c-format
msgid "unmatched EXEC SQL ENDIF"
msgstr "EXEC SQL ENDIF diff<66>rent"
#: pgc.l:1113
#: pgc.l:1115
#, c-format
msgid "too many nested EXEC SQL IFDEF conditions"
msgstr "trop de conditions EXEC SQL IFDEF imbriqu<71>es"
#: pgc.l:1146
#: pgc.l:1148
#, c-format
msgid "missing identifier in EXEC SQL IFDEF command"
msgstr "identifiant manquant dans la commande EXEC SQL IFDEF"
#: pgc.l:1155
#: pgc.l:1157
#, c-format
msgid "missing identifier in EXEC SQL DEFINE command"
msgstr "identifiant manquant dans la commande EXEC SQL DEFINE"
#: pgc.l:1188
#: pgc.l:1190
#, c-format
msgid "syntax error in EXEC SQL INCLUDE command"
msgstr "erreur de syntaxe dans la commande EXEC SQL INCLUDE"
#: pgc.l:1237
#: pgc.l:1239
#, c-format
msgid ""
"internal error: unreachable state; please report this to <pgsql-"
"bugs@postgresql.org>"
msgid "internal error: unreachable state; please report this to <pgsql-bugs@postgresql.org>"
msgstr ""
"erreur interne : l'<27>tat ne peut <20>tre atteint ; merci de rapporter ceci <20>\n"
"<pgsql-bugs@postgresql.org>"
#: pgc.l:1362
#: pgc.l:1363
#, c-format
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
msgstr ""
"Erreur : le chemin d'en-t<>te <20> %s/%s <20> est trop long sur la ligne %d,\n"
"ignor<6F>\n"
#: pgc.l:1385
#: pgc.l:1386
#, c-format
msgid "could not open include file \"%s\" on line %d"
msgstr "n'a pas pu ouvrir le fichier d'en-t<>te <20> %s <20> sur la ligne %d"
@@ -370,200 +361,193 @@ msgstr "initialiseur non autoris
msgid "type name \"string\" is reserved in Informix mode"
msgstr "le nom du type <20> string <20> est r<>serv<72> dans le mode Informix"
#: preproc.y:544 preproc.y:13853
#: preproc.y:544 preproc.y:13867
#, c-format
msgid "type \"%s\" is already defined"
msgstr "le type <20> %s <20> est d<>j<EFBFBD> d<>fini"
#: preproc.y:568 preproc.y:14511 preproc.y:14832 variable.c:618
#: preproc.y:568 preproc.y:14525 preproc.y:14846 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<6E>es simples ne sont\n"
"pas support<72>s"
#: preproc.y:1577
#: preproc.y:1579
#, c-format
msgid "AT option not allowed in CLOSE DATABASE statement"
msgstr "option AT non autoris<69>e dans une instruction CLOSE DATABASE"
#: preproc.y:1780
#: preproc.y:1782
#, c-format
msgid "AT option not allowed in CONNECT statement"
msgstr "option AT non autoris<69>e dans une instruction CONNECT"
#: preproc.y:1814
#: preproc.y:1816
#, c-format
msgid "AT option not allowed in DISCONNECT statement"
msgstr "option AT non autoris<69>e dans une instruction DISCONNECT"
#: preproc.y:1869
#: preproc.y:1871
#, c-format
msgid "AT option not allowed in SET CONNECTION statement"
msgstr "option AT non autoris<69>e dans une instruction SET CONNECTION"
#: preproc.y:1891
#: preproc.y:1893
#, c-format
msgid "AT option not allowed in TYPE statement"
msgstr "option AT non autoris<69>e dans une instruction TYPE"
#: preproc.y:1900
#: preproc.y:1902
#, c-format
msgid "AT option not allowed in VAR statement"
msgstr "option AT non autoris<69>e dans une instruction VAR"
#: preproc.y:1907
#: preproc.y:1909
#, c-format
msgid "AT option not allowed in WHENEVER statement"
msgstr "option AT non autoris<69>e dans une instruction WHENEVER"
#: preproc.y:2155 preproc.y:2160 preproc.y:2276 preproc.y:3614 preproc.y:4866
#: preproc.y:4875 preproc.y:5159 preproc.y:6562 preproc.y:7683 preproc.y:7688
#: preproc.y:10142 preproc.y:10739
#: preproc.y:2157 preproc.y:2162 preproc.y:2278 preproc.y:3656 preproc.y:4908
#: preproc.y:4917 preproc.y:5201 preproc.y:6604 preproc.y:7693 preproc.y:7698
#: preproc.y:10156 preproc.y:10753
#, c-format
msgid "unsupported feature will be passed to server"
msgstr "la fonctionnalit<69> non support<72>e sera pass<73>e au serveur"
#: preproc.y:2518
#: preproc.y:2536
#, c-format
msgid "SHOW ALL is not implemented"
msgstr "SHOW ALL n'est pas implant<6E>"
#: preproc.y:3002
#: preproc.y:3044
#, c-format
msgid "COPY FROM STDIN is not implemented"
msgstr "COPY FROM STDIN n'est pas implant<6E>"
#: preproc.y:8520 preproc.y:13442
#: preproc.y:8534 preproc.y:13456
#, c-format
msgid "using variable \"%s\" in different declare statements is not supported"
msgstr ""
"l'utilisation de la variable <20> %s <20> dans diff<66>rentes instructions de "
"d<>claration\n"
"l'utilisation de la variable <20> %s <20> dans diff<66>rentes instructions de d<EFBFBD>claration\n"
"n'est pas support<72>e"
#: preproc.y:8522 preproc.y:13444
#: preproc.y:8536 preproc.y:13458
#, c-format
msgid "cursor \"%s\" is already defined"
msgstr "le curseur <20> %s <20> est d<>j<EFBFBD> d<>fini"
#: preproc.y:8940
#: preproc.y:8954
#, c-format
msgid "no longer supported LIMIT #,# syntax passed to server"
msgstr "la syntaxe obsol<6F>te LIMIT #,# a <20>t<EFBFBD> pass<73>e au serveur"
#: preproc.y:9176 preproc.y:9183
#: preproc.y:9190 preproc.y:9197
#, c-format
msgid "subquery in FROM must have an alias"
msgstr "la sous-requ<71>te du FROM doit avoir un alias"
#: preproc.y:13172
#: preproc.y:13186
#, c-format
msgid "CREATE TABLE AS cannot specify INTO"
msgstr "CREATE TABLE AS ne peut pas indiquer INTO"
#: preproc.y:13208
#: preproc.y:13222
#, c-format
msgid "expected \"@\", found \"%s\""
msgstr "<22> @ <20> attendu, <20> %s <20> trouv<75>"
#: preproc.y:13220
#: preproc.y:13234
#, 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 <20> tcp <20> et <20> unix <20> et les types de base de donn<6E>es\n"
"<22> postgresql <20> sont support<72>s"
#: preproc.y:13223
#: preproc.y:13237
#, c-format
msgid "expected \"://\", found \"%s\""
msgstr "<22> :// <20> attendu, <20> %s <20> trouv<75>"
#: preproc.y:13228
#: preproc.y:13242
#, c-format
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
msgstr ""
"les sockets de domaine Unix fonctionnent seulement sur <20> localhost <20>, mais "
"pas sur <20> %s <20>"
msgstr "les sockets de domaine Unix fonctionnent seulement sur <20> localhost <20>, mais pas sur <20> %s <20>"
#: preproc.y:13254
#: preproc.y:13268
#, c-format
msgid "expected \"postgresql\", found \"%s\""
msgstr "<22> postgresql <20> attendu, <20> %s <20> trouv<75>"
#: preproc.y:13257
#: preproc.y:13271
#, c-format
msgid "invalid connection type: %s"
msgstr "type de connexion invalide : %s"
#: preproc.y:13266
#: preproc.y:13280
#, c-format
msgid "expected \"@\" or \"://\", found \"%s\""
msgstr "<22> @ <20> ou <20> :// <20> attendu, <20> %s <20> trouv<75>"
#: preproc.y:13341 preproc.y:13359
#: preproc.y:13355 preproc.y:13373
#, c-format
msgid "invalid data type"
msgstr "type de donn<6E>es invalide"
#: preproc.y:13370 preproc.y:13387
#: preproc.y:13384 preproc.y:13401
#, c-format
msgid "incomplete statement"
msgstr "instruction incompl<70>te"
#: preproc.y:13373 preproc.y:13390
#: preproc.y:13387 preproc.y:13404
#, c-format
msgid "unrecognized token \"%s\""
msgstr "jeton <20> %s <20> non reconnu"
#: preproc.y:13664
#: preproc.y:13678
#, c-format
msgid "only data types numeric and decimal have precision/scale argument"
msgstr ""
"seuls les types de donn<6E>es numeric et decimal ont des arguments de\n"
"pr<70>cision et d'<27>chelle"
#: preproc.y:13676
#: preproc.y:13690
#, c-format
msgid "interval specification not allowed here"
msgstr "interval de sp<73>cification non autoris<69> ici"
#: preproc.y:13828 preproc.y:13880
#: preproc.y:13842 preproc.y:13894
#, c-format
msgid "too many levels in nested structure/union definition"
msgstr "trop de niveaux dans la d<>finition de structure/union imbriqu<71>e"
#: preproc.y:14019
#: preproc.y:14033
#, c-format
msgid "pointers to varchar are not implemented"
msgstr ""
"les pointeurs sur des cha<68>nes de caract<63>res (varchar) ne sont pas implant<6E>s"
msgstr "les pointeurs sur des cha<68>nes de caract<63>res (varchar) ne sont pas implant<6E>s"
#: preproc.y:14206 preproc.y:14231
#: preproc.y:14220 preproc.y:14245
#, c-format
msgid "using unsupported DESCRIBE statement"
msgstr "utilisation de l'instruction DESCRIBE non support<72>"
#: preproc.y:14478
#: preproc.y:14492
#, c-format
msgid "initializer not allowed in EXEC SQL VAR command"
msgstr "initialiseur non autoris<69> dans la commande EXEC SQL VAR"
#: preproc.y:14790
#: preproc.y:14804
#, c-format
msgid "arrays of indicators are not allowed on input"
msgstr "les tableaux d'indicateurs ne sont pas autoris<69>s en entr<74>e"
#: preproc.y:15011
#: preproc.y:15025
#, c-format
#| msgid "initializer not allowed in type definition"
msgid "operator not allowed in variable definition"
msgstr "op<6F>rateur non autoris<69> dans la d<>finition de la variable"
#. translator: %s is typically the translation of "syntax error"
#: preproc.y:15049
#: preproc.y:15063
#, c-format
msgid "%s at or near \"%s\""
msgstr "%s sur ou pr<70>s de <20> %s <20>"
@@ -581,8 +565,7 @@ msgstr "code %d du type de variable non reconnu"
#: type.c:261
#, c-format
msgid "variable \"%s\" is hidden by a local variable of a different type"
msgstr ""
"la variable <20> %s <20> est cach<63>e par une variable locale d'un type diff<66>rent"
msgstr "la variable <20> %s <20> est cach<63>e par une variable locale d'un type diff<66>rent"
#: type.c:263
#, c-format
@@ -591,8 +574,7 @@ msgstr "la variable
#: type.c:275
#, 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 <20> %s <20> est cach<63> par une variable locale d'un type\n"
"diff<66>rent"
@@ -642,8 +624,7 @@ msgstr "la variable
#: variable.c:142 variable.c:167
#, c-format
msgid "variable \"%s\" is not a pointer to a structure or a union"
msgstr ""
"la variable <20> %s <20> n'est pas un pointeur vers une structure ou une union"
msgstr "la variable <20> %s <20> n'est pas un pointeur vers une structure ou une union"
#: variable.c:154
#, c-format
@@ -660,27 +641,25 @@ msgstr "la variable
msgid "variable \"%s\" is not declared"
msgstr "la variable <20> %s <20> n'est pas d<>clar<61>e"
#: variable.c:492
#: variable.c:494
#, c-format
msgid "indicator variable must have an integer type"
msgstr "la variable d'indicateur doit avoir un type integer"
#: variable.c:504
#: variable.c:506
#, c-format
msgid "unrecognized data type name \"%s\""
msgstr "nom <20> %s <20> non reconnu pour un type de donn<6E>es"
#: variable.c:515 variable.c:523 variable.c:540 variable.c:543
#: variable.c:517 variable.c:525 variable.c:542 variable.c:545
#, c-format
msgid "multidimensional arrays are not supported"
msgstr "les tableaux multidimensionnels ne sont pas support<72>s"
#: variable.c:532
#: 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<72>s :\n"
"%d niveau trouv<75>"
@@ -688,31 +667,33 @@ msgstr[1] ""
"les pointeurs multi-niveaux (plus de deux) ne sont pas support<72>s :\n"
"%d niveaux trouv<75>s"
#: variable.c:537
#: variable.c:539
#, c-format
msgid "pointer to pointer is not supported for this data type"
msgstr "ce type de donn<6E>es ne supporte pas les pointeurs de pointeur"
#: variable.c:557
#: variable.c:559
#, c-format
msgid "multidimensional arrays for structures are not supported"
msgstr ""
"les tableaux multidimensionnels ne sont pas support<72>s pour les structures"
msgstr "les tableaux multidimensionnels ne sont pas support<72>s pour les structures"
#~ msgid "AT option not allowed in DEALLOCATE statement"
#~ msgstr "option AT non autoris<69>e dans une instruction DEALLOCATE"
#~ msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE"
#~ msgstr "une contrainte d<>clar<61>e INITIALLY DEFERRED doit <20>tre DEFERRABLE"
#~ msgid "OLD used in query that is not in a rule"
#~ msgstr "OLD utilis<69> dans une requ<71>te qui n'est pas dans une r<>gle"
#~ msgid "NEW used in query that is not in a rule"
#~ msgstr "NEW utilis<69> dans une requ<71>te qui n'est pas dans une r<>gle"
#~ 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 "COPY TO STDIN is not possible"
#~ msgstr "COPY TO STDIN n'est pas possible"
#~ msgid "NEW used in query that is not in a rule"
#~ msgstr "NEW utilis<69> dans une requ<71>te qui n'est pas dans une r<>gle"
#~ msgid "OLD used in query that is not in a rule"
#~ msgstr "OLD utilis<69> dans une requ<71>te qui n'est pas dans une r<>gle"
#~ msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE"
#~ msgstr "une contrainte d<>clar<61>e INITIALLY DEFERRED doit <20>tre DEFERRABLE"
#~ msgid "AT option not allowed in DEALLOCATE statement"
#~ msgstr "option AT non autoris<69>e dans une instruction DEALLOCATE"
#~ msgid " --version output version information, then exit\n"
#~ msgstr " --version affiche la version et quitte\n"

View File

@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ecpg (PostgreSQL) 9.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2014-07-30 04:08+0000\n"
"POT-Creation-Date: 2016-10-21 01:53+0000\n"
"PO-Revision-Date: 2014-07-30 22:37+0100\n"
"Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
"Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
@@ -42,27 +42,27 @@ msgstr "la variabile \"%s\" deve essere di tipo numerico"
msgid "descriptor \"%s\" does not exist"
msgstr "il descrittore \"%s\" non esiste"
#: descriptor.c:161 descriptor.c:210
#: descriptor.c:161 descriptor.c:212
#, c-format
msgid "descriptor header item \"%d\" does not exist"
msgstr "la voce \"%d\" dell'header del descrittore non esiste"
#: descriptor.c:182
#: descriptor.c:183
#, c-format
msgid "nullable is always 1"
msgstr "nullable è sempre 1"
#: descriptor.c:185
#: descriptor.c:186
#, c-format
msgid "key_member is always 0"
msgstr "key_member è sempre 0"
#: descriptor.c:277
#: descriptor.c:279
#, c-format
msgid "descriptor item \"%s\" is not implemented"
msgstr "la voce \"%s\" del descrittore non è implementata"
#: descriptor.c:287
#: descriptor.c:289
#, c-format
msgid "descriptor item \"%s\" cannot be set"
msgstr "la voce \"%s\" del descrittore non può essere impostata"
@@ -161,8 +161,8 @@ msgstr " -t attiva il commit automatico delle transazioni\n"
#: ecpg.c:57
#, c-format
msgid " --version output version information, then exit\n"
msgstr " --version mostra informazioni sulla versione ed esci\n"
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version mostra informazioni sulla versione ed esci\n"
#: ecpg.c:58
#, c-format
@@ -189,52 +189,52 @@ msgstr ""
"\n"
"Puoi segnalare eventuali bug a <pgsql-bugs@postgresql.org>.\n"
#: ecpg.c:143
#: ecpg.c:139
#, c-format
msgid "%s: could not locate my own executable path\n"
msgstr "%s: percorso del proprio eseguibile non trovato\n"
#: ecpg.c:186 ecpg.c:337 ecpg.c:347
#: ecpg.c:175 ecpg.c:326 ecpg.c:336
#, c-format
msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s: apertura del file \"%s\" fallita: %s\n"
#: ecpg.c:225 ecpg.c:238 ecpg.c:254 ecpg.c:279
#: ecpg.c:214 ecpg.c:227 ecpg.c:243 ecpg.c:268
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Prova \"%s --help\" per maggiori informazioni.\n"
#: ecpg.c:249
#: ecpg.c:238
#, c-format
msgid "%s: parser debug support (-d) not available\n"
msgstr "%s: il supporto al debug del parser (-d) non è disponibile\n"
#: ecpg.c:267
#: ecpg.c:256
#, c-format
msgid "%s, the PostgreSQL embedded C preprocessor, version %d.%d.%d\n"
msgstr "%s, preprocessore embedded C PostgreSQL, versione %d.%d.%d\n"
#: ecpg.c:269
#: ecpg.c:258
#, c-format
msgid "EXEC SQL INCLUDE ... search starts here:\n"
msgstr "EXEC SQL INCLUDE ... la ricerca inizia da qui:\n"
#: ecpg.c:272
#: ecpg.c:261
#, c-format
msgid "end of search list\n"
msgstr "fine della lista di ricerca\n"
#: ecpg.c:278
#: ecpg.c:267
#, c-format
msgid "%s: no input files specified\n"
msgstr "%s: non è stato specificato nessun file di input\n"
#: ecpg.c:470
#: ecpg.c:459
#, c-format
msgid "cursor \"%s\" has been declared but not opened"
msgstr "il cursore \"%s\" è stato dichiarato, ma non aperto"
#: ecpg.c:483 preproc.y:125
#: ecpg.c:472 preproc.y:125
#, c-format
msgid "could not remove output file \"%s\"\n"
msgstr "rimozione del file di output \"%s\" fallita\n"
@@ -266,77 +266,77 @@ msgstr "letterale di stringa esadecimale non terminato"
msgid "unterminated quoted string"
msgstr "stringa tra virgolette non terminata"
#: pgc.l:592 pgc.l:605
#: pgc.l:594 pgc.l:607
#, c-format
msgid "zero-length delimited identifier"
msgstr "identificativo delimitato di lunghezza zero"
#: pgc.l:613
#: pgc.l:615
#, c-format
msgid "unterminated quoted identifier"
msgstr "identificativo tra virgolette non terminato"
#: pgc.l:867
#: pgc.l:869
#, c-format
msgid "nested /* ... */ comments"
msgstr "commenti /* ... */ annidati"
#: pgc.l:960
#: pgc.l:962
#, c-format
msgid "missing identifier in EXEC SQL UNDEF command"
msgstr "identificativo mancante nel comando EXEC SQL UNDEF"
#: pgc.l:1006 pgc.l:1020
#: pgc.l:1008 pgc.l:1022
#, c-format
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
msgstr "mancata corrispondenza fra \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
#: pgc.l:1009 pgc.l:1022 pgc.l:1198
#: pgc.l:1011 pgc.l:1024 pgc.l:1200
#, c-format
msgid "missing \"EXEC SQL ENDIF;\""
msgstr "manca \"EXEC SQL ENDIF;\""
#: pgc.l:1038 pgc.l:1057
#: pgc.l:1040 pgc.l:1059
#, c-format
msgid "more than one EXEC SQL ELSE"
msgstr "più di un EXEC SQL ELSE"
#: pgc.l:1079 pgc.l:1093
#: pgc.l:1081 pgc.l:1095
#, c-format
msgid "unmatched EXEC SQL ENDIF"
msgstr "EXEC SQL ENDIF non corrispondente"
#: pgc.l:1113
#: pgc.l:1115
#, c-format
msgid "too many nested EXEC SQL IFDEF conditions"
msgstr "troppe condizioni EXEC SQL IFDEF annidate"
#: pgc.l:1146
#: pgc.l:1148
#, c-format
msgid "missing identifier in EXEC SQL IFDEF command"
msgstr "identificativo mancante nel comando EXEC SQL IFDEF"
#: pgc.l:1155
#: pgc.l:1157
#, c-format
msgid "missing identifier in EXEC SQL DEFINE command"
msgstr "identificativo mancante nel comando EXEC SQL DEFINE"
#: pgc.l:1188
#: pgc.l:1190
#, c-format
msgid "syntax error in EXEC SQL INCLUDE command"
msgstr "errore di sintassi nel comando EXEC SQL INCLUDE"
#: pgc.l:1237
#: pgc.l:1239
#, c-format
msgid "internal error: unreachable state; please report this to <pgsql-bugs@postgresql.org>"
msgstr "errore interno: stato non raggiungibile, si prega di segnalarlo a <pgsql-bugs@postgresql.org>"
#: pgc.l:1362
#: pgc.l:1363
#, c-format
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
msgstr "Errore: il percorso delle inclusioni \"%s/%s\" è troppo lungo alla riga %d, perciò viene saltato\n"
#: pgc.l:1385
#: pgc.l:1386
#, c-format
msgid "could not open include file \"%s\" on line %d"
msgstr "apertura del file di include \"%s\" alla riga %d fallita"
@@ -370,185 +370,185 @@ msgstr "l'inizializzatore non è permesso nella definizione del tipo di dato"
msgid "type name \"string\" is reserved in Informix mode"
msgstr "il nome di tipo \"string\" è riservato alla modalità Informix"
#: preproc.y:544 preproc.y:13853
#: preproc.y:544 preproc.y:13867
#, c-format
msgid "type \"%s\" is already defined"
msgstr "il tipo \"%s\" è già definito"
#: preproc.y:568 preproc.y:14511 preproc.y:14832 variable.c:618
#: preproc.y:568 preproc.y:14525 preproc.y:14846 variable.c:620
#, c-format
msgid "multidimensional arrays for simple data types are not supported"
msgstr "gli array multidimensionali per tipi dato semplici non sono supportati"
#: preproc.y:1577
#: preproc.y:1579
#, c-format
msgid "AT option not allowed in CLOSE DATABASE statement"
msgstr "l'opzione AT non è permessa nell'istruzione CLOSE DATABASE"
#: preproc.y:1780
#: preproc.y:1782
#, c-format
msgid "AT option not allowed in CONNECT statement"
msgstr "l'opzione AT non è permessa nell'istruzione CONNECT"
#: preproc.y:1814
#: preproc.y:1816
#, c-format
msgid "AT option not allowed in DISCONNECT statement"
msgstr "l'opzione AT non è permessa nell'istruzione DISCONNECT"
#: preproc.y:1869
#: preproc.y:1871
#, c-format
msgid "AT option not allowed in SET CONNECTION statement"
msgstr "l'opzione AT non è permessa nell'istruzione SET CONNECTION"
#: preproc.y:1891
#: preproc.y:1893
#, c-format
msgid "AT option not allowed in TYPE statement"
msgstr "l'opzione AT non è permessa nell'istruzione TYPE"
#: preproc.y:1900
#: preproc.y:1902
#, c-format
msgid "AT option not allowed in VAR statement"
msgstr "l'opzione AT non è permessa nell'istruzione VAR"
#: preproc.y:1907
#: preproc.y:1909
#, c-format
msgid "AT option not allowed in WHENEVER statement"
msgstr "l'opzione AT non è permessa nell'istruzione WHENEVER"
#: preproc.y:2155 preproc.y:2160 preproc.y:2276 preproc.y:3614 preproc.y:4866
#: preproc.y:4875 preproc.y:5159 preproc.y:6562 preproc.y:7683 preproc.y:7688
#: preproc.y:10142 preproc.y:10739
#: preproc.y:2157 preproc.y:2162 preproc.y:2278 preproc.y:3656 preproc.y:4908
#: preproc.y:4917 preproc.y:5201 preproc.y:6604 preproc.y:7693 preproc.y:7698
#: preproc.y:10156 preproc.y:10753
#, c-format
msgid "unsupported feature will be passed to server"
msgstr "al server è stata richiesta una funzionalità non supportata"
#: preproc.y:2518
#: preproc.y:2536
#, c-format
msgid "SHOW ALL is not implemented"
msgstr "SHOW ALL non è implementato"
#: preproc.y:3002
#: preproc.y:3044
#, c-format
msgid "COPY FROM STDIN is not implemented"
msgstr "COPY FROM STDIN non è implementato"
#: preproc.y:8520 preproc.y:13442
#: preproc.y:8534 preproc.y:13456
#, c-format
msgid "using variable \"%s\" in different declare statements is not supported"
msgstr "usare la variabile \"%s\" in una diversa istruzione declare non è supportato"
#: preproc.y:8522 preproc.y:13444
#: preproc.y:8536 preproc.y:13458
#, c-format
msgid "cursor \"%s\" is already defined"
msgstr "il cursore \"%s\" è già definito"
#: preproc.y:8940
#: preproc.y:8954
#, c-format
msgid "no longer supported LIMIT #,# syntax passed to server"
msgstr "la sintassi LIMIT #,# passata al server non è più supportata"
#: preproc.y:9176 preproc.y:9183
#: preproc.y:9190 preproc.y:9197
#, c-format
msgid "subquery in FROM must have an alias"
msgstr "la sottoquery in FROM deve avere un alias"
#: preproc.y:13172
#: preproc.y:13186
#, c-format
msgid "CREATE TABLE AS cannot specify INTO"
msgstr "CREATE TABLE AS non può specificare INTO"
#: preproc.y:13208
#: preproc.y:13222
#, c-format
msgid "expected \"@\", found \"%s\""
msgstr "atteso \"@\", trovato \"%s\""
#: preproc.y:13220
#: preproc.y:13234
#, c-format
msgid "only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are supported"
msgstr "soltanto i protocolli \"tcp\" e \"unix\" ed il tipo database \"postgresql\" sono supportati"
#: preproc.y:13223
#: preproc.y:13237
#, c-format
msgid "expected \"://\", found \"%s\""
msgstr "atteso \"://\", trovato \"%s\""
#: preproc.y:13228
#: preproc.y:13242
#, c-format
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
msgstr "i socket di dominio Unix funzionano solo con \"localhost\" ma non con \"%s\""
#: preproc.y:13254
#: preproc.y:13268
#, c-format
msgid "expected \"postgresql\", found \"%s\""
msgstr "atteso \"postgresql\", trovato \"%s\""
#: preproc.y:13257
#: preproc.y:13271
#, c-format
msgid "invalid connection type: %s"
msgstr "tipo di connessione non valido: %s"
#: preproc.y:13266
#: preproc.y:13280
#, c-format
msgid "expected \"@\" or \"://\", found \"%s\""
msgstr "atteso \"@\" oppure \"://\", trovato \"%s\""
#: preproc.y:13341 preproc.y:13359
#: preproc.y:13355 preproc.y:13373
#, c-format
msgid "invalid data type"
msgstr "tipo dato non valido"
#: preproc.y:13370 preproc.y:13387
#: preproc.y:13384 preproc.y:13401
#, c-format
msgid "incomplete statement"
msgstr "istruzione incompleta"
#: preproc.y:13373 preproc.y:13390
#: preproc.y:13387 preproc.y:13404
#, c-format
msgid "unrecognized token \"%s\""
msgstr "token \"%s\" sconosciuto"
#: preproc.y:13664
#: preproc.y:13678
#, c-format
msgid "only data types numeric and decimal have precision/scale argument"
msgstr "solo i dati di tipo numeric e decimal hanno argomento precisione/scala"
#: preproc.y:13676
#: preproc.y:13690
#, c-format
msgid "interval specification not allowed here"
msgstr "specificazione di intervallo non permessa qui"
#: preproc.y:13828 preproc.y:13880
#: preproc.y:13842 preproc.y:13894
#, c-format
msgid "too many levels in nested structure/union definition"
msgstr "troppi livelli nidificati nella definizione della struttura/unione"
#: preproc.y:14019
#: preproc.y:14033
#, c-format
msgid "pointers to varchar are not implemented"
msgstr "i puntatori a varchar non sono implementati"
#: preproc.y:14206 preproc.y:14231
#: preproc.y:14220 preproc.y:14245
#, c-format
msgid "using unsupported DESCRIBE statement"
msgstr "si sta utilizzando una istruzione DESCRIBE non supportata"
#: preproc.y:14478
#: preproc.y:14492
#, c-format
msgid "initializer not allowed in EXEC SQL VAR command"
msgstr "initializer non è permesso nel comando EXEC SQL VAR"
#: preproc.y:14790
#: preproc.y:14804
#, c-format
msgid "arrays of indicators are not allowed on input"
msgstr "array di indicatori non sono permessi"
#: preproc.y:15011
#: preproc.y:15025
#, c-format
msgid "operator not allowed in variable definition"
msgstr "operatore non permesso nella definizione di variabile"
#. translator: %s is typically the translation of "syntax error"
#: preproc.y:15049
#: preproc.y:15063
#, c-format
msgid "%s at or near \"%s\""
msgstr "%s a o presso \"%s\""
@@ -639,34 +639,37 @@ msgstr "la variabile \"%s\" non è un array"
msgid "variable \"%s\" is not declared"
msgstr "la variabile \"%s\" non è stata dichiarata"
#: variable.c:492
#: variable.c:494
#, c-format
msgid "indicator variable must have an integer type"
msgstr "il tipo di variabile di un indicatore deve essere intero"
#: variable.c:504
#: variable.c:506
#, c-format
msgid "unrecognized data type name \"%s\""
msgstr "tipo di dato chiamato \"%s\" è sconosciuto"
#: variable.c:515 variable.c:523 variable.c:540 variable.c:543
#: variable.c:517 variable.c:525 variable.c:542 variable.c:545
#, c-format
msgid "multidimensional arrays are not supported"
msgstr "gli array multidimensionali non sono supportati"
#: variable.c:532
#: 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] "puntatori a più livelli (più di 2) non sono supportati; trovato %d livello"
msgstr[1] "puntatori a più livelli (più di 2) non sono supportati; trovati %d livelli"
#: variable.c:537
#: variable.c:539
#, c-format
msgid "pointer to pointer is not supported for this data type"
msgstr "il puntatore a puntatore non è supportato per questo tipo di dato"
#: variable.c:557
#: variable.c:559
#, c-format
msgid "multidimensional arrays for structures are not supported"
msgstr "gli array multidimensionali per strutture non sono supportati"
#~ msgid " --version output version information, then exit\n"
#~ msgstr " --version mostra informazioni sulla versione ed esci\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ecpg (PostgreSQL 9.1)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2014-11-10 20:37+0000\n"
"POT-Creation-Date: 2016-10-20 21:53+0000\n"
"PO-Revision-Date: 2014-11-10 23:25+0200\n"
"Last-Translator: grzegorz <begina.felicysym@wp.eu>\n"
"Language-Team: begina.felicysym@wp.eu\n"
@@ -15,8 +15,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Virtaal 0.7.1\n"
#: descriptor.c:64
@@ -29,27 +28,27 @@ msgstr "zmienna \"%s\" musi mieć typ numeryczny"
msgid "descriptor \"%s\" does not exist"
msgstr "deskryptor \"%s\" nie istnieje"
#: descriptor.c:161 descriptor.c:210
#: descriptor.c:161 descriptor.c:212
#, c-format
msgid "descriptor header item \"%d\" does not exist"
msgstr "element nagłówka deskryptora \"%d\" nie istnieje"
#: descriptor.c:182
#: descriptor.c:183
#, c-format
msgid "nullable is always 1"
msgstr "nullable jest zawsze 1"
#: descriptor.c:185
#: descriptor.c:186
#, c-format
msgid "key_member is always 0"
msgstr "key_member jest zawsze 0"
#: descriptor.c:277
#: descriptor.c:279
#, c-format
msgid "descriptor item \"%s\" is not implemented"
msgstr "element deskryptora \"%s\" nie jest zaimplementowany"
#: descriptor.c:287
#: descriptor.c:289
#, c-format
msgid "descriptor item \"%s\" cannot be set"
msgstr "element deskryptora \"%s\" nie może zostać ustawiony"
@@ -148,8 +147,8 @@ msgstr " -t włącza automatyczne zatwierdzanie transakcji\n"
#: ecpg.c:57
#, c-format
msgid " --version output version information, then exit\n"
msgstr " --version wypisuje informacje o wersji i kończy\n"
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version wypisuje informacje o wersji i kończy\n"
#: ecpg.c:58
#, c-format
@@ -176,53 +175,52 @@ msgstr ""
"\n"
"Błędy proszę przesyłać na adres <pgsql-bugs@postgresql.org>.\n"
#: ecpg.c:143
#: ecpg.c:139
#, c-format
#| msgid "%s: could not locate matching postgres executable"
msgid "%s: could not locate my own executable path\n"
msgstr "%s: nie można odnaleźć własnej ścieżki programu wykonywalnego\n"
#: ecpg.c:186 ecpg.c:337 ecpg.c:347
#: ecpg.c:175 ecpg.c:326 ecpg.c:336
#, c-format
msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s: nie można otworzyć pliku \"%s\": %s\n"
#: ecpg.c:225 ecpg.c:238 ecpg.c:254 ecpg.c:279
#: ecpg.c:214 ecpg.c:227 ecpg.c:243 ecpg.c:268
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Spróbuj \"%s --help\" aby uzyskać więcej informacji.\n"
#: ecpg.c:249
#: ecpg.c:238
#, c-format
msgid "%s: parser debug support (-d) not available\n"
msgstr "%s: wsparcie debugu analizatora (-d) niedostępne\n"
#: ecpg.c:267
#: ecpg.c:256
#, c-format
msgid "%s, the PostgreSQL embedded C preprocessor, version %d.%d.%d\n"
msgstr "%s, preprocesor C osadzony w PostgreSQL, wersja %d.%d.%d\n"
#: ecpg.c:269
#: ecpg.c:258
#, c-format
msgid "EXEC SQL INCLUDE ... search starts here:\n"
msgstr "EXEC SQL INCLUDE ... wyszukiwanie zaczyna się tutaj:\n"
#: ecpg.c:272
#: ecpg.c:261
#, c-format
msgid "end of search list\n"
msgstr "koniec listy wyszukiwania\n"
#: ecpg.c:278
#: ecpg.c:267
#, c-format
msgid "%s: no input files specified\n"
msgstr "%s: nie wskazano pliku wejściowego\n"
#: ecpg.c:470
#: ecpg.c:459
#, c-format
msgid "cursor \"%s\" has been declared but not opened"
msgstr "kursor \"%s\" został zadeklarowany, ale nie otwarty"
#: ecpg.c:483 preproc.y:125
#: ecpg.c:472 preproc.y:125
#, c-format
msgid "could not remove output file \"%s\"\n"
msgstr "nie można usunąć pliku wyjścia \"%s\"\n"
@@ -252,78 +250,77 @@ msgstr "niezakończona stała łańcucha szesnastkowego"
msgid "unterminated quoted string"
msgstr "niezakończona stała łańcuchowa"
#: pgc.l:592 pgc.l:605
#: pgc.l:594 pgc.l:607
#, c-format
msgid "zero-length delimited identifier"
msgstr "ograniczony identyfikator o długości zero"
#: pgc.l:613
#: pgc.l:615
#, c-format
msgid "unterminated quoted identifier"
msgstr "niezakończony łańcuch identyfikatora"
#: pgc.l:867
#: pgc.l:869
#, c-format
#| msgid "unterminated /* comment"
msgid "nested /* ... */ comments"
msgstr "zagnieżdżone komentarze /* ... */"
#: pgc.l:960
#: pgc.l:962
#, c-format
msgid "missing identifier in EXEC SQL UNDEF command"
msgstr "brakujący identyfikator w poleceniu EXEC SQL UNDEF"
#: pgc.l:1006 pgc.l:1020
#: pgc.l:1008 pgc.l:1022
#, c-format
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
msgstr "brak pasującego \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
#: pgc.l:1009 pgc.l:1022 pgc.l:1198
#: pgc.l:1011 pgc.l:1024 pgc.l:1200
#, c-format
msgid "missing \"EXEC SQL ENDIF;\""
msgstr "brak \"EXEC SQL ENDIF;\""
#: pgc.l:1038 pgc.l:1057
#: pgc.l:1040 pgc.l:1059
#, c-format
msgid "more than one EXEC SQL ELSE"
msgstr "więcej niż jeden EXEC SQL ELSE"
#: pgc.l:1079 pgc.l:1093
#: pgc.l:1081 pgc.l:1095
#, c-format
msgid "unmatched EXEC SQL ENDIF"
msgstr "niedopasowany EXEC SQL ENDIF"
#: pgc.l:1113
#: pgc.l:1115
#, c-format
msgid "too many nested EXEC SQL IFDEF conditions"
msgstr "zbyt wiele zagłębień warunków EXEC SQL IFDEF"
#: pgc.l:1146
#: pgc.l:1148
#, c-format
msgid "missing identifier in EXEC SQL IFDEF command"
msgstr "brakujący identyfikator w poleceniu EXEC SQL IFDEF"
#: pgc.l:1155
#: pgc.l:1157
#, c-format
msgid "missing identifier in EXEC SQL DEFINE command"
msgstr "brakujący identyfikator w poleceniu EXEC SQL DEFINE"
#: pgc.l:1188
#: pgc.l:1190
#, c-format
msgid "syntax error in EXEC SQL INCLUDE command"
msgstr "błąd składni w poleceniu EXEC SQL INCLUDE"
#: pgc.l:1237
#: pgc.l:1239
#, c-format
msgid "internal error: unreachable state; please report this to <pgsql-bugs@postgresql.org>"
msgstr "błąd wewnętrzny: nieosiągalny stan; proszę przesłać go na adres <pgsql-bugs@postgresql.org>"
#: pgc.l:1362
#: pgc.l:1363
#, c-format
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
msgstr "Błąd: załączona ścieżka \"%s/%s\" jest zbyt długa w linii %d, pominięto\n"
#: pgc.l:1385
#: pgc.l:1386
#, c-format
msgid "could not open include file \"%s\" on line %d"
msgstr "nie można otworzyć załączonego pliku \"%s\" w linii %d"
@@ -362,7 +359,7 @@ msgstr "nazwa typu \"string\" jest zarezerwowana w trybie Informix"
msgid "type \"%s\" is already defined"
msgstr "typ \"%s\" już istnieje"
#: preproc.y:568 preproc.y:14525 preproc.y:14846 variable.c:618
#: preproc.y:568 preproc.y:14525 preproc.y:14846 variable.c:620
#, c-format
msgid "multidimensional arrays for simple data types are not supported"
msgstr "wielowymiarowe tablice dla prostych typów danych nie są wspierane"
@@ -531,7 +528,6 @@ msgstr "tabele wskazań nie są dozwolone w wejściu"
#: preproc.y:15025
#, c-format
#| msgid "initializer not allowed in type definition"
msgid "operator not allowed in variable definition"
msgstr "operator niedozwolony w definicji zmiennej"
@@ -626,22 +622,22 @@ msgstr "zmienna \"%s\" nie jest tablicą"
msgid "variable \"%s\" is not declared"
msgstr "zmienna \"%s\" nie została zadeklarowana"
#: variable.c:492
#: variable.c:494
#, c-format
msgid "indicator variable must have an integer type"
msgstr "zmienna wskaźnikowa musi mieć typ integer"
#: variable.c:504
#: variable.c:506
#, c-format
msgid "unrecognized data type name \"%s\""
msgstr "niezrozumiała nazwa typu danych \"%s\""
#: variable.c:515 variable.c:523 variable.c:540 variable.c:543
#: variable.c:517 variable.c:525 variable.c:542 variable.c:545
#, c-format
msgid "multidimensional arrays are not supported"
msgstr "wielowymiarowe tablice nie są wspierane"
#: variable.c:532
#: 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"
@@ -649,18 +645,21 @@ msgstr[0] "wielopoziomowe wskaźniki (więcej niż 2 poziomy) nie są wspierane;
msgstr[1] "wielopoziomowe wskaźniki (więcej niż 2 poziomy) nie są wspierane; znaleziono %d poziomy"
msgstr[2] "wielopoziomowe wskaźniki (więcej niż 2 poziomy) nie są wspierane; znaleziono %d poziomów"
#: variable.c:537
#: variable.c:539
#, c-format
msgid "pointer to pointer is not supported for this data type"
msgstr "wskazanie na wskaźnik nie jest wspierane dla tego typu danych"
#: variable.c:557
#: variable.c:559
#, c-format
msgid "multidimensional arrays for structures are not supported"
msgstr "wielowymiarowe tablice dla struktur nie są wspierane"
#~ msgid "COPY TO STDIN is not possible"
#~ msgstr "COPY TO STDIN nie jest możliwe"
#~ msgid "COPY FROM STDOUT is not possible"
#~ msgstr "COPY FROM STDOUT nie jest możliwe"
#~ msgid "COPY TO STDIN is not possible"
#~ msgstr "COPY TO STDIN nie jest możliwe"
#~ msgid " --version output version information, then exit\n"
#~ msgstr " --version wypisuje informacje o wersji i kończy\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2014-05-17 15:50-0300\n"
"POT-Creation-Date: 2016-10-21 01:53+0000\n"
"PO-Revision-Date: 2009-02-09 12:59-0200\n"
"Last-Translator: Euler Taveira de Oliveira <euler@timbira.com>\n"
"Language-Team: Brazilian Portuguese <pgbr-dev@listas.postgresql.org.br>\n"
@@ -28,27 +28,27 @@ msgstr "variável \"%s\" deve ter um tipo númerico"
msgid "descriptor \"%s\" does not exist"
msgstr "descritor \"%s\" não existe"
#: descriptor.c:161 descriptor.c:210
#: descriptor.c:161 descriptor.c:212
#, c-format
msgid "descriptor header item \"%d\" does not exist"
msgstr "item do cabeçalho do descritor \"%d\" não existe"
#: descriptor.c:182
#: descriptor.c:183
#, c-format
msgid "nullable is always 1"
msgstr "nullable é sempre 1"
#: descriptor.c:185
#: descriptor.c:186
#, c-format
msgid "key_member is always 0"
msgstr "key_member é sempre 0"
#: descriptor.c:277
#: descriptor.c:279
#, c-format
msgid "descriptor item \"%s\" is not implemented"
msgstr "item do descritor \"%s\" não está implementado"
#: descriptor.c:287
#: descriptor.c:289
#, c-format
msgid "descriptor item \"%s\" cannot be set"
msgstr "item do descritor \"%s\" não pode ser definido"
@@ -147,8 +147,8 @@ msgstr " -t habilita o auto efetivação de transações\n"
#: ecpg.c:57
#, c-format
msgid " --version output version information, then exit\n"
msgstr " --version mostra informação sobre a versão e termina\n"
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version mostra informação sobre a versão e termina\n"
#: ecpg.c:58
#, c-format
@@ -175,52 +175,52 @@ msgstr ""
"\n"
"Relate erros a <pgsql-bugs@postgresql.org>.\n"
#: ecpg.c:143
#: ecpg.c:139
#, c-format
msgid "%s: could not locate my own executable path\n"
msgstr "%s: não pôde localizar meu próprio caminho executável\n"
#: ecpg.c:186 ecpg.c:337 ecpg.c:347
#: ecpg.c:175 ecpg.c:326 ecpg.c:336
#, c-format
msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s: não pôde abrir arquivo \"%s\": %s\n"
#: ecpg.c:225 ecpg.c:238 ecpg.c:254 ecpg.c:279
#: ecpg.c:214 ecpg.c:227 ecpg.c:243 ecpg.c:268
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Tente \"%s --help\" para obter informações adicionais.\n"
#: ecpg.c:249
#: ecpg.c:238
#, c-format
msgid "%s: parser debug support (-d) not available\n"
msgstr "%s: suporte a depuração do analisador (-d) não está disponível\n"
#: ecpg.c:267
#: ecpg.c:256
#, c-format
msgid "%s, the PostgreSQL embedded C preprocessor, version %d.%d.%d\n"
msgstr "%s, the pré-processador C embutido do PostgreSQL, versão %d.%d.%d\n"
#: ecpg.c:269
#: ecpg.c:258
#, c-format
msgid "EXEC SQL INCLUDE ... search starts here:\n"
msgstr "EXEC SQL INCLUDE ... pesquisa inicia aqui:\n"
#: ecpg.c:272
#: ecpg.c:261
#, c-format
msgid "end of search list\n"
msgstr "fim da lista de pesquisa\n"
#: ecpg.c:278
#: ecpg.c:267
#, c-format
msgid "%s: no input files specified\n"
msgstr "%s: nenhum arquivo de entrada foi especificado\n"
#: ecpg.c:470
#: ecpg.c:459
#, c-format
msgid "cursor \"%s\" has been declared but not opened"
msgstr "cursor \"%s\" foi declarado mas não foi aberto"
#: ecpg.c:483 preproc.y:125
#: ecpg.c:472 preproc.y:125
#, c-format
msgid "could not remove output file \"%s\"\n"
msgstr "não pôde remover arquivo de saída \"%s\"\n"
@@ -250,77 +250,77 @@ msgstr "cadeia de caracteres hexadecimal não foi terminada"
msgid "unterminated quoted string"
msgstr "cadeia de caracteres entre aspas não foi terminada"
#: pgc.l:592 pgc.l:605
#: pgc.l:594 pgc.l:607
#, c-format
msgid "zero-length delimited identifier"
msgstr "identificador delimitado tem tamanho zero"
#: pgc.l:613
#: pgc.l:615
#, c-format
msgid "unterminated quoted identifier"
msgstr "identificador entre aspas não foi terminado"
#: pgc.l:867
#: pgc.l:869
#, c-format
msgid "nested /* ... */ comments"
msgstr "comentários /* ... */ aninhados"
#: pgc.l:960
#: pgc.l:962
#, c-format
msgid "missing identifier in EXEC SQL UNDEF command"
msgstr "faltando identificador no comando EXEC SQL UNDEF"
#: pgc.l:1006 pgc.l:1020
#: pgc.l:1008 pgc.l:1022
#, c-format
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
msgstr "faltando correspondente \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
#: pgc.l:1009 pgc.l:1022 pgc.l:1198
#: pgc.l:1011 pgc.l:1024 pgc.l:1200
#, c-format
msgid "missing \"EXEC SQL ENDIF;\""
msgstr "faltando \"EXEC SQL ENDIF;\""
#: pgc.l:1038 pgc.l:1057
#: pgc.l:1040 pgc.l:1059
#, c-format
msgid "more than one EXEC SQL ELSE"
msgstr "mais de um EXEC SQL ELSE"
#: pgc.l:1079 pgc.l:1093
#: pgc.l:1081 pgc.l:1095
#, c-format
msgid "unmatched EXEC SQL ENDIF"
msgstr "EXEC SQL ENDIF não tem correspondente"
#: pgc.l:1113
#: pgc.l:1115
#, c-format
msgid "too many nested EXEC SQL IFDEF conditions"
msgstr "muitas condições EXEC SQL IFDEF aninhadas"
#: pgc.l:1146
#: pgc.l:1148
#, c-format
msgid "missing identifier in EXEC SQL IFDEF command"
msgstr "faltando identificador no comando EXEC SQL IFDEF"
#: pgc.l:1155
#: pgc.l:1157
#, c-format
msgid "missing identifier in EXEC SQL DEFINE command"
msgstr "faltando identificador no comando EXEC SQL IFDEF"
#: pgc.l:1188
#: pgc.l:1190
#, c-format
msgid "syntax error in EXEC SQL INCLUDE command"
msgstr "erro de sintaxe no comando EXEC SQL INCLUDE"
#: pgc.l:1237
#: pgc.l:1239
#, c-format
msgid "internal error: unreachable state; please report this to <pgsql-bugs@postgresql.org>"
msgstr "erro interno: estado inacessível; por favor relato isso a <pgsql-bugs@postgresql.org>"
#: pgc.l:1362
#: pgc.l:1363
#, c-format
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
msgstr "Erro: caminho de inclusão \"%s/%s\" é muito longo na linha %d, ignorando\n"
#: pgc.l:1385
#: pgc.l:1386
#, c-format
msgid "could not open include file \"%s\" on line %d"
msgstr "não pôde abrir arquivo de inclusão \"%s\" na linha %d"
@@ -354,185 +354,185 @@ msgstr "inicializador não é permitido na definição do tipo"
msgid "type name \"string\" is reserved in Informix mode"
msgstr "nome de tipo \"string\" é reservado no modo Informix"
#: preproc.y:544 preproc.y:13853
#: preproc.y:544 preproc.y:13867
#, c-format
msgid "type \"%s\" is already defined"
msgstr "tipo \"%s\" já está definido"
#: preproc.y:568 preproc.y:14511 preproc.y:14832 variable.c:618
#: preproc.y:568 preproc.y:14525 preproc.y:14846 variable.c:620
#, c-format
msgid "multidimensional arrays for simple data types are not supported"
msgstr "matrizes multidimensionais para tipo de dados simples não são suportadas"
#: preproc.y:1577
#: preproc.y:1579
#, c-format
msgid "AT option not allowed in CLOSE DATABASE statement"
msgstr "opção AT não é permitida no comando CLOSE DATABASE"
#: preproc.y:1780
#: preproc.y:1782
#, c-format
msgid "AT option not allowed in CONNECT statement"
msgstr "opção AT não é permitida no comando CONNECT"
#: preproc.y:1814
#: preproc.y:1816
#, c-format
msgid "AT option not allowed in DISCONNECT statement"
msgstr "opção AT não é permitida no comando DISCONNECT"
#: preproc.y:1869
#: preproc.y:1871
#, c-format
msgid "AT option not allowed in SET CONNECTION statement"
msgstr "opção AT não é permitida no comando SET CONNECTION"
#: preproc.y:1891
#: preproc.y:1893
#, c-format
msgid "AT option not allowed in TYPE statement"
msgstr "opção AT não é permitida no comando TYPE"
#: preproc.y:1900
#: preproc.y:1902
#, c-format
msgid "AT option not allowed in VAR statement"
msgstr "opção AT não é permitida no comando VAR"
#: preproc.y:1907
#: preproc.y:1909
#, c-format
msgid "AT option not allowed in WHENEVER statement"
msgstr "opção AT não é permitida no comando WHENEVER"
#: preproc.y:2155 preproc.y:2160 preproc.y:2276 preproc.y:3614 preproc.y:4866
#: preproc.y:4875 preproc.y:5159 preproc.y:6562 preproc.y:7683 preproc.y:7688
#: preproc.y:10142 preproc.y:10739
#: preproc.y:2157 preproc.y:2162 preproc.y:2278 preproc.y:3656 preproc.y:4908
#: preproc.y:4917 preproc.y:5201 preproc.y:6604 preproc.y:7693 preproc.y:7698
#: preproc.y:10156 preproc.y:10753
#, c-format
msgid "unsupported feature will be passed to server"
msgstr "funcionalidade não suportada será enviada ao servidor"
#: preproc.y:2518
#: preproc.y:2536
#, c-format
msgid "SHOW ALL is not implemented"
msgstr "SHOW ALL não está implementado"
#: preproc.y:3002
#: preproc.y:3044
#, c-format
msgid "COPY FROM STDIN is not implemented"
msgstr "COPY FROM STDIN não está implementado"
#: preproc.y:8520 preproc.y:13442
#: preproc.y:8534 preproc.y:13456
#, c-format
msgid "using variable \"%s\" in different declare statements is not supported"
msgstr "utilizar variável \"%s\" em comandos de declaração diferentes não é suportado"
#: preproc.y:8522 preproc.y:13444
#: preproc.y:8536 preproc.y:13458
#, c-format
msgid "cursor \"%s\" is already defined"
msgstr "cursor \"%s\" já está definido"
#: preproc.y:8940
#: preproc.y:8954
#, c-format
msgid "no longer supported LIMIT #,# syntax passed to server"
msgstr "sintaxe LIMIT #,# que não é suportada foi enviada ao servidor"
#: preproc.y:9176 preproc.y:9183
#: preproc.y:9190 preproc.y:9197
#, c-format
msgid "subquery in FROM must have an alias"
msgstr "subconsulta no FROM deve ter um aliás"
#: preproc.y:13172
#: preproc.y:13186
#, c-format
msgid "CREATE TABLE AS cannot specify INTO"
msgstr "CREATE TABLE AS não pode especificar INTO"
#: preproc.y:13208
#: preproc.y:13222
#, c-format
msgid "expected \"@\", found \"%s\""
msgstr "esperado \"@\", encontrado \"%s\""
#: preproc.y:13220
#: preproc.y:13234
#, c-format
msgid "only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are supported"
msgstr "somente os protocolos \"tcp\" e \"unix\" e tipo banco de dados \"postgressql\" sãosuportados"
#: preproc.y:13223
#: preproc.y:13237
#, c-format
msgid "expected \"://\", found \"%s\""
msgstr "esperado \"://\", encontrado \"%s\""
#: preproc.y:13228
#: preproc.y:13242
#, c-format
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
msgstr "Soquetes de domínio Unix trabalham somente com \"localhost\" e não com \"%s\""
#: preproc.y:13254
#: preproc.y:13268
#, c-format
msgid "expected \"postgresql\", found \"%s\""
msgstr "esperado \"postgresql\", encontrado \"%s\""
#: preproc.y:13257
#: preproc.y:13271
#, c-format
msgid "invalid connection type: %s"
msgstr "tipo de conexão inválido: %s"
#: preproc.y:13266
#: preproc.y:13280
#, c-format
msgid "expected \"@\" or \"://\", found \"%s\""
msgstr "esperado \"@\" ou \"://\", encontrado \"%s\""
#: preproc.y:13341 preproc.y:13359
#: preproc.y:13355 preproc.y:13373
#, c-format
msgid "invalid data type"
msgstr "tipo de dado inválido"
#: preproc.y:13370 preproc.y:13387
#: preproc.y:13384 preproc.y:13401
#, c-format
msgid "incomplete statement"
msgstr "comando incompleto"
#: preproc.y:13373 preproc.y:13390
#: preproc.y:13387 preproc.y:13404
#, c-format
msgid "unrecognized token \"%s\""
msgstr "informação desconhecida \"%s\""
#: preproc.y:13664
#: preproc.y:13678
#, c-format
msgid "only data types numeric and decimal have precision/scale argument"
msgstr "somente os tipos de dados numeric e decimal possuem argumento de precisão/escala"
#: preproc.y:13676
#: preproc.y:13690
#, c-format
msgid "interval specification not allowed here"
msgstr "especificação de intervalo não é permitida aqui"
#: preproc.y:13828 preproc.y:13880
#: preproc.y:13842 preproc.y:13894
#, c-format
msgid "too many levels in nested structure/union definition"
msgstr "muitos níveis em definição aninhada de estrutura/união"
#: preproc.y:14019
#: preproc.y:14033
#, c-format
msgid "pointers to varchar are not implemented"
msgstr "ponteiros para varchar não estão implentados"
#: preproc.y:14206 preproc.y:14231
#: preproc.y:14220 preproc.y:14245
#, c-format
msgid "using unsupported DESCRIBE statement"
msgstr "utilizando comando DESCRIBE que não é suportado"
#: preproc.y:14478
#: preproc.y:14492
#, c-format
msgid "initializer not allowed in EXEC SQL VAR command"
msgstr "inicilização não é permitido no comando EXEC SQL VAR"
#: preproc.y:14790
#: preproc.y:14804
#, c-format
msgid "arrays of indicators are not allowed on input"
msgstr "matrizes do indicadores não são permitidas na entrada"
#: preproc.y:15011
#: preproc.y:15025
#, c-format
msgid "operator not allowed in variable definition"
msgstr "operador não é permitido na definição da variável"
#. translator: %s is typically the translation of "syntax error"
#: preproc.y:15049
#: preproc.y:15063
#, c-format
msgid "%s at or near \"%s\""
msgstr "%s em ou próximo a \"%s\""
@@ -622,34 +622,37 @@ msgstr "variável \"%s\" não é uma matriz"
msgid "variable \"%s\" is not declared"
msgstr "variável \"%s\" não foi declarada"
#: variable.c:492
#: variable.c:494
#, c-format
msgid "indicator variable must have an integer type"
msgstr "variável de indicador deve ter um tipo inteiro"
#: variable.c:504
#: variable.c:506
#, c-format
msgid "unrecognized data type name \"%s\""
msgstr "nome do tipo dados \"%s\" é desconhecido"
#: variable.c:515 variable.c:523 variable.c:540 variable.c:543
#: variable.c:517 variable.c:525 variable.c:542 variable.c:545
#, c-format
msgid "multidimensional arrays are not supported"
msgstr "matrizes multidimensionais não são suportadas"
#: variable.c:532
#: 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] "ponteiros com múltiplos níveis (mais do que 2 níveis) não são suportados; %d nível encontrado"
msgstr[1] "ponteiros com múltiplos níveis (mais do que 2 níveis) não são suportados; %d níveis encontrados"
#: variable.c:537
#: variable.c:539
#, c-format
msgid "pointer to pointer is not supported for this data type"
msgstr "ponteiro para ponteiro não é suportado para esse tipo de dado"
#: variable.c:557
#: variable.c:559
#, c-format
msgid "multidimensional arrays for structures are not supported"
msgstr "matrizes multidimensionais para estruturas não são suportadas"
#~ msgid " --version output version information, then exit\n"
#~ msgstr " --version mostra informação sobre a versão e termina\n"

View File

@@ -1,27 +1,22 @@
# Russian message translation file for ecpg
# Copyright (C) 2011 PostgreSQL Global Development Group
# Copyright (C) 2012-2016 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
# Alexander Lakhin <exclusion@gmail.com>, 2012.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2016.
#
# ChangeLog:
# - June 28, 2014: Alexander Lakhin <exclusion@gmail.com>.
# - April 2, 2012: Bug fixes. Alexander Lakhin <exclusion@gmail.com>.
# - February 22, 2012: Complete translation for 9.0, Alexander Lakhin <exclusion@gmail.com>.
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.2\n"
"Project-Id-Version: ecpg (PostgreSQL 9)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2014-08-02 06:37+0000\n"
"PO-Revision-Date: 2014-08-14 22:40+0400\n"
"Last-Translator: Dmitriy Olshevskiy <olshevskiy87@bk.ru>\n"
"Language-Team: Russian <pgtranslation-translators@pgfoundry.org>\n"
"POT-Creation-Date: 2016-10-24 02:53+0000\n"
"PO-Revision-Date: 2016-09-25 17:55+0300\n"
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Poedit 1.6.7\n"
#: descriptor.c:64
#, c-format
@@ -33,27 +28,27 @@ msgstr "переменная \"%s\" должна иметь числовой т
msgid "descriptor \"%s\" does not exist"
msgstr "дескриптор \"%s\" не существует"
#: descriptor.c:161 descriptor.c:210
#: descriptor.c:161 descriptor.c:212
#, c-format
msgid "descriptor header item \"%d\" does not exist"
msgstr "заголовок дескриптора не содержит элемент \"%d\""
#: descriptor.c:182
#: descriptor.c:183
#, c-format
msgid "nullable is always 1"
msgstr "NULLABLE всегда равно 1"
#: descriptor.c:185
#: descriptor.c:186
#, c-format
msgid "key_member is always 0"
msgstr "KEY_MEMBER всегда равно 0"
#: descriptor.c:277
#: descriptor.c:279
#, c-format
msgid "descriptor item \"%s\" is not implemented"
msgstr "поле \"%s\" в дескрипторе не реализовано"
#: descriptor.c:287
#: descriptor.c:289
#, c-format
msgid "descriptor item \"%s\" cannot be set"
msgstr "установить поле \"%s\" в дескрипторе нельзя"
@@ -153,8 +148,8 @@ msgstr " -t включить автофиксацию транза
#: ecpg.c:57
#, c-format
msgid " --version output version information, then exit\n"
msgstr " --version вывести версию и выйти\n"
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version показать версию и выйти\n"
#: ecpg.c:58
#, c-format
@@ -181,53 +176,53 @@ msgstr ""
"\n"
"Об ошибках сообщайте по адресу <pgsql-bugs@postgresql.org>.\n"
#: ecpg.c:143
#: ecpg.c:139
#, c-format
msgid "%s: could not locate my own executable path\n"
msgstr "%s: не удалось найти свой путь к исполняемым файлам\n"
#: ecpg.c:186 ecpg.c:337 ecpg.c:347
#: ecpg.c:175 ecpg.c:326 ecpg.c:336
#, c-format
msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s: не удалось открыть файл \"%s\": %s\n"
#: ecpg.c:225 ecpg.c:238 ecpg.c:254 ecpg.c:279
#: ecpg.c:214 ecpg.c:227 ecpg.c:243 ecpg.c:268
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Для дополнительной информации попробуйте \"%s --help\".\n"
#: ecpg.c:249
#: ecpg.c:238
#, c-format
msgid "%s: parser debug support (-d) not available\n"
msgstr "%s: отладочные сообщения при разборе (-d) не поддерживаются\n"
#: ecpg.c:267
#: ecpg.c:256
#, c-format
msgid "%s, the PostgreSQL embedded C preprocessor, version %d.%d.%d\n"
msgstr ""
"%s, препроцессор внедрённого в С языка СУБД PostgreSQL, версия %d.%d.%d\n"
#: ecpg.c:269
#: ecpg.c:258
#, c-format
msgid "EXEC SQL INCLUDE ... search starts here:\n"
msgstr "поиск файлов для EXEC SQL INCLUDE ... начинается в каталогах:\n"
#: ecpg.c:272
#: ecpg.c:261
#, c-format
msgid "end of search list\n"
msgstr "конец списка поиска\n"
#: ecpg.c:278
#: ecpg.c:267
#, c-format
msgid "%s: no input files specified\n"
msgstr "%s: нет входных файлов\n"
#: ecpg.c:470
#: ecpg.c:459
#, c-format
msgid "cursor \"%s\" has been declared but not opened"
msgstr "курсор \"%s\" был объявлен, но не открыт"
#: ecpg.c:483 preproc.y:125
#: ecpg.c:472 preproc.y:125
#, c-format
msgid "could not remove output file \"%s\"\n"
msgstr "ошибка при удалении выходного файла \"%s\"\n"
@@ -257,67 +252,67 @@ msgstr "оборванная шестнадцатеричная строка"
msgid "unterminated quoted string"
msgstr "незавершённая строка в кавычках"
#: pgc.l:592 pgc.l:605
#: pgc.l:594 pgc.l:607
#, c-format
msgid "zero-length delimited identifier"
msgstr "пустой идентификатор в кавычках"
#: pgc.l:613
#: pgc.l:615
#, c-format
msgid "unterminated quoted identifier"
msgstr "незавершённый идентификатор в кавычках"
#: pgc.l:867
#: pgc.l:869
#, c-format
msgid "nested /* ... */ comments"
msgstr "вложенные комментарии /* ... */"
#: pgc.l:960
#: pgc.l:962
#, c-format
msgid "missing identifier in EXEC SQL UNDEF command"
msgstr "в команде EXEC SQL UNDEF отсутствует идентификатор"
#: pgc.l:1006 pgc.l:1020
#: pgc.l:1008 pgc.l:1022
#, c-format
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
msgstr "нет соответствующего \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
#: pgc.l:1009 pgc.l:1022 pgc.l:1198
#: pgc.l:1011 pgc.l:1024 pgc.l:1200
#, c-format
msgid "missing \"EXEC SQL ENDIF;\""
msgstr "отсутствует \"EXEC SQL ENDIF;\""
#: pgc.l:1038 pgc.l:1057
#: pgc.l:1040 pgc.l:1059
#, c-format
msgid "more than one EXEC SQL ELSE"
msgstr "неоднократная команда EXEC SQL ELSE"
#: pgc.l:1079 pgc.l:1093
#: pgc.l:1081 pgc.l:1095
#, c-format
msgid "unmatched EXEC SQL ENDIF"
msgstr "непарная команда EXEC SQL ENDIF"
#: pgc.l:1113
#: pgc.l:1115
#, c-format
msgid "too many nested EXEC SQL IFDEF conditions"
msgstr "слишком много вложенных условий EXEC SQL IFDEF"
#: pgc.l:1146
#: pgc.l:1148
#, c-format
msgid "missing identifier in EXEC SQL IFDEF command"
msgstr "в команде EXEC SQL IFDEF отсутствует идентификатор"
#: pgc.l:1155
#: pgc.l:1157
#, c-format
msgid "missing identifier in EXEC SQL DEFINE command"
msgstr "в команде EXEC SQL DEFINE отсутствует идентификатор"
#: pgc.l:1188
#: pgc.l:1190
#, c-format
msgid "syntax error in EXEC SQL INCLUDE command"
msgstr "ошибка синтаксиса в команде EXEC SQL INCLUDE"
#: pgc.l:1237
#: pgc.l:1239
#, c-format
msgid ""
"internal error: unreachable state; please report this to <pgsql-"
@@ -326,14 +321,14 @@ msgstr ""
"внутренняя ошибка: недостижимое состояние; пожалуйста, сообщите в <pgsql-"
"bugs@postgresql.org>"
#: pgc.l:1362
#: pgc.l:1363
#, c-format
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
msgstr ""
"Ошибка: путь включаемых файлов \"%s/%s\" в строке %d слишком длинный, "
"пропускается\n"
#: pgc.l:1385
#: pgc.l:1386
#, c-format
msgid "could not open include file \"%s\" on line %d"
msgstr "не удалось открыть включаемый файл \"%s\" (строка %d)"
@@ -367,100 +362,100 @@ msgstr "определение типа не может включать ини
msgid "type name \"string\" is reserved in Informix mode"
msgstr "имя типа \"string\" в режиме Informix зарезервировано"
#: preproc.y:544 preproc.y:13853
#: preproc.y:544 preproc.y:13867
#, c-format
msgid "type \"%s\" is already defined"
msgstr "тип \"%s\" уже определён"
#: preproc.y:568 preproc.y:14511 preproc.y:14832 variable.c:618
#: preproc.y:568 preproc.y:14525 preproc.y:14846 variable.c:620
#, c-format
msgid "multidimensional arrays for simple data types are not supported"
msgstr "многомерные массивы с простыми типами данных не поддерживаются"
#: preproc.y:1577
#: preproc.y:1579
#, c-format
msgid "AT option not allowed in CLOSE DATABASE statement"
msgstr "оператор CLOSE DATABASE с параметром AT не поддерживается"
#: preproc.y:1780
#: preproc.y:1782
#, c-format
msgid "AT option not allowed in CONNECT statement"
msgstr "оператор CONNECT с параметром AT не поддерживается"
#: preproc.y:1814
#: preproc.y:1816
#, c-format
msgid "AT option not allowed in DISCONNECT statement"
msgstr "оператор DISCONNECT с параметром AT не поддерживается"
#: preproc.y:1869
#: preproc.y:1871
#, c-format
msgid "AT option not allowed in SET CONNECTION statement"
msgstr "оператор SET CONNECTION с параметром AT не поддерживается"
#: preproc.y:1891
#: preproc.y:1893
#, c-format
msgid "AT option not allowed in TYPE statement"
msgstr "оператор TYPE с параметром AT не поддерживается"
#: preproc.y:1900
#: preproc.y:1902
#, c-format
msgid "AT option not allowed in VAR statement"
msgstr "оператор VAR с параметром AT не поддерживается"
#: preproc.y:1907
#: preproc.y:1909
#, c-format
msgid "AT option not allowed in WHENEVER statement"
msgstr "оператор WHENEVER с параметром AT не поддерживается"
#: preproc.y:2155 preproc.y:2160 preproc.y:2276 preproc.y:3614 preproc.y:4866
#: preproc.y:4875 preproc.y:5159 preproc.y:6562 preproc.y:7683 preproc.y:7688
#: preproc.y:10142 preproc.y:10739
#: preproc.y:2157 preproc.y:2162 preproc.y:2278 preproc.y:3656 preproc.y:4908
#: preproc.y:4917 preproc.y:5201 preproc.y:6604 preproc.y:7693 preproc.y:7698
#: preproc.y:10156 preproc.y:10753
#, c-format
msgid "unsupported feature will be passed to server"
msgstr "неподдерживаемая функция будет передана серверу"
#: preproc.y:2518
#: preproc.y:2536
#, c-format
msgid "SHOW ALL is not implemented"
msgstr "SHOW ALL не реализовано"
#: preproc.y:3002
#: preproc.y:3044
#, c-format
msgid "COPY FROM STDIN is not implemented"
msgstr "операция COPY FROM STDIN не реализована"
#: preproc.y:8520 preproc.y:13442
#: preproc.y:8534 preproc.y:13456
#, c-format
msgid "using variable \"%s\" in different declare statements is not supported"
msgstr ""
"использование переменной \"%s\" в разных операторах DECLARE не поддерживается"
#: preproc.y:8522 preproc.y:13444
#: preproc.y:8536 preproc.y:13458
#, c-format
msgid "cursor \"%s\" is already defined"
msgstr "курсор \"%s\" уже определён"
#: preproc.y:8940
#: preproc.y:8954
#, c-format
msgid "no longer supported LIMIT #,# syntax passed to server"
msgstr "не поддерживаемое более предложение LIMIT #,# передано на сервер"
#: preproc.y:9176 preproc.y:9183
#: preproc.y:9190 preproc.y:9197
#, c-format
msgid "subquery in FROM must have an alias"
msgstr "подзапрос во FROM должен иметь псевдоним"
#: preproc.y:13172
#: preproc.y:13186
#, c-format
msgid "CREATE TABLE AS cannot specify INTO"
msgstr "в CREATE TABLE AS нельзя указать INTO"
#: preproc.y:13208
#: preproc.y:13222
#, c-format
msgid "expected \"@\", found \"%s\""
msgstr "ожидался знак \"@\", но на этом месте \"%s\""
#: preproc.y:13220
#: preproc.y:13234
#, c-format
msgid ""
"only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are "
@@ -469,90 +464,90 @@ msgstr ""
"поддерживаются только протоколы \"tcp\" и \"unix\", а тип базы данных - "
"\"postgresql\""
#: preproc.y:13223
#: preproc.y:13237
#, c-format
msgid "expected \"://\", found \"%s\""
msgstr "ожидалось \"://\", но на этом месте \"%s\""
#: preproc.y:13228
#: preproc.y:13242
#, c-format
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
msgstr ""
"Доменные сокеты Unix работают только с \"localhost\", но не с адресом \"%s\""
#: preproc.y:13254
#: preproc.y:13268
#, c-format
msgid "expected \"postgresql\", found \"%s\""
msgstr "ожидался тип \"postgresql\", но на этом месте \"%s\""
#: preproc.y:13257
#: preproc.y:13271
#, c-format
msgid "invalid connection type: %s"
msgstr "неверный тип подключения: %s"
#: preproc.y:13266
#: preproc.y:13280
#, c-format
msgid "expected \"@\" or \"://\", found \"%s\""
msgstr "ожидалось \"@\" или \"://\", но на этом месте \"%s\""
#: preproc.y:13341 preproc.y:13359
#: preproc.y:13355 preproc.y:13373
#, c-format
msgid "invalid data type"
msgstr "неверный тип данных"
#: preproc.y:13370 preproc.y:13387
#: preproc.y:13384 preproc.y:13401
#, c-format
msgid "incomplete statement"
msgstr "неполный оператор"
#: preproc.y:13373 preproc.y:13390
#: preproc.y:13387 preproc.y:13404
#, c-format
msgid "unrecognized token \"%s\""
msgstr "нераспознанное ключевое слово \"%s\""
#: preproc.y:13664
#: preproc.y:13678
#, c-format
msgid "only data types numeric and decimal have precision/scale argument"
msgstr ""
"точность/масштаб можно указать только для типов данных numeric и decimal"
#: preproc.y:13676
#: preproc.y:13690
#, c-format
msgid "interval specification not allowed here"
msgstr "определение интервала здесь не допускается"
#: preproc.y:13828 preproc.y:13880
#: preproc.y:13842 preproc.y:13894
#, c-format
msgid "too many levels in nested structure/union definition"
msgstr "слишком много уровней в определении вложенной структуры/объединения"
#: preproc.y:14019
#: preproc.y:14033
#, c-format
msgid "pointers to varchar are not implemented"
msgstr "указатели на varchar не реализованы"
#: preproc.y:14206 preproc.y:14231
#: preproc.y:14220 preproc.y:14245
#, c-format
msgid "using unsupported DESCRIBE statement"
msgstr "используется неподдерживаемый оператор DESCRIBE"
#: preproc.y:14478
#: preproc.y:14492
#, c-format
msgid "initializer not allowed in EXEC SQL VAR command"
msgstr "команда EXEC SQL VAR не может включать инициализатор"
#: preproc.y:14790
#: preproc.y:14804
#, c-format
msgid "arrays of indicators are not allowed on input"
msgstr "массивы индикаторов на входе недопустимы"
#: preproc.y:15011
#: preproc.y:15025
#, c-format
msgid "operator not allowed in variable definition"
msgstr "недопустимый оператор в определении переменной"
#. translator: %s is typically the translation of "syntax error"
#: preproc.y:15049
#: preproc.y:15063
#, c-format
msgid "%s at or near \"%s\""
msgstr "%s (примерное положение: \"%s\")"
@@ -643,22 +638,22 @@ msgstr "переменная \"%s\" - не массив"
msgid "variable \"%s\" is not declared"
msgstr "переменная \"%s\" не объявлена"
#: variable.c:492
#: variable.c:494
#, c-format
msgid "indicator variable must have an integer type"
msgstr "переменная-индикатор должна быть целочисленной"
#: variable.c:504
#: variable.c:506
#, c-format
msgid "unrecognized data type name \"%s\""
msgstr "нераспознанное имя типа данных \"%s\""
#: variable.c:515 variable.c:523 variable.c:540 variable.c:543
#: variable.c:517 variable.c:525 variable.c:542 variable.c:545
#, c-format
msgid "multidimensional arrays are not supported"
msgstr "многомерные массивы не поддерживаются"
#: variable.c:532
#: variable.c:534
#, c-format
msgid ""
"multilevel pointers (more than 2 levels) are not supported; found %d level"
@@ -674,12 +669,12 @@ msgstr[2] ""
"многоуровневые указатели (больше 2 уровней) не поддерживаются, обнаружено %d "
"уровней"
#: variable.c:537
#: variable.c:539
#, c-format
msgid "pointer to pointer is not supported for this data type"
msgstr "для этого типа данных указатели на указатели не поддерживаются"
#: variable.c:557
#: variable.c:559
#, c-format
msgid "multidimensional arrays for structures are not supported"
msgstr "многомерные массивы структур не поддерживаются"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ecpg (PostgreSQL 9.0)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2014-11-22 21:07+0000\n"
"POT-Creation-Date: 2016-10-21 01:53+0000\n"
"PO-Revision-Date: 2014-11-24 15:21+0800\n"
"Last-Translator: Xiong He <iihero@qq.com>\n"
"Language-Team: Chinese (Simplified)\n"
@@ -28,27 +28,27 @@ msgstr "变量 \"%s\"必须是数值类型"
msgid "descriptor \"%s\" does not exist"
msgstr "描述符\"%s\"不存在"
#: descriptor.c:161 descriptor.c:210
#: descriptor.c:161 descriptor.c:212
#, c-format
msgid "descriptor header item \"%d\" does not exist"
msgstr "描述符标题成员\"%d\"不存在"
#: descriptor.c:182
#: descriptor.c:183
#, c-format
msgid "nullable is always 1"
msgstr "可为空永远用1表示"
#: descriptor.c:185
#: descriptor.c:186
#, c-format
msgid "key_member is always 0"
msgstr "key_member永远是0"
#: descriptor.c:277
#: descriptor.c:279
#, c-format
msgid "descriptor item \"%s\" is not implemented"
msgstr "没有使用描述符成员\"%s\"."
#: descriptor.c:287
#: descriptor.c:289
#, c-format
msgid "descriptor item \"%s\" cannot be set"
msgstr "无法设置描述符成员 \"%s\""
@@ -108,8 +108,7 @@ msgstr " -D SYMBOL 定义SYMBOL\n"
#: ecpg.c:49
#, c-format
msgid ""
" -h parse a header file, this option includes option \"-c\"\n"
msgid " -h parse a header file, this option includes option \"-c\"\n"
msgstr "-h 分析一个头文件,这个选项包含选项\"-c\"\n"
#: ecpg.c:50
@@ -148,8 +147,8 @@ msgstr " -t 打开事务的自动提交功能\n"
#: ecpg.c:57
#, c-format
msgid " --version output version information, then exit\n"
msgstr " --version 输出版本信息,然后退出\n"
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version 输出版本信息,然后退出\n"
#: ecpg.c:58
#, c-format
@@ -164,8 +163,7 @@ msgid ""
"input file name, after stripping off .pgc if present.\n"
msgstr ""
"\n"
"如果没有指定输出文件,那么输出文件名将由输入文件名(如果有后缀,那么去掉."
"pgc)\n"
"如果没有指定输出文件,那么输出文件名将由输入文件名(如果有后缀,那么去掉.pgc)\n"
"加上.c的后缀名组成.\n"
#: ecpg.c:61
@@ -177,53 +175,52 @@ msgstr ""
"\n"
"错误报告至 <pgsql-bugs@postgresql.org>.\n"
#: ecpg.c:143
#: ecpg.c:139
#, c-format
#| msgid "%s: could not find own executable\n"
msgid "%s: could not locate my own executable path\n"
msgstr "%s: 找不到我的可执行文件路径\n"
#: ecpg.c:186 ecpg.c:337 ecpg.c:347
#: ecpg.c:175 ecpg.c:326 ecpg.c:336
#, c-format
msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s: 无法打开文件 \"%s\": %s\n"
#: ecpg.c:225 ecpg.c:238 ecpg.c:254 ecpg.c:279
#: ecpg.c:214 ecpg.c:227 ecpg.c:243 ecpg.c:268
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "请用 \"%s --help\" 获取更多的信息.\n"
#: ecpg.c:249
#: ecpg.c:238
#, c-format
msgid "%s: parser debug support (-d) not available\n"
msgstr "%s: 解析器跟踪调试支持(-d)无效\n"
#: ecpg.c:267
#: ecpg.c:256
#, c-format
msgid "%s, the PostgreSQL embedded C preprocessor, version %d.%d.%d\n"
msgstr "%s, PostgreSQL嵌入式C语言预处理器, 版本%d.%d.%d\n"
#: ecpg.c:269
#: ecpg.c:258
#, c-format
msgid "EXEC SQL INCLUDE ... search starts here:\n"
msgstr "EXEC SQL INCLUDE ... 从这里开始搜索:\n"
#: ecpg.c:272
#: ecpg.c:261
#, c-format
msgid "end of search list\n"
msgstr "搜索列表的结束部分\n"
#: ecpg.c:278
#: ecpg.c:267
#, c-format
msgid "%s: no input files specified\n"
msgstr "%s: 没有指定输入文件\n"
#: ecpg.c:470
#: ecpg.c:459
#, c-format
msgid "cursor \"%s\" has been declared but not opened"
msgstr "已经声明了游标\"%s\",但是没有打开"
#: ecpg.c:483 preproc.y:125
#: ecpg.c:472 preproc.y:125
#, c-format
msgid "could not remove output file \"%s\"\n"
msgstr "无法删除输出文件 \"%s\"\n"
@@ -253,80 +250,77 @@ msgstr "未结束的16进制字符串常量"
msgid "unterminated quoted string"
msgstr "未结束的引用字符串"
#: pgc.l:592 pgc.l:605
#: pgc.l:594 pgc.l:607
#, c-format
msgid "zero-length delimited identifier"
msgstr "长度为0的分隔标识符"
#: pgc.l:613
#: pgc.l:615
#, c-format
msgid "unterminated quoted identifier"
msgstr "未结束的引用标识符"
#: pgc.l:867
#: pgc.l:869
#, c-format
#| msgid "unterminated /* comment"
msgid "nested /* ... */ comments"
msgstr "有嵌套注释/*...*/"
#: pgc.l:960
#: pgc.l:962
#, c-format
msgid "missing identifier in EXEC SQL UNDEF command"
msgstr "在EXEC SQL UNDEF命令中丢失标识符"
#: pgc.l:1006 pgc.l:1020
#: pgc.l:1008 pgc.l:1022
#, c-format
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
msgstr "丢失匹配 \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
#: pgc.l:1009 pgc.l:1022 pgc.l:1198
#: pgc.l:1011 pgc.l:1024 pgc.l:1200
#, c-format
msgid "missing \"EXEC SQL ENDIF;\""
msgstr "\"EXEC SQL ENDIF;\"丢失"
#: pgc.l:1038 pgc.l:1057
#: pgc.l:1040 pgc.l:1059
#, c-format
msgid "more than one EXEC SQL ELSE"
msgstr "多个EXEC SQL ELSE"
#: pgc.l:1079 pgc.l:1093
#: pgc.l:1081 pgc.l:1095
#, c-format
msgid "unmatched EXEC SQL ENDIF"
msgstr "EXEC SQL ENDIF不匹配"
#: pgc.l:1113
#: pgc.l:1115
#, c-format
msgid "too many nested EXEC SQL IFDEF conditions"
msgstr "嵌套EXEC SQL IFDEF条件太多"
#: pgc.l:1146
#: pgc.l:1148
#, c-format
msgid "missing identifier in EXEC SQL IFDEF command"
msgstr "在EXEC SQL IFDEF命令中丢失标识符"
#: pgc.l:1155
#: pgc.l:1157
#, c-format
msgid "missing identifier in EXEC SQL DEFINE command"
msgstr "在EXEC SQL DEFINE命令中丢失标识符"
#: pgc.l:1188
#: pgc.l:1190
#, c-format
msgid "syntax error in EXEC SQL INCLUDE command"
msgstr "在EXEC SQL INCLUDE命令中出现语法错误"
#: pgc.l:1237
#: pgc.l:1239
#, c-format
msgid ""
"internal error: unreachable state; please report this to <pgsql-"
"bugs@postgresql.org>"
msgid "internal error: unreachable state; please report this to <pgsql-bugs@postgresql.org>"
msgstr "内部错误:不可到达的状态;请向<pgsql-bugs@postgresql.org>发送报告"
#: pgc.l:1362
#: pgc.l:1363
#, c-format
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
msgstr "错误:在第%3$d行上包含路径\"%1$s/%2$s\"太长,跳过\n"
#: pgc.l:1385
#: pgc.l:1386
#, c-format
msgid "could not open include file \"%s\" on line %d"
msgstr "在第%2$d行无法打开应用文件\"%1$s\""
@@ -365,7 +359,7 @@ msgstr "在Informix模式中类型名称\"string\" 是被保留的"
msgid "type \"%s\" is already defined"
msgstr "已定义类型\"%s\" "
#: preproc.y:568 preproc.y:14525 preproc.y:14846 variable.c:618
#: preproc.y:568 preproc.y:14525 preproc.y:14846 variable.c:620
#, c-format
msgid "multidimensional arrays for simple data types are not supported"
msgstr "不支持针对简单数据类型的多维数组"
@@ -454,9 +448,7 @@ msgstr "期望 \"@\", 但是找到了\"%s\""
#: preproc.y:13234
#, 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 "只支持协议\"tcp\"和 \"unix\"以及数据库类型 \"postgresql\""
#: preproc.y:13237
@@ -536,7 +528,6 @@ msgstr "在输入上不允许使用标识数组"
#: preproc.y:15025
#, c-format
#| msgid "initializer not allowed in type definition"
msgid "operator not allowed in variable definition"
msgstr "操作符不允许出现在变量定义当中"
@@ -568,8 +559,7 @@ msgstr "变量\"%s\"是由一个局部变量隐藏的"
#: type.c:275
#, 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 "标记变量(indicator variable)\"%s\"是由一个不同类型的局部变量隐藏的。"
#: type.c:277
@@ -632,53 +622,54 @@ msgstr "变量\"%s\"不是一个数组"
msgid "variable \"%s\" is not declared"
msgstr "没有声明变量\"%s\""
#: variable.c:492
#: variable.c:494
#, c-format
msgid "indicator variable must have an integer type"
msgstr "标记变量必须有一个整数类型"
#: variable.c:504
#: variable.c:506
#, c-format
msgid "unrecognized data type name \"%s\""
msgstr "无法识别的数据类型名称 \"%s\""
#: variable.c:515 variable.c:523 variable.c:540 variable.c:543
#: variable.c:517 variable.c:525 variable.c:542 variable.c:545
#, c-format
msgid "multidimensional arrays are not supported"
msgstr "不支持多维数组"
#: variable.c:532
#: 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] "不支持多级指针超过2级找到了%d级指针."
#: variable.c:537
#: variable.c:539
#, c-format
msgid "pointer to pointer is not supported for this data type"
msgstr "对于这种数据类型不支持指向指针的指针"
#: variable.c:557
#: variable.c:559
#, c-format
msgid "multidimensional arrays for structures are not supported"
msgstr "不支持结构类型的多维数组"
#~ msgid "AT option not allowed in DEALLOCATE statement"
#~ msgstr "在DEALLOCATE语句中不允许使用AT选项"
#~ msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE"
#~ msgstr "约束声明 INITIALLY DEFERRED 必须为 DEFERRABLE"
#~ msgid "OLD used in query that is not in a rule"
#~ msgstr "查询中使用的 OLD 不在一个规则中"
#~ msgid "NEW used in query that is not in a rule"
#~ msgstr "查询中使用的 NEW 不在一个规则中"
#~ msgid "COPY TO STDIN is not possible"
#~ msgstr "不能进行COPY TO STDIN的操作"
#~ msgid "COPY FROM STDOUT is not possible"
#~ msgstr "不能进行COPY FROM STDOUT的操作"
#~ msgid "COPY TO STDIN is not possible"
#~ msgstr "不能进行COPY TO STDIN的操作"
#~ msgid "NEW used in query that is not in a rule"
#~ msgstr "查询中使用的 NEW 不在一个规则中"
#~ msgid "OLD used in query that is not in a rule"
#~ msgstr "查询中使用的 OLD 不在一个规则中"
#~ msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE"
#~ msgstr "约束声明 INITIALLY DEFERRED 必须为 DEFERRABLE"
#~ msgid "AT option not allowed in DEALLOCATE statement"
#~ msgstr "在DEALLOCATE语句中不允许使用AT选项"
#~ msgid " --version output version information, then exit\n"
#~ msgstr " --version 输出版本信息,然后退出\n"

File diff suppressed because it is too large Load Diff

View File

@@ -677,13 +677,13 @@ msgstr "无法判断函数 lowrite 的 OID\n"
#: fe-misc.c:295
#, c-format
msgid "integer of size %lu not supported by pqGetInt"
msgstr "pgGetInt 不支持大小为 %lu 的整数"
msgstr "pqGetInt 不支持大小为 %lu 的整数"
# fe-misc.c:341
#: fe-misc.c:331
#, c-format
msgid "integer of size %lu not supported by pqPutInt"
msgstr "pgPutInt 不支持大小为 %lu 的整数"
msgstr "pqPutInt 不支持大小为 %lu 的整数"
# fe-misc.c:450 fe-misc.c:642 fe-misc.c:798
#: fe-misc.c:642 fe-misc.c:841

View File

@@ -650,13 +650,13 @@ msgstr "無法判斷函式 lowrite 的 OID\n"
#: fe-misc.c:270
#, c-format
msgid "integer of size %lu not supported by pqGetInt"
msgstr "pgGetInt 不支援大小為 %lu 的整數 "
msgstr "pqGetInt 不支援大小為 %lu 的整數 "
# fe-misc.c:264
#: fe-misc.c:306
#, c-format
msgid "integer of size %lu not supported by pqPutInt"
msgstr "pgPutInt 不支援大小為 %lu 的整數"
msgstr "pqPutInt 不支援大小為 %lu 的整數"
# fe-misc.c:544
# fe-misc.c:748