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: 10b675b81a3a04bac460cb049e0b7b6e17fb4795
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# src/interfaces/ecpg/ecpglib/nls.mk
|
||||
CATALOG_NAME = ecpglib
|
||||
AVAIL_LANGUAGES = cs de es fr it ja ko pl pt_BR ru sv tr uk vi zh_CN
|
||||
AVAIL_LANGUAGES = cs de el es fr it ja ko pl pt_BR ru sv tr uk vi zh_CN
|
||||
GETTEXT_FILES = connect.c descriptor.c error.c execute.c misc.c
|
||||
GETTEXT_TRIGGERS = ecpg_gettext
|
||||
GETTEXT_FLAGS = ecpg_gettext:1:pass-c-format
|
||||
|
200
src/interfaces/ecpg/ecpglib/po/el.po
Normal file
200
src/interfaces/ecpg/ecpglib/po/el.po
Normal file
@@ -0,0 +1,200 @@
|
||||
# Greek message translation file for ecpglib
|
||||
# Copyright (C) 2021 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the ecpglib (PostgreSQL) package.
|
||||
# Georgios Kokolatos <gkokolatos@pm.me>, 2021.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ecpglib (PostgreSQL) 14\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2021-08-20 09:09+0000\n"
|
||||
"PO-Revision-Date: 2021-08-23 10:40+0200\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 3.0\n"
|
||||
"Last-Translator: Georgios Kokolatos <gkokolatos@pm.me>\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Language: el\n"
|
||||
|
||||
#: connect.c:237
|
||||
msgid "empty message text"
|
||||
msgstr "κενό κείμενο μηνύματος"
|
||||
|
||||
#: connect.c:405 connect.c:627
|
||||
msgid "<DEFAULT>"
|
||||
msgstr "<DEFAULT>"
|
||||
|
||||
#: descriptor.c:871 misc.c:119
|
||||
msgid "NULL"
|
||||
msgstr "NULL"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:33
|
||||
#, c-format
|
||||
msgid "no data found on line %d"
|
||||
msgstr "δεν βρέθηκαν δεδομένα στη γραμμή %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:40
|
||||
#, c-format
|
||||
msgid "out of memory on line %d"
|
||||
msgstr "έλλειψη μνήμης στη γραμμή %d"
|
||||
|
||||
#. 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"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:54
|
||||
#, c-format
|
||||
msgid "too many arguments on line %d"
|
||||
msgstr "πάρα πολλές παράμετροι στη γραμμή %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:61
|
||||
#, c-format
|
||||
msgid "too few arguments on line %d"
|
||||
msgstr "πολύ λίγες παράμετροι στη γραμμή %d"
|
||||
|
||||
#. 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 "μη έγκυρη σύνταξη εισόδου για τύπο int: «%s», στη γραμμή %d"
|
||||
|
||||
#. 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 "μη έγκυρη σύνταξη εισόδου για τύπο unsigned int: «%s», στη γραμμή %d"
|
||||
|
||||
#. 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 "μη έγκυρη σύνταξη εισόδου για τύπο floating-point: «%s», on-line %d"
|
||||
|
||||
#. 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 "μη έγκυρη σύνταξη για τύπο boolean: «%s», στη γραμμή %d"
|
||||
|
||||
#. 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"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:102
|
||||
#, c-format
|
||||
msgid "empty query on line %d"
|
||||
msgstr "άδειο ερώτημα στη γραμμή %d"
|
||||
|
||||
#. 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"
|
||||
|
||||
#. 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"
|
||||
|
||||
#. 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"
|
||||
|
||||
#. 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"
|
||||
|
||||
#. 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"
|
||||
|
||||
#. 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"
|
||||
|
||||
#. 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"
|
||||
|
||||
#. 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"
|
||||
|
||||
#. 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"
|
||||
|
||||
#. 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"
|
||||
|
||||
#. 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"
|
||||
|
||||
#. 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"
|
||||
|
||||
#. 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"
|
||||
|
||||
#. 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"
|
||||
|
||||
#. 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:254
|
||||
msgid "the connection to the server was lost"
|
||||
msgstr "η σύνδεση στον διακομιστή χάθηκε"
|
||||
|
||||
#: error.c:346
|
||||
#, c-format
|
||||
msgid "SQL error: %s\n"
|
||||
msgstr "SQL σφάλμα: %s\n"
|
||||
|
||||
#: execute.c:2196 execute.c:2203
|
||||
msgid "<empty>"
|
||||
msgstr "<empty>"
|
@@ -6,8 +6,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ecpglib (PostgreSQL 12 beta 1)\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2021-06-30 13:09+0900\n"
|
||||
"PO-Revision-Date: 2021-05-18 19:00+0900\n"
|
||||
"POT-Creation-Date: 2021-08-20 15:39+0900\n"
|
||||
"PO-Revision-Date: 2021-08-19 15:13+0900\n"
|
||||
"Last-Translator: Kyotaro Horiguchi <horikyota.ntt@gmail.com>\n"
|
||||
"Language-Team: Japan PostgreSQL Users Group <jpug-doc@ml.postgresql.jp>\n"
|
||||
"Language: ja\n"
|
||||
@@ -19,7 +19,7 @@ msgstr ""
|
||||
|
||||
#: connect.c:237
|
||||
msgid "empty message text"
|
||||
msgstr "メッセージテキストが空です"
|
||||
msgstr "空のメッセージテキスト"
|
||||
|
||||
#: connect.c:405 connect.c:627
|
||||
msgid "<DEFAULT>"
|
||||
|
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ecpglib (PostgreSQL current)\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2020-09-03 11:22+0300\n"
|
||||
"POT-Creation-Date: 2021-09-13 07:55+0300\n"
|
||||
"PO-Revision-Date: 2019-09-09 13:30+0300\n"
|
||||
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
|
||||
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
|
||||
@@ -21,7 +21,7 @@ msgstr ""
|
||||
msgid "empty message text"
|
||||
msgstr "пустое сообщение"
|
||||
|
||||
#: connect.c:401 connect.c:430 connect.c:653
|
||||
#: connect.c:405 connect.c:634
|
||||
msgid "<DEFAULT>"
|
||||
msgstr "<ПО_УМОЛЧАНИЮ>"
|
||||
|
||||
@@ -191,7 +191,7 @@ msgstr "SQL-ошибка %d в строке %d"
|
||||
msgid "the connection to the server was lost"
|
||||
msgstr "подключение к серверу потеряно"
|
||||
|
||||
#: error.c:347
|
||||
#: error.c:346
|
||||
#, c-format
|
||||
msgid "SQL error: %s\n"
|
||||
msgstr "ошибка SQL: %s\n"
|
||||
|
@@ -2,11 +2,11 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: postgresql\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2020-09-21 21:09+0000\n"
|
||||
"PO-Revision-Date: 2020-09-22 13:43\n"
|
||||
"Last-Translator: pasha_golub\n"
|
||||
"POT-Creation-Date: 2021-06-10 08:39+0000\n"
|
||||
"PO-Revision-Date: 2021-08-17 10:54\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Ukrainian\n"
|
||||
"Language: uk\n"
|
||||
"Language: uk_UA\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
@@ -14,14 +14,14 @@ msgstr ""
|
||||
"X-Crowdin-Project: postgresql\n"
|
||||
"X-Crowdin-Project-ID: 324573\n"
|
||||
"X-Crowdin-Language: uk\n"
|
||||
"X-Crowdin-File: /DEV_13/ecpglib.pot\n"
|
||||
"X-Crowdin-File-ID: 482\n"
|
||||
"X-Crowdin-File: /REL_14_DEV/ecpglib.pot\n"
|
||||
"X-Crowdin-File-ID: 746\n"
|
||||
|
||||
#: connect.c:237
|
||||
msgid "empty message text"
|
||||
msgstr "пусте повідомлення"
|
||||
|
||||
#: connect.c:401 connect.c:430 connect.c:653
|
||||
#: connect.c:405 connect.c:627
|
||||
msgid "<DEFAULT>"
|
||||
msgstr "<ЗА_ЗАМОВЧУВАННЯМ>"
|
||||
|
||||
@@ -189,7 +189,7 @@ msgstr "помилка SQL %d в рядку %d"
|
||||
msgid "the connection to the server was lost"
|
||||
msgstr "з'єднання із сервером втрачено"
|
||||
|
||||
#: error.c:347
|
||||
#: error.c:346
|
||||
#, c-format
|
||||
msgid "SQL error: %s\n"
|
||||
msgstr "помилка SQL: %s\n"
|
||||
|
@@ -5,26 +5,26 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ecpglib (PostgreSQL) 12\n"
|
||||
"Project-Id-Version: ecpglib (PostgreSQL) 14\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2019-05-22 17:56+0800\n"
|
||||
"PO-Revision-Date: 2019-05-24 18:50+0800\n"
|
||||
"Last-Translator: Jie Zhang <zhangjie2@cn.fujitsu.com>\n"
|
||||
"Language-Team: Chinese (Simplified) <zhangjie2@cn.fujitsu.com>\n"
|
||||
"POT-Creation-Date: 2021-08-14 05:39+0000\n"
|
||||
"PO-Revision-Date: 2021-08-15 18:50+0800\n"
|
||||
"Last-Translator: Jie Zhang <zhangjie2@fujitsu.com>\n"
|
||||
"Language-Team: Chinese (Simplified) <zhangjie2@fujitsu.com>\n"
|
||||
"Language: zh_CN\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: zh_CN\n"
|
||||
|
||||
#: connect.c:237
|
||||
msgid "empty message text"
|
||||
msgstr "消息文本为空"
|
||||
|
||||
#: connect.c:403 connect.c:432 connect.c:640
|
||||
#: connect.c:405 connect.c:627
|
||||
msgid "<DEFAULT>"
|
||||
msgstr "<DEFAULT>"
|
||||
|
||||
#: descriptor.c:888 misc.c:120
|
||||
#: descriptor.c:871 misc.c:119
|
||||
msgid "NULL"
|
||||
msgstr "NULL"
|
||||
|
||||
@@ -181,24 +181,19 @@ msgstr "在第%2$d行上无法连接数据库\"%1$s\""
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:207
|
||||
#, c-format
|
||||
msgid "The cursor is invalid on line %d"
|
||||
msgstr "游标在第%d行无效"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:214
|
||||
#, c-format
|
||||
msgid "SQL error %d on line %d"
|
||||
msgstr "在第%2$d行上的SQL命令发生错误 代码%1$d"
|
||||
|
||||
#: error.c:261
|
||||
#: error.c:254
|
||||
msgid "the connection to the server was lost"
|
||||
msgstr "与服务器的连接丢失"
|
||||
|
||||
#: error.c:354
|
||||
#: error.c:346
|
||||
#, c-format
|
||||
msgid "SQL error: %s\n"
|
||||
msgstr "SQL语句错误: %s\n"
|
||||
|
||||
#: execute.c:2174 execute.c:2181
|
||||
#: execute.c:2196 execute.c:2203
|
||||
msgid "<empty>"
|
||||
msgstr "<空>"
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# src/interfaces/ecpg/preproc/nls.mk
|
||||
CATALOG_NAME = ecpg
|
||||
AVAIL_LANGUAGES = cs de es fr it ja ko pl pt_BR ru sv tr uk vi zh_CN zh_TW
|
||||
AVAIL_LANGUAGES = cs de el es fr it ja ko pl pt_BR ru sv tr uk vi zh_CN zh_TW
|
||||
GETTEXT_FILES = descriptor.c ecpg.c pgc.c preproc.c type.c variable.c
|
||||
GETTEXT_TRIGGERS = mmerror:3 mmfatal:2
|
||||
GETTEXT_FLAGS = mmerror:3:c-format mmfatal:2:c-format
|
||||
|
@@ -8,7 +8,7 @@ msgstr ""
|
||||
"Project-Id-Version: ecpg-cs (PostgreSQL 9.3)\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2020-10-31 16:09+0000\n"
|
||||
"PO-Revision-Date: 2020-10-31 21:47+0100\n"
|
||||
"PO-Revision-Date: 2021-09-16 09:06+0200\n"
|
||||
"Last-Translator: Tomas Vondra <tv@fuzzy.cz>\n"
|
||||
"Language-Team: Czech <info@cspug.cx>\n"
|
||||
"Language: cs\n"
|
||||
@@ -124,7 +124,7 @@ msgstr " -I ADRESÁŘ vyhledá include soubory v ADRESÁŘi\n"
|
||||
#: ecpg.c:52
|
||||
#, c-format
|
||||
msgid " -o OUTFILE write result to OUTFILE\n"
|
||||
msgstr " -o SOUBOR zapíše výsledek do SOUBORu\n"
|
||||
msgstr " -o SOUBOR zapíše výsledek do SOUBORu\n"
|
||||
|
||||
#: ecpg.c:53
|
||||
#, c-format
|
||||
@@ -132,7 +132,7 @@ msgid ""
|
||||
" -r OPTION specify run-time behavior; OPTION can be:\n"
|
||||
" \"no_indicator\", \"prepare\", \"questionmarks\"\n"
|
||||
msgstr ""
|
||||
" -r VOLBA určuje run-time chování; VOLBA může být:\n"
|
||||
" -r VOLBA určuje run-time chování; VOLBA může být:\n"
|
||||
" \"no_indicator\", \"prepare\", \"questionmarks\"\n"
|
||||
|
||||
#: ecpg.c:55
|
||||
@@ -148,7 +148,7 @@ msgstr " -t zapne autocommit transakcí\n"
|
||||
#: ecpg.c:57
|
||||
#, c-format
|
||||
msgid " -V, --version output version information, then exit\n"
|
||||
msgstr " -V, --version vypíše informaci o verzi, poté skončí\n"
|
||||
msgstr " -V, --version vypíše informaci o verzi, poté skončí\n"
|
||||
|
||||
#: ecpg.c:58
|
||||
#, c-format
|
||||
|
@@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 14\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2021-05-14 08:39+0000\n"
|
||||
"PO-Revision-Date: 2021-05-14 14:37+0200\n"
|
||||
"POT-Creation-Date: 2021-09-16 09:39+0000\n"
|
||||
"PO-Revision-Date: 2021-09-16 14:00+0200\n"
|
||||
"Last-Translator: Peter Eisentraut <peter@eisentraut.org>\n"
|
||||
"Language-Team: German <pgsql-translators@postgresql.org>\n"
|
||||
"Language: de\n"
|
||||
@@ -23,32 +23,37 @@ msgstr ""
|
||||
msgid "variable \"%s\" must have a numeric type"
|
||||
msgstr "Variable »%s« muss einen numerischen Typ haben"
|
||||
|
||||
#: descriptor.c:124 descriptor.c:146
|
||||
#: descriptor.c:125 descriptor.c:156
|
||||
#, c-format
|
||||
msgid "descriptor \"%s\" does not exist"
|
||||
msgstr "Deskriptor »%s« existiert nicht"
|
||||
msgid "descriptor %s bound to connection %s does not exist"
|
||||
msgstr "Deskriptor %s gebunden an Verbindung %s existiert nicht"
|
||||
|
||||
#: descriptor.c:161 descriptor.c:213
|
||||
#: descriptor.c:127 descriptor.c:158
|
||||
#, c-format
|
||||
msgid "descriptor %s bound to the default connection does not exist"
|
||||
msgstr "Deskriptor %s gebunden an die Standardverbindung existiert nicht"
|
||||
|
||||
#: descriptor.c:173 descriptor.c:225
|
||||
#, c-format
|
||||
msgid "descriptor header item \"%d\" does not exist"
|
||||
msgstr "Deskriptorkopfelement »%d« existiert nicht"
|
||||
|
||||
#: descriptor.c:183
|
||||
#: descriptor.c:195
|
||||
#, c-format
|
||||
msgid "nullable is always 1"
|
||||
msgstr "nullable ist immer 1"
|
||||
|
||||
#: descriptor.c:186
|
||||
#: descriptor.c:198
|
||||
#, c-format
|
||||
msgid "key_member is always 0"
|
||||
msgstr "key_member ist immer 0"
|
||||
|
||||
#: descriptor.c:280
|
||||
#: descriptor.c:292
|
||||
#, c-format
|
||||
msgid "descriptor item \"%s\" is not implemented"
|
||||
msgstr "Deskriptorelement »%s« ist nicht implementiert"
|
||||
|
||||
#: descriptor.c:290
|
||||
#: descriptor.c:302
|
||||
#, c-format
|
||||
msgid "descriptor item \"%s\" cannot be set"
|
||||
msgstr "Deskriptorelement »%s« kann nicht gesetzt werden"
|
||||
@@ -374,195 +379,195 @@ 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:552 preproc.y:17682
|
||||
#: preproc.y:552 preproc.y:17675
|
||||
#, c-format
|
||||
msgid "type \"%s\" is already defined"
|
||||
msgstr "Typ »%s« ist bereits definiert"
|
||||
|
||||
#: preproc.y:577 preproc.y:18325 preproc.y:18650 variable.c:621
|
||||
#: preproc.y:577 preproc.y:18310 preproc.y:18635 variable.c:621
|
||||
#, 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:1752
|
||||
#: preproc.y:599
|
||||
#, c-format
|
||||
msgid "connection %s is overwritten with %s by DECLARE statement %s"
|
||||
msgstr "Verbindung %s wird mit %s überschrieben, durch DECLARE-Anweisung %s"
|
||||
|
||||
#: preproc.y:1753
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CLOSE DATABASE statement"
|
||||
msgstr "AT-Option ist nicht erlaubt im Befehl CLOSE DATABASE"
|
||||
|
||||
#: preproc.y:2000
|
||||
#: preproc.y:2001
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CONNECT statement"
|
||||
msgstr "AT-Option ist nicht erlaubt im Befehl CONNECT"
|
||||
|
||||
#: preproc.y:2038
|
||||
#: preproc.y:2041
|
||||
#, c-format
|
||||
msgid "AT option not allowed in DISCONNECT statement"
|
||||
msgstr "AT-Option ist nicht erlaubt im Befehl DISCONNECT"
|
||||
|
||||
#: preproc.y:2093
|
||||
#: preproc.y:2096
|
||||
#, c-format
|
||||
msgid "AT option not allowed in SET CONNECTION statement"
|
||||
msgstr "AT-Option ist nicht erlaubt im Befehl SET CONNECTION"
|
||||
|
||||
#: preproc.y:2115
|
||||
#: preproc.y:2118
|
||||
#, c-format
|
||||
msgid "AT option not allowed in TYPE statement"
|
||||
msgstr "AT-Option ist nicht erlaubt im TYPE-Befehl"
|
||||
|
||||
#: preproc.y:2124
|
||||
#: preproc.y:2127
|
||||
#, c-format
|
||||
msgid "AT option not allowed in VAR statement"
|
||||
msgstr "AT-Option ist nicht erlaubt im VAR-Befehl"
|
||||
|
||||
#: preproc.y:2131
|
||||
#: preproc.y:2134
|
||||
#, c-format
|
||||
msgid "AT option not allowed in WHENEVER statement"
|
||||
msgstr "AT-Option ist nicht erlaubt im WHENEVER-Befehl"
|
||||
|
||||
#: preproc.y:2208 preproc.y:2380 preproc.y:2385 preproc.y:2508 preproc.y:4128
|
||||
#: preproc.y:4792 preproc.y:5325 preproc.y:5663 preproc.y:5963 preproc.y:7531
|
||||
#: preproc.y:9099 preproc.y:9104 preproc.y:11932
|
||||
#: preproc.y:2211 preproc.y:2383 preproc.y:2388 preproc.y:2511 preproc.y:4143
|
||||
#: preproc.y:4807 preproc.y:5340 preproc.y:5678 preproc.y:5978 preproc.y:7514
|
||||
#: preproc.y:9082 preproc.y:9087 preproc.y:11915
|
||||
#, c-format
|
||||
msgid "unsupported feature will be passed to server"
|
||||
msgstr "nicht mehr unterstütztes Feature wird an Server weitergereicht werden"
|
||||
|
||||
#: preproc.y:2766
|
||||
#: preproc.y:2769
|
||||
#, c-format
|
||||
msgid "SHOW ALL is not implemented"
|
||||
msgstr "SHOW ALL ist nicht implementiert"
|
||||
|
||||
#: preproc.y:3461
|
||||
#: preproc.y:3464
|
||||
#, c-format
|
||||
msgid "COPY FROM STDIN is not implemented"
|
||||
msgstr "COPY FROM STDIN ist nicht implementiert"
|
||||
|
||||
#: preproc.y:10031 preproc.y:17257
|
||||
#: preproc.y:10014 preproc.y:17250
|
||||
#, c-format
|
||||
msgid "\"database\" cannot be used as cursor name in INFORMIX mode"
|
||||
msgstr "»database« kann im INFORMIX-Modus nicht als Cursorname verwendet werden"
|
||||
|
||||
#: preproc.y:10038 preproc.y:17267
|
||||
#: preproc.y:10021 preproc.y:17260
|
||||
#, 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:10040 preproc.y:17269
|
||||
#: preproc.y:10023 preproc.y:17262
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" is already defined"
|
||||
msgstr "Cursor »%s« ist bereits definiert"
|
||||
|
||||
#: preproc.y:10514
|
||||
#: preproc.y:10497
|
||||
#, 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:10847 preproc.y:10854
|
||||
#: preproc.y:10830 preproc.y:10837
|
||||
#, c-format
|
||||
msgid "subquery in FROM must have an alias"
|
||||
msgstr "Unteranfrage in FROM muss Aliasnamen erhalten"
|
||||
|
||||
#: preproc.y:16949 preproc.y:16956
|
||||
#: preproc.y:16942 preproc.y:16949
|
||||
#, c-format
|
||||
msgid "CREATE TABLE AS cannot specify INTO"
|
||||
msgstr "CREATE TABLE AS kann INTO nicht verwenden"
|
||||
|
||||
#: preproc.y:16992
|
||||
#: preproc.y:16985
|
||||
#, c-format
|
||||
msgid "expected \"@\", found \"%s\""
|
||||
msgstr "»@« erwartet, »%s« gefunden"
|
||||
|
||||
#: preproc.y:17004
|
||||
#: preproc.y:16997
|
||||
#, 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:17007
|
||||
#: preproc.y:17000
|
||||
#, c-format
|
||||
msgid "expected \"://\", found \"%s\""
|
||||
msgstr "»://« erwartet, »%s« gefunden"
|
||||
|
||||
#: preproc.y:17012
|
||||
#: preproc.y:17005
|
||||
#, 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:17038
|
||||
#: preproc.y:17031
|
||||
#, c-format
|
||||
msgid "expected \"postgresql\", found \"%s\""
|
||||
msgstr "»postgresql« erwartet, »%s« gefunden"
|
||||
|
||||
#: preproc.y:17041
|
||||
#: preproc.y:17034
|
||||
#, c-format
|
||||
msgid "invalid connection type: %s"
|
||||
msgstr "ungültiger Verbindungstyp: %s"
|
||||
|
||||
#: preproc.y:17050
|
||||
#: preproc.y:17043
|
||||
#, c-format
|
||||
msgid "expected \"@\" or \"://\", found \"%s\""
|
||||
msgstr "»@« oder »://« erwartet, »%s« gefunden"
|
||||
|
||||
#: preproc.y:17125 preproc.y:17143
|
||||
#: preproc.y:17118 preproc.y:17136
|
||||
#, c-format
|
||||
msgid "invalid data type"
|
||||
msgstr "ungültiger Datentyp"
|
||||
|
||||
#: preproc.y:17154 preproc.y:17171
|
||||
#: preproc.y:17147 preproc.y:17164
|
||||
#, c-format
|
||||
msgid "incomplete statement"
|
||||
msgstr "unvollständige Anweisung"
|
||||
|
||||
#: preproc.y:17157 preproc.y:17174
|
||||
#: preproc.y:17150 preproc.y:17167
|
||||
#, c-format
|
||||
msgid "unrecognized token \"%s\""
|
||||
msgstr "nicht erkanntes Token »%s«"
|
||||
|
||||
#: preproc.y:17219
|
||||
#: preproc.y:17212
|
||||
#, c-format
|
||||
msgid "name \"%s\" is already declared"
|
||||
msgstr "Name »%s« ist bereits deklariert"
|
||||
|
||||
#: preproc.y:17485
|
||||
#: preproc.y:17478
|
||||
#, 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:17497
|
||||
#: preproc.y:17490
|
||||
#, c-format
|
||||
msgid "interval specification not allowed here"
|
||||
msgstr "Intervallangabe hier nicht erlaubt"
|
||||
|
||||
#: preproc.y:17657 preproc.y:17709
|
||||
#: preproc.y:17650 preproc.y:17702
|
||||
#, c-format
|
||||
msgid "too many levels in nested structure/union definition"
|
||||
msgstr "zu viele Ebenen in verschachtelter Definition von Struktur/Union"
|
||||
|
||||
#: preproc.y:17832
|
||||
#: preproc.y:17825
|
||||
#, c-format
|
||||
msgid "pointers to varchar are not implemented"
|
||||
msgstr "Zeiger auf varchar sind nicht implementiert"
|
||||
|
||||
#: preproc.y:18019 preproc.y:18044
|
||||
#, c-format
|
||||
msgid "using unsupported DESCRIBE statement"
|
||||
msgstr "nicht unterstützter DESCRIBE-Befehl wird verwendet"
|
||||
|
||||
#: preproc.y:18291
|
||||
#: preproc.y:18276
|
||||
#, c-format
|
||||
msgid "initializer not allowed in EXEC SQL VAR command"
|
||||
msgstr "Initialisierungswert nicht erlaubt in Befehl EXEC SQL VAR"
|
||||
|
||||
#: preproc.y:18608
|
||||
#: preproc.y:18593
|
||||
#, c-format
|
||||
msgid "arrays of indicators are not allowed on input"
|
||||
msgstr "Array aus Indikatoren bei der Eingabe nicht erlaubt"
|
||||
|
||||
#: preproc.y:18795
|
||||
#: preproc.y:18780
|
||||
#, 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:18836
|
||||
#: preproc.y:18821
|
||||
#, c-format
|
||||
msgid "%s at or near \"%s\""
|
||||
msgstr "%s bei »%s«"
|
||||
|
700
src/interfaces/ecpg/preproc/po/el.po
Normal file
700
src/interfaces/ecpg/preproc/po/el.po
Normal file
@@ -0,0 +1,700 @@
|
||||
# Greek message translation file for ecpg
|
||||
# Copyright (C) 2021 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the ecpg (PostgreSQL) package.
|
||||
# Georgios Kokolatos <gkokolatos@pm.me>, 2021.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ecpg (PostgreSQL) 14\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2021-08-20 09:09+0000\n"
|
||||
"PO-Revision-Date: 2021-08-26 10:57+0200\n"
|
||||
"Language: el\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"Last-Translator: Georgios Kokolatos <gkokolatos@pm.me>\n"
|
||||
"Language-Team: \n"
|
||||
"X-Generator: Poedit 3.0\n"
|
||||
|
||||
#: descriptor.c:64
|
||||
#, c-format
|
||||
msgid "variable \"%s\" must have a numeric type"
|
||||
msgstr "η μεταβλητή «%s» πρέπει να έχει αριθμητικό τύπο"
|
||||
|
||||
#: descriptor.c:125 descriptor.c:156
|
||||
#, c-format
|
||||
msgid "descriptor %s bound to connection %s does not exist"
|
||||
msgstr "ο περιγραφέας %s δεσμευμένος στη σύνδεση %s δεν υπάρχει"
|
||||
|
||||
#: descriptor.c:127 descriptor.c:158
|
||||
#, c-format
|
||||
msgid "descriptor %s bound to the default connection does not exist"
|
||||
msgstr "ο περιγραφέας %s δεσμευμένος στη προεπιλεγμένη σύνδεση δεν υπάρχει"
|
||||
|
||||
#: descriptor.c:173 descriptor.c:225
|
||||
#, c-format
|
||||
msgid "descriptor header item \"%d\" does not exist"
|
||||
msgstr "ο περιγραφέας στοιχείου κεφαλίδας «%d» δεν υπάρχει"
|
||||
|
||||
#: descriptor.c:195
|
||||
#, c-format
|
||||
msgid "nullable is always 1"
|
||||
msgstr "nullable είναι πάντα 1"
|
||||
|
||||
#: descriptor.c:198
|
||||
#, c-format
|
||||
msgid "key_member is always 0"
|
||||
msgstr "key_member είναι πάντα 0"
|
||||
|
||||
#: descriptor.c:292
|
||||
#, c-format
|
||||
msgid "descriptor item \"%s\" is not implemented"
|
||||
msgstr "το στοιχείο περιγραφής «%s» δεν έχει υλοποιηθεί"
|
||||
|
||||
#: descriptor.c:302
|
||||
#, c-format
|
||||
msgid "descriptor item \"%s\" cannot be set"
|
||||
msgstr "το στοιχείο περιγραφής «%s» δεν δύναται να οριστεί"
|
||||
|
||||
#: ecpg.c:36
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%s is the PostgreSQL embedded SQL preprocessor for C programs.\n"
|
||||
"\n"
|
||||
msgstr ""
|
||||
"%s είναι ο ενσωματωμένος SQL προεπεξεργαστής της PostgreSQL για προγράμματα γραμμένα σε C.\n"
|
||||
"\n"
|
||||
|
||||
#: ecpg.c:38
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Usage:\n"
|
||||
" %s [OPTION]... FILE...\n"
|
||||
"\n"
|
||||
msgstr ""
|
||||
"Χρήση:\n"
|
||||
" %s [ΕΠΙΛΟΓΗ]... ΑΡΧΕΙΟ...\n"
|
||||
"\n"
|
||||
|
||||
#: ecpg.c:41
|
||||
#, c-format
|
||||
msgid "Options:\n"
|
||||
msgstr "Επιλογές:\n"
|
||||
|
||||
#: ecpg.c:42
|
||||
#, c-format
|
||||
msgid ""
|
||||
" -c automatically generate C code from embedded SQL code;\n"
|
||||
" this affects EXEC SQL TYPE\n"
|
||||
msgstr ""
|
||||
" -c δημιούργησε αυτόματα κώδικα σε C από ενσωματωμένο SQL κώδικα·\n"
|
||||
" αυτό επηρεάζει την εντολή EXEC SQL TYPE\n"
|
||||
|
||||
#: ecpg.c:44
|
||||
#, c-format
|
||||
msgid ""
|
||||
" -C MODE set compatibility mode; MODE can be one of\n"
|
||||
" \"INFORMIX\", \"INFORMIX_SE\", \"ORACLE\"\n"
|
||||
msgstr ""
|
||||
" -C MODE όρισε λειτουργία συμβατότητας; MODE μπορεί να είναι ένα από\n"
|
||||
" «INFORMIX», «INFORMIX_SE», «ORACLE»\n"
|
||||
|
||||
#: ecpg.c:47
|
||||
#, c-format
|
||||
msgid " -d generate parser debug output\n"
|
||||
msgstr " -d παράξε έξοδο αποσφαλμάτωσης parser\n"
|
||||
|
||||
#: ecpg.c:49
|
||||
#, c-format
|
||||
msgid " -D SYMBOL define SYMBOL\n"
|
||||
msgstr " -D SYMBOL όρισε SYMBOL\n"
|
||||
|
||||
#: ecpg.c:50
|
||||
#, c-format
|
||||
msgid " -h parse a header file, this option includes option \"-c\"\n"
|
||||
msgstr " -h ανάλυσε αρχείο header, αυτή η επιλογή περιλαμβάνει την επιλογή «-c»\n"
|
||||
|
||||
#: ecpg.c:51
|
||||
#, c-format
|
||||
msgid " -i parse system include files as well\n"
|
||||
msgstr " -i ανάλυσε επίσης αρχεία include του συστήματος\n"
|
||||
|
||||
#: ecpg.c:52
|
||||
#, c-format
|
||||
msgid " -I DIRECTORY search DIRECTORY for include files\n"
|
||||
msgstr " -I DIRECTORY ψάξε στο DIRECTORY για αρχεία include\n"
|
||||
|
||||
#: ecpg.c:53
|
||||
#, c-format
|
||||
msgid " -o OUTFILE write result to OUTFILE\n"
|
||||
msgstr " -o OUTFILE γράψε το αποτέλεσμα στο αρχείο OUTFILE\n"
|
||||
|
||||
#: ecpg.c:54
|
||||
#, c-format
|
||||
msgid ""
|
||||
" -r OPTION specify run-time behavior; OPTION can be:\n"
|
||||
" \"no_indicator\", \"prepare\", \"questionmarks\"\n"
|
||||
msgstr ""
|
||||
" -r OPTION καθόρισε τη συμπεριφορά χρόνου εκτέλεσης. OPTION μπορεί να είναι:\n"
|
||||
" «no_indicator», «prepare», «questionmarks»\n"
|
||||
|
||||
#: ecpg.c:56
|
||||
#, c-format
|
||||
msgid " --regression run in regression testing mode\n"
|
||||
msgstr " --regression εκτέλεσε σε λειτουργία ελέγχου αναδρομής\n"
|
||||
|
||||
#: ecpg.c:57
|
||||
#, c-format
|
||||
msgid " -t turn on autocommit of transactions\n"
|
||||
msgstr " -t ενεργοποίησε την αυτόματη ολοκλήρωση συναλλαγών\n"
|
||||
|
||||
#: ecpg.c:58
|
||||
#, c-format
|
||||
msgid " -V, --version output version information, then exit\n"
|
||||
msgstr " -V, --version εμφάνισε πληροφορίες έκδοσης, στη συνέχεια έξοδος\n"
|
||||
|
||||
#: ecpg.c:59
|
||||
#, c-format
|
||||
msgid " -?, --help show this help, then exit\n"
|
||||
msgstr " -?, --help εμφάνισε αυτό το μήνυμα βοήθειας, στη συνέχεια έξοδος\n"
|
||||
|
||||
#: ecpg.c:60
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"If no output file is specified, the name is formed by adding .c to the\n"
|
||||
"input file name, after stripping off .pgc if present.\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Εάν δεν καθοριστεί αρχείο εξόδου, το όνομα σχηματίζεται προσθέτοντας .c στο\n"
|
||||
"όνομα αρχείου εισόδου, μετά την αφαίρεση του .pgc, εάν αυτό υπάρχει.\n"
|
||||
|
||||
#: ecpg.c:62
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Report bugs to <%s>.\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Υποβάλετε αναφορές σφάλματων σε <%s>.\n"
|
||||
|
||||
#: ecpg.c:63
|
||||
#, c-format
|
||||
msgid "%s home page: <%s>\n"
|
||||
msgstr "%s αρχική σελίδα: <%s>\n"
|
||||
|
||||
#: ecpg.c:141
|
||||
#, c-format
|
||||
msgid "%s: could not locate my own executable path\n"
|
||||
msgstr "%s: δεν ήταν δυνατός ο εντοπισμός της ιδίας εκτελέσιμης διαδρομής\n"
|
||||
|
||||
#: ecpg.c:176 ecpg.c:333 ecpg.c:344
|
||||
#, c-format
|
||||
msgid "%s: could not open file \"%s\": %s\n"
|
||||
msgstr "%s: δεν ήταν δυνατό το άνοιγμα του αρχείου «%s»: %s\n"
|
||||
|
||||
#: ecpg.c:219 ecpg.c:232 ecpg.c:248 ecpg.c:274
|
||||
#, c-format
|
||||
msgid "Try \"%s --help\" for more information.\n"
|
||||
msgstr "Δοκιμάστε «%s --help» για περισσότερες πληροφορίες.\n"
|
||||
|
||||
#: ecpg.c:243
|
||||
#, c-format
|
||||
msgid "%s: parser debug support (-d) not available\n"
|
||||
msgstr "%s: η υποστήριξη εντοπισμού σφαλμάτων (-d) του αναλυτή δεν είναι διαθέσιμη\n"
|
||||
|
||||
#: ecpg.c:262
|
||||
#, c-format
|
||||
msgid "%s, the PostgreSQL embedded C preprocessor, version %s\n"
|
||||
msgstr "%s, ο ενσωματωμένος προεπεξεργαστής C της PostgreSQL, έκδοση %s\n"
|
||||
|
||||
#: ecpg.c:264
|
||||
#, c-format
|
||||
msgid "EXEC SQL INCLUDE ... search starts here:\n"
|
||||
msgstr "EXEC SQL INCLUDE ... η αναζήτηση ξεκινάει εδώ:\n"
|
||||
|
||||
#: ecpg.c:267
|
||||
#, c-format
|
||||
msgid "end of search list\n"
|
||||
msgstr "τέλος της λίστας αναζήτησης\n"
|
||||
|
||||
#: ecpg.c:273
|
||||
#, c-format
|
||||
msgid "%s: no input files specified\n"
|
||||
msgstr "%s: δεν καθορίστηκαν αρχεία εισόδου\n"
|
||||
|
||||
#: ecpg.c:477
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" has been declared but not opened"
|
||||
msgstr "ο δρομέας «%s» έχει δηλωθεί αλλά δεν έχει ανοιχτεί"
|
||||
|
||||
#: ecpg.c:490 preproc.y:130
|
||||
#, c-format
|
||||
msgid "could not remove output file \"%s\"\n"
|
||||
msgstr "δεν ήταν δυνατή η αφαίρεση του αρχείου εξόδου «%s»\n"
|
||||
|
||||
#: pgc.l:502
|
||||
#, c-format
|
||||
msgid "unterminated /* comment"
|
||||
msgstr "ατερμάτιστο /* σχόλιο"
|
||||
|
||||
#: pgc.l:519
|
||||
#, c-format
|
||||
msgid "unterminated bit string literal"
|
||||
msgstr "ατερμάτιστη bit κυριολεκτική συμβολοσειρά"
|
||||
|
||||
#: pgc.l:527
|
||||
#, c-format
|
||||
msgid "unterminated hexadecimal string literal"
|
||||
msgstr "ατερμάτιστη δεκαεξαδική κυριολεκτική συμβολοσειρά"
|
||||
|
||||
#: pgc.l:602
|
||||
#, c-format
|
||||
msgid "invalid bit string literal"
|
||||
msgstr "μη έγκυρη bit κυριολεκτική συμβολοσειρά"
|
||||
|
||||
#: pgc.l:607
|
||||
#, c-format
|
||||
msgid "invalid hex string literal"
|
||||
msgstr "μη έγκυρη hex κυριολεκτική συμβολοσειρά"
|
||||
|
||||
#: pgc.l:625
|
||||
#, c-format
|
||||
msgid "unhandled previous state in xqs\n"
|
||||
msgstr "μη χειρισμένη προηγούμενη κατάσταση σε xqs\n"
|
||||
|
||||
#: pgc.l:651 pgc.l:760
|
||||
#, c-format
|
||||
msgid "unterminated quoted string"
|
||||
msgstr "ανολοκλήρωτη συμβολοσειρά με εισαγωγικά"
|
||||
|
||||
#: pgc.l:702
|
||||
#, c-format
|
||||
msgid "unterminated dollar-quoted string"
|
||||
msgstr "ατερμάτιστη dollar-quoted συμβολοσειρά"
|
||||
|
||||
#: pgc.l:720 pgc.l:740
|
||||
#, c-format
|
||||
msgid "zero-length delimited identifier"
|
||||
msgstr "μηδενικού μήκους οριοθετημένο αναγνωριστικό"
|
||||
|
||||
#: pgc.l:751
|
||||
#, c-format
|
||||
msgid "unterminated quoted identifier"
|
||||
msgstr "ατερμάτιστο αναγνωριστικό σε εισαγωγικά"
|
||||
|
||||
#: pgc.l:1082
|
||||
#, c-format
|
||||
msgid "nested /* ... */ comments"
|
||||
msgstr "ένθετα /* ... */ σχόλια"
|
||||
|
||||
#: pgc.l:1175
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL UNDEF command"
|
||||
msgstr "λείπει αναγνωριστικό στην εντολή EXEC SQL UNDEF"
|
||||
|
||||
#: pgc.l:1193 pgc.l:1206 pgc.l:1222 pgc.l:1235
|
||||
#, c-format
|
||||
msgid "too many nested EXEC SQL IFDEF conditions"
|
||||
msgstr "πάρα πολλές ένθετες συνθήκες EXEC SQL IFDEF"
|
||||
|
||||
#: pgc.l:1251 pgc.l:1262 pgc.l:1277 pgc.l:1299
|
||||
#, c-format
|
||||
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
msgstr "λείπει αντιστοίχιση «EXEC SQL IFDEF» / «EXEC SQL IFNDEF»"
|
||||
|
||||
#: pgc.l:1253 pgc.l:1264 pgc.l:1445
|
||||
#, c-format
|
||||
msgid "missing \"EXEC SQL ENDIF;\""
|
||||
msgstr "λείπει «EXEC SQL ENDIF;»"
|
||||
|
||||
#: pgc.l:1279 pgc.l:1301
|
||||
#, c-format
|
||||
msgid "more than one EXEC SQL ELSE"
|
||||
msgstr "περισσότερες από μία EXEC SQL ELSE"
|
||||
|
||||
#: pgc.l:1324 pgc.l:1338
|
||||
#, c-format
|
||||
msgid "unmatched EXEC SQL ENDIF"
|
||||
msgstr "μη αντιστοιχισμένο EXEC SQL ENDIF"
|
||||
|
||||
#: pgc.l:1393
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL IFDEF command"
|
||||
msgstr "λείπει αναγνωριστικό στην εντολή EXEC SQL IFDEF"
|
||||
|
||||
#: pgc.l:1402
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL DEFINE command"
|
||||
msgstr "λείπει αναγνωριστικό στην εντολή EXEC SQL DEFINE"
|
||||
|
||||
#: pgc.l:1435
|
||||
#, c-format
|
||||
msgid "syntax error in EXEC SQL INCLUDE command"
|
||||
msgstr "συντακτικό σφάλμα στην εντολή EXEC SQL INCLUDE"
|
||||
|
||||
#: pgc.l:1485
|
||||
#, c-format
|
||||
msgid "internal error: unreachable state; please report this to <%s>"
|
||||
msgstr "εσωτερικό σφάλμα: μη δυνατή κατάσταση· Παρακαλούμε όπως το αναφέρετε σε <%s>"
|
||||
|
||||
#: pgc.l:1637
|
||||
#, c-format
|
||||
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
|
||||
msgstr "Σφάλμα: η διαδρομή ενσωμάτωσης «%s/%s» είναι πολύ μακρυά στη γραμμή %d, παρακάμπτεται\n"
|
||||
|
||||
#: pgc.l:1660
|
||||
#, c-format
|
||||
msgid "could not open include file \"%s\" on line %d"
|
||||
msgstr "δεν ήταν δυνατό το άνοιγμα του αρχείου ενσωμάτωσης «%s» στη γραμμή %d"
|
||||
|
||||
#: preproc.y:31
|
||||
msgid "syntax error"
|
||||
msgstr "συντακτικό σφάλμα"
|
||||
|
||||
#: preproc.y:84
|
||||
#, c-format
|
||||
msgid "WARNING: "
|
||||
msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: "
|
||||
|
||||
#: preproc.y:87
|
||||
#, c-format
|
||||
msgid "ERROR: "
|
||||
msgstr "ΣΦΑΛΜΑ: "
|
||||
|
||||
#: preproc.y:514
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" does not exist"
|
||||
msgstr "ο δρομέας «%s» δεν υπάρχει"
|
||||
|
||||
#: preproc.y:543
|
||||
#, c-format
|
||||
msgid "initializer not allowed in type definition"
|
||||
msgstr "δεν επιτρέπεται εκκινητής σε ορισμό τύπου"
|
||||
|
||||
#: preproc.y:545
|
||||
#, c-format
|
||||
msgid "type name \"string\" is reserved in Informix mode"
|
||||
msgstr "το όνομα τύπου «string» είναι δεσμευμένο σε λειτουργία Informix"
|
||||
|
||||
#: preproc.y:552 preproc.y:17676
|
||||
#, c-format
|
||||
msgid "type \"%s\" is already defined"
|
||||
msgstr "ο τύπος «%s» έχει ήδη οριστεί"
|
||||
|
||||
#: preproc.y:577 preproc.y:18311 preproc.y:18636 variable.c:621
|
||||
#, c-format
|
||||
msgid "multidimensional arrays for simple data types are not supported"
|
||||
msgstr "οι πολυδιάστατες συστυχίες για απλούς τύπους δεδομένων δεν υποστηρίζονται"
|
||||
|
||||
#: preproc.y:600
|
||||
#, c-format
|
||||
msgid "connection %s is overwritten with %s by declare statement %s."
|
||||
msgstr "η σύνδεση %s αντικαθίσταται με %s από δήλωση πρότασης %s."
|
||||
|
||||
#: preproc.y:1754
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CLOSE DATABASE statement"
|
||||
msgstr "η επιλογή AT δεν επιτρέπεται σε δήλωση CLOSE DATABASE"
|
||||
|
||||
#: preproc.y:2002
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CONNECT statement"
|
||||
msgstr "η επιλογή AT δεν επιτρέπεται σε δήλωση CONNECT"
|
||||
|
||||
#: preproc.y:2042
|
||||
#, c-format
|
||||
msgid "AT option not allowed in DISCONNECT statement"
|
||||
msgstr "η επιλογή AT δεν επιτρέπεται σε δήλωση DISCONNECT"
|
||||
|
||||
#: preproc.y:2097
|
||||
#, c-format
|
||||
msgid "AT option not allowed in SET CONNECTION statement"
|
||||
msgstr "η επιλογή AT δεν επιτρέπεται σε δήλωση SET CONNECTION"
|
||||
|
||||
#: preproc.y:2119
|
||||
#, c-format
|
||||
msgid "AT option not allowed in TYPE statement"
|
||||
msgstr "η επιλογή AT δεν επιτρέπεται σε δήλωση TYPE"
|
||||
|
||||
#: preproc.y:2128
|
||||
#, c-format
|
||||
msgid "AT option not allowed in VAR statement"
|
||||
msgstr "η επιλογή AT δεν επιτρέπεται σε δήλωση VAR"
|
||||
|
||||
#: preproc.y:2135
|
||||
#, c-format
|
||||
msgid "AT option not allowed in WHENEVER statement"
|
||||
msgstr "η επιλογή AT δεν επιτρέπεται σε δήλωση WHENEVER"
|
||||
|
||||
#: preproc.y:2212 preproc.y:2384 preproc.y:2389 preproc.y:2512 preproc.y:4144
|
||||
#: preproc.y:4808 preproc.y:5341 preproc.y:5679 preproc.y:5979 preproc.y:7515
|
||||
#: preproc.y:9083 preproc.y:9088 preproc.y:11916
|
||||
#, c-format
|
||||
msgid "unsupported feature will be passed to server"
|
||||
msgstr "μη υποστηριζόμενο χαρακτηριστικό που θα προωθηθεί στον διακομιστή"
|
||||
|
||||
#: preproc.y:2770
|
||||
#, c-format
|
||||
msgid "SHOW ALL is not implemented"
|
||||
msgstr "SHOW ALL δεν είναι υλοποιημένο"
|
||||
|
||||
#: preproc.y:3465
|
||||
#, c-format
|
||||
msgid "COPY FROM STDIN is not implemented"
|
||||
msgstr "COPY FROM STDIN δεν είναι υλοποιημένο"
|
||||
|
||||
#: preproc.y:10015 preproc.y:17251
|
||||
#, c-format
|
||||
msgid "\"database\" cannot be used as cursor name in INFORMIX mode"
|
||||
msgstr "το «database» δεν μπορεί να χρησιμοποιηθεί ως όνομα δρομέα σε λειτουργία INFORMIX"
|
||||
|
||||
#: preproc.y:10022 preproc.y:17261
|
||||
#, c-format
|
||||
msgid "using variable \"%s\" in different declare statements is not supported"
|
||||
msgstr "η χρήση της μεταβλητής «%s» σε διαφορετικές δηλώσεις προτάσεων δεν υποστηρίζεται"
|
||||
|
||||
#: preproc.y:10024 preproc.y:17263
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" is already defined"
|
||||
msgstr "ο δρομέας «%s» έχει ήδη οριστεί"
|
||||
|
||||
#: preproc.y:10498
|
||||
#, c-format
|
||||
msgid "no longer supported LIMIT #,# syntax passed to server"
|
||||
msgstr "μη υποστηριζόμενη πλέον σύνταξη LIMIT #,# που θα προωθηθεί στον διακομιστή"
|
||||
|
||||
#: preproc.y:10831 preproc.y:10838
|
||||
#, c-format
|
||||
msgid "subquery in FROM must have an alias"
|
||||
msgstr "υποερώτημα σε FROM πρέπει να έχει ένα alias"
|
||||
|
||||
#: preproc.y:16943 preproc.y:16950
|
||||
#, c-format
|
||||
msgid "CREATE TABLE AS cannot specify INTO"
|
||||
msgstr "CREATE TABLE AS δεν δύναται να ορίσει INTO"
|
||||
|
||||
#: preproc.y:16986
|
||||
#, c-format
|
||||
msgid "expected \"@\", found \"%s\""
|
||||
msgstr "ανέμενε «@», βρήκε «%s»."
|
||||
|
||||
#: preproc.y:16998
|
||||
#, c-format
|
||||
msgid "only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are supported"
|
||||
msgstr "μόνο τα πρωτόκολλα \"TCP\" και \"UNIX\" και ο τύπος βάσης δεδομένων «postgresql» υποστηρίζονται"
|
||||
|
||||
#: preproc.y:17001
|
||||
#, c-format
|
||||
msgid "expected \"://\", found \"%s\""
|
||||
msgstr "ανέμενε «://», βρήκε «%s»."
|
||||
|
||||
#: preproc.y:17006
|
||||
#, c-format
|
||||
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
|
||||
msgstr "οι υποδοχές πεδίου-Unix λειτουργούν μόνο στο «localhost» αλλά όχι στο «%s»"
|
||||
|
||||
#: preproc.y:17032
|
||||
#, c-format
|
||||
msgid "expected \"postgresql\", found \"%s\""
|
||||
msgstr "ανέμενε «postgresql», βρήκε «%s»."
|
||||
|
||||
#: preproc.y:17035
|
||||
#, c-format
|
||||
msgid "invalid connection type: %s"
|
||||
msgstr "άκυρη επιλογή σύνδεσης: %s"
|
||||
|
||||
#: preproc.y:17044
|
||||
#, c-format
|
||||
msgid "expected \"@\" or \"://\", found \"%s\""
|
||||
msgstr "ανέμενε «@» ή «://», βρήκε «%s»."
|
||||
|
||||
#: preproc.y:17119 preproc.y:17137
|
||||
#, c-format
|
||||
msgid "invalid data type"
|
||||
msgstr "μη έγκυρος τύπος δεδομένων"
|
||||
|
||||
#: preproc.y:17148 preproc.y:17165
|
||||
#, c-format
|
||||
msgid "incomplete statement"
|
||||
msgstr "ανολοκλήρωτη δήλωση"
|
||||
|
||||
#: preproc.y:17151 preproc.y:17168
|
||||
#, c-format
|
||||
msgid "unrecognized token \"%s\""
|
||||
msgstr "μη αναγνωρίσιμο διακριτικό «%s»"
|
||||
|
||||
#: preproc.y:17213
|
||||
#, c-format
|
||||
msgid "name \"%s\" is already declared"
|
||||
msgstr "το όνομα «%s» έχει ήδη δηλωθεί"
|
||||
|
||||
#: preproc.y:17479
|
||||
#, c-format
|
||||
msgid "only data types numeric and decimal have precision/scale argument"
|
||||
msgstr "μόνο οι αριθμητικοί και δεκαδικοί τύποι δεδομένων έχουν όρισμα ακρίβειας/κλίμακας"
|
||||
|
||||
#: preproc.y:17491
|
||||
#, c-format
|
||||
msgid "interval specification not allowed here"
|
||||
msgstr "προδιαγραφές διαστήματος δεν επιτρέπονται εδώ"
|
||||
|
||||
#: preproc.y:17651 preproc.y:17703
|
||||
#, c-format
|
||||
msgid "too many levels in nested structure/union definition"
|
||||
msgstr "πάρα πολλά επίπεδα σε ένθετο ορισμό δομής/ένωσης"
|
||||
|
||||
#: preproc.y:17826
|
||||
#, c-format
|
||||
msgid "pointers to varchar are not implemented"
|
||||
msgstr "δείκτες σε varchar δεν είναι υλοποιημένοι"
|
||||
|
||||
#: preproc.y:18277
|
||||
#, c-format
|
||||
msgid "initializer not allowed in EXEC SQL VAR command"
|
||||
msgstr "δεν επιτρέπεται αρχικοποιητής σε εντολή EXEC SQL VAR"
|
||||
|
||||
#: preproc.y:18594
|
||||
#, c-format
|
||||
msgid "arrays of indicators are not allowed on input"
|
||||
msgstr "δεν επιτρέπονται δείκτες συστάδων για είσοδο"
|
||||
|
||||
#: preproc.y:18781
|
||||
#, c-format
|
||||
msgid "operator not allowed in variable definition"
|
||||
msgstr "δεν επιτρέπεται χειριστής σε ορισμό μεταβλητής"
|
||||
|
||||
#. translator: %s is typically the translation of "syntax error"
|
||||
#: preproc.y:18822
|
||||
#, c-format
|
||||
msgid "%s at or near \"%s\""
|
||||
msgstr "%s σε ή κοντά σε «%s»"
|
||||
|
||||
#: type.c:18 type.c:30
|
||||
#, c-format
|
||||
msgid "out of memory"
|
||||
msgstr "έλλειψη μνήμης"
|
||||
|
||||
#: type.c:214 type.c:685
|
||||
#, c-format
|
||||
msgid "unrecognized variable type code %d"
|
||||
msgstr "μη αναγνωρίσιμος κωδικός τύπου μεταβλητής %d"
|
||||
|
||||
#: type.c:263
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is hidden by a local variable of a different type"
|
||||
msgstr "η μεταβλητή «%s» αποκρύπτεται από μια τοπική μεταβλητή διαφορετικού τύπου"
|
||||
|
||||
#: type.c:265
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is hidden by a local variable"
|
||||
msgstr "η μεταβλητή «%s» αποκρύπτεται από μια τοπική μεταβλητή"
|
||||
|
||||
#: type.c:277
|
||||
#, c-format
|
||||
msgid "indicator variable \"%s\" is hidden by a local variable of a different type"
|
||||
msgstr "ο δείκτης μεταβλητής «%s» αποκρύπτεται από μια τοπική μεταβλητή διαφορετικού τύπου"
|
||||
|
||||
#: type.c:279
|
||||
#, c-format
|
||||
msgid "indicator variable \"%s\" is hidden by a local variable"
|
||||
msgstr "ο δείκτης μεταβλητής «%s» αποκρύπτεται από μια τοπική μεταβλητή"
|
||||
|
||||
#: type.c:287
|
||||
#, c-format
|
||||
msgid "indicator for array/pointer has to be array/pointer"
|
||||
msgstr "ο δείκτης για συστάδα/δείκτη πρέπει να είναι πίνακας/δείκτης"
|
||||
|
||||
#: type.c:291
|
||||
#, c-format
|
||||
msgid "nested arrays are not supported (except strings)"
|
||||
msgstr "οι ένθετες συστάδες δεν υποστηρίζονται (εξαιρούνται οι συμβολοσειρές)"
|
||||
|
||||
#: type.c:333
|
||||
#, c-format
|
||||
msgid "indicator for struct has to be a struct"
|
||||
msgstr "ο δείκτης για δομή πρέπει να είναι μια δομή"
|
||||
|
||||
#: type.c:353 type.c:374 type.c:394
|
||||
#, c-format
|
||||
msgid "indicator for simple data type has to be simple"
|
||||
msgstr "ο δείκτης για απλό τύπο δεδομένων πρέπει να είναι απλός"
|
||||
|
||||
#: type.c:625
|
||||
#, c-format
|
||||
msgid "indicator struct \"%s\" has too few members"
|
||||
msgstr "ο δείκτης δομής «%s» έχει πολύ λίγα μέλη"
|
||||
|
||||
#: type.c:633
|
||||
#, c-format
|
||||
msgid "indicator struct \"%s\" has too many members"
|
||||
msgstr "ο δείκτης δομής «%s» έχει πάρα πολλά μέλη"
|
||||
|
||||
#: type.c:744
|
||||
#, c-format
|
||||
msgid "unrecognized descriptor item code %d"
|
||||
msgstr "μη αναγνωρίσιμος κωδικός στοιχείου περιγραφέα %d"
|
||||
|
||||
#: variable.c:89 variable.c:116
|
||||
#, c-format
|
||||
msgid "incorrectly formed variable \"%s\""
|
||||
msgstr "εσφαλμένα σχηματισμένη μεταβλητή «%s»"
|
||||
|
||||
#: variable.c:139
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is not a pointer"
|
||||
msgstr "η μεταβλητή «%s» δεν είναι δείκτης"
|
||||
|
||||
#: variable.c:142 variable.c:167
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is not a pointer to a structure or a union"
|
||||
msgstr "η μεταβλητή «%s» δεν είναι δείκτης προς μια δομή ή μια ένωση"
|
||||
|
||||
#: variable.c:154
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is neither a structure nor a union"
|
||||
msgstr "η μεταβλητή «%s» δεν είναι ούτε δομή ούτε ένωση"
|
||||
|
||||
#: variable.c:164
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is not an array"
|
||||
msgstr "η μεταβλητή «%s» δεν είναι μία συστάδα"
|
||||
|
||||
#: variable.c:233 variable.c:255
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is not declared"
|
||||
msgstr "η μεταβλητή «%s» δεν έχει δηλωθεί"
|
||||
|
||||
#: variable.c:494
|
||||
#, c-format
|
||||
msgid "indicator variable must have an integer type"
|
||||
msgstr "ο δείκτης μεταβλητής πρέπει να έχει ακέραιο τύπο"
|
||||
|
||||
#: variable.c:506
|
||||
#, c-format
|
||||
msgid "unrecognized data type name \"%s\""
|
||||
msgstr "μη αναγνωρίσιμο όνομα τύπου δεδομένων «%s»"
|
||||
|
||||
#: variable.c:517 variable.c:525 variable.c:542 variable.c:545
|
||||
#, c-format
|
||||
msgid "multidimensional arrays are not supported"
|
||||
msgstr "οι πολυδιάστατες συστάδες δεν υποστηρίζονται"
|
||||
|
||||
#: 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] "οι δείκτες πολλαπλών επιπέδων (περισσότερα από 2 επίπεδα) δεν υποστηρίζονται· βρέθηκε %d επίπεδο"
|
||||
msgstr[1] "οι δείκτες πολλαπλών επιπέδων (περισσότερα από 2 επίπεδα) δεν υποστηρίζονται· βρέθηκαν %d επίπεδα"
|
||||
|
||||
#: variable.c:539
|
||||
#, c-format
|
||||
msgid "pointer to pointer is not supported for this data type"
|
||||
msgstr "δεν υποστηρίζεται δείκτης προς δείκτη για αυτόν τον τύπο δεδομένων"
|
||||
|
||||
#: variable.c:559
|
||||
#, c-format
|
||||
msgid "multidimensional arrays for structures are not supported"
|
||||
msgstr "οι πολυδιάστατες συστάδες για δομές δεν υποστηρίζονται"
|
@@ -13,7 +13,7 @@ msgstr ""
|
||||
"Project-Id-Version: ecpg (PostgreSQL) 14\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2021-05-14 19:39+0000\n"
|
||||
"PO-Revision-Date: 2021-05-19 22:22-0500\n"
|
||||
"PO-Revision-Date: 2021-09-16 09:22+0200\n"
|
||||
"Last-Translator: Carlos Chapi <carloswaldo@babelruins.org>\n"
|
||||
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@lists.postgresql.org>\n"
|
||||
"Language: es\n"
|
||||
@@ -124,7 +124,7 @@ msgstr " -i analiza además los archivos de inclusión de sistema\n
|
||||
#: ecpg.c:52
|
||||
#, c-format
|
||||
msgid " -I DIRECTORY search DIRECTORY for include files\n"
|
||||
msgstr " -I DIRECTORIO busca los archivos de inclusión en DIRECTORIO\n"
|
||||
msgstr " -I DIRECTORIO busca los archivos de inclusión en DIRECTORIO\n"
|
||||
|
||||
#: ecpg.c:53
|
||||
#, c-format
|
||||
|
@@ -9,8 +9,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 14\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2021-05-28 00:39+0000\n"
|
||||
"PO-Revision-Date: 2021-05-28 15:22+0200\n"
|
||||
"POT-Creation-Date: 2021-08-27 02:09+0000\n"
|
||||
"PO-Revision-Date: 2021-08-27 17:30+0200\n"
|
||||
"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
|
||||
"Language-Team: PostgreSQLfr <pgsql-fr-generale@postgresql.org>\n"
|
||||
"Language: fr\n"
|
||||
@@ -18,39 +18,44 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"X-Generator: Poedit 2.4.3\n"
|
||||
"X-Generator: Poedit 3.0\n"
|
||||
|
||||
#: descriptor.c:64
|
||||
#, c-format
|
||||
msgid "variable \"%s\" must have a numeric type"
|
||||
msgstr "la variable « %s » doit avoir un type numeric"
|
||||
|
||||
#: descriptor.c:124 descriptor.c:146
|
||||
#: descriptor.c:125 descriptor.c:156
|
||||
#, c-format
|
||||
msgid "descriptor \"%s\" does not exist"
|
||||
msgstr "le descripteur « %s » n'existe pas"
|
||||
msgid "descriptor %s bound to connection %s does not exist"
|
||||
msgstr "le descripteur %s lié à la connexion %s n'existe pas"
|
||||
|
||||
#: descriptor.c:161 descriptor.c:213
|
||||
#: descriptor.c:127 descriptor.c:158
|
||||
#, c-format
|
||||
msgid "descriptor %s bound to the default connection does not exist"
|
||||
msgstr "le descripteur %s lié à la connexion par défaut n'existe pas"
|
||||
|
||||
#: descriptor.c:173 descriptor.c:225
|
||||
#, c-format
|
||||
msgid "descriptor header item \"%d\" does not exist"
|
||||
msgstr "l'élément d'en-tête du descripteur « %d » n'existe pas"
|
||||
|
||||
#: descriptor.c:183
|
||||
#: descriptor.c:195
|
||||
#, c-format
|
||||
msgid "nullable is always 1"
|
||||
msgstr "nullable vaut toujours 1"
|
||||
|
||||
#: descriptor.c:186
|
||||
#: descriptor.c:198
|
||||
#, c-format
|
||||
msgid "key_member is always 0"
|
||||
msgstr "key_member vaut toujours 0"
|
||||
|
||||
#: descriptor.c:280
|
||||
#: descriptor.c:292
|
||||
#, c-format
|
||||
msgid "descriptor item \"%s\" is not implemented"
|
||||
msgstr "l'élément du descripteur « %s » n'est pas implanté"
|
||||
|
||||
#: descriptor.c:290
|
||||
#: descriptor.c:302
|
||||
#, c-format
|
||||
msgid "descriptor item \"%s\" cannot be set"
|
||||
msgstr "l'élément du descripteur « %s » ne peut pas être initialisé"
|
||||
@@ -78,7 +83,7 @@ msgstr ""
|
||||
#: ecpg.c:41
|
||||
#, c-format
|
||||
msgid "Options:\n"
|
||||
msgstr "Options:\n"
|
||||
msgstr "Options :\n"
|
||||
|
||||
#: ecpg.c:42
|
||||
#, c-format
|
||||
@@ -186,7 +191,7 @@ msgstr "page d'accueil de %s : <%s>\n"
|
||||
#: ecpg.c:141
|
||||
#, c-format
|
||||
msgid "%s: could not locate my own executable path\n"
|
||||
msgstr "%s : n'a pas pu localiser mon propre exécutable\n"
|
||||
msgstr "%s : n'a pas pu localiser le chemin de mon propre exécutable\n"
|
||||
|
||||
#: ecpg.c:176 ecpg.c:333 ecpg.c:344
|
||||
#, c-format
|
||||
@@ -246,7 +251,7 @@ msgstr "chaîne bit litéral non terminée"
|
||||
#: pgc.l:527
|
||||
#, c-format
|
||||
msgid "unterminated hexadecimal string literal"
|
||||
msgstr "chaîne hexadécimale litéralle non terminée"
|
||||
msgstr "chaîne hexadécimale litérale non terminée"
|
||||
|
||||
#: pgc.l:602
|
||||
#, c-format
|
||||
@@ -276,12 +281,12 @@ msgstr "chaîne entre guillemets dollars non terminée"
|
||||
#: pgc.l:720 pgc.l:740
|
||||
#, c-format
|
||||
msgid "zero-length delimited identifier"
|
||||
msgstr "identifiant délimité de taille zéro"
|
||||
msgstr "identifiant délimité de longueur nulle"
|
||||
|
||||
#: pgc.l:751
|
||||
#, c-format
|
||||
msgid "unterminated quoted identifier"
|
||||
msgstr "identifiant entre guillemet non terminé"
|
||||
msgstr "identifiant entre guillemets non terminé"
|
||||
|
||||
#: pgc.l:1082
|
||||
#, c-format
|
||||
@@ -379,18 +384,23 @@ msgstr "initialiseur non autorisé dans la définition du type"
|
||||
msgid "type name \"string\" is reserved in Informix mode"
|
||||
msgstr "le nom du type « string » est réservé dans le mode Informix"
|
||||
|
||||
#: preproc.y:552 preproc.y:17695
|
||||
#: preproc.y:552 preproc.y:17675
|
||||
#, c-format
|
||||
msgid "type \"%s\" is already defined"
|
||||
msgstr "le type « %s » est déjà défini"
|
||||
|
||||
#: preproc.y:577 preproc.y:18338 preproc.y:18663 variable.c:621
|
||||
#: preproc.y:577 preproc.y:18310 preproc.y:18635 variable.c:621
|
||||
#, c-format
|
||||
msgid "multidimensional arrays for simple data types are not supported"
|
||||
msgstr ""
|
||||
"les tableaux multi-dimensionnels pour les types de données simples ne sont\n"
|
||||
"pas supportés"
|
||||
|
||||
#: preproc.y:599
|
||||
#, c-format
|
||||
msgid "connection %s is overwritten with %s by DECLARE statement %s"
|
||||
msgstr "la connexion %s est surchargée avec %s par l'instruction DECLARE %s"
|
||||
|
||||
#: preproc.y:1753
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CLOSE DATABASE statement"
|
||||
@@ -401,181 +411,176 @@ msgstr "option AT non autorisée dans une instruction CLOSE DATABASE"
|
||||
msgid "AT option not allowed in CONNECT statement"
|
||||
msgstr "option AT non autorisée dans une instruction CONNECT"
|
||||
|
||||
#: preproc.y:2039
|
||||
#: preproc.y:2041
|
||||
#, c-format
|
||||
msgid "AT option not allowed in DISCONNECT statement"
|
||||
msgstr "option AT non autorisée dans une instruction DISCONNECT"
|
||||
|
||||
#: preproc.y:2094
|
||||
#: preproc.y:2096
|
||||
#, c-format
|
||||
msgid "AT option not allowed in SET CONNECTION statement"
|
||||
msgstr "option AT non autorisée dans une instruction SET CONNECTION"
|
||||
|
||||
#: preproc.y:2116
|
||||
#: preproc.y:2118
|
||||
#, c-format
|
||||
msgid "AT option not allowed in TYPE statement"
|
||||
msgstr "option AT non autorisée dans une instruction TYPE"
|
||||
|
||||
#: preproc.y:2125
|
||||
#: preproc.y:2127
|
||||
#, c-format
|
||||
msgid "AT option not allowed in VAR statement"
|
||||
msgstr "option AT non autorisée dans une instruction VAR"
|
||||
|
||||
#: preproc.y:2132
|
||||
#: preproc.y:2134
|
||||
#, c-format
|
||||
msgid "AT option not allowed in WHENEVER statement"
|
||||
msgstr "option AT non autorisée dans une instruction WHENEVER"
|
||||
|
||||
#: preproc.y:2209 preproc.y:2381 preproc.y:2386 preproc.y:2509 preproc.y:4141 preproc.y:4805
|
||||
#: preproc.y:5338 preproc.y:5676 preproc.y:5976 preproc.y:7544 preproc.y:9112 preproc.y:9117
|
||||
#: preproc.y:11945
|
||||
#: preproc.y:2211 preproc.y:2383 preproc.y:2388 preproc.y:2511 preproc.y:4143 preproc.y:4807
|
||||
#: preproc.y:5340 preproc.y:5678 preproc.y:5978 preproc.y:7514 preproc.y:9082 preproc.y:9087
|
||||
#: preproc.y:11915
|
||||
#, c-format
|
||||
msgid "unsupported feature will be passed to server"
|
||||
msgstr "la fonctionnalité non supportée sera passée au serveur"
|
||||
|
||||
#: preproc.y:2767
|
||||
#: preproc.y:2769
|
||||
#, c-format
|
||||
msgid "SHOW ALL is not implemented"
|
||||
msgstr "SHOW ALL n'est pas implanté"
|
||||
|
||||
#: preproc.y:3462
|
||||
#: preproc.y:3464
|
||||
#, c-format
|
||||
msgid "COPY FROM STDIN is not implemented"
|
||||
msgstr "COPY FROM STDIN n'est pas implanté"
|
||||
|
||||
#: preproc.y:10044 preproc.y:17270
|
||||
#: preproc.y:10014 preproc.y:17250
|
||||
#, c-format
|
||||
msgid "\"database\" cannot be used as cursor name in INFORMIX mode"
|
||||
msgstr "« database » ne peut pas être utilisé comme nom de curseur dans le mode INFORMIX"
|
||||
|
||||
#: preproc.y:10051 preproc.y:17280
|
||||
#: preproc.y:10021 preproc.y:17260
|
||||
#, c-format
|
||||
msgid "using variable \"%s\" in different declare statements is not supported"
|
||||
msgstr ""
|
||||
"l'utilisation de la variable « %s » dans différentes instructions de déclaration\n"
|
||||
"n'est pas supportée"
|
||||
|
||||
#: preproc.y:10053 preproc.y:17282
|
||||
#: preproc.y:10023 preproc.y:17262
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" is already defined"
|
||||
msgstr "le curseur « %s » est déjà défini"
|
||||
|
||||
#: preproc.y:10527
|
||||
#: preproc.y:10497
|
||||
#, c-format
|
||||
msgid "no longer supported LIMIT #,# syntax passed to server"
|
||||
msgstr "la syntaxe obsolète LIMIT #,# a été passée au serveur"
|
||||
|
||||
#: preproc.y:10860 preproc.y:10867
|
||||
#: preproc.y:10830 preproc.y:10837
|
||||
#, c-format
|
||||
msgid "subquery in FROM must have an alias"
|
||||
msgstr "la sous-requête du FROM doit avoir un alias"
|
||||
|
||||
#: preproc.y:16962 preproc.y:16969
|
||||
#: preproc.y:16942 preproc.y:16949
|
||||
#, c-format
|
||||
msgid "CREATE TABLE AS cannot specify INTO"
|
||||
msgstr "CREATE TABLE AS ne peut pas indiquer INTO"
|
||||
|
||||
#: preproc.y:17005
|
||||
#: preproc.y:16985
|
||||
#, c-format
|
||||
msgid "expected \"@\", found \"%s\""
|
||||
msgstr "« @ » attendu, « %s » trouvé"
|
||||
|
||||
#: preproc.y:17017
|
||||
#: preproc.y:16997
|
||||
#, c-format
|
||||
msgid "only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are supported"
|
||||
msgstr ""
|
||||
"seuls les protocoles « tcp » et « unix » et les types de base de données\n"
|
||||
"« postgresql » sont supportés"
|
||||
|
||||
#: preproc.y:17020
|
||||
#: preproc.y:17000
|
||||
#, c-format
|
||||
msgid "expected \"://\", found \"%s\""
|
||||
msgstr "« :// » attendu, « %s » trouvé"
|
||||
|
||||
#: preproc.y:17025
|
||||
#: preproc.y:17005
|
||||
#, c-format
|
||||
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
|
||||
msgstr "les sockets de domaine Unix fonctionnent seulement sur « localhost », mais pas sur « %s »"
|
||||
|
||||
#: preproc.y:17051
|
||||
#: preproc.y:17031
|
||||
#, c-format
|
||||
msgid "expected \"postgresql\", found \"%s\""
|
||||
msgstr "« postgresql » attendu, « %s » trouvé"
|
||||
|
||||
#: preproc.y:17054
|
||||
#: preproc.y:17034
|
||||
#, c-format
|
||||
msgid "invalid connection type: %s"
|
||||
msgstr "type de connexion invalide : %s"
|
||||
|
||||
#: preproc.y:17063
|
||||
#: preproc.y:17043
|
||||
#, c-format
|
||||
msgid "expected \"@\" or \"://\", found \"%s\""
|
||||
msgstr "« @ » ou « :// » attendu, « %s » trouvé"
|
||||
|
||||
#: preproc.y:17138 preproc.y:17156
|
||||
#: preproc.y:17118 preproc.y:17136
|
||||
#, c-format
|
||||
msgid "invalid data type"
|
||||
msgstr "type de données invalide"
|
||||
|
||||
#: preproc.y:17167 preproc.y:17184
|
||||
#: preproc.y:17147 preproc.y:17164
|
||||
#, c-format
|
||||
msgid "incomplete statement"
|
||||
msgstr "instruction incomplète"
|
||||
|
||||
#: preproc.y:17170 preproc.y:17187
|
||||
#: preproc.y:17150 preproc.y:17167
|
||||
#, c-format
|
||||
msgid "unrecognized token \"%s\""
|
||||
msgstr "jeton « %s » non reconnu"
|
||||
|
||||
#: preproc.y:17232
|
||||
#: preproc.y:17212
|
||||
#, c-format
|
||||
msgid "name \"%s\" is already declared"
|
||||
msgstr "le nom « %s » est déjà défini"
|
||||
|
||||
#: preproc.y:17498
|
||||
#: preproc.y:17478
|
||||
#, c-format
|
||||
msgid "only data types numeric and decimal have precision/scale argument"
|
||||
msgstr ""
|
||||
"seuls les types de données numeric et decimal ont des arguments de\n"
|
||||
"précision et d'échelle"
|
||||
|
||||
#: preproc.y:17510
|
||||
#: preproc.y:17490
|
||||
#, c-format
|
||||
msgid "interval specification not allowed here"
|
||||
msgstr "interval de spécification non autorisé ici"
|
||||
|
||||
#: preproc.y:17670 preproc.y:17722
|
||||
#: preproc.y:17650 preproc.y:17702
|
||||
#, c-format
|
||||
msgid "too many levels in nested structure/union definition"
|
||||
msgstr "trop de niveaux dans la définition de structure/union imbriquée"
|
||||
|
||||
#: preproc.y:17845
|
||||
#: preproc.y:17825
|
||||
#, c-format
|
||||
msgid "pointers to varchar are not implemented"
|
||||
msgstr "les pointeurs sur des chaînes de caractères (varchar) ne sont pas implantés"
|
||||
|
||||
#: preproc.y:18032 preproc.y:18057
|
||||
#, c-format
|
||||
msgid "using unsupported DESCRIBE statement"
|
||||
msgstr "utilisation de l'instruction DESCRIBE non supporté"
|
||||
|
||||
#: preproc.y:18304
|
||||
#: preproc.y:18276
|
||||
#, c-format
|
||||
msgid "initializer not allowed in EXEC SQL VAR command"
|
||||
msgstr "initialiseur non autorisé dans la commande EXEC SQL VAR"
|
||||
|
||||
#: preproc.y:18621
|
||||
#: preproc.y:18593
|
||||
#, c-format
|
||||
msgid "arrays of indicators are not allowed on input"
|
||||
msgstr "les tableaux d'indicateurs ne sont pas autorisés en entrée"
|
||||
|
||||
#: preproc.y:18808
|
||||
#: preproc.y:18780
|
||||
#, c-format
|
||||
msgid "operator not allowed in variable definition"
|
||||
msgstr "opérateur non autorisé dans la définition de la variable"
|
||||
|
||||
#. translator: %s is typically the translation of "syntax error"
|
||||
#: preproc.y:18849
|
||||
#: preproc.y:18821
|
||||
#, c-format
|
||||
msgid "%s at or near \"%s\""
|
||||
msgstr "%s sur ou près de « %s »"
|
||||
@@ -715,6 +720,30 @@ msgstr "ce type de données ne supporte pas les pointeurs de pointeur"
|
||||
msgid "multidimensional arrays for structures are not supported"
|
||||
msgstr "les tableaux multidimensionnels ne sont pas supportés pour les structures"
|
||||
|
||||
#~ msgid "declared name %s is already defined"
|
||||
#~ msgstr "le nom déclaré %s est déjà défini"
|
||||
|
||||
#~ msgid "COPY TO STDIN is not possible"
|
||||
#~ msgstr "COPY TO STDIN n'est pas possible"
|
||||
|
||||
#~ msgid "COPY FROM STDOUT is not possible"
|
||||
#~ msgstr "COPY FROM STDOUT n'est pas possible"
|
||||
|
||||
#~ msgid "NEW used in query that is not in a rule"
|
||||
#~ msgstr "NEW utilisé dans une requête qui n'est pas dans une règle"
|
||||
|
||||
#~ msgid "OLD used in query that is not in a rule"
|
||||
#~ msgstr "OLD utilisé dans une requête qui n'est pas dans une règle"
|
||||
|
||||
#~ msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE"
|
||||
#~ msgstr "une contrainte déclarée INITIALLY DEFERRED doit être DEFERRABLE"
|
||||
|
||||
#~ msgid "AT option not allowed in DEALLOCATE statement"
|
||||
#~ msgstr "option AT non autorisée dans une instruction DEALLOCATE"
|
||||
|
||||
#~ msgid " --version output version information, then exit\n"
|
||||
#~ msgstr " --version affiche la version et quitte\n"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "\n"
|
||||
#~ "Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"
|
||||
@@ -722,26 +751,5 @@ msgstr "les tableaux multidimensionnels ne sont pas supportés pour les structur
|
||||
#~ "\n"
|
||||
#~ "Rapporter les bogues à <pgsql-bugs@lists.postgresql.org>.\n"
|
||||
|
||||
#~ msgid " --version output version information, then exit\n"
|
||||
#~ msgstr " --version affiche la version et quitte\n"
|
||||
|
||||
#~ msgid "AT option not allowed in DEALLOCATE statement"
|
||||
#~ msgstr "option AT non autorisée dans une instruction DEALLOCATE"
|
||||
|
||||
#~ msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE"
|
||||
#~ msgstr "une contrainte déclarée INITIALLY DEFERRED doit être DEFERRABLE"
|
||||
|
||||
#~ msgid "OLD used in query that is not in a rule"
|
||||
#~ msgstr "OLD utilisé dans une requête qui n'est pas dans une règle"
|
||||
|
||||
#~ msgid "NEW used in query that is not in a rule"
|
||||
#~ msgstr "NEW utilisé dans une requête qui n'est pas dans une règle"
|
||||
|
||||
#~ msgid "COPY FROM STDOUT is not possible"
|
||||
#~ msgstr "COPY FROM STDOUT n'est pas possible"
|
||||
|
||||
#~ msgid "COPY TO STDIN is not possible"
|
||||
#~ msgstr "COPY TO STDIN n'est pas possible"
|
||||
|
||||
#~ msgid "declared name %s is already defined"
|
||||
#~ msgstr "le nom déclaré %s est déjà défini"
|
||||
#~ msgid "using unsupported DESCRIBE statement"
|
||||
#~ msgstr "utilisation de l'instruction DESCRIBE non supporté"
|
||||
|
@@ -6,8 +6,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ecpg-preproc (PostgreSQL 12 beta 1)\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2021-06-30 13:09+0900\n"
|
||||
"PO-Revision-Date: 2021-05-18 19:04+0900\n"
|
||||
"POT-Creation-Date: 2021-08-25 17:29+0900\n"
|
||||
"PO-Revision-Date: 2021-08-25 17:34+0900\n"
|
||||
"Last-Translator: Kyotaro Horiguchi <horikyota.ntt@gmail.com>\n"
|
||||
"Language-Team: jpug-doc <jpug-doc@ml.postgresql.jp>\n"
|
||||
"Language: ja\n"
|
||||
@@ -22,32 +22,37 @@ msgstr ""
|
||||
msgid "variable \"%s\" must have a numeric type"
|
||||
msgstr "変数\"%s\"は数値型でなければなりません"
|
||||
|
||||
#: descriptor.c:124 descriptor.c:146
|
||||
#: descriptor.c:125 descriptor.c:156
|
||||
#, c-format
|
||||
msgid "descriptor \"%s\" does not exist"
|
||||
msgstr "%s記述子は存在しません"
|
||||
msgid "descriptor %s bound to connection %s does not exist"
|
||||
msgstr "接続%2$sに関連付けられている記述子%1$sは存在しません"
|
||||
|
||||
#: descriptor.c:161 descriptor.c:213
|
||||
#: descriptor.c:127 descriptor.c:158
|
||||
#, c-format
|
||||
msgid "descriptor %s bound to the default connection does not exist"
|
||||
msgstr "デフォルト接続に関連付けられている記述し%sは存在しません"
|
||||
|
||||
#: descriptor.c:173 descriptor.c:225
|
||||
#, c-format
|
||||
msgid "descriptor header item \"%d\" does not exist"
|
||||
msgstr "記述子ヘッダ項目%dは存在しません"
|
||||
|
||||
#: descriptor.c:183
|
||||
#: descriptor.c:195
|
||||
#, c-format
|
||||
msgid "nullable is always 1"
|
||||
msgstr "nullableは常に1です"
|
||||
|
||||
#: descriptor.c:186
|
||||
#: descriptor.c:198
|
||||
#, c-format
|
||||
msgid "key_member is always 0"
|
||||
msgstr "key_memberは常に0です"
|
||||
|
||||
#: descriptor.c:280
|
||||
#: descriptor.c:292
|
||||
#, c-format
|
||||
msgid "descriptor item \"%s\" is not implemented"
|
||||
msgstr "記述子項目%sは実装されていません"
|
||||
|
||||
#: descriptor.c:290
|
||||
#: descriptor.c:302
|
||||
#, c-format
|
||||
msgid "descriptor item \"%s\" cannot be set"
|
||||
msgstr "記述子項目%sは設定できません"
|
||||
@@ -184,7 +189,7 @@ msgstr "%s ホームページ: <%s>\n"
|
||||
#: ecpg.c:141
|
||||
#, c-format
|
||||
msgid "%s: could not locate my own executable path\n"
|
||||
msgstr "%s: 自身の実行ファイルの場所がわかりません\n"
|
||||
msgstr "%s: 自身の実行ファイルが見つかりませんでした\n"
|
||||
|
||||
#: ecpg.c:176 ecpg.c:333 ecpg.c:344
|
||||
#, c-format
|
||||
@@ -194,7 +199,7 @@ msgstr "%s: ファイル\"%s\"をオープンできませんでした: %s\n"
|
||||
#: ecpg.c:219 ecpg.c:232 ecpg.c:248 ecpg.c:274
|
||||
#, c-format
|
||||
msgid "Try \"%s --help\" for more information.\n"
|
||||
msgstr "詳細は\"%s --help\"を実行してください。\n"
|
||||
msgstr "詳細は\"%s --help\"で確認してください。\n"
|
||||
|
||||
#: ecpg.c:243
|
||||
#, c-format
|
||||
@@ -239,7 +244,7 @@ msgstr "/*コメントが閉じていません"
|
||||
#: pgc.l:518
|
||||
#, c-format
|
||||
msgid "unterminated bit string literal"
|
||||
msgstr "ビット文字列リテラルの終端がありません"
|
||||
msgstr "ビット列リテラルの終端がありません"
|
||||
|
||||
#: pgc.l:526
|
||||
#, c-format
|
||||
@@ -274,7 +279,7 @@ msgstr "文字列のドル引用符が閉じていません"
|
||||
#: pgc.l:719 pgc.l:739
|
||||
#, c-format
|
||||
msgid "zero-length delimited identifier"
|
||||
msgstr "区切りつき識別子の長さがゼロです"
|
||||
msgstr "二重引用符で囲まれた識別子の長さがゼロです"
|
||||
|
||||
#: pgc.l:750
|
||||
#, c-format
|
||||
@@ -375,195 +380,195 @@ msgstr "型定義では初期化子は許されません"
|
||||
msgid "type name \"string\" is reserved in Informix mode"
|
||||
msgstr "型名\"string\"はInformixモードですでに予約されています"
|
||||
|
||||
#: preproc.y:552 preproc.y:17660
|
||||
#: preproc.y:552 preproc.y:17675
|
||||
#, c-format
|
||||
msgid "type \"%s\" is already defined"
|
||||
msgstr "\"%s\"型はすでに定義されています"
|
||||
|
||||
#: preproc.y:577 preproc.y:18303 preproc.y:18628 variable.c:621
|
||||
#: preproc.y:577 preproc.y:18310 preproc.y:18635 variable.c:621
|
||||
#, c-format
|
||||
msgid "multidimensional arrays for simple data types are not supported"
|
||||
msgstr "単純なデータ型の多次元配列はサポートされていません"
|
||||
|
||||
#: preproc.y:1750
|
||||
#: preproc.y:599
|
||||
#, c-format
|
||||
msgid "connection %s is overwritten with %s by DECLARE statement %s"
|
||||
msgstr "接続%1$sはDECLARE文%3$sで%2$sに上書きされます"
|
||||
|
||||
#: preproc.y:1753
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CLOSE DATABASE statement"
|
||||
msgstr "CLOSE DATABASE文ではATオプションは許されません"
|
||||
|
||||
#: preproc.y:1998
|
||||
#: preproc.y:2001
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CONNECT statement"
|
||||
msgstr "CONNECT文ではATオプションは許されません"
|
||||
|
||||
#: preproc.y:2036
|
||||
#: preproc.y:2041
|
||||
#, c-format
|
||||
msgid "AT option not allowed in DISCONNECT statement"
|
||||
msgstr "DISCONNECT文ではATオプションは許されません"
|
||||
|
||||
#: preproc.y:2091
|
||||
#: preproc.y:2096
|
||||
#, c-format
|
||||
msgid "AT option not allowed in SET CONNECTION statement"
|
||||
msgstr "SET CONNECTION文ではATオプションは許されません"
|
||||
|
||||
#: preproc.y:2113
|
||||
#: preproc.y:2118
|
||||
#, c-format
|
||||
msgid "AT option not allowed in TYPE statement"
|
||||
msgstr "TYPE文ではATオプションは許されません"
|
||||
|
||||
#: preproc.y:2122
|
||||
#: preproc.y:2127
|
||||
#, c-format
|
||||
msgid "AT option not allowed in VAR statement"
|
||||
msgstr "VAR文ではATオプションは許されません"
|
||||
|
||||
#: preproc.y:2129
|
||||
#: preproc.y:2134
|
||||
#, c-format
|
||||
msgid "AT option not allowed in WHENEVER statement"
|
||||
msgstr "WHENEVER文ではATオプションは許されません"
|
||||
|
||||
#: preproc.y:2206 preproc.y:2378 preproc.y:2383 preproc.y:2506 preproc.y:4138
|
||||
#: preproc.y:4802 preproc.y:5335 preproc.y:5673 preproc.y:5973 preproc.y:7509
|
||||
#: preproc.y:9077 preproc.y:9082 preproc.y:11910
|
||||
#: preproc.y:2211 preproc.y:2383 preproc.y:2388 preproc.y:2511 preproc.y:4143
|
||||
#: preproc.y:4807 preproc.y:5340 preproc.y:5678 preproc.y:5978 preproc.y:7514
|
||||
#: preproc.y:9082 preproc.y:9087 preproc.y:11915
|
||||
#, c-format
|
||||
msgid "unsupported feature will be passed to server"
|
||||
msgstr "非サポートの機能がサーバに渡されます"
|
||||
|
||||
#: preproc.y:2764
|
||||
#: preproc.y:2769
|
||||
#, c-format
|
||||
msgid "SHOW ALL is not implemented"
|
||||
msgstr "SHOW ALLは実装されていません"
|
||||
|
||||
#: preproc.y:3459
|
||||
#: preproc.y:3464
|
||||
#, c-format
|
||||
msgid "COPY FROM STDIN is not implemented"
|
||||
msgstr "COPY FROM STDINは実装されていません"
|
||||
|
||||
#: preproc.y:10009 preproc.y:17235
|
||||
#: preproc.y:10014 preproc.y:17250
|
||||
#, c-format
|
||||
msgid "\"database\" cannot be used as cursor name in INFORMIX mode"
|
||||
msgstr "INFORMIXモードでは\"database\"をカーソル名として使用できません"
|
||||
|
||||
#: preproc.y:10016 preproc.y:17245
|
||||
#: preproc.y:10021 preproc.y:17260
|
||||
#, c-format
|
||||
msgid "using variable \"%s\" in different declare statements is not supported"
|
||||
msgstr "異なったdeclareステートメントにおける変数\"%s\"の使用はサポートされていません"
|
||||
|
||||
#: preproc.y:10018 preproc.y:17247
|
||||
#: preproc.y:10023 preproc.y:17262
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" is already defined"
|
||||
msgstr "カーソル\"%s\"はすでに定義されています"
|
||||
|
||||
#: preproc.y:10492
|
||||
#: preproc.y:10497
|
||||
#, c-format
|
||||
msgid "no longer supported LIMIT #,# syntax passed to server"
|
||||
msgstr "サーバに渡されるLIMIT #,#構文はもはやサポートされていません"
|
||||
|
||||
#: preproc.y:10825 preproc.y:10832
|
||||
#: preproc.y:10830 preproc.y:10837
|
||||
#, c-format
|
||||
msgid "subquery in FROM must have an alias"
|
||||
msgstr "FROM句の副問い合わせは別名を持たなければなりません"
|
||||
msgstr "FROM句の副問い合わせには別名が必要です"
|
||||
|
||||
#: preproc.y:16927 preproc.y:16934
|
||||
#: preproc.y:16942 preproc.y:16949
|
||||
#, c-format
|
||||
msgid "CREATE TABLE AS cannot specify INTO"
|
||||
msgstr "CREATE TABLE ASはINTOを指定できません"
|
||||
|
||||
#: preproc.y:16970
|
||||
#: preproc.y:16985
|
||||
#, c-format
|
||||
msgid "expected \"@\", found \"%s\""
|
||||
msgstr "想定では\"@\"、結果では\"%s\""
|
||||
|
||||
#: preproc.y:16982
|
||||
#: preproc.y:16997
|
||||
#, c-format
|
||||
msgid "only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are supported"
|
||||
msgstr "プロトコルでは\"tcp\"および\"unix\"のみ、データベースの種類では\"postgresql\"のみがサポートされています"
|
||||
|
||||
#: preproc.y:16985
|
||||
#: preproc.y:17000
|
||||
#, c-format
|
||||
msgid "expected \"://\", found \"%s\""
|
||||
msgstr "想定では\"://\"、結果では\"%s\""
|
||||
|
||||
#: preproc.y:16990
|
||||
#: preproc.y:17005
|
||||
#, c-format
|
||||
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
|
||||
msgstr "Unixドメインソケットは\"localhost\"でのみで動作し、\"%s\"では動作しません"
|
||||
|
||||
#: preproc.y:17016
|
||||
#: preproc.y:17031
|
||||
#, c-format
|
||||
msgid "expected \"postgresql\", found \"%s\""
|
||||
msgstr "想定では\"postgresql\"、結果では\"%s\""
|
||||
|
||||
#: preproc.y:17019
|
||||
#: preproc.y:17034
|
||||
#, c-format
|
||||
msgid "invalid connection type: %s"
|
||||
msgstr "無効な接続種類: %s"
|
||||
|
||||
#: preproc.y:17028
|
||||
#: preproc.y:17043
|
||||
#, c-format
|
||||
msgid "expected \"@\" or \"://\", found \"%s\""
|
||||
msgstr "想定では\"@または\"\"://\"、結果では\"%s\""
|
||||
|
||||
#: preproc.y:17103 preproc.y:17121
|
||||
#: preproc.y:17118 preproc.y:17136
|
||||
#, c-format
|
||||
msgid "invalid data type"
|
||||
msgstr "無効なデータ型"
|
||||
|
||||
#: preproc.y:17132 preproc.y:17149
|
||||
#: preproc.y:17147 preproc.y:17164
|
||||
#, c-format
|
||||
msgid "incomplete statement"
|
||||
msgstr "不完全な文"
|
||||
|
||||
#: preproc.y:17135 preproc.y:17152
|
||||
#: preproc.y:17150 preproc.y:17167
|
||||
#, c-format
|
||||
msgid "unrecognized token \"%s\""
|
||||
msgstr "認識できないトークン\"%s\""
|
||||
|
||||
#: preproc.y:17197
|
||||
#: preproc.y:17212
|
||||
#, c-format
|
||||
msgid "name \"%s\" is already declared"
|
||||
msgstr "名前\"%s\"はすでに定義されています"
|
||||
|
||||
#: preproc.y:17463
|
||||
#: preproc.y:17478
|
||||
#, c-format
|
||||
msgid "only data types numeric and decimal have precision/scale argument"
|
||||
msgstr "数値データ型または10進数データ型のみが精度/位取りの引数を取ることができます"
|
||||
|
||||
#: preproc.y:17475
|
||||
#: preproc.y:17490
|
||||
#, c-format
|
||||
msgid "interval specification not allowed here"
|
||||
msgstr "時間間隔の指定はここでは許されません"
|
||||
|
||||
#: preproc.y:17635 preproc.y:17687
|
||||
#: preproc.y:17650 preproc.y:17702
|
||||
#, c-format
|
||||
msgid "too many levels in nested structure/union definition"
|
||||
msgstr "構造体/ユニオンの定義の入れ子レベルが深すぎます"
|
||||
|
||||
#: preproc.y:17810
|
||||
#: preproc.y:17825
|
||||
#, c-format
|
||||
msgid "pointers to varchar are not implemented"
|
||||
msgstr "varcharを指し示すポインタは実装されていません"
|
||||
|
||||
#: preproc.y:17997 preproc.y:18022
|
||||
#, c-format
|
||||
msgid "using unsupported DESCRIBE statement"
|
||||
msgstr "未サポートのDESCRIBE文の使用"
|
||||
|
||||
#: preproc.y:18269
|
||||
#: preproc.y:18276
|
||||
#, c-format
|
||||
msgid "initializer not allowed in EXEC SQL VAR command"
|
||||
msgstr "EXEC SQL VARコマンドでは初期化子は許されません"
|
||||
|
||||
#: preproc.y:18586
|
||||
#: preproc.y:18593
|
||||
#, c-format
|
||||
msgid "arrays of indicators are not allowed on input"
|
||||
msgstr "指示子配列は入力として許されません"
|
||||
|
||||
#: preproc.y:18773
|
||||
#: preproc.y:18780
|
||||
#, c-format
|
||||
msgid "operator not allowed in variable definition"
|
||||
msgstr "変数定義では演算子は許されません"
|
||||
|
||||
#. translator: %s is typically the translation of "syntax error"
|
||||
#: preproc.y:18814
|
||||
#: preproc.y:18821
|
||||
#, c-format
|
||||
msgid "%s at or near \"%s\""
|
||||
msgstr "\"%2$s\"またはその近辺で%1$s"
|
||||
@@ -571,7 +576,7 @@ msgstr "\"%2$s\"またはその近辺で%1$s"
|
||||
#: type.c:18 type.c:30
|
||||
#, c-format
|
||||
msgid "out of memory"
|
||||
msgstr "メモリ不足です"
|
||||
msgstr "メモリ不足"
|
||||
|
||||
#: type.c:214 type.c:685
|
||||
#, c-format
|
||||
|
@@ -1,13 +1,13 @@
|
||||
# Russian message translation file for ecpg
|
||||
# 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-2017, 2018, 2019, 2020.
|
||||
# Alexander Lakhin <exclusion@gmail.com>, 2012-2017, 2018, 2019, 2020, 2021.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ecpg (PostgreSQL current)\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2020-11-09 07:34+0300\n"
|
||||
"PO-Revision-Date: 2020-11-09 08:27+0300\n"
|
||||
"POT-Creation-Date: 2021-09-01 12:57+0300\n"
|
||||
"PO-Revision-Date: 2021-09-04 10:54+0300\n"
|
||||
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
|
||||
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
|
||||
"Language: ru\n"
|
||||
@@ -22,37 +22,42 @@ msgstr ""
|
||||
msgid "variable \"%s\" must have a numeric type"
|
||||
msgstr "переменная \"%s\" должна иметь числовой тип"
|
||||
|
||||
#: descriptor.c:124 descriptor.c:146
|
||||
#: descriptor.c:125 descriptor.c:156
|
||||
#, c-format
|
||||
msgid "descriptor \"%s\" does not exist"
|
||||
msgstr "дескриптор \"%s\" не существует"
|
||||
msgid "descriptor %s bound to connection %s does not exist"
|
||||
msgstr "дескриптор %s, привязанный к соединению %s, не существует"
|
||||
|
||||
#: descriptor.c:161 descriptor.c:213
|
||||
#: descriptor.c:127 descriptor.c:158
|
||||
#, c-format
|
||||
msgid "descriptor %s bound to the default connection does not exist"
|
||||
msgstr "дескриптор %s, привязанный к соединению по умолчанию, не существует"
|
||||
|
||||
#: descriptor.c:173 descriptor.c:225
|
||||
#, c-format
|
||||
msgid "descriptor header item \"%d\" does not exist"
|
||||
msgstr "заголовок дескриптора не содержит элемент \"%d\""
|
||||
|
||||
#: descriptor.c:183
|
||||
#: descriptor.c:195
|
||||
#, c-format
|
||||
msgid "nullable is always 1"
|
||||
msgstr "NULLABLE всегда равно 1"
|
||||
|
||||
#: descriptor.c:186
|
||||
#: descriptor.c:198
|
||||
#, c-format
|
||||
msgid "key_member is always 0"
|
||||
msgstr "KEY_MEMBER всегда равно 0"
|
||||
|
||||
#: descriptor.c:280
|
||||
#: descriptor.c:292
|
||||
#, c-format
|
||||
msgid "descriptor item \"%s\" is not implemented"
|
||||
msgstr "поле \"%s\" в дескрипторе не реализовано"
|
||||
|
||||
#: descriptor.c:290
|
||||
#: descriptor.c:302
|
||||
#, c-format
|
||||
msgid "descriptor item \"%s\" cannot be set"
|
||||
msgstr "установить поле \"%s\" в дескрипторе нельзя"
|
||||
|
||||
#: ecpg.c:35
|
||||
#: ecpg.c:36
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%s is the PostgreSQL embedded SQL preprocessor for C programs.\n"
|
||||
@@ -61,7 +66,7 @@ msgstr ""
|
||||
"%s - препроцессор SQL-вставок в программах на C для PostgreSQL.\n"
|
||||
"\n"
|
||||
|
||||
#: ecpg.c:37
|
||||
#: ecpg.c:38
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Usage:\n"
|
||||
@@ -72,12 +77,12 @@ msgstr ""
|
||||
" %s [ПАРАМЕТР]... ФАЙЛ...\n"
|
||||
"\n"
|
||||
|
||||
#: ecpg.c:40
|
||||
#: ecpg.c:41
|
||||
#, c-format
|
||||
msgid "Options:\n"
|
||||
msgstr "Параметры:\n"
|
||||
|
||||
#: ecpg.c:41
|
||||
#: ecpg.c:42
|
||||
#, c-format
|
||||
msgid ""
|
||||
" -c automatically generate C code from embedded SQL code;\n"
|
||||
@@ -86,7 +91,7 @@ msgstr ""
|
||||
" -c автоматически генерировать код C из внедрённого SQL-кода;\n"
|
||||
" (это касается EXEC SQL TYPE)\n"
|
||||
|
||||
#: ecpg.c:43
|
||||
#: ecpg.c:44
|
||||
#, c-format
|
||||
msgid ""
|
||||
" -C MODE set compatibility mode; MODE can be one of\n"
|
||||
@@ -95,38 +100,38 @@ msgstr ""
|
||||
" -C РЕЖИМ установить режим совместимости; допустимый РЕЖИМ:\n"
|
||||
" \"INFORMIX\", \"INFORMIX_SE\" или \"ORACLE\"\n"
|
||||
|
||||
#: ecpg.c:46
|
||||
#: ecpg.c:47
|
||||
#, c-format
|
||||
msgid " -d generate parser debug output\n"
|
||||
msgstr " -d генерировать отладочные сообщения при разборе\n"
|
||||
|
||||
#: ecpg.c:48
|
||||
#: ecpg.c:49
|
||||
#, c-format
|
||||
msgid " -D SYMBOL define SYMBOL\n"
|
||||
msgstr " -D СИМВОЛ определить (define) СИМВОЛ\n"
|
||||
|
||||
#: ecpg.c:49
|
||||
#: ecpg.c:50
|
||||
#, c-format
|
||||
msgid ""
|
||||
" -h parse a header file, this option includes option \"-c\"\n"
|
||||
msgstr " -h разобрать файл заголовка (включает параметр \"-c\")\n"
|
||||
|
||||
#: ecpg.c:50
|
||||
#: ecpg.c:51
|
||||
#, c-format
|
||||
msgid " -i parse system include files as well\n"
|
||||
msgstr " -i разобрать также системные включаемые файлы\n"
|
||||
|
||||
#: ecpg.c:51
|
||||
#: ecpg.c:52
|
||||
#, c-format
|
||||
msgid " -I DIRECTORY search DIRECTORY for include files\n"
|
||||
msgstr " -I КАТАЛОГ искать включаемые файлы в указанном каталоге\n"
|
||||
|
||||
#: ecpg.c:52
|
||||
#: ecpg.c:53
|
||||
#, c-format
|
||||
msgid " -o OUTFILE write result to OUTFILE\n"
|
||||
msgstr " -o ФАЙЛ записать результат в ФАЙЛ\n"
|
||||
|
||||
#: ecpg.c:53
|
||||
#: ecpg.c:54
|
||||
#, c-format
|
||||
msgid ""
|
||||
" -r OPTION specify run-time behavior; OPTION can be:\n"
|
||||
@@ -135,28 +140,28 @@ msgstr ""
|
||||
" -r ПАРАМЕТР определить режим выполнения; допустимый ПАРАМЕТР:\n"
|
||||
" \"no_indicator\", \"prepare\" или \"questionmarks\"\n"
|
||||
|
||||
#: ecpg.c:55
|
||||
#: ecpg.c:56
|
||||
#, c-format
|
||||
msgid " --regression run in regression testing mode\n"
|
||||
msgstr " --regression запустить в режиме тестирования регрессии\n"
|
||||
|
||||
#: ecpg.c:56
|
||||
#: ecpg.c:57
|
||||
#, c-format
|
||||
msgid " -t turn on autocommit of transactions\n"
|
||||
msgstr " -t включить автофиксацию транзакций\n"
|
||||
|
||||
#: ecpg.c:57
|
||||
#: ecpg.c:58
|
||||
#, c-format
|
||||
msgid " -V, --version output version information, then exit\n"
|
||||
msgstr " -V, --version показать версию и выйти\n"
|
||||
|
||||
#: ecpg.c:58
|
||||
#: ecpg.c:59
|
||||
#, c-format
|
||||
msgid " -?, --help show this help, then exit\n"
|
||||
msgstr " -?, --help показать эту справку и выйти\n"
|
||||
|
||||
# skip-rule: space-before-period
|
||||
#: ecpg.c:59
|
||||
#: ecpg.c:60
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -167,7 +172,7 @@ msgstr ""
|
||||
"Если выходной файл не указан, к имени входного файла без расширения .pgc\n"
|
||||
"добавляется .c.\n"
|
||||
|
||||
#: ecpg.c:61
|
||||
#: ecpg.c:62
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -176,57 +181,57 @@ msgstr ""
|
||||
"\n"
|
||||
"Об ошибках сообщайте по адресу <%s>.\n"
|
||||
|
||||
#: ecpg.c:62
|
||||
#: ecpg.c:63
|
||||
#, c-format
|
||||
msgid "%s home page: <%s>\n"
|
||||
msgstr "Домашняя страница %s: <%s>\n"
|
||||
|
||||
#: ecpg.c:140
|
||||
#: ecpg.c:141
|
||||
#, c-format
|
||||
msgid "%s: could not locate my own executable path\n"
|
||||
msgstr "%s: не удалось найти свой путь к исполняемым файлам\n"
|
||||
msgstr "%s: не удалось найти путь к собственному исполняемому файлу\n"
|
||||
|
||||
#: ecpg.c:175 ecpg.c:332 ecpg.c:343
|
||||
#: ecpg.c:176 ecpg.c:333 ecpg.c:344
|
||||
#, c-format
|
||||
msgid "%s: could not open file \"%s\": %s\n"
|
||||
msgstr "%s: не удалось открыть файл \"%s\": %s\n"
|
||||
|
||||
#: ecpg.c:218 ecpg.c:231 ecpg.c:247 ecpg.c:273
|
||||
#: ecpg.c:219 ecpg.c:232 ecpg.c:248 ecpg.c:274
|
||||
#, c-format
|
||||
msgid "Try \"%s --help\" for more information.\n"
|
||||
msgstr "Для дополнительной информации попробуйте \"%s --help\".\n"
|
||||
|
||||
#: ecpg.c:242
|
||||
#: ecpg.c:243
|
||||
#, c-format
|
||||
msgid "%s: parser debug support (-d) not available\n"
|
||||
msgstr "%s: отладочные сообщения при разборе (-d) не поддерживаются\n"
|
||||
|
||||
#: ecpg.c:261
|
||||
#: ecpg.c:262
|
||||
#, c-format
|
||||
msgid "%s, the PostgreSQL embedded C preprocessor, version %s\n"
|
||||
msgstr "%s, препроцессор внедрённого в С языка СУБД PostgreSQL, версия %s\n"
|
||||
|
||||
#: ecpg.c:263
|
||||
#: ecpg.c:264
|
||||
#, c-format
|
||||
msgid "EXEC SQL INCLUDE ... search starts here:\n"
|
||||
msgstr "поиск файлов для EXEC SQL INCLUDE ... начинается в каталогах:\n"
|
||||
|
||||
#: ecpg.c:266
|
||||
#: ecpg.c:267
|
||||
#, c-format
|
||||
msgid "end of search list\n"
|
||||
msgstr "конец списка поиска\n"
|
||||
|
||||
#: ecpg.c:272
|
||||
#: ecpg.c:273
|
||||
#, c-format
|
||||
msgid "%s: no input files specified\n"
|
||||
msgstr "%s: нет входных файлов\n"
|
||||
|
||||
#: ecpg.c:466
|
||||
#: ecpg.c:477
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" has been declared but not opened"
|
||||
msgstr "курсор \"%s\" был объявлен, но не открыт"
|
||||
|
||||
#: ecpg.c:479 preproc.y:128
|
||||
#: ecpg.c:490 preproc.y:130
|
||||
#, c-format
|
||||
msgid "could not remove output file \"%s\"\n"
|
||||
msgstr "ошибка при удалении выходного файла \"%s\"\n"
|
||||
@@ -263,89 +268,89 @@ msgstr ""
|
||||
"необрабатываемое предыдущее состояние при обнаружении закрывающего "
|
||||
"апострофа\n"
|
||||
|
||||
#: pgc.l:654 pgc.l:756
|
||||
#: pgc.l:651 pgc.l:760
|
||||
#, c-format
|
||||
msgid "unterminated quoted string"
|
||||
msgstr "незавершённая строка в кавычках"
|
||||
|
||||
#: pgc.l:705
|
||||
#: pgc.l:702
|
||||
#, c-format
|
||||
msgid "unterminated dollar-quoted string"
|
||||
msgstr "незавершённая строка в долларах"
|
||||
msgstr "незавершённая строка с $"
|
||||
|
||||
#: pgc.l:723 pgc.l:736
|
||||
#: pgc.l:720 pgc.l:740
|
||||
#, c-format
|
||||
msgid "zero-length delimited identifier"
|
||||
msgstr "пустой идентификатор в кавычках"
|
||||
|
||||
#: pgc.l:747
|
||||
#: pgc.l:751
|
||||
#, c-format
|
||||
msgid "unterminated quoted identifier"
|
||||
msgstr "незавершённый идентификатор в кавычках"
|
||||
|
||||
#: pgc.l:1078
|
||||
#: pgc.l:1082
|
||||
#, c-format
|
||||
msgid "nested /* ... */ comments"
|
||||
msgstr "вложенные комментарии /* ... */"
|
||||
|
||||
#: pgc.l:1171
|
||||
#: pgc.l:1175
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL UNDEF command"
|
||||
msgstr "в команде EXEC SQL UNDEF отсутствует идентификатор"
|
||||
|
||||
#: pgc.l:1189 pgc.l:1202 pgc.l:1218 pgc.l:1231
|
||||
#: pgc.l:1193 pgc.l:1206 pgc.l:1222 pgc.l:1235
|
||||
#, c-format
|
||||
msgid "too many nested EXEC SQL IFDEF conditions"
|
||||
msgstr "слишком много вложенных условий EXEC SQL IFDEF"
|
||||
|
||||
#: pgc.l:1247 pgc.l:1258 pgc.l:1273 pgc.l:1295
|
||||
#: pgc.l:1251 pgc.l:1262 pgc.l:1277 pgc.l:1299
|
||||
#, c-format
|
||||
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
msgstr "нет соответствующего \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
|
||||
#: pgc.l:1249 pgc.l:1260 pgc.l:1441
|
||||
#: pgc.l:1253 pgc.l:1264 pgc.l:1445
|
||||
#, c-format
|
||||
msgid "missing \"EXEC SQL ENDIF;\""
|
||||
msgstr "отсутствует \"EXEC SQL ENDIF;\""
|
||||
|
||||
#: pgc.l:1275 pgc.l:1297
|
||||
#: pgc.l:1279 pgc.l:1301
|
||||
#, c-format
|
||||
msgid "more than one EXEC SQL ELSE"
|
||||
msgstr "неоднократная команда EXEC SQL ELSE"
|
||||
|
||||
#: pgc.l:1320 pgc.l:1334
|
||||
#: pgc.l:1324 pgc.l:1338
|
||||
#, c-format
|
||||
msgid "unmatched EXEC SQL ENDIF"
|
||||
msgstr "непарная команда EXEC SQL ENDIF"
|
||||
|
||||
#: pgc.l:1389
|
||||
#: pgc.l:1393
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL IFDEF command"
|
||||
msgstr "в команде EXEC SQL IFDEF отсутствует идентификатор"
|
||||
|
||||
#: pgc.l:1398
|
||||
#: pgc.l:1402
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL DEFINE command"
|
||||
msgstr "в команде EXEC SQL DEFINE отсутствует идентификатор"
|
||||
|
||||
#: pgc.l:1431
|
||||
#: pgc.l:1435
|
||||
#, c-format
|
||||
msgid "syntax error in EXEC SQL INCLUDE command"
|
||||
msgstr "ошибка синтаксиса в команде EXEC SQL INCLUDE"
|
||||
|
||||
#: pgc.l:1481
|
||||
#: pgc.l:1485
|
||||
#, c-format
|
||||
msgid "internal error: unreachable state; please report this to <%s>"
|
||||
msgstr "внутренняя ошибка: недостижимое состояние; пожалуйста, сообщите в <%s>"
|
||||
|
||||
#: pgc.l:1633
|
||||
#: pgc.l:1637
|
||||
#, c-format
|
||||
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
|
||||
msgstr ""
|
||||
"Ошибка: путь включаемых файлов \"%s/%s\" в строке %d слишком длинный, "
|
||||
"пропускается\n"
|
||||
|
||||
#: pgc.l:1656
|
||||
#: pgc.l:1660
|
||||
#, c-format
|
||||
msgid "could not open include file \"%s\" on line %d"
|
||||
msgstr "не удалось открыть включаемый файл \"%s\" (строка %d)"
|
||||
@@ -354,125 +359,136 @@ msgstr "не удалось открыть включаемый файл \"%s\"
|
||||
msgid "syntax error"
|
||||
msgstr "ошибка синтаксиса"
|
||||
|
||||
#: preproc.y:82
|
||||
#: preproc.y:84
|
||||
#, c-format
|
||||
msgid "WARNING: "
|
||||
msgstr "ПРЕДУПРЕЖДЕНИЕ: "
|
||||
|
||||
#: preproc.y:85
|
||||
#: preproc.y:87
|
||||
#, c-format
|
||||
msgid "ERROR: "
|
||||
msgstr "ОШИБКА: "
|
||||
|
||||
#: preproc.y:512
|
||||
#: preproc.y:514
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" does not exist"
|
||||
msgstr "курсор \"%s\" не существует"
|
||||
|
||||
#: preproc.y:541
|
||||
#: preproc.y:543
|
||||
#, c-format
|
||||
msgid "initializer not allowed in type definition"
|
||||
msgstr "определение типа не может включать инициализатор"
|
||||
|
||||
#: preproc.y:543
|
||||
#: preproc.y:545
|
||||
#, c-format
|
||||
msgid "type name \"string\" is reserved in Informix mode"
|
||||
msgstr "имя типа \"string\" в режиме Informix зарезервировано"
|
||||
|
||||
#: preproc.y:550 preproc.y:15962
|
||||
#: preproc.y:552 preproc.y:17675
|
||||
#, c-format
|
||||
msgid "type \"%s\" is already defined"
|
||||
msgstr "тип \"%s\" уже определён"
|
||||
|
||||
#: preproc.y:575 preproc.y:16605 preproc.y:16930 variable.c:621
|
||||
#: preproc.y:577 preproc.y:18310 preproc.y:18635 variable.c:621
|
||||
#, c-format
|
||||
msgid "multidimensional arrays for simple data types are not supported"
|
||||
msgstr "многомерные массивы с простыми типами данных не поддерживаются"
|
||||
|
||||
#: preproc.y:1706
|
||||
#: preproc.y:599
|
||||
#, c-format
|
||||
msgid "connection %s is overwritten with %s by DECLARE statement %s"
|
||||
msgstr "подключение %s заменяется на %s оператором DECLARE %s"
|
||||
|
||||
#: preproc.y:1753
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CLOSE DATABASE statement"
|
||||
msgstr "оператор CLOSE DATABASE с параметром AT не поддерживается"
|
||||
|
||||
#: preproc.y:1954
|
||||
#: preproc.y:2001
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CONNECT statement"
|
||||
msgstr "оператор CONNECT с параметром AT не поддерживается"
|
||||
|
||||
#: preproc.y:1988
|
||||
#: preproc.y:2041
|
||||
#, c-format
|
||||
msgid "AT option not allowed in DISCONNECT statement"
|
||||
msgstr "оператор DISCONNECT с параметром AT не поддерживается"
|
||||
|
||||
#: preproc.y:2043
|
||||
#: preproc.y:2096
|
||||
#, c-format
|
||||
msgid "AT option not allowed in SET CONNECTION statement"
|
||||
msgstr "оператор SET CONNECTION с параметром AT не поддерживается"
|
||||
|
||||
#: preproc.y:2065
|
||||
#: preproc.y:2118
|
||||
#, c-format
|
||||
msgid "AT option not allowed in TYPE statement"
|
||||
msgstr "оператор TYPE с параметром AT не поддерживается"
|
||||
|
||||
#: preproc.y:2074
|
||||
#: preproc.y:2127
|
||||
#, c-format
|
||||
msgid "AT option not allowed in VAR statement"
|
||||
msgstr "оператор VAR с параметром AT не поддерживается"
|
||||
|
||||
#: preproc.y:2081
|
||||
#: preproc.y:2134
|
||||
#, c-format
|
||||
msgid "AT option not allowed in WHENEVER statement"
|
||||
msgstr "оператор WHENEVER с параметром AT не поддерживается"
|
||||
|
||||
#: preproc.y:2158 preproc.y:2330 preproc.y:2335 preproc.y:2458 preproc.y:4036
|
||||
#: preproc.y:4684 preproc.y:5626 preproc.y:5926 preproc.y:7544 preproc.y:9083
|
||||
#: preproc.y:9088 preproc.y:11923
|
||||
#: preproc.y:2211 preproc.y:2383 preproc.y:2388 preproc.y:2511 preproc.y:4143
|
||||
#: preproc.y:4807 preproc.y:5340 preproc.y:5678 preproc.y:5978 preproc.y:7514
|
||||
#: preproc.y:9082 preproc.y:9087 preproc.y:11915
|
||||
#, c-format
|
||||
msgid "unsupported feature will be passed to server"
|
||||
msgstr "неподдерживаемая функция будет передана серверу"
|
||||
|
||||
#: preproc.y:2716
|
||||
#: preproc.y:2769
|
||||
#, c-format
|
||||
msgid "SHOW ALL is not implemented"
|
||||
msgstr "SHOW ALL не реализовано"
|
||||
|
||||
#: preproc.y:3384
|
||||
#: preproc.y:3464
|
||||
#, c-format
|
||||
msgid "COPY FROM STDIN is not implemented"
|
||||
msgstr "операция COPY FROM STDIN не реализована"
|
||||
|
||||
#: preproc.y:10062 preproc.y:15547
|
||||
#: preproc.y:10014 preproc.y:17250
|
||||
#, c-format
|
||||
msgid "\"database\" cannot be used as cursor name in INFORMIX mode"
|
||||
msgstr ""
|
||||
"в режиме INFORMIX нельзя использовать \"database\" в качестве имени курсора"
|
||||
|
||||
#: preproc.y:10021 preproc.y:17260
|
||||
#, c-format
|
||||
msgid "using variable \"%s\" in different declare statements is not supported"
|
||||
msgstr ""
|
||||
"использование переменной \"%s\" в разных операторах DECLARE не поддерживается"
|
||||
|
||||
#: preproc.y:10064 preproc.y:15549
|
||||
#: preproc.y:10023 preproc.y:17262
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" is already defined"
|
||||
msgstr "курсор \"%s\" уже определён"
|
||||
|
||||
#: preproc.y:10504
|
||||
#: preproc.y:10497
|
||||
#, c-format
|
||||
msgid "no longer supported LIMIT #,# syntax passed to server"
|
||||
msgstr "не поддерживаемое более предложение LIMIT #,# передано на сервер"
|
||||
|
||||
#: preproc.y:10837 preproc.y:10844
|
||||
#: preproc.y:10830 preproc.y:10837
|
||||
#, c-format
|
||||
msgid "subquery in FROM must have an alias"
|
||||
msgstr "подзапрос во FROM должен иметь псевдоним"
|
||||
|
||||
#: preproc.y:15270 preproc.y:15277
|
||||
#: preproc.y:16942 preproc.y:16949
|
||||
#, c-format
|
||||
msgid "CREATE TABLE AS cannot specify INTO"
|
||||
msgstr "в CREATE TABLE AS нельзя указать INTO"
|
||||
|
||||
#: preproc.y:15313
|
||||
#: preproc.y:16985
|
||||
#, c-format
|
||||
msgid "expected \"@\", found \"%s\""
|
||||
msgstr "ожидался знак \"@\", но на этом месте \"%s\""
|
||||
|
||||
#: preproc.y:15325
|
||||
#: preproc.y:16997
|
||||
#, c-format
|
||||
msgid ""
|
||||
"only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are "
|
||||
@@ -481,89 +497,89 @@ msgstr ""
|
||||
"поддерживаются только протоколы \"tcp\" и \"unix\", а тип базы данных - "
|
||||
"\"postgresql\""
|
||||
|
||||
#: preproc.y:15328
|
||||
#: preproc.y:17000
|
||||
#, c-format
|
||||
msgid "expected \"://\", found \"%s\""
|
||||
msgstr "ожидалось \"://\", но на этом месте \"%s\""
|
||||
|
||||
#: preproc.y:15333
|
||||
#: preproc.y:17005
|
||||
#, c-format
|
||||
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
|
||||
msgstr "Unix-сокеты работают только с \"localhost\", но не с адресом \"%s\""
|
||||
|
||||
#: preproc.y:15359
|
||||
#: preproc.y:17031
|
||||
#, c-format
|
||||
msgid "expected \"postgresql\", found \"%s\""
|
||||
msgstr "ожидался тип \"postgresql\", но на этом месте \"%s\""
|
||||
|
||||
#: preproc.y:15362
|
||||
#: preproc.y:17034
|
||||
#, c-format
|
||||
msgid "invalid connection type: %s"
|
||||
msgstr "неверный тип подключения: %s"
|
||||
|
||||
#: preproc.y:15371
|
||||
#: preproc.y:17043
|
||||
#, c-format
|
||||
msgid "expected \"@\" or \"://\", found \"%s\""
|
||||
msgstr "ожидалось \"@\" или \"://\", но на этом месте \"%s\""
|
||||
|
||||
#: preproc.y:15446 preproc.y:15464
|
||||
#: preproc.y:17118 preproc.y:17136
|
||||
#, c-format
|
||||
msgid "invalid data type"
|
||||
msgstr "неверный тип данных"
|
||||
|
||||
#: preproc.y:15475 preproc.y:15492
|
||||
#: preproc.y:17147 preproc.y:17164
|
||||
#, c-format
|
||||
msgid "incomplete statement"
|
||||
msgstr "неполный оператор"
|
||||
|
||||
#: preproc.y:15478 preproc.y:15495
|
||||
#: preproc.y:17150 preproc.y:17167
|
||||
#, c-format
|
||||
msgid "unrecognized token \"%s\""
|
||||
msgstr "нераспознанное ключевое слово \"%s\""
|
||||
|
||||
#: preproc.y:15765
|
||||
#: preproc.y:17212
|
||||
#, c-format
|
||||
msgid "name \"%s\" is already declared"
|
||||
msgstr "имя \"%s\" уже объявлено"
|
||||
|
||||
#: preproc.y:17478
|
||||
#, c-format
|
||||
msgid "only data types numeric and decimal have precision/scale argument"
|
||||
msgstr ""
|
||||
"точность/масштаб можно указать только для типов данных numeric и decimal"
|
||||
|
||||
#: preproc.y:15777
|
||||
#: preproc.y:17490
|
||||
#, c-format
|
||||
msgid "interval specification not allowed here"
|
||||
msgstr "определение интервала здесь не допускается"
|
||||
|
||||
#: preproc.y:15937 preproc.y:15989
|
||||
#: preproc.y:17650 preproc.y:17702
|
||||
#, c-format
|
||||
msgid "too many levels in nested structure/union definition"
|
||||
msgstr "слишком много уровней в определении вложенной структуры/объединения"
|
||||
|
||||
#: preproc.y:16112
|
||||
#: preproc.y:17825
|
||||
#, c-format
|
||||
msgid "pointers to varchar are not implemented"
|
||||
msgstr "указатели на varchar не реализованы"
|
||||
|
||||
#: preproc.y:16299 preproc.y:16324
|
||||
#, c-format
|
||||
msgid "using unsupported DESCRIBE statement"
|
||||
msgstr "используется неподдерживаемый оператор DESCRIBE"
|
||||
|
||||
#: preproc.y:16571
|
||||
#: preproc.y:18276
|
||||
#, c-format
|
||||
msgid "initializer not allowed in EXEC SQL VAR command"
|
||||
msgstr "команда EXEC SQL VAR не может включать инициализатор"
|
||||
|
||||
#: preproc.y:16888
|
||||
#: preproc.y:18593
|
||||
#, c-format
|
||||
msgid "arrays of indicators are not allowed on input"
|
||||
msgstr "массивы индикаторов на входе недопустимы"
|
||||
|
||||
#: preproc.y:17075
|
||||
#: preproc.y:18780
|
||||
#, c-format
|
||||
msgid "operator not allowed in variable definition"
|
||||
msgstr "недопустимый оператор в определении переменной"
|
||||
|
||||
#. translator: %s is typically the translation of "syntax error"
|
||||
#: preproc.y:17116
|
||||
#: preproc.y:18821
|
||||
#, c-format
|
||||
msgid "%s at or near \"%s\""
|
||||
msgstr "%s (примерное положение: \"%s\")"
|
||||
@@ -705,6 +721,9 @@ msgstr "для этого типа данных указатели на указ
|
||||
msgid "multidimensional arrays for structures are not supported"
|
||||
msgstr "многомерные массивы структур не поддерживаются"
|
||||
|
||||
#~ msgid "using unsupported DESCRIBE statement"
|
||||
#~ msgstr "используется неподдерживаемый оператор DESCRIBE"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "\n"
|
||||
#~ "Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"
|
||||
|
@@ -9,7 +9,7 @@ msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 8.4\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2019-04-26 13:39+0000\n"
|
||||
"PO-Revision-Date: 2019-06-13 17:15+0300\n"
|
||||
"PO-Revision-Date: 2021-09-16 09:37+0200\n"
|
||||
"Last-Translator: Abdullah GÜLNER <agulner@gmail.com>\n"
|
||||
"Language-Team: Turkish <ceviri@postgresql.org.tr>\n"
|
||||
"Language: tr\n"
|
||||
@@ -105,7 +105,7 @@ msgstr " -d ayrıştırıcı hata ayıklama çıktısını oluştur\
|
||||
#: ecpg.c:49
|
||||
#, c-format
|
||||
msgid " -D SYMBOL define SYMBOL\n"
|
||||
msgstr " -D SEMBOL SEMBOLü tanımla\n"
|
||||
msgstr " -D SEMBOL SEMBOLü tanımla\n"
|
||||
|
||||
#: ecpg.c:50
|
||||
#, c-format
|
||||
@@ -133,7 +133,7 @@ msgid ""
|
||||
" -r OPTION specify run-time behavior; OPTION can be:\n"
|
||||
" \"no_indicator\", \"prepare\", \"questionmarks\"\n"
|
||||
msgstr ""
|
||||
" -r SEÇENEK çalışma zamanı davranışını belirt; SEÇENEK şunlardan birisi olabilir:\n"
|
||||
" -r SEÇENEK çalışma zamanı davranışını belirt; SEÇENEK şunlardan birisi olabilir:\n"
|
||||
" \"no_indicator\", \"prepare\", \"questionmarks\"\n"
|
||||
|
||||
#: ecpg.c:56
|
||||
@@ -144,7 +144,7 @@ msgstr " --regression regression testi modunda çalış\n"
|
||||
#: ecpg.c:57
|
||||
#, c-format
|
||||
msgid " -t turn on autocommit of transactions\n"
|
||||
msgstr " -t transactionların otomatik commit olması özelliğini aç\n"
|
||||
msgstr " -t transactionların otomatik commit olması özelliğini aç\n"
|
||||
|
||||
#: ecpg.c:58
|
||||
#, c-format
|
||||
|
@@ -2,9 +2,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: postgresql\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2021-06-28 07:09+0000\n"
|
||||
"PO-Revision-Date: 2021-07-17 14:11\n"
|
||||
"Last-Translator: Pavlo Golub\n"
|
||||
"POT-Creation-Date: 2021-08-17 08:39+0000\n"
|
||||
"PO-Revision-Date: 2021-08-17 11:18\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Ukrainian\n"
|
||||
"Language: uk_UA\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -22,32 +22,37 @@ msgstr ""
|
||||
msgid "variable \"%s\" must have a numeric type"
|
||||
msgstr "змінна \"%s\" повинна мати числовий тип"
|
||||
|
||||
#: descriptor.c:124 descriptor.c:146
|
||||
#: descriptor.c:125 descriptor.c:156
|
||||
#, c-format
|
||||
msgid "descriptor \"%s\" does not exist"
|
||||
msgstr "дескриптор \"%s\" не існує"
|
||||
msgid "descriptor %s bound to connection %s does not exist"
|
||||
msgstr "дескриптор %s, прив'язаний до підключення %s, не існує"
|
||||
|
||||
#: descriptor.c:161 descriptor.c:213
|
||||
#: descriptor.c:127 descriptor.c:158
|
||||
#, c-format
|
||||
msgid "descriptor %s bound to the default connection does not exist"
|
||||
msgstr "дескриптор %s, прив'язаний до підключення за замовчуванням, не існує"
|
||||
|
||||
#: descriptor.c:173 descriptor.c:225
|
||||
#, c-format
|
||||
msgid "descriptor header item \"%d\" does not exist"
|
||||
msgstr "елемент заголовка дескриптору \"%d\" не існує"
|
||||
|
||||
#: descriptor.c:183
|
||||
#: descriptor.c:195
|
||||
#, c-format
|
||||
msgid "nullable is always 1"
|
||||
msgstr "nullable завжди 1"
|
||||
|
||||
#: descriptor.c:186
|
||||
#: descriptor.c:198
|
||||
#, c-format
|
||||
msgid "key_member is always 0"
|
||||
msgstr "key_member завжди 0"
|
||||
|
||||
#: descriptor.c:280
|
||||
#: descriptor.c:292
|
||||
#, c-format
|
||||
msgid "descriptor item \"%s\" is not implemented"
|
||||
msgstr "елемент дескриптору \"%s\" не реалізовано"
|
||||
|
||||
#: descriptor.c:290
|
||||
#: descriptor.c:302
|
||||
#, c-format
|
||||
msgid "descriptor item \"%s\" cannot be set"
|
||||
msgstr "елемент дескриптору \"%s\" не можна встановити"
|
||||
@@ -173,7 +178,7 @@ msgstr "%s: не вдалося відкрити файл \"%s\": %s\n"
|
||||
#: ecpg.c:219 ecpg.c:232 ecpg.c:248 ecpg.c:274
|
||||
#, c-format
|
||||
msgid "Try \"%s --help\" for more information.\n"
|
||||
msgstr "Спробуйте \"%s --help\" для отримання додаткової інформації.\n"
|
||||
msgstr "Спробуйте \"%s --help\" для додаткової інформації.\n"
|
||||
|
||||
#: ecpg.c:243
|
||||
#, c-format
|
||||
@@ -233,7 +238,7 @@ msgstr "неприпустимий літерал бітового рядка"
|
||||
#: pgc.l:607
|
||||
#, c-format
|
||||
msgid "invalid hex string literal"
|
||||
msgstr ""
|
||||
msgstr "неприпустимий шістнадцятковий рядок"
|
||||
|
||||
#: pgc.l:625
|
||||
#, c-format
|
||||
@@ -354,195 +359,195 @@ msgstr "ініціалізація заборонена у визначенні
|
||||
msgid "type name \"string\" is reserved in Informix mode"
|
||||
msgstr "ім’я типу \"string\" зарезервовано у режимі Informix"
|
||||
|
||||
#: preproc.y:552 preproc.y:17660
|
||||
#: preproc.y:552 preproc.y:17675
|
||||
#, c-format
|
||||
msgid "type \"%s\" is already defined"
|
||||
msgstr "тип \"%s\" вже визначений"
|
||||
|
||||
#: preproc.y:577 preproc.y:18303 preproc.y:18628 variable.c:621
|
||||
#: preproc.y:577 preproc.y:18310 preproc.y:18635 variable.c:621
|
||||
#, c-format
|
||||
msgid "multidimensional arrays for simple data types are not supported"
|
||||
msgstr "багатовимірні масиви для простих типів даних не підтримуються"
|
||||
|
||||
#: preproc.y:1750
|
||||
#: preproc.y:599
|
||||
#, c-format
|
||||
msgid "connection %s is overwritten to %s."
|
||||
msgstr "підключення %s перезаписано на %s."
|
||||
|
||||
#: preproc.y:1753
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CLOSE DATABASE statement"
|
||||
msgstr "Параметр AT не дозволений в інструкції CLOSE DATABASE"
|
||||
|
||||
#: preproc.y:1998
|
||||
#: preproc.y:2001
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CONNECT statement"
|
||||
msgstr "Параметр AT не дозволений в інструкції CONNECT"
|
||||
|
||||
#: preproc.y:2036
|
||||
#: preproc.y:2041
|
||||
#, c-format
|
||||
msgid "AT option not allowed in DISCONNECT statement"
|
||||
msgstr "Параметр AT не дозволений в інструкції DISCONNECT"
|
||||
|
||||
#: preproc.y:2091
|
||||
#: preproc.y:2096
|
||||
#, c-format
|
||||
msgid "AT option not allowed in SET CONNECTION statement"
|
||||
msgstr "Параметр AT не дозволений в інструкції SET CONNECTION"
|
||||
|
||||
#: preproc.y:2113
|
||||
#: preproc.y:2118
|
||||
#, c-format
|
||||
msgid "AT option not allowed in TYPE statement"
|
||||
msgstr "Параметр AT не дозволений в інструкції TYPE"
|
||||
|
||||
#: preproc.y:2122
|
||||
#: preproc.y:2127
|
||||
#, c-format
|
||||
msgid "AT option not allowed in VAR statement"
|
||||
msgstr "Параметр AT не дозволений в інструкції VAR"
|
||||
|
||||
#: preproc.y:2129
|
||||
#: preproc.y:2134
|
||||
#, c-format
|
||||
msgid "AT option not allowed in WHENEVER statement"
|
||||
msgstr "Параметр AT не дозволений в інструкції WHENEVER"
|
||||
|
||||
#: preproc.y:2206 preproc.y:2378 preproc.y:2383 preproc.y:2506 preproc.y:4138
|
||||
#: preproc.y:4802 preproc.y:5335 preproc.y:5673 preproc.y:5973 preproc.y:7509
|
||||
#: preproc.y:9077 preproc.y:9082 preproc.y:11910
|
||||
#: preproc.y:2211 preproc.y:2383 preproc.y:2388 preproc.y:2511 preproc.y:4143
|
||||
#: preproc.y:4807 preproc.y:5340 preproc.y:5678 preproc.y:5978 preproc.y:7514
|
||||
#: preproc.y:9082 preproc.y:9087 preproc.y:11915
|
||||
#, c-format
|
||||
msgid "unsupported feature will be passed to server"
|
||||
msgstr "непідтримувана функція буде передана до сервера"
|
||||
|
||||
#: preproc.y:2764
|
||||
#: preproc.y:2769
|
||||
#, c-format
|
||||
msgid "SHOW ALL is not implemented"
|
||||
msgstr "SHOW ALL не реалізовано"
|
||||
|
||||
#: preproc.y:3459
|
||||
#: preproc.y:3464
|
||||
#, c-format
|
||||
msgid "COPY FROM STDIN is not implemented"
|
||||
msgstr "COPY FROM STDIN не реалізовано"
|
||||
|
||||
#: preproc.y:10009 preproc.y:17235
|
||||
#: preproc.y:10014 preproc.y:17250
|
||||
#, c-format
|
||||
msgid "\"database\" cannot be used as cursor name in INFORMIX mode"
|
||||
msgstr "\"database\" не може використовуватись як назва курсора в режимі INFORMIX"
|
||||
|
||||
#: preproc.y:10016 preproc.y:17245
|
||||
#: preproc.y:10021 preproc.y:17260
|
||||
#, c-format
|
||||
msgid "using variable \"%s\" in different declare statements is not supported"
|
||||
msgstr "використання змінної \"%s\" у різних інструкціях declare не підтримується"
|
||||
|
||||
#: preproc.y:10018 preproc.y:17247
|
||||
#: preproc.y:10023 preproc.y:17262
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" is already defined"
|
||||
msgstr "курсор \"%s\" вже визначено"
|
||||
|
||||
#: preproc.y:10492
|
||||
#: preproc.y:10497
|
||||
#, c-format
|
||||
msgid "no longer supported LIMIT #,# syntax passed to server"
|
||||
msgstr "непідтримуваний синтаксис LIMIT #,# передано до сервера"
|
||||
|
||||
#: preproc.y:10825 preproc.y:10832
|
||||
#: preproc.y:10830 preproc.y:10837
|
||||
#, c-format
|
||||
msgid "subquery in FROM must have an alias"
|
||||
msgstr "підзапит в FROM повинен мати псевдонім"
|
||||
|
||||
#: preproc.y:16927 preproc.y:16934
|
||||
#: preproc.y:16942 preproc.y:16949
|
||||
#, c-format
|
||||
msgid "CREATE TABLE AS cannot specify INTO"
|
||||
msgstr "CREATE TABLE AS не може містити INTO"
|
||||
|
||||
#: preproc.y:16970
|
||||
#: preproc.y:16985
|
||||
#, c-format
|
||||
msgid "expected \"@\", found \"%s\""
|
||||
msgstr "очікувалося \"@\", знайдено \"%s\""
|
||||
|
||||
#: preproc.y:16982
|
||||
#: preproc.y:16997
|
||||
#, c-format
|
||||
msgid "only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are supported"
|
||||
msgstr "підтримуються лише протоколи \"tcp\" та \"unix\" і тип бази даних \"postgresql\""
|
||||
|
||||
#: preproc.y:16985
|
||||
#: preproc.y:17000
|
||||
#, c-format
|
||||
msgid "expected \"://\", found \"%s\""
|
||||
msgstr "очікувалося \"://\", знайдено \"%s\""
|
||||
|
||||
#: preproc.y:16990
|
||||
#: preproc.y:17005
|
||||
#, c-format
|
||||
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
|
||||
msgstr "Unix-сокети працюють лише з \"localhost\", але не з \"%s\""
|
||||
|
||||
#: preproc.y:17016
|
||||
#: preproc.y:17031
|
||||
#, c-format
|
||||
msgid "expected \"postgresql\", found \"%s\""
|
||||
msgstr "очікувалось \"postgresql\", знайдено \"%s\""
|
||||
|
||||
#: preproc.y:17019
|
||||
#: preproc.y:17034
|
||||
#, c-format
|
||||
msgid "invalid connection type: %s"
|
||||
msgstr "неприпустимий тип підключення: %s"
|
||||
|
||||
#: preproc.y:17028
|
||||
#: preproc.y:17043
|
||||
#, c-format
|
||||
msgid "expected \"@\" or \"://\", found \"%s\""
|
||||
msgstr "очікувалось \"@\" або \"://\", знайдено \"%s\""
|
||||
|
||||
#: preproc.y:17103 preproc.y:17121
|
||||
#: preproc.y:17118 preproc.y:17136
|
||||
#, c-format
|
||||
msgid "invalid data type"
|
||||
msgstr "неприпустимий тип даних"
|
||||
|
||||
#: preproc.y:17132 preproc.y:17149
|
||||
#: preproc.y:17147 preproc.y:17164
|
||||
#, c-format
|
||||
msgid "incomplete statement"
|
||||
msgstr "неповний оператор"
|
||||
|
||||
#: preproc.y:17135 preproc.y:17152
|
||||
#: preproc.y:17150 preproc.y:17167
|
||||
#, c-format
|
||||
msgid "unrecognized token \"%s\""
|
||||
msgstr "нерозпізнаний токен \"%s\""
|
||||
|
||||
#: preproc.y:17197
|
||||
#: preproc.y:17212
|
||||
#, c-format
|
||||
msgid "name \"%s\" is already declared"
|
||||
msgstr "ім'я \"%s\" вже оголошена"
|
||||
|
||||
#: preproc.y:17463
|
||||
#: preproc.y:17478
|
||||
#, c-format
|
||||
msgid "only data types numeric and decimal have precision/scale argument"
|
||||
msgstr "точність/масштаб можна вказати лише для типів даних numeric і decimal"
|
||||
|
||||
#: preproc.y:17475
|
||||
#: preproc.y:17490
|
||||
#, c-format
|
||||
msgid "interval specification not allowed here"
|
||||
msgstr "специфікація інтервалу тут не допускається"
|
||||
|
||||
#: preproc.y:17635 preproc.y:17687
|
||||
#: preproc.y:17650 preproc.y:17702
|
||||
#, c-format
|
||||
msgid "too many levels in nested structure/union definition"
|
||||
msgstr "занадто багато рівнів у визначенні вкладеної структури/об'єднання"
|
||||
|
||||
#: preproc.y:17810
|
||||
#: preproc.y:17825
|
||||
#, c-format
|
||||
msgid "pointers to varchar are not implemented"
|
||||
msgstr "вказівників на varchar не реалізовано"
|
||||
|
||||
#: preproc.y:17997 preproc.y:18022
|
||||
#, c-format
|
||||
msgid "using unsupported DESCRIBE statement"
|
||||
msgstr "використовується непідтримуваний оператор DESCRIBE"
|
||||
|
||||
#: preproc.y:18269
|
||||
#: preproc.y:18276
|
||||
#, c-format
|
||||
msgid "initializer not allowed in EXEC SQL VAR command"
|
||||
msgstr "команда EXEC SQL VAR не допускає ініціалізатор"
|
||||
|
||||
#: preproc.y:18586
|
||||
#: preproc.y:18593
|
||||
#, c-format
|
||||
msgid "arrays of indicators are not allowed on input"
|
||||
msgstr "вхідні масиви індикаторів не допускаються"
|
||||
|
||||
#: preproc.y:18773
|
||||
#: preproc.y:18780
|
||||
#, c-format
|
||||
msgid "operator not allowed in variable definition"
|
||||
msgstr "у визначенні змінної оператор не допускається"
|
||||
|
||||
#. translator: %s is typically the translation of "syntax error"
|
||||
#: preproc.y:18814
|
||||
#: preproc.y:18821
|
||||
#, c-format
|
||||
msgid "%s at or near \"%s\""
|
||||
msgstr "%s в або поблизу \"%s\""
|
||||
|
@@ -5,16 +5,16 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ecpg (PostgreSQL) 12\n"
|
||||
"Project-Id-Version: ecpg (PostgreSQL) 14\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2019-05-22 17:56+0800\n"
|
||||
"PO-Revision-Date: 2019-05-23 18:42+0800\n"
|
||||
"Last-Translator: Jie Zhang <zhangjie2@cn.fujitsu.com>\n"
|
||||
"Language-Team: Chinese (Simplified) <zhangjie2@cn.fujitsu.com>\n"
|
||||
"POT-Creation-Date: 2021-08-14 05:39+0000\n"
|
||||
"PO-Revision-Date: 2021-08-15 18:42+0800\n"
|
||||
"Last-Translator: Jie Zhang <zhangjie2@fujitsu.com>\n"
|
||||
"Language-Team: Chinese (Simplified) <zhangjie2@fujitsu.com>\n"
|
||||
"Language: zh_CN\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: zh_CN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Poedit 1.5.4\n"
|
||||
|
||||
@@ -23,32 +23,35 @@ msgstr ""
|
||||
msgid "variable \"%s\" must have a numeric type"
|
||||
msgstr "变量 \"%s\"必须是数值类型"
|
||||
|
||||
#: descriptor.c:124 descriptor.c:146
|
||||
#, c-format
|
||||
msgid "descriptor \"%s\" does not exist"
|
||||
msgstr "描述符\"%s\"不存在"
|
||||
#: descriptor.c:125 descriptor.c:156
|
||||
msgid "descriptor %s bound to connection %s does not exist"
|
||||
msgstr "绑定到连接%2$s的描述符%1$s不存在"
|
||||
|
||||
#: descriptor.c:161 descriptor.c:213
|
||||
#: descriptor.c:127 descriptor.c:158
|
||||
msgid "descriptor %s bound to the default connection does not exist"
|
||||
msgstr "绑定到默认连接%2$s的描述符%1$s不存在"
|
||||
|
||||
#: descriptor.c:173 descriptor.c:225
|
||||
#, c-format
|
||||
msgid "descriptor header item \"%d\" does not exist"
|
||||
msgstr "描述符标题成员\"%d\"不存在"
|
||||
|
||||
#: descriptor.c:183
|
||||
#: descriptor.c:195
|
||||
#, c-format
|
||||
msgid "nullable is always 1"
|
||||
msgstr "可为空永远用1表示"
|
||||
|
||||
#: descriptor.c:186
|
||||
#: descriptor.c:198
|
||||
#, c-format
|
||||
msgid "key_member is always 0"
|
||||
msgstr "key_member永远是0"
|
||||
|
||||
#: descriptor.c:280
|
||||
#: descriptor.c:292
|
||||
#, c-format
|
||||
msgid "descriptor item \"%s\" is not implemented"
|
||||
msgstr "没有使用描述符成员\"%s\"."
|
||||
|
||||
#: descriptor.c:290
|
||||
#: descriptor.c:302
|
||||
#, c-format
|
||||
msgid "descriptor item \"%s\" cannot be set"
|
||||
msgstr "无法设置描述符成员 \"%s\""
|
||||
@@ -170,162 +173,175 @@ msgstr ""
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"
|
||||
"Report bugs to <%s>.\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"错误报告至 <pgsql-bugs@lists.postgresql.org>.\n"
|
||||
"臭虫报告至<%s>.\n"
|
||||
|
||||
#: ecpg.c:182
|
||||
#: ecpg.c:63
|
||||
#, c-format
|
||||
msgid "%s home page: <%s>\n"
|
||||
msgstr "%s 主页: <%s>\n"
|
||||
|
||||
#: ecpg.c:141
|
||||
#, c-format
|
||||
msgid "%s: could not locate my own executable path\n"
|
||||
msgstr "%s: 找不到我的可执行文件路径\n"
|
||||
|
||||
#: ecpg.c:217 ecpg.c:374 ecpg.c:385
|
||||
#: ecpg.c:176 ecpg.c:333 ecpg.c:344
|
||||
#, c-format
|
||||
msgid "%s: could not open file \"%s\": %s\n"
|
||||
msgstr "%s: 无法打开文件 \"%s\": %s\n"
|
||||
|
||||
#: ecpg.c:260 ecpg.c:273 ecpg.c:289 ecpg.c:315
|
||||
#: ecpg.c:219 ecpg.c:232 ecpg.c:248 ecpg.c:274
|
||||
#, c-format
|
||||
msgid "Try \"%s --help\" for more information.\n"
|
||||
msgstr "请用 \"%s --help\" 获取更多的信息.\n"
|
||||
|
||||
#: ecpg.c:284
|
||||
#: ecpg.c:243
|
||||
#, c-format
|
||||
msgid "%s: parser debug support (-d) not available\n"
|
||||
msgstr "%s: 解析器跟踪调试支持(-d)无效\n"
|
||||
|
||||
#: ecpg.c:303
|
||||
#: ecpg.c:262
|
||||
#, c-format
|
||||
msgid "%s, the PostgreSQL embedded C preprocessor, version %s\n"
|
||||
msgstr "%s, PostgreSQL嵌入式C语言预处理器, 版本%s\n"
|
||||
|
||||
#: ecpg.c:305
|
||||
#: ecpg.c:264
|
||||
#, c-format
|
||||
msgid "EXEC SQL INCLUDE ... search starts here:\n"
|
||||
msgstr "EXEC SQL INCLUDE ... 从这里开始搜索:\n"
|
||||
|
||||
#: ecpg.c:308
|
||||
#: ecpg.c:267
|
||||
#, c-format
|
||||
msgid "end of search list\n"
|
||||
msgstr "搜索列表的结束部分\n"
|
||||
|
||||
#: ecpg.c:314
|
||||
#: ecpg.c:273
|
||||
#, c-format
|
||||
msgid "%s: no input files specified\n"
|
||||
msgstr "%s: 没有指定输入文件\n"
|
||||
|
||||
#: ecpg.c:497
|
||||
#: ecpg.c:477
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" has been declared but not opened"
|
||||
msgstr "已经声明了游标\"%s\",但是没有打开"
|
||||
|
||||
#: ecpg.c:510 preproc.y:129
|
||||
#: ecpg.c:490 preproc.y:130
|
||||
#, c-format
|
||||
msgid "could not remove output file \"%s\"\n"
|
||||
msgstr "无法删除输出文件 \"%s\"\n"
|
||||
|
||||
#: pgc.l:472
|
||||
#: pgc.l:502
|
||||
#, c-format
|
||||
msgid "unterminated /* comment"
|
||||
msgstr "/* 注释没有结束"
|
||||
|
||||
#: pgc.l:490
|
||||
#, c-format
|
||||
msgid "invalid bit string literal"
|
||||
msgstr "无效的bit字符串常量"
|
||||
|
||||
#: pgc.l:502
|
||||
#: pgc.l:519
|
||||
#, c-format
|
||||
msgid "unterminated bit string literal"
|
||||
msgstr "未结束的bit字符串常量"
|
||||
|
||||
#: pgc.l:518
|
||||
#: pgc.l:527
|
||||
#, c-format
|
||||
msgid "unterminated hexadecimal string literal"
|
||||
msgstr "未结束的16进制字符串常量"
|
||||
|
||||
#: pgc.l:614 pgc.l:718
|
||||
#: pgc.l:602
|
||||
#, c-format
|
||||
msgid "invalid bit string literal"
|
||||
msgstr "无效的bit字符串常量"
|
||||
|
||||
#: pgc.l:607
|
||||
msgid "invalid hex string literal"
|
||||
msgstr "无效的十六进制字符串常量"
|
||||
|
||||
#: pgc.l:625
|
||||
#, c-format
|
||||
msgid "unhandled previous state in xqs\n"
|
||||
msgstr "xqs中未处理的先前状态\n"
|
||||
|
||||
#: pgc.l:651 pgc.l:760
|
||||
#, c-format
|
||||
msgid "unterminated quoted string"
|
||||
msgstr "未结束的引用字符串"
|
||||
|
||||
#: pgc.l:665
|
||||
#: pgc.l:702
|
||||
#, c-format
|
||||
msgid "unterminated dollar-quoted string"
|
||||
msgstr "未结束的用$符号引用的字符串"
|
||||
|
||||
#: pgc.l:684 pgc.l:697
|
||||
#: pgc.l:720 pgc.l:740
|
||||
#, c-format
|
||||
msgid "zero-length delimited identifier"
|
||||
msgstr "长度为0的分隔标识符"
|
||||
|
||||
#: pgc.l:709
|
||||
#: pgc.l:751
|
||||
#, c-format
|
||||
msgid "unterminated quoted identifier"
|
||||
msgstr "未结束的引用标识符"
|
||||
|
||||
#: pgc.l:1040
|
||||
#: pgc.l:1082
|
||||
#, c-format
|
||||
msgid "nested /* ... */ comments"
|
||||
msgstr "有嵌套注释/*...*/"
|
||||
|
||||
#: pgc.l:1133
|
||||
#: pgc.l:1175
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL UNDEF command"
|
||||
msgstr "在EXEC SQL UNDEF命令中丢失标识符"
|
||||
|
||||
#: pgc.l:1179 pgc.l:1193
|
||||
#, c-format
|
||||
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
msgstr "丢失匹配 \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
|
||||
#: pgc.l:1182 pgc.l:1195 pgc.l:1371
|
||||
#, c-format
|
||||
msgid "missing \"EXEC SQL ENDIF;\""
|
||||
msgstr "\"EXEC SQL ENDIF;\"丢失"
|
||||
|
||||
#: pgc.l:1211 pgc.l:1230
|
||||
#, c-format
|
||||
msgid "more than one EXEC SQL ELSE"
|
||||
msgstr "多个EXEC SQL ELSE"
|
||||
|
||||
#: pgc.l:1252 pgc.l:1266
|
||||
#, c-format
|
||||
msgid "unmatched EXEC SQL ENDIF"
|
||||
msgstr "EXEC SQL ENDIF不匹配"
|
||||
|
||||
#: pgc.l:1286
|
||||
#: pgc.l:1193 pgc.l:1206 pgc.l:1222 pgc.l:1235
|
||||
#, c-format
|
||||
msgid "too many nested EXEC SQL IFDEF conditions"
|
||||
msgstr "嵌套EXEC SQL IFDEF条件太多"
|
||||
|
||||
#: pgc.l:1319
|
||||
#: pgc.l:1251 pgc.l:1262 pgc.l:1277 pgc.l:1299
|
||||
#, c-format
|
||||
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
msgstr "丢失匹配 \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
|
||||
#: pgc.l:1253 pgc.l:1264 pgc.l:1445
|
||||
#, c-format
|
||||
msgid "missing \"EXEC SQL ENDIF;\""
|
||||
msgstr "\"EXEC SQL ENDIF;\"丢失"
|
||||
|
||||
#: pgc.l:1279 pgc.l:1301
|
||||
#, c-format
|
||||
msgid "more than one EXEC SQL ELSE"
|
||||
msgstr "多个EXEC SQL ELSE"
|
||||
|
||||
#: pgc.l:1324 pgc.l:1338
|
||||
#, c-format
|
||||
msgid "unmatched EXEC SQL ENDIF"
|
||||
msgstr "EXEC SQL ENDIF不匹配"
|
||||
|
||||
#: pgc.l:1393
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL IFDEF command"
|
||||
msgstr "在EXEC SQL IFDEF命令中丢失标识符"
|
||||
|
||||
#: pgc.l:1328
|
||||
#: pgc.l:1402
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL DEFINE command"
|
||||
msgstr "在EXEC SQL DEFINE命令中丢失标识符"
|
||||
|
||||
#: pgc.l:1361
|
||||
#: pgc.l:1435
|
||||
#, c-format
|
||||
msgid "syntax error in EXEC SQL INCLUDE command"
|
||||
msgstr "在EXEC SQL INCLUDE命令中出现语法错误"
|
||||
|
||||
#: pgc.l:1411
|
||||
#, c-format
|
||||
msgid "internal error: unreachable state; please report this to <pgsql-bugs@lists.postgresql.org>"
|
||||
msgstr "内部错误:不可到达的状态;请向<pgsql-bugs@lists.postgresql.org>发送报告"
|
||||
#: pgc.l:1485
|
||||
msgid "internal error: unreachable state; please report this to <%s>"
|
||||
msgstr "内部错误:不可到达的状态;请向<%s>发送报告"
|
||||
|
||||
#: pgc.l:1562
|
||||
#: pgc.l:1637
|
||||
#, 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:1585
|
||||
#: pgc.l:1660
|
||||
#, c-format
|
||||
msgid "could not open include file \"%s\" on line %d"
|
||||
msgstr "在第%2$d行无法打开应用文件\"%1$s\""
|
||||
@@ -334,215 +350,217 @@ msgstr "在第%2$d行无法打开应用文件\"%1$s\""
|
||||
msgid "syntax error"
|
||||
msgstr "语法错误"
|
||||
|
||||
#: preproc.y:83
|
||||
#: preproc.y:84
|
||||
#, c-format
|
||||
msgid "WARNING: "
|
||||
msgstr "警告:"
|
||||
|
||||
#: preproc.y:86
|
||||
#: preproc.y:87
|
||||
#, c-format
|
||||
msgid "ERROR: "
|
||||
msgstr "错误:"
|
||||
|
||||
#: preproc.y:510
|
||||
#: preproc.y:514
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" does not exist"
|
||||
msgstr "游标 \"%s\" 不存在"
|
||||
|
||||
#: preproc.y:539
|
||||
#: preproc.y:543
|
||||
#, c-format
|
||||
msgid "initializer not allowed in type definition"
|
||||
msgstr "在类型定义中不允许进行初始化"
|
||||
|
||||
#: preproc.y:541
|
||||
#: preproc.y:545
|
||||
#, c-format
|
||||
msgid "type name \"string\" is reserved in Informix mode"
|
||||
msgstr "在Informix模式中类型名称\"string\" 是被保留的"
|
||||
|
||||
#: preproc.y:548 preproc.y:15877
|
||||
#: preproc.y:552 preproc.y:17675
|
||||
#, c-format
|
||||
msgid "type \"%s\" is already defined"
|
||||
msgstr "已定义类型\"%s\" "
|
||||
|
||||
#: preproc.y:573 preproc.y:16548 preproc.y:16873 variable.c:621
|
||||
#: preproc.y:577 preproc.y:18310 preproc.y:18635 variable.c:621
|
||||
#, c-format
|
||||
msgid "multidimensional arrays for simple data types are not supported"
|
||||
msgstr "不支持针对简单数据类型的多维数组"
|
||||
|
||||
#: preproc.y:1938
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CONNECT statement"
|
||||
msgstr "在CONNECT语句中不允许使用AT选项"
|
||||
#: preproc.y:599
|
||||
msgid "connection %s is overwritten to %s."
|
||||
msgstr "连接%s被覆盖到%s."
|
||||
|
||||
#: preproc.y:1976
|
||||
#, c-format
|
||||
msgid "AT option not allowed in DISCONNECT statement"
|
||||
msgstr "在DISCONNECT语句中不允许使用AT选项"
|
||||
|
||||
#: preproc.y:2038
|
||||
#, c-format
|
||||
msgid "AT option not allowed in SET CONNECTION statement"
|
||||
msgstr "在SET CONNECTION语句中不允许使用AT选项"
|
||||
|
||||
#: preproc.y:2060
|
||||
#, c-format
|
||||
msgid "AT option not allowed in TYPE statement"
|
||||
msgstr "在TYPE语句中不允许使用AT选项"
|
||||
|
||||
#: preproc.y:2069
|
||||
#, c-format
|
||||
msgid "AT option not allowed in VAR statement"
|
||||
msgstr "在VAR语句中不允许使用AT选项"
|
||||
|
||||
#: preproc.y:2076
|
||||
#, c-format
|
||||
msgid "AT option not allowed in WHENEVER statement"
|
||||
msgstr "在WHENEVER语句中不允许使用AT选项"
|
||||
|
||||
#: preproc.y:2153 preproc.y:2325 preproc.y:2330 preproc.y:2453 preproc.y:4046
|
||||
#: preproc.y:5635 preproc.y:5935 preproc.y:7563 preproc.y:9075 preproc.y:9080
|
||||
#: preproc.y:11880
|
||||
#, c-format
|
||||
msgid "unsupported feature will be passed to server"
|
||||
msgstr "不支持的功能特性将会传递给服务器"
|
||||
|
||||
#: preproc.y:2711
|
||||
#, c-format
|
||||
msgid "SHOW ALL is not implemented"
|
||||
msgstr "没有使用SHOW ALL"
|
||||
|
||||
#: preproc.y:3369
|
||||
#: preproc.y:1753
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CLOSE DATABASE statement"
|
||||
msgstr "在CLOSE DATABASE语句中不允许使用AT选项"
|
||||
|
||||
#: preproc.y:3394
|
||||
#: preproc.y:2001
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CONNECT statement"
|
||||
msgstr "在CONNECT语句中不允许使用AT选项"
|
||||
|
||||
#: preproc.y:2041
|
||||
#, c-format
|
||||
msgid "AT option not allowed in DISCONNECT statement"
|
||||
msgstr "在DISCONNECT语句中不允许使用AT选项"
|
||||
|
||||
#: preproc.y:2096
|
||||
#, c-format
|
||||
msgid "AT option not allowed in SET CONNECTION statement"
|
||||
msgstr "在SET CONNECTION语句中不允许使用AT选项"
|
||||
|
||||
#: preproc.y:2118
|
||||
#, c-format
|
||||
msgid "AT option not allowed in TYPE statement"
|
||||
msgstr "在TYPE语句中不允许使用AT选项"
|
||||
|
||||
#: preproc.y:2127
|
||||
#, c-format
|
||||
msgid "AT option not allowed in VAR statement"
|
||||
msgstr "在VAR语句中不允许使用AT选项"
|
||||
|
||||
#: preproc.y:2134
|
||||
#, c-format
|
||||
msgid "AT option not allowed in WHENEVER statement"
|
||||
msgstr "在WHENEVER语句中不允许使用AT选项"
|
||||
|
||||
#: preproc.y:2211 preproc.y:2383 preproc.y:2388 preproc.y:2511 preproc.y:4143
|
||||
#: preproc.y:4807 preproc.y:5340 preproc.y:5678 preproc.y:5978 preproc.y:7514
|
||||
#: preproc.y:9082 preproc.y:9087 preproc.y:11915
|
||||
#, c-format
|
||||
msgid "unsupported feature will be passed to server"
|
||||
msgstr "不支持的功能特性将会传递给服务器"
|
||||
|
||||
#: preproc.y:2769
|
||||
#, c-format
|
||||
msgid "SHOW ALL is not implemented"
|
||||
msgstr "没有使用SHOW ALL"
|
||||
|
||||
#: preproc.y:3464
|
||||
#, c-format
|
||||
msgid "COPY FROM STDIN is not implemented"
|
||||
msgstr "不能进行COPY FROM STDIN的操作"
|
||||
|
||||
#: preproc.y:10026 preproc.y:15460
|
||||
#: preproc.y:10014 preproc.y:17250
|
||||
msgid "\"database\" cannot be used as cursor name in INFORMIX mode"
|
||||
msgstr "在INFORMIX模式下,\"database\"不能用作游标名称"
|
||||
|
||||
#: preproc.y:10021 preproc.y:17260
|
||||
#, c-format
|
||||
msgid "using variable \"%s\" in different declare statements is not supported"
|
||||
msgstr "不支持在不同的声明语句中使用变量\"%s\""
|
||||
|
||||
#: preproc.y:10028 preproc.y:15462
|
||||
#: preproc.y:10023 preproc.y:17262
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" is already defined"
|
||||
msgstr "已经定义了游标\"%s\""
|
||||
|
||||
#: preproc.y:10469
|
||||
#: preproc.y:10497
|
||||
#, c-format
|
||||
msgid "no longer supported LIMIT #,# syntax passed to server"
|
||||
msgstr "不再支持将LIMIT #,#语法传递给服务器"
|
||||
|
||||
#: preproc.y:10794 preproc.y:10801
|
||||
#: preproc.y:10830 preproc.y:10837
|
||||
#, c-format
|
||||
msgid "subquery in FROM must have an alias"
|
||||
msgstr "FROM 中的子查询必须有一个别名"
|
||||
|
||||
#: preproc.y:15151 preproc.y:15158
|
||||
#: preproc.y:16942 preproc.y:16949
|
||||
#, c-format
|
||||
msgid "CREATE TABLE AS cannot specify INTO"
|
||||
msgstr "在CREATE TABLE AS语句中不能指定INTO子句"
|
||||
|
||||
#: preproc.y:15194
|
||||
#: preproc.y:16985
|
||||
#, c-format
|
||||
msgid "expected \"@\", found \"%s\""
|
||||
msgstr "期望 \"@\", 但是找到了\"%s\""
|
||||
|
||||
#: preproc.y:15206
|
||||
#: preproc.y:16997
|
||||
#, c-format
|
||||
msgid "only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are supported"
|
||||
msgstr "只支持协议\"tcp\"和 \"unix\"以及数据库类型 \"postgresql\""
|
||||
|
||||
#: preproc.y:15209
|
||||
#: preproc.y:17000
|
||||
#, c-format
|
||||
msgid "expected \"://\", found \"%s\""
|
||||
msgstr "期望得到 \"://\",但是找到了\"%s\""
|
||||
|
||||
#: preproc.y:15214
|
||||
#: preproc.y:17005
|
||||
#, c-format
|
||||
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
|
||||
msgstr "Unix-域的sockets只能在\"localhost\"上运行,而不能在\"%s\"上运行"
|
||||
|
||||
#: preproc.y:15240
|
||||
#: preproc.y:17031
|
||||
#, c-format
|
||||
msgid "expected \"postgresql\", found \"%s\""
|
||||
msgstr "期望\"postgresql\", 但是只找到了\"%s\""
|
||||
|
||||
#: preproc.y:15243
|
||||
#: preproc.y:17034
|
||||
#, c-format
|
||||
msgid "invalid connection type: %s"
|
||||
msgstr "无效的连接类型: %s"
|
||||
|
||||
#: preproc.y:15252
|
||||
#: preproc.y:17043
|
||||
#, c-format
|
||||
msgid "expected \"@\" or \"://\", found \"%s\""
|
||||
msgstr "期望\"@\"或\"://\",但是只找到了\"%s\""
|
||||
|
||||
#: preproc.y:15327 preproc.y:15345
|
||||
#: preproc.y:17118 preproc.y:17136
|
||||
#, c-format
|
||||
msgid "invalid data type"
|
||||
msgstr "无效数据类型"
|
||||
|
||||
#: preproc.y:15356 preproc.y:15373
|
||||
#: preproc.y:17147 preproc.y:17164
|
||||
#, c-format
|
||||
msgid "incomplete statement"
|
||||
msgstr "未结束的语句"
|
||||
|
||||
#: preproc.y:15359 preproc.y:15376
|
||||
#: preproc.y:17150 preproc.y:17167
|
||||
#, c-format
|
||||
msgid "unrecognized token \"%s\""
|
||||
msgstr "无法识别的符号\"%s\""
|
||||
|
||||
#: preproc.y:15422
|
||||
#, c-format
|
||||
msgid "declared name %s is already defined"
|
||||
msgstr "已定义声明的名称%s"
|
||||
#: preproc.y:17212
|
||||
msgid "name \"%s\" is already declared"
|
||||
msgstr "已声明名称\"%s\""
|
||||
|
||||
#: preproc.y:15680
|
||||
#: preproc.y:17478
|
||||
#, c-format
|
||||
msgid "only data types numeric and decimal have precision/scale argument"
|
||||
msgstr "只有数据类型numeric和decimal有精度/范围参数"
|
||||
|
||||
#: preproc.y:15692
|
||||
#: preproc.y:17490
|
||||
#, c-format
|
||||
msgid "interval specification not allowed here"
|
||||
msgstr "在这里不允许使用间隔定义"
|
||||
|
||||
#: preproc.y:15852 preproc.y:15904
|
||||
#: preproc.y:17650 preproc.y:17702
|
||||
#, c-format
|
||||
msgid "too many levels in nested structure/union definition"
|
||||
msgstr "在嵌套结构/联合定义中存在太多的层次"
|
||||
|
||||
#: preproc.y:16055
|
||||
#: preproc.y:17825
|
||||
#, c-format
|
||||
msgid "pointers to varchar are not implemented"
|
||||
msgstr "没有实现指向varchar类型值的指针"
|
||||
|
||||
#: preproc.y:16242 preproc.y:16267
|
||||
#, c-format
|
||||
msgid "using unsupported DESCRIBE statement"
|
||||
msgstr "使用不支持的DESCRIBE语句"
|
||||
|
||||
#: preproc.y:16514
|
||||
#: preproc.y:18276
|
||||
#, c-format
|
||||
msgid "initializer not allowed in EXEC SQL VAR command"
|
||||
msgstr "在EXEC SQL VAR命令中不允许初始化"
|
||||
|
||||
#: preproc.y:16831
|
||||
#: preproc.y:18593
|
||||
#, c-format
|
||||
msgid "arrays of indicators are not allowed on input"
|
||||
msgstr "在输入上不允许使用标识数组"
|
||||
|
||||
#: preproc.y:17052
|
||||
#: preproc.y:18780
|
||||
#, c-format
|
||||
msgid "operator not allowed in variable definition"
|
||||
msgstr "操作符不允许出现在变量定义当中"
|
||||
|
||||
#. translator: %s is typically the translation of "syntax error"
|
||||
#: preproc.y:17093
|
||||
#: preproc.y:18821
|
||||
#, c-format
|
||||
msgid "%s at or near \"%s\""
|
||||
msgstr "%s 在 \"%s\" 或附近的"
|
||||
@@ -550,7 +568,7 @@ msgstr "%s 在 \"%s\" 或附近的"
|
||||
#: type.c:18 type.c:30
|
||||
#, c-format
|
||||
msgid "out of memory"
|
||||
msgstr "内存用尽"
|
||||
msgstr "内存不足"
|
||||
|
||||
#: type.c:214 type.c:685
|
||||
#, c-format
|
||||
@@ -672,3 +690,4 @@ msgstr "对于这种数据类型不支持指向指针的指针"
|
||||
#, c-format
|
||||
msgid "multidimensional arrays for structures are not supported"
|
||||
msgstr "不支持结构类型的多维数组"
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# src/interfaces/libpq/nls.mk
|
||||
CATALOG_NAME = libpq
|
||||
AVAIL_LANGUAGES = cs de el es fr he it ja ko pl pt_BR ru sv tr uk zh_CN zh_TW
|
||||
AVAIL_LANGUAGES = cs de el es fr ja ko ru sv uk zh_CN
|
||||
GETTEXT_FILES = fe-auth.c fe-auth-scram.c fe-connect.c fe-exec.c fe-gssapi-common.c fe-lobj.c fe-misc.c fe-protocol3.c fe-secure.c fe-secure-common.c fe-secure-gssapi.c fe-secure-openssl.c win32.c
|
||||
GETTEXT_TRIGGERS = libpq_gettext pqInternalNotice:2
|
||||
GETTEXT_FLAGS = libpq_gettext:1:pass-c-format pqInternalNotice:2:c-format
|
||||
|
@@ -3,14 +3,14 @@
|
||||
# This file is distributed under the same license as the libpq (PostgreSQL) package.
|
||||
# Georgios Kokolatos <gkokolatos@pm.me>, 2021
|
||||
#
|
||||
# Use these quotes: “%s”
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libpq (PostgreSQL) 14\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2021-07-07 02:39+0000\n"
|
||||
"PO-Revision-Date: 2021-07-07 11:18+0200\n"
|
||||
"POT-Creation-Date: 2021-07-14 05:09+0000\n"
|
||||
"PO-Revision-Date: 2021-07-14 10:16+0200\n"
|
||||
"Last-Translator: Georgios Kokolatos <gkokolatos@pm.me>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: el\n"
|
||||
@@ -43,12 +43,12 @@ msgstr "άκυρη κατάσταση ανταλλαγής SCRAM\n"
|
||||
#: fe-auth-scram.c:306
|
||||
#, c-format
|
||||
msgid "malformed SCRAM message (attribute \"%c\" expected)\n"
|
||||
msgstr "κακοσχηματισμένο μήνυμα SCRAM (αναμένεται χαρακτηριστικό “%c”)\n"
|
||||
msgstr "κακοσχηματισμένο μήνυμα SCRAM (αναμένεται χαρακτηριστικό «%c»)\n"
|
||||
|
||||
#: fe-auth-scram.c:315
|
||||
#, c-format
|
||||
msgid "malformed SCRAM message (expected character \"=\" for attribute \"%c\")\n"
|
||||
msgstr "κακοσχηματισμένο μήνυμα SCRAM (αναμένεται χαρακτήρας “=” για το χαρακτηριστικό “%c”)\n"
|
||||
msgstr "κακοσχηματισμένο μήνυμα SCRAM (αναμένεται χαρακτήρας «=» για το χαρακτηριστικό «%c»)\n"
|
||||
|
||||
#: fe-auth-scram.c:356
|
||||
msgid "could not generate nonce\n"
|
||||
@@ -63,7 +63,7 @@ msgstr "δεν δύναται να δημιουργήσει nonce\n"
|
||||
#: fe-connect.c:5370 fe-connect.c:5469 fe-connect.c:5725 fe-connect.c:5754
|
||||
#: fe-connect.c:5826 fe-connect.c:5850 fe-connect.c:5868 fe-connect.c:5969
|
||||
#: fe-connect.c:5978 fe-connect.c:6336 fe-connect.c:6486 fe-exec.c:1209
|
||||
#: fe-exec.c:2998 fe-exec.c:3181 fe-exec.c:3954 fe-exec.c:4119
|
||||
#: fe-exec.c:3029 fe-exec.c:3212 fe-exec.c:3985 fe-exec.c:4150
|
||||
#: fe-gssapi-common.c:111 fe-lobj.c:881 fe-protocol3.c:1016 fe-protocol3.c:1724
|
||||
#: fe-secure-common.c:110 fe-secure-gssapi.c:504 fe-secure-openssl.c:440
|
||||
#: fe-secure-openssl.c:1133
|
||||
@@ -176,7 +176,7 @@ msgstr "η μνήμη δεν επαρκεί για την εκχώρηση τη
|
||||
|
||||
#: fe-auth.c:664
|
||||
msgid "AuthenticationSASLFinal received from server, but SASL authentication was not completed\n"
|
||||
msgstr "AuthenticationSASLFinal ελήφθη από το διακομιστή, αλλά ο έλεγχος ταυτότητας SASL έχει ολοκληρωθεί\n"
|
||||
msgstr "παραλήφθηκε AuthenticationSASLFinal από το διακομιστή, αλλά ο έλεγχος ταυτότητας SASL έχει ολοκληρωθεί\n"
|
||||
|
||||
#: fe-auth.c:741
|
||||
msgid "SCM_CRED authentication method not supported\n"
|
||||
@@ -241,7 +241,7 @@ msgstr "πολύ μακρυά τιμή password_encryption\n"
|
||||
#: fe-auth.c:1275
|
||||
#, c-format
|
||||
msgid "unrecognized password encryption algorithm \"%s\"\n"
|
||||
msgstr "μη αναγνωρίσιμος αλγόριθμος κρυπτογράφησης “%s” κωδικού πρόσβασης\n"
|
||||
msgstr "μη αναγνωρίσιμος αλγόριθμος κρυπτογράφησης «%s» κωδικού πρόσβασης\n"
|
||||
|
||||
#: fe-connect.c:1094
|
||||
#, c-format
|
||||
@@ -257,12 +257,12 @@ msgstr "δεν μπόρεσε να ταιριάξει %d αριθμούς θυρ
|
||||
#: fe-connect.c:1378 fe-connect.c:1422
|
||||
#, c-format
|
||||
msgid "invalid %s value: \"%s\"\n"
|
||||
msgstr "άκυρο %s τιμή: “%s”\n"
|
||||
msgstr "άκυρο %s τιμή: «%s»\n"
|
||||
|
||||
#: fe-connect.c:1315
|
||||
#, c-format
|
||||
msgid "sslmode value \"%s\" invalid when SSL support is not compiled in\n"
|
||||
msgstr "η τιμή SSLmode “%s” είναι άκυρη όταν η υποστήριξη SSL δεν έχει μεταγλωττιστεί (compiled)\n"
|
||||
msgstr "η τιμή SSLmode «%s» είναι άκυρη όταν η υποστήριξη SSL δεν έχει μεταγλωττιστεί (compiled)\n"
|
||||
|
||||
#: fe-connect.c:1363
|
||||
msgid "invalid SSL protocol version range\n"
|
||||
@@ -271,7 +271,7 @@ msgstr "άκυρο εύρος εκδόσεων πρωτοκόλλου SSL\n"
|
||||
#: fe-connect.c:1388
|
||||
#, c-format
|
||||
msgid "gssencmode value \"%s\" invalid when GSSAPI support is not compiled in\n"
|
||||
msgstr "η τιμή SSLmode “%s” είναι άκυρη όταν η υποστήριξη GSSAPI δεν έχει μεταγλωττιστεί (compiled)\n"
|
||||
msgstr "η τιμή SSLmode «%s» είναι άκυρη όταν η υποστήριξη GSSAPI δεν έχει μεταγλωττιστεί (compiled)\n"
|
||||
|
||||
#: fe-connect.c:1648
|
||||
#, c-format
|
||||
@@ -281,17 +281,17 @@ msgstr "δεν μπόρεσε να ορίσει τον υποδοχέα σε λ
|
||||
#: fe-connect.c:1710
|
||||
#, c-format
|
||||
msgid "connection to server on socket \"%s\" failed: "
|
||||
msgstr "σύνδεση στον διακομιστή στην υποδοχή “%s” απέτυχε: "
|
||||
msgstr "σύνδεση στον διακομιστή στην υποδοχή «%s» απέτυχε: "
|
||||
|
||||
#: fe-connect.c:1737
|
||||
#, c-format
|
||||
msgid "connection to server at \"%s\" (%s), port %s failed: "
|
||||
msgstr "σύνδεση στον διακομιστή σε “%s” (%s), θύρα %s απέτυχε: "
|
||||
msgstr "σύνδεση στον διακομιστή σε «%s» (%s), θύρα %s απέτυχε: "
|
||||
|
||||
#: fe-connect.c:1742
|
||||
#, c-format
|
||||
msgid "connection to server at \"%s\", port %s failed: "
|
||||
msgstr "σύνδεση στον διακομιστή σε “%s”, θύρα %s απέτυχε: "
|
||||
msgstr "σύνδεση στον διακομιστή σε «%s», θύρα %s απέτυχε: "
|
||||
|
||||
#: fe-connect.c:1767
|
||||
msgid "\tIs the server running locally and accepting connections on that socket?\n"
|
||||
@@ -304,7 +304,7 @@ msgstr "\tΕκτελείται ο διακομιστής σε αυτόν τον
|
||||
#: fe-connect.c:1835
|
||||
#, c-format
|
||||
msgid "invalid integer value \"%s\" for connection option \"%s\"\n"
|
||||
msgstr "άκυρη τιμή ακεραίου ”%s” για την επιλογή σύνδεσης “%s”\n"
|
||||
msgstr "άκυρη τιμή ακεραίου »%s» για την επιλογή σύνδεσης «%s»\n"
|
||||
|
||||
#: fe-connect.c:1865 fe-connect.c:1900 fe-connect.c:1936 fe-connect.c:2025
|
||||
#: fe-connect.c:2639
|
||||
@@ -324,27 +324,27 @@ msgstr "μη έγκυρη κατάσταση σύνδεσης, πιθανώς ε
|
||||
#: fe-connect.c:2384
|
||||
#, c-format
|
||||
msgid "invalid port number: \"%s\"\n"
|
||||
msgstr "μη έγκυρος αριθμός πύλης: “%s”\n"
|
||||
msgstr "μη έγκυρος αριθμός πύλης: «%s»\n"
|
||||
|
||||
#: fe-connect.c:2400
|
||||
#, c-format
|
||||
msgid "could not translate host name \"%s\" to address: %s\n"
|
||||
msgstr "δεν ήταν δυνατή η μετάφραση του ονόματος κεντρικού υπολογιστή “%s” στη διεύθυνση: %s\n"
|
||||
msgstr "δεν ήταν δυνατή η μετάφραση του ονόματος κεντρικού υπολογιστή «%s» στη διεύθυνση: %s\n"
|
||||
|
||||
#: fe-connect.c:2413
|
||||
#, c-format
|
||||
msgid "could not parse network address \"%s\": %s\n"
|
||||
msgstr "δεν ήταν δυνατή η ανάλυση της διεύθυνσης δικτύου “%s”: %s\n"
|
||||
msgstr "δεν ήταν δυνατή η ανάλυση της διεύθυνσης δικτύου «%s»: %s\n"
|
||||
|
||||
#: fe-connect.c:2426
|
||||
#, c-format
|
||||
msgid "Unix-domain socket path \"%s\" is too long (maximum %d bytes)\n"
|
||||
msgstr "η διαδρομή υποδοχής τομέα Unix “%s” είναι πολύ μακρυά (μέγιστο %d bytes)\n"
|
||||
msgstr "η διαδρομή υποδοχής τομέα Unix «%s» είναι πολύ μακρυά (μέγιστο %d bytes)\n"
|
||||
|
||||
#: fe-connect.c:2441
|
||||
#, c-format
|
||||
msgid "could not translate Unix-domain socket path \"%s\" to address: %s\n"
|
||||
msgstr "δεν ήταν δυνατή η μετάφραση της διαδρομής υποδοχής πεδίου-Unix “%s” στη διεύθυνση: %s\n"
|
||||
msgstr "δεν ήταν δυνατή η μετάφραση της διαδρομής υποδοχής πεδίου-Unix «%s» στη διεύθυνση: %s\n"
|
||||
|
||||
#: fe-connect.c:2567
|
||||
#, c-format
|
||||
@@ -387,7 +387,7 @@ msgstr "δεν ήταν δυνατή η απόκτηση διαπιστευτη
|
||||
#: fe-connect.c:2864
|
||||
#, c-format
|
||||
msgid "requirepeer specifies \"%s\", but actual peer user name is \"%s\"\n"
|
||||
msgstr "το requirepeer καθορίζει “%s”, αλλά το πραγματικό όνομα ομότιμου χρήστη είναι “%s”\n"
|
||||
msgstr "το requirepeer καθορίζει «%s», αλλά το πραγματικό όνομα ομότιμου χρήστη είναι «%s»\n"
|
||||
|
||||
#: fe-connect.c:2904
|
||||
#, c-format
|
||||
@@ -396,7 +396,7 @@ msgstr "δεν ήταν δυνατή η αποστολή GSSAPI πακέτου
|
||||
|
||||
#: fe-connect.c:2916
|
||||
msgid "GSSAPI encryption required but was impossible (possibly no credential cache, no server support, or using a local socket)\n"
|
||||
msgstr "απαιτείται κρυπτογράφηση GSSAPI, αλλά ήταν αδύνατη (πιθανώς απουσία cache διαπιστευτηρίων, απουσία υποστήριξης διακομιστή, ή χρησιμοποιείται τοπική υποδοχή)\n"
|
||||
msgstr "GSSAPI κρυπτογράφηση απαιτείται αλλά ήταν αδύνατη (πιθανώς απουσία cache διαπιστευτηρίων, απουσία υποστήριξης διακομιστή, ή χρησιμοποιείται τοπική υποδοχή)\n"
|
||||
|
||||
#: fe-connect.c:2958
|
||||
#, c-format
|
||||
@@ -456,7 +456,7 @@ msgstr "ο διακομιστής δεν βρίσκεται σε hot κατάσ
|
||||
#: fe-connect.c:3754 fe-connect.c:3806
|
||||
#, c-format
|
||||
msgid "\"%s\" failed\n"
|
||||
msgstr "“%s” απέτυχε.\n"
|
||||
msgstr "«%s» απέτυχε.\n"
|
||||
|
||||
#: fe-connect.c:3820
|
||||
#, c-format
|
||||
@@ -466,37 +466,37 @@ msgstr "κατάσταση μη έγκυρης σύνδεσης %d, πιθανώ
|
||||
#: fe-connect.c:4266 fe-connect.c:4326
|
||||
#, c-format
|
||||
msgid "PGEventProc \"%s\" failed during PGEVT_CONNRESET event\n"
|
||||
msgstr "PGEventProc “%s” απέτυχε κατά τη διάρκεια συμβάντος PGEVT_CONNRESET\n"
|
||||
msgstr "PGEventProc «%s» απέτυχε κατά τη διάρκεια συμβάντος PGEVT_CONNRESET\n"
|
||||
|
||||
#: fe-connect.c:4670
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": scheme must be ldap://\n"
|
||||
msgstr "άκυρη διεύθυνση URL LDAP “%s”: ο συνδυασμός πρέπει να είναι ldap://\n"
|
||||
msgstr "άκυρη διεύθυνση URL LDAP «%s»: ο συνδυασμός πρέπει να είναι ldap://\n"
|
||||
|
||||
#: fe-connect.c:4685
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": missing distinguished name\n"
|
||||
msgstr "άκυρη διεύθυνση URL LDAP “%s”: λείπει το αποκλειστικό όνομα\n"
|
||||
msgstr "άκυρη διεύθυνση URL LDAP «%s»: λείπει το αποκλειστικό όνομα\n"
|
||||
|
||||
#: fe-connect.c:4697 fe-connect.c:4755
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have exactly one attribute\n"
|
||||
msgstr "άκυρη διεύθυνση URL LDAP “%s”: πρέπει να περιέχει ακριβώς ένα χαρακτηριστικό\n"
|
||||
msgstr "άκυρη διεύθυνση URL LDAP «%s»: πρέπει να περιέχει ακριβώς ένα χαρακτηριστικό\n"
|
||||
|
||||
#: fe-connect.c:4709 fe-connect.c:4771
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have search scope (base/one/sub)\n"
|
||||
msgstr "άκυρη διεύθυνση URL LDAP “%s”: πρέπει να έχει εμβέλεια αναζήτησης (base/one/sub)\n"
|
||||
msgstr "άκυρη διεύθυνση URL LDAP «%s»: πρέπει να έχει εμβέλεια αναζήτησης (base/one/sub)\n"
|
||||
|
||||
#: fe-connect.c:4721
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": no filter\n"
|
||||
msgstr "άκυρη διεύθυνση URL LDAP “%s”: κανένα φίλτρο\n"
|
||||
msgstr "άκυρη διεύθυνση URL LDAP «%s»: κανένα φίλτρο\n"
|
||||
|
||||
#: fe-connect.c:4743
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": invalid port number\n"
|
||||
msgstr "άκυρη διεύθυνση URL LDAP “%s”: άκυρος αριθμός θύρας\n"
|
||||
msgstr "άκυρη διεύθυνση URL LDAP «%s»: άκυρος αριθμός θύρας\n"
|
||||
|
||||
#: fe-connect.c:4781
|
||||
msgid "could not create LDAP structure\n"
|
||||
@@ -522,12 +522,12 @@ msgstr "το χαρακτηριστικό δεν έχει τιμές στην α
|
||||
#: fe-connect.c:4957 fe-connect.c:4976 fe-connect.c:5508
|
||||
#, c-format
|
||||
msgid "missing \"=\" after \"%s\" in connection info string\n"
|
||||
msgstr "λείπει το “=” μετά από “%s” στην συμβολοσειρά πληροφορίας σύνδεσης\n"
|
||||
msgstr "λείπει το «=» μετά από «%s» στην συμβολοσειρά πληροφορίας σύνδεσης\n"
|
||||
|
||||
#: fe-connect.c:5049 fe-connect.c:5693 fe-connect.c:6469
|
||||
#, c-format
|
||||
msgid "invalid connection option \"%s\"\n"
|
||||
msgstr "άκυρη επιλογή σύνδεσης “%s”\n"
|
||||
msgstr "άκυρη επιλογή σύνδεσης «%s»\n"
|
||||
|
||||
#: fe-connect.c:5065 fe-connect.c:5557
|
||||
msgid "unterminated quoted string in connection info string\n"
|
||||
@@ -536,72 +536,72 @@ msgstr "ατερμάτιστη συμβολοσειρά με εισαγωγικ
|
||||
#: fe-connect.c:5146
|
||||
#, c-format
|
||||
msgid "definition of service \"%s\" not found\n"
|
||||
msgstr "δεν βρέθηκε ο ορισμός της υπηρεσίας “%s”\n"
|
||||
msgstr "δεν βρέθηκε ο ορισμός της υπηρεσίας «%s»\n"
|
||||
|
||||
#: fe-connect.c:5172
|
||||
#, c-format
|
||||
msgid "service file \"%s\" not found\n"
|
||||
msgstr "δεν βρέθηκε αρχείο υπηρεσίας “%s”\n"
|
||||
msgstr "δεν βρέθηκε αρχείο υπηρεσίας «%s»\n"
|
||||
|
||||
#: fe-connect.c:5186
|
||||
#, c-format
|
||||
msgid "line %d too long in service file \"%s\"\n"
|
||||
msgstr "πολύ μακρυά γραμμή %d στο αρχείο υπηρεσίας “%s”\n"
|
||||
msgstr "Πολύ μακρυά γραμμή %d στο αρχείο υπηρεσίας «%s»\n"
|
||||
|
||||
#: fe-connect.c:5257 fe-connect.c:5301
|
||||
#, c-format
|
||||
msgid "syntax error in service file \"%s\", line %d\n"
|
||||
msgstr "συντακτικό σφάλμα στο αρχείο υπηρεσίας “%s”, γραμμή %d\n"
|
||||
msgstr "συντακτικό σφάλμα στο αρχείο υπηρεσίας «%s», γραμμή %d\n"
|
||||
|
||||
#: fe-connect.c:5268
|
||||
#, c-format
|
||||
msgid "nested service specifications not supported in service file \"%s\", line %d\n"
|
||||
msgstr "οι ένθετες προδιαγραφές υπηρεσίας δεν υποστηρίζονται στο αρχείο υπηρεσίας “%s”, γραμμή %d\n"
|
||||
msgstr "οι ένθετες προδιαγραφές υπηρεσίας δεν υποστηρίζονται στο αρχείο υπηρεσίας «%s», γραμμή %d\n"
|
||||
|
||||
#: fe-connect.c:5989
|
||||
#, c-format
|
||||
msgid "invalid URI propagated to internal parser routine: \"%s\"\n"
|
||||
msgstr "μη έγκυρο URI διαδόθηκε στη ρουτίνα εσωτερικής ανάλυσης: “%s”\n"
|
||||
msgstr "μη έγκυρο URI διαδόθηκε στη ρουτίνα εσωτερικής ανάλυσης: «%s»\n"
|
||||
|
||||
#: fe-connect.c:6066
|
||||
#, c-format
|
||||
msgid "end of string reached when looking for matching \"]\" in IPv6 host address in URI: \"%s\"\n"
|
||||
msgstr "έφτασε στο τέλος της συμβολοσειράς κατά την αναζήτηση αντίστοιχου “]” στη διεύθυνση IPv6 κεντρικού υπολογιστή στο URI: “%s”\n"
|
||||
msgstr "έφτασε στο τέλος της συμβολοσειράς κατά την αναζήτηση αντίστοιχου «]» στη διεύθυνση IPv6 κεντρικού υπολογιστή στο URI: «%s»\n"
|
||||
|
||||
#: fe-connect.c:6073
|
||||
#, c-format
|
||||
msgid "IPv6 host address may not be empty in URI: \"%s\"\n"
|
||||
msgstr "η διεύθυνση IPv6 κεντρικού υπολογιστή δεν δύναται να είναι κενή στο URI: “%s”\n"
|
||||
msgstr "η διεύθυνση IPv6 κεντρικού υπολογιστή δεν δύναται να είναι κενή στο URI: «%s»\n"
|
||||
|
||||
#: fe-connect.c:6088
|
||||
#, c-format
|
||||
msgid "unexpected character \"%c\" at position %d in URI (expected \":\" or \"/\"): \"%s\"\n"
|
||||
msgstr "μη αναμενόμενος χαρακτήρας “%c” στη θέση %d του URI (αναμένεται “:” ή “/”): “%s”\n"
|
||||
msgstr "μη αναμενόμενος χαρακτήρας «%c» στη θέση %d του URI (αναμένεται «:» ή «/»): «%s»\n"
|
||||
|
||||
#: fe-connect.c:6218
|
||||
#, c-format
|
||||
msgid "extra key/value separator \"=\" in URI query parameter: \"%s\"\n"
|
||||
msgstr "επιπλέον διαχωριστικό κλειδιού/τιμής “=” στην παράμετρο ερωτήματος URI: “%s”\n"
|
||||
msgstr "επιπλέον διαχωριστικό κλειδιού/τιμής «=» στην παράμετρο ερωτήματος URI: «%s»\n"
|
||||
|
||||
#: fe-connect.c:6238
|
||||
#, c-format
|
||||
msgid "missing key/value separator \"=\" in URI query parameter: \"%s\"\n"
|
||||
msgstr "λείπει διαχωριστικό κλειδιού/τιμής “=” στην παράμετρο ερωτήματος URI: “%s”\n"
|
||||
msgstr "λείπει διαχωριστικό κλειδιού/τιμής «=» στην παράμετρο ερωτήματος URI: «%s»\n"
|
||||
|
||||
#: fe-connect.c:6290
|
||||
#, c-format
|
||||
msgid "invalid URI query parameter: \"%s\"\n"
|
||||
msgstr "άκυρη παράμετρος ερωτήματος URI: “%s”\n"
|
||||
msgstr "άκυρη παράμετρος ερωτήματος URI: «%s»\n"
|
||||
|
||||
#: fe-connect.c:6364
|
||||
#, c-format
|
||||
msgid "invalid percent-encoded token: \"%s\"\n"
|
||||
msgstr "άκυρο διακριτικό με κωδικοποίηση ποσοστού: “%s”\n"
|
||||
msgstr "άκυρο διακριτικό με κωδικοποίηση ποσοστού: «%s»\n"
|
||||
|
||||
#: fe-connect.c:6374
|
||||
#, c-format
|
||||
msgid "forbidden value %%00 in percent-encoded value: \"%s\"\n"
|
||||
msgstr "απαγορευμένη τιμή %%00 σε τιμή κωδικοποιημένου ποσοστού: “%s”\n"
|
||||
msgstr "απαγορευμένη τιμή %%00 σε τιμή κωδικοποιημένου ποσοστού: «%s»\n"
|
||||
|
||||
#: fe-connect.c:6744
|
||||
msgid "connection pointer is NULL\n"
|
||||
@@ -610,19 +610,19 @@ msgstr "ο δείκτης σύνδεσης είναι NULL\n"
|
||||
#: fe-connect.c:7024
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" is not a plain file\n"
|
||||
msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: το αρχείο κωδικών πρόσβασης “%s” δεν είναι ένα απλό αρχείο\n"
|
||||
msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: το αρχείο κωδικών πρόσβασης «%s» δεν είναι ένα απλό αρχείο\n"
|
||||
|
||||
#: fe-connect.c:7033
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" has group or world access; permissions should be u=rw (0600) or less\n"
|
||||
msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: το αρχείο κωδικού πρόσβασης “%s” έχει ομαδική ή παγκόσμια πρόσβαση· τα δικαιώματα πρέπει να είναι U=RW (0600) ή λιγότερα\n"
|
||||
msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: το αρχείο κωδικού πρόσβασης «%s» έχει ομαδική ή παγκόσμια πρόσβαση· τα δικαιώματα πρέπει να είναι U=RW (0600) ή λιγότερα\n"
|
||||
|
||||
#: fe-connect.c:7141
|
||||
#, c-format
|
||||
msgid "password retrieved from file \"%s\"\n"
|
||||
msgstr "ο κωδικός πρόσβασης ελήφθει από αρχείο “%s”\n"
|
||||
msgstr "ο κωδικός πρόσβασης ελήφθει από αρχείο «%s»\n"
|
||||
|
||||
#: fe-exec.c:449 fe-exec.c:3255
|
||||
#: fe-exec.c:449 fe-exec.c:3286
|
||||
#, c-format
|
||||
msgid "row number %d is out of range 0..%d"
|
||||
msgstr "ο αριθμός σειράς %d βρίσκεται εκτός εύρους 0..%d"
|
||||
@@ -653,109 +653,109 @@ msgstr "το PGresult δεν μπορεί να υποστηρίξει περισ
|
||||
msgid "size_t overflow"
|
||||
msgstr "υπερχείλιση overflow"
|
||||
|
||||
#: fe-exec.c:1302 fe-exec.c:1408 fe-exec.c:1457
|
||||
#: fe-exec.c:1335 fe-exec.c:1440 fe-exec.c:1489
|
||||
msgid "command string is a null pointer\n"
|
||||
msgstr "η συμβολοσειρά εντολής είναι ένας κενός δείκτης\n"
|
||||
|
||||
#: fe-exec.c:1414 fe-exec.c:1463 fe-exec.c:1560
|
||||
#: fe-exec.c:1446 fe-exec.c:1495 fe-exec.c:1591
|
||||
#, c-format
|
||||
msgid "number of parameters must be between 0 and %d\n"
|
||||
msgstr "ο αριθμός των παραμέτρων πρέπει να είναι μεταξύ 0 και %d\n"
|
||||
|
||||
#: fe-exec.c:1451 fe-exec.c:1554
|
||||
#: fe-exec.c:1483 fe-exec.c:1585
|
||||
msgid "statement name is a null pointer\n"
|
||||
msgstr "η ονομασία της δήλωσης είναι ένας κενός δείκτης\n"
|
||||
|
||||
#: fe-exec.c:1596 fe-exec.c:3108
|
||||
#: fe-exec.c:1627 fe-exec.c:3139
|
||||
msgid "no connection to the server\n"
|
||||
msgstr "καμία σύνδεση στον διακομιστή\n"
|
||||
|
||||
#: fe-exec.c:1605 fe-exec.c:3117
|
||||
#: fe-exec.c:1636 fe-exec.c:3148
|
||||
msgid "another command is already in progress\n"
|
||||
msgstr "υπάρχει άλλη εντολή σε πρόοδο\n"
|
||||
|
||||
#: fe-exec.c:1634
|
||||
#: fe-exec.c:1665
|
||||
msgid "cannot queue commands during COPY\n"
|
||||
msgstr "δεν είναι δυνατή η ουρά εντολών κατά τη διάρκεια του COPY\n"
|
||||
|
||||
#: fe-exec.c:1752
|
||||
#: fe-exec.c:1783
|
||||
msgid "length must be given for binary parameter\n"
|
||||
msgstr "το μήκος πρέπει να περαστεί ως δυαδική παράμετρος\n"
|
||||
|
||||
#: fe-exec.c:2072
|
||||
#: fe-exec.c:2103
|
||||
#, c-format
|
||||
msgid "unexpected asyncStatus: %d\n"
|
||||
msgstr "μη αναμενόμενο asyncStatus: %d\n"
|
||||
|
||||
#: fe-exec.c:2092
|
||||
#: fe-exec.c:2123
|
||||
#, c-format
|
||||
msgid "PGEventProc \"%s\" failed during PGEVT_RESULTCREATE event\n"
|
||||
msgstr "PGEventProc “%s” κατά τη διάρκεια συμβάντος PGEVT_RESULTCREATE\n"
|
||||
msgstr "PGEventProc «%s» κατά τη διάρκεια συμβάντος PGEVT_RESULTCREATE\n"
|
||||
|
||||
#: fe-exec.c:2240
|
||||
#: fe-exec.c:2271
|
||||
msgid "synchronous command execution functions are not allowed in pipeline mode\n"
|
||||
msgstr "οι συναρτήσεις σύγχρονης εκτέλεσης εντολών δεν επιτρέπονται σε λειτουργία διοχέτευσης\n"
|
||||
|
||||
#: fe-exec.c:2262
|
||||
#: fe-exec.c:2293
|
||||
msgid "COPY terminated by new PQexec"
|
||||
msgstr "COPY τερματίστηκε από νέο PQexec"
|
||||
|
||||
#: fe-exec.c:2279
|
||||
#: fe-exec.c:2310
|
||||
msgid "PQexec not allowed during COPY BOTH\n"
|
||||
msgstr "PQexec δεν επιτρέπεται κατά τη διάρκεια COPY BOTH\n"
|
||||
|
||||
#: fe-exec.c:2507 fe-exec.c:2563 fe-exec.c:2632 fe-protocol3.c:1863
|
||||
#: fe-exec.c:2538 fe-exec.c:2594 fe-exec.c:2663 fe-protocol3.c:1863
|
||||
msgid "no COPY in progress\n"
|
||||
msgstr "κανένα COPY σε εξέλιξη\n"
|
||||
|
||||
#: fe-exec.c:2809
|
||||
#: fe-exec.c:2840
|
||||
msgid "PQfn not allowed in pipeline mode\n"
|
||||
msgstr "το PQfn δεν επιτρέπεται σε λειτουργία διοχέτευσης\n"
|
||||
|
||||
#: fe-exec.c:2817
|
||||
#: fe-exec.c:2848
|
||||
msgid "connection in wrong state\n"
|
||||
msgstr "σύνδεση σε λανθάνουσα κατάσταση\n"
|
||||
|
||||
#: fe-exec.c:2861
|
||||
#: fe-exec.c:2892
|
||||
msgid "cannot enter pipeline mode, connection not idle\n"
|
||||
msgstr "δεν ήταν δυνατή η είσοδος σε λειτουργία διοχέτευσης, σύνδεση μη αδρανή\n"
|
||||
|
||||
#: fe-exec.c:2895 fe-exec.c:2912
|
||||
#: fe-exec.c:2926 fe-exec.c:2943
|
||||
msgid "cannot exit pipeline mode with uncollected results\n"
|
||||
msgstr "δεν είναι δυνατή η έξοδος από τη λειτουργία διοχέτευσης με μη λαμβανόμενα αποτελέσματα\n"
|
||||
|
||||
#: fe-exec.c:2900
|
||||
#: fe-exec.c:2931
|
||||
msgid "cannot exit pipeline mode while busy\n"
|
||||
msgstr "δεν είναι δυνατή η έξοδος από τη λειτουργία διοχέτευσης ενώ απασχολείται\n"
|
||||
|
||||
#: fe-exec.c:3042
|
||||
#: fe-exec.c:3073
|
||||
msgid "cannot send pipeline when not in pipeline mode\n"
|
||||
msgstr "δεν είναι δυνατή η αποστολή διοχέτευσης όταν δεν βρίσκεται σε λειτουργία διοχέτευσης\n"
|
||||
|
||||
#: fe-exec.c:3144
|
||||
#: fe-exec.c:3175
|
||||
msgid "invalid ExecStatusType code"
|
||||
msgstr "άκυρος κωδικός ExecStatusType"
|
||||
|
||||
#: fe-exec.c:3171
|
||||
#: fe-exec.c:3202
|
||||
msgid "PGresult is not an error result\n"
|
||||
msgstr "PGresult δεν είναι ένα αποτέλεσμα σφάλματος\n"
|
||||
|
||||
#: fe-exec.c:3239 fe-exec.c:3262
|
||||
#: fe-exec.c:3270 fe-exec.c:3293
|
||||
#, c-format
|
||||
msgid "column number %d is out of range 0..%d"
|
||||
msgstr "αριθμός στήλης %d βρίσκεται εκτός εύρους 0..%d"
|
||||
|
||||
#: fe-exec.c:3277
|
||||
#: fe-exec.c:3308
|
||||
#, c-format
|
||||
msgid "parameter number %d is out of range 0..%d"
|
||||
msgstr "αριθμός παραμέτρου %d βρίσκεται εκτός εύρους 0..%d"
|
||||
|
||||
#: fe-exec.c:3587
|
||||
#: fe-exec.c:3618
|
||||
#, c-format
|
||||
msgid "could not interpret result from server: %s"
|
||||
msgstr "δεν μπόρεσε να ερμηνεύσει το αποτέλεσμα από τον διακομιστή: %s"
|
||||
|
||||
#: fe-exec.c:3847 fe-exec.c:3936
|
||||
#: fe-exec.c:3878 fe-exec.c:3967
|
||||
msgid "incomplete multibyte character\n"
|
||||
msgstr "ελλιπής χαρακτήρας πολλαπλών byte\n"
|
||||
|
||||
@@ -785,17 +785,17 @@ msgstr "η παράμετρος του lo_write υπερβαίνει το εύρ
|
||||
#: fe-lobj.c:678 fe-lobj.c:789
|
||||
#, c-format
|
||||
msgid "could not open file \"%s\": %s\n"
|
||||
msgstr "δεν ήταν δυνατό το άνοιγμα του αρχείου “%s”: %s\n"
|
||||
msgstr "δεν ήταν δυνατό το άνοιγμα του αρχείου «%s»: %s\n"
|
||||
|
||||
#: fe-lobj.c:734
|
||||
#, c-format
|
||||
msgid "could not read from file \"%s\": %s\n"
|
||||
msgstr "δεν ήταν δυνατή η ανάγνωση από το αρχείο “%s”: %s\n"
|
||||
msgstr "δεν ήταν δυνατή η ανάγνωση από το αρχείο «%s»: %s\n"
|
||||
|
||||
#: fe-lobj.c:810 fe-lobj.c:834
|
||||
#, c-format
|
||||
msgid "could not write to file \"%s\": %s\n"
|
||||
msgstr "δεν ήταν δυνατή η εγγραφή στο αρχείο ”%s”: %s\n"
|
||||
msgstr "δεν ήταν δυνατή η εγγραφή στο αρχείο »%s»: %s\n"
|
||||
|
||||
#: fe-lobj.c:920
|
||||
msgid "query to initialize large object functions did not return data\n"
|
||||
@@ -846,26 +846,26 @@ msgstr "μήνυμα τύπου 0x%02x έφτασε από το διακομισ
|
||||
|
||||
#: fe-protocol3.c:403
|
||||
msgid "server sent data (\"D\" message) without prior row description (\"T\" message)\n"
|
||||
msgstr "ο διακομιστής έστειλε δεδομένα (“D” μήνυμα) χωρίς προηγούμενη περιγραφή γραμμής (“T” μήνυμα)\n"
|
||||
msgstr "ο διακομιστής έστειλε δεδομένα («D» μήνυμα) χωρίς προηγούμενη περιγραφή γραμμής («T» μήνυμα)\n"
|
||||
|
||||
#: fe-protocol3.c:446
|
||||
#, c-format
|
||||
msgid "unexpected response from server; first received character was \"%c\"\n"
|
||||
msgstr "μη αναμενόμενη απόκριση από το διακομιστή· πρώτος χαρακτήρας που ελήφθη ήταν “%c”\n"
|
||||
msgstr "μη αναμενόμενη απόκριση από το διακομιστή· πρώτος χαρακτήρας που ελήφθη ήταν «%c»\n"
|
||||
|
||||
#: fe-protocol3.c:471
|
||||
#, c-format
|
||||
msgid "message contents do not agree with length in message type \"%c\"\n"
|
||||
msgstr "τα περιεχόμενα του μηνύματος δεν συμφωνούν με το μήκος του σε τύπο μηνύματος “%c”\n"
|
||||
msgstr "τα περιεχόμενα του μηνύματος δεν συμφωνούν με το μήκος του σε τύπο μηνύματος «%c»\n"
|
||||
|
||||
#: fe-protocol3.c:491
|
||||
#, c-format
|
||||
msgid "lost synchronization with server: got message type \"%c\", length %d\n"
|
||||
msgstr "χάθηκε ο συγχρονισμός με το διακομιστή: ελήφθει τύπος μηνύματος “%c”, μήκους %d\n"
|
||||
msgstr "χάθηκε ο συγχρονισμός με το διακομιστή: ελήφθει τύπος μηνύματος «%c», μήκους %d\n"
|
||||
|
||||
#: fe-protocol3.c:543 fe-protocol3.c:583
|
||||
msgid "insufficient data in \"T\" message"
|
||||
msgstr "ανεπαρκή δεδομένα σε “T” μήνυμα"
|
||||
msgstr "ανεπαρκή δεδομένα σε «T» μήνυμα"
|
||||
|
||||
#: fe-protocol3.c:654 fe-protocol3.c:860
|
||||
msgid "out of memory for query result"
|
||||
@@ -873,15 +873,15 @@ msgstr "έλλειψη μνήμης για το αποτέλεσμα ερωτή
|
||||
|
||||
#: fe-protocol3.c:723
|
||||
msgid "insufficient data in \"t\" message"
|
||||
msgstr "ανεπαρκή δεδομένα σε “t” μήνυμα"
|
||||
msgstr "ανεπαρκή δεδομένα σε «t» μήνυμα"
|
||||
|
||||
#: fe-protocol3.c:782 fe-protocol3.c:814 fe-protocol3.c:832
|
||||
msgid "insufficient data in \"D\" message"
|
||||
msgstr "ανεπαρκή δεδομένα σε “D” μήνυμα"
|
||||
msgstr "ανεπαρκή δεδομένα σε «D» μήνυμα"
|
||||
|
||||
#: fe-protocol3.c:788
|
||||
msgid "unexpected field count in \"D\" message"
|
||||
msgstr "μη αναμενόμενο πλήθος πεδίων σε ”D” μήνυμα"
|
||||
msgstr "μη αναμενόμενο πλήθος πεδίων σε »D» μήνυμα"
|
||||
|
||||
#: fe-protocol3.c:1029
|
||||
msgid "no error message available\n"
|
||||
@@ -891,7 +891,7 @@ msgstr "κανένα μήνυμα σφάλματος διαθέσιμο\n"
|
||||
#: fe-protocol3.c:1077 fe-protocol3.c:1096
|
||||
#, c-format
|
||||
msgid " at character %s"
|
||||
msgstr " σε χαρακτήρα %s"
|
||||
msgstr "σε χαρακτήρα %s"
|
||||
|
||||
#: fe-protocol3.c:1109
|
||||
#, c-format
|
||||
@@ -977,7 +977,7 @@ msgstr "το όνομα κεντρικού υπολογιστή πρέπει ν
|
||||
#: fe-secure-common.c:196
|
||||
#, c-format
|
||||
msgid "server certificate for \"%s\" does not match host name \"%s\"\n"
|
||||
msgstr "το πιστοποιητικό διακομιστή για το “%s” δεν ταιριάζει με το όνομα κεντρικού υπολογιστή “%s”\n"
|
||||
msgstr "το πιστοποιητικό διακομιστή για το «%s» δεν ταιριάζει με το όνομα κεντρικού υπολογιστή «%s»\n"
|
||||
|
||||
#: fe-secure-common.c:202
|
||||
msgid "could not get server's host name from server certificate\n"
|
||||
@@ -1069,7 +1069,7 @@ msgstr "δεν ήταν δυνατή η δημιουργία περιεχομέ
|
||||
#: fe-secure-openssl.c:861
|
||||
#, c-format
|
||||
msgid "invalid value \"%s\" for minimum SSL protocol version\n"
|
||||
msgstr "άκυρη τιμή “%s” για την ελάχιστη έκδοση πρωτοκόλλου SSL\n"
|
||||
msgstr "άκυρη τιμή «%s» για την ελάχιστη έκδοση πρωτοκόλλου SSL\n"
|
||||
|
||||
#: fe-secure-openssl.c:872
|
||||
#, c-format
|
||||
@@ -1079,7 +1079,7 @@ msgstr "δεν ήταν δυνατό να ορίσει ελάχιστη έκδο
|
||||
#: fe-secure-openssl.c:890
|
||||
#, c-format
|
||||
msgid "invalid value \"%s\" for maximum SSL protocol version\n"
|
||||
msgstr "άκυρη τιμή “%s” για μέγιστη έκδοση πρωτοκόλλου SSL\n"
|
||||
msgstr "άκυρη τιμή «%s» για μέγιστη έκδοση πρωτοκόλλου SSL\n"
|
||||
|
||||
#: fe-secure-openssl.c:901
|
||||
#, c-format
|
||||
@@ -1089,7 +1089,7 @@ msgstr "δεν ήταν δυνατό να ορίσει μέγιστη έκδοσ
|
||||
#: fe-secure-openssl.c:937
|
||||
#, c-format
|
||||
msgid "could not read root certificate file \"%s\": %s\n"
|
||||
msgstr "δεν ήταν δυνατή η ανάγνωση βασικού αρχείου πιστοποιητικού “%s”: %s\n"
|
||||
msgstr "δεν ήταν δυνατή η ανάγνωση βασικού αρχείου πιστοποιητικού «%s»: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:990
|
||||
msgid ""
|
||||
@@ -1111,12 +1111,12 @@ msgstr ""
|
||||
#: fe-secure-openssl.c:1025
|
||||
#, c-format
|
||||
msgid "could not open certificate file \"%s\": %s\n"
|
||||
msgstr "δεν ήταν δυνατό το άνοιγμα αρχείου πιστοποιητικού “%s”: %s\n"
|
||||
msgstr "δεν ήταν δυνατό το άνοιγμα αρχείου πιστοποιητικού «%s»: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1044
|
||||
#, c-format
|
||||
msgid "could not read certificate file \"%s\": %s\n"
|
||||
msgstr "δεν ήταν δυνατή η ανάγνωση αρχείου πιστοποιητικού “%s”: %s\n"
|
||||
msgstr "δεν ήταν δυνατή η ανάγνωση αρχείου πιστοποιητικού «%s»: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1069
|
||||
#, c-format
|
||||
@@ -1131,44 +1131,44 @@ msgstr "δεν ήταν δυνατός ο ορισμός SSL Server Name Indicat
|
||||
#: fe-secure-openssl.c:1149
|
||||
#, c-format
|
||||
msgid "could not load SSL engine \"%s\": %s\n"
|
||||
msgstr "δεν ήταν δυνατή η φόρτωση της μηχανής SSL “%s”: %s\n"
|
||||
msgstr "δεν ήταν δυνατή η φόρτωση της μηχανής SSL «%s»: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1161
|
||||
#, c-format
|
||||
msgid "could not initialize SSL engine \"%s\": %s\n"
|
||||
msgstr ""
|
||||
"δεν ήταν δυνατή η εκκίνηση του κινητήρα SSL ”%s”: %s\n"
|
||||
"δεν ήταν δυνατή η εκκίνηση του κινητήρα SSL »%s»: %s\n"
|
||||
"\n"
|
||||
|
||||
#: fe-secure-openssl.c:1177
|
||||
#, c-format
|
||||
msgid "could not read private SSL key \"%s\" from engine \"%s\": %s\n"
|
||||
msgstr "δεν ήταν δυνατή η ανάγνωση του ιδιωτικού κλειδιού SSL “%s” από την μηχανή “%s”: %s\n"
|
||||
msgstr "δεν ήταν δυνατή η ανάγνωση του ιδιωτικού κλειδιού SSL «%s» από την μηχανή «%s»: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1191
|
||||
#, c-format
|
||||
msgid "could not load private SSL key \"%s\" from engine \"%s\": %s\n"
|
||||
msgstr "δεν ήταν δυνατή η φόρτωση του ιδιωτικού κλειδιού SSL “%s” από την μηχανή “%s”: %s\n"
|
||||
msgstr "δεν ήταν δυνατή η φόρτωση του ιδιωτικού κλειδιού SSL «%s» από την μηχανή «%s»: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1228
|
||||
#, c-format
|
||||
msgid "certificate present, but not private key file \"%s\"\n"
|
||||
msgstr "υπάρχει πιστοποιητικό, αλλά όχι αρχείο ιδιωτικού κλειδιού “%s”\n"
|
||||
msgstr "υπάρχει πιστοποιητικό, αλλά όχι αρχείο ιδιωτικού κλειδιού «%s»\n"
|
||||
|
||||
#: fe-secure-openssl.c:1236
|
||||
#, c-format
|
||||
msgid "private key file \"%s\" has group or world access; permissions should be u=rw (0600) or less\n"
|
||||
msgstr "αρχείο ιδιωτικού κλειδιού “%s” έχει ομαδική ή παγκόσμια πρόσβαση· τα δικαιώματα πρέπει να είναι U=RW (0600) ή λιγότερα\n"
|
||||
msgstr "αρχείο ιδιωτικού κλειδιού «%s» έχει ομαδική ή παγκόσμια πρόσβαση· τα δικαιώματα πρέπει να είναι U=RW (0600) ή λιγότερα\n"
|
||||
|
||||
#: fe-secure-openssl.c:1261
|
||||
#, c-format
|
||||
msgid "could not load private key file \"%s\": %s\n"
|
||||
msgstr "δεν ήταν δυνατή η φόρτωση αρχείου ιδιωτικού κλειδιού “%s”: %s\n"
|
||||
msgstr "δεν ήταν δυνατή η φόρτωση αρχείου ιδιωτικού κλειδιού «%s»: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1279
|
||||
#, c-format
|
||||
msgid "certificate does not match private key file \"%s\": %s\n"
|
||||
msgstr "το πιστοποιητικό δεν ταιριάζει με το αρχείο ιδιωτικού κλειδιού “%s”: %s\n"
|
||||
msgstr "το πιστοποιητικό δεν ταιριάζει με το αρχείο ιδιωτικού κλειδιού «%s»: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:1379
|
||||
#, c-format
|
||||
@@ -1213,19 +1213,19 @@ msgid "unrecognized socket error: 0x%08X/%d"
|
||||
msgstr "μη αναγνωρίσιμο σφάλμα υποδοχής: 0x%08X/%d"
|
||||
|
||||
#~ msgid "invalid channel_binding value: \"%s\"\n"
|
||||
#~ msgstr "άκυρη τιμή channel_binding: “%s”\n"
|
||||
#~ msgstr "άκυρη τιμή channel_binding: «%s»\n"
|
||||
|
||||
#~ msgid "invalid ssl_min_protocol_version value: \"%s\"\n"
|
||||
#~ msgstr "άκυρη τιμή ssl_min_protocol_version: “%s”\n"
|
||||
#~ msgstr "άκυρη τιμή ssl_min_protocol_version: «%s»\n"
|
||||
|
||||
#~ msgid "invalid ssl_max_protocol_version value: \"%s\"\n"
|
||||
#~ msgstr "άκυρη τιμή ssl_max_protocol_version: “%s”\n"
|
||||
#~ msgstr "άκυρη τιμή ssl_max_protocol_version: «%s»\n"
|
||||
|
||||
#~ msgid "invalid gssencmode value: \"%s\"\n"
|
||||
#~ msgstr "άκυρη τιμή gssencmode: “%s”\n"
|
||||
#~ msgstr "άκυρη τιμή gssencmode: «%s»\n"
|
||||
|
||||
#~ msgid "invalid target_session_attrs value: \"%s\"\n"
|
||||
#~ msgstr "άκυρη τιμή target_session_attrs: “%s”\n"
|
||||
#~ msgstr "άκυρη τιμή target_session_attrs: «%s»\n"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "could not connect to server: %s\n"
|
||||
@@ -1233,7 +1233,7 @@ msgstr "μη αναγνωρίσιμο σφάλμα υποδοχής: 0x%08X/%d"
|
||||
#~ "\tTCP/IP connections on port %s?\n"
|
||||
#~ msgstr ""
|
||||
#~ "δεν ήταν δυνατή η σύνδεση με το διακομιστή: %s\n"
|
||||
#~ "\tΕκτελείται ο διακομιστής στον κεντρικό υπολογιστή ”%s” (%s) και αποδέχεται\n"
|
||||
#~ "\tΕκτελείται ο διακομιστής στον κεντρικό υπολογιστή »%s» (%s) και αποδέχεται\n"
|
||||
#~ "\tσυνδέσεις TCP/IP στην θύρα %s;\n"
|
||||
|
||||
#~ msgid "setsockopt(%s) failed: %s\n"
|
||||
@@ -1246,7 +1246,7 @@ msgstr "μη αναγνωρίσιμο σφάλμα υποδοχής: 0x%08X/%d"
|
||||
#~ msgstr "δεν ήταν δυνατή η πραγματοποίηση εγγράψιμης σύνδεσης με το διακομιστή \"%s:%s\"\n"
|
||||
|
||||
#~ msgid "test \"SHOW transaction_read_only\" failed on server \"%s:%s\"\n"
|
||||
#~ msgstr "το τεστ “SHOW transaction_read_only” απέτυχε στον διακομιστή “%s:%s”\n"
|
||||
#~ msgstr "το τεστ «SHOW transaction_read_only» απέτυχε στον διακομιστή «%s:%s»\n"
|
||||
|
||||
#~ msgid "function requires at least protocol version 3.0\n"
|
||||
#~ msgstr "η συνάρτηση απαιτεί πρωτόκολλο ελάχιστης έκδοσης 3.0\n"
|
||||
@@ -1302,13 +1302,13 @@ msgstr "μη αναγνωρίσιμο σφάλμα υποδοχής: 0x%08X/%d"
|
||||
#~ msgstr "μη έγκυρη κατάσταση %c, πιθανώς ενδεικτική αλλοίωσης μνήμης\n"
|
||||
|
||||
#~ msgid "unexpected character %c following empty query response (\"I\" message)"
|
||||
#~ msgstr "μη αναμενόμενος χαρακτήρας %c μετά από κενή απόκριση ερωτήματος (“I” μήνυμα)"
|
||||
#~ msgstr "μη αναμενόμενος χαρακτήρας %c μετά από κενή απόκριση ερωτήματος («I» μήνυμα)"
|
||||
|
||||
#~ msgid "server sent data (\"D\" message) without prior row description (\"T\" message)"
|
||||
#~ msgstr "ο διακομιστής έστειλε δεδομένα (“D” μήνυμα) χωρίς προηγούμενη περιγραφή γραμμής (“T” μήνυμα)"
|
||||
#~ msgstr "ο διακομιστής έστειλε δεδομένα («D» μήνυμα) χωρίς προηγούμενη περιγραφή γραμμής («T» μήνυμα)"
|
||||
|
||||
#~ msgid "server sent binary data (\"B\" message) without prior row description (\"T\" message)"
|
||||
#~ msgstr "ο διακομιστής έστειλε δυαδικά δεδομένα (“B” μήνυμα) χωρίς προηγούμενη περιγραφή γραμμής (“T” μήνυμα)"
|
||||
#~ msgstr "ο διακομιστής έστειλε δυαδικά δεδομένα («B» μήνυμα) χωρίς προηγούμενη περιγραφή γραμμής («T» μήνυμα)"
|
||||
|
||||
#~ msgid "lost synchronization with server, resetting connection"
|
||||
#~ msgstr "χάθηκε ο συγχρονισμός με τον διακομιστή, επαναρυθμίζεται η σύνδεση"
|
||||
|
@@ -142,7 +142,7 @@ msgstr "requête d'authentification SSPI dupliquée\n"
|
||||
|
||||
#: fe-auth.c:377
|
||||
msgid "could not acquire SSPI credentials"
|
||||
msgstr "n'a pas pu récupérer les pièces d'identité SSPI"
|
||||
msgstr "n'a pas pu obtenir les pièces d'identité SSPI"
|
||||
|
||||
#: fe-auth.c:433
|
||||
msgid "channel binding required, but SSL not in use\n"
|
||||
@@ -219,7 +219,7 @@ msgstr "méthode d'authentification %u non supportée\n"
|
||||
#: fe-auth.c:1107
|
||||
#, c-format
|
||||
msgid "user name lookup failure: error code %lu\n"
|
||||
msgstr "échec de la recherche du nom d'utilisateur : code erreur %lu\n"
|
||||
msgstr "échec de la recherche du nom d'utilisateur : code d'erreur %lu\n"
|
||||
|
||||
#: fe-auth.c:1117 fe-connect.c:2852
|
||||
#, c-format
|
||||
@@ -1000,11 +1000,11 @@ msgstr "n'a pas pu récupérer le nom d'hôte du serveur à partir du certificat
|
||||
|
||||
#: fe-secure-gssapi.c:201
|
||||
msgid "GSSAPI wrap error"
|
||||
msgstr "erreur wrap GSSAPI"
|
||||
msgstr "erreur d'emballage GSSAPI"
|
||||
|
||||
#: fe-secure-gssapi.c:209
|
||||
msgid "outgoing GSSAPI message would not use confidentiality\n"
|
||||
msgstr "le message sortant GSSAPI n'utilisera pas la confidentialité\n"
|
||||
msgstr "le message sortant GSSAPI n'utiliserait pas la confidentialité\n"
|
||||
|
||||
#: fe-secure-gssapi.c:217
|
||||
#, c-format
|
||||
@@ -1018,11 +1018,11 @@ msgstr "paquet GSSAPI trop gros envoyé par le serveur (%zu > %zu)\n"
|
||||
|
||||
#: fe-secure-gssapi.c:393
|
||||
msgid "GSSAPI unwrap error"
|
||||
msgstr "erreur unwrap GSSAPI"
|
||||
msgstr "erreur de dépaquetage GSSAPI"
|
||||
|
||||
#: fe-secure-gssapi.c:403
|
||||
msgid "incoming GSSAPI message did not use confidentiality\n"
|
||||
msgstr "le message entrant GSSAPI n'utilisait pas la confidentialité\n"
|
||||
msgstr "le message entrant GSSAPI n'a pas utilisé pas la confidentialité\n"
|
||||
|
||||
#: fe-secure-gssapi.c:642
|
||||
msgid "could not initiate GSSAPI security context"
|
||||
@@ -1206,7 +1206,7 @@ msgstr "aucune erreur SSL reportée"
|
||||
#: fe-secure-openssl.c:1530
|
||||
#, c-format
|
||||
msgid "SSL error code %lu"
|
||||
msgstr "erreur SSL %lu"
|
||||
msgstr "code d'erreur SSL %lu"
|
||||
|
||||
#: fe-secure-openssl.c:1777
|
||||
#, c-format
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -2,9 +2,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: postgresql\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2021-06-28 07:09+0000\n"
|
||||
"PO-Revision-Date: 2021-07-17 14:13\n"
|
||||
"Last-Translator: Pavlo Golub\n"
|
||||
"POT-Creation-Date: 2021-08-17 08:39+0000\n"
|
||||
"PO-Revision-Date: 2021-08-17 11:25\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Ukrainian\n"
|
||||
"Language: uk_UA\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -59,11 +59,12 @@ msgstr "не вдалося згенерувати одноразовий іде
|
||||
#: fe-connect.c:4657 fe-connect.c:4918 fe-connect.c:5037 fe-connect.c:5289
|
||||
#: fe-connect.c:5370 fe-connect.c:5469 fe-connect.c:5725 fe-connect.c:5754
|
||||
#: fe-connect.c:5826 fe-connect.c:5850 fe-connect.c:5868 fe-connect.c:5969
|
||||
#: fe-connect.c:5978 fe-connect.c:6336 fe-connect.c:6486 fe-exec.c:1209
|
||||
#: fe-exec.c:3002 fe-exec.c:3154 fe-exec.c:3927 fe-exec.c:4092
|
||||
#: fe-gssapi-common.c:111 fe-lobj.c:881 fe-protocol3.c:1016 fe-protocol3.c:1724
|
||||
#: fe-secure-common.c:110 fe-secure-gssapi.c:504 fe-secure-openssl.c:440
|
||||
#: fe-secure-openssl.c:1133
|
||||
#: fe-connect.c:5978 fe-connect.c:6336 fe-connect.c:6486 fe-connect.c:6752
|
||||
#: fe-exec.c:686 fe-exec.c:876 fe-exec.c:1223 fe-exec.c:3043 fe-exec.c:3226
|
||||
#: fe-exec.c:3999 fe-exec.c:4164 fe-gssapi-common.c:111 fe-lobj.c:881
|
||||
#: fe-protocol3.c:975 fe-protocol3.c:990 fe-protocol3.c:1023
|
||||
#: fe-protocol3.c:1731 fe-secure-common.c:110 fe-secure-gssapi.c:504
|
||||
#: fe-secure-openssl.c:440 fe-secure-openssl.c:1133
|
||||
msgid "out of memory\n"
|
||||
msgstr "недостатньо пам'яті\n"
|
||||
|
||||
@@ -602,155 +603,155 @@ msgstr "неприпустиме значення %%00 для значення,
|
||||
msgid "connection pointer is NULL\n"
|
||||
msgstr "нульове значення вказівника підключення \n"
|
||||
|
||||
#: fe-connect.c:7024
|
||||
#: fe-connect.c:7032
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" is not a plain file\n"
|
||||
msgstr "ПОПЕРЕДЖЕННЯ: файл паролів \"%s\" не є простим файлом\n"
|
||||
|
||||
#: fe-connect.c:7033
|
||||
#: fe-connect.c:7041
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" has group or world access; permissions should be u=rw (0600) or less\n"
|
||||
msgstr "ПОПЕРЕДЖЕННЯ: до файлу паролів \"%s\" мають доступ група або всі; дозволи мають бути u=rw (0600) або менше\n"
|
||||
|
||||
#: fe-connect.c:7141
|
||||
#: fe-connect.c:7149
|
||||
#, c-format
|
||||
msgid "password retrieved from file \"%s\"\n"
|
||||
msgstr "пароль отримано з файлу \"%s\"\n"
|
||||
|
||||
#: fe-exec.c:449 fe-exec.c:3228
|
||||
#: fe-exec.c:449 fe-exec.c:3300
|
||||
#, c-format
|
||||
msgid "row number %d is out of range 0..%d"
|
||||
msgstr "число рядків %d поза діапазоном 0..%d"
|
||||
|
||||
#: fe-exec.c:510 fe-protocol3.c:219 fe-protocol3.c:244 fe-protocol3.c:273
|
||||
#: fe-protocol3.c:291 fe-protocol3.c:371 fe-protocol3.c:743 fe-protocol3.c:975
|
||||
#: fe-protocol3.c:291 fe-protocol3.c:371 fe-protocol3.c:743
|
||||
msgid "out of memory"
|
||||
msgstr "недостатньо пам'яті"
|
||||
|
||||
#: fe-exec.c:511 fe-protocol3.c:1932
|
||||
#: fe-exec.c:511 fe-protocol3.c:1939
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: fe-exec.c:778
|
||||
#: fe-exec.c:792
|
||||
msgid "write to server failed\n"
|
||||
msgstr "записати на сервер не вдалося\n"
|
||||
|
||||
#: fe-exec.c:850
|
||||
#: fe-exec.c:864
|
||||
msgid "NOTICE"
|
||||
msgstr "ПОВІДОМЛЕННЯ"
|
||||
|
||||
#: fe-exec.c:908
|
||||
#: fe-exec.c:922
|
||||
msgid "PGresult cannot support more than INT_MAX tuples"
|
||||
msgstr "PGresult не може підтримувати більше ніж INT_MAX кортежів"
|
||||
|
||||
#: fe-exec.c:920
|
||||
#: fe-exec.c:934
|
||||
msgid "size_t overflow"
|
||||
msgstr "переповнення size_t"
|
||||
|
||||
#: fe-exec.c:1302 fe-exec.c:1409 fe-exec.c:1458
|
||||
#: fe-exec.c:1349 fe-exec.c:1454 fe-exec.c:1503
|
||||
msgid "command string is a null pointer\n"
|
||||
msgstr "рядок команди є нульовим вказівником\n"
|
||||
|
||||
#: fe-exec.c:1415 fe-exec.c:1464 fe-exec.c:1562
|
||||
#: fe-exec.c:1460 fe-exec.c:1509 fe-exec.c:1605
|
||||
#, c-format
|
||||
msgid "number of parameters must be between 0 and %d\n"
|
||||
msgstr "кількість параметрів має бути між 0 і %d\n"
|
||||
|
||||
#: fe-exec.c:1452 fe-exec.c:1556
|
||||
#: fe-exec.c:1497 fe-exec.c:1599
|
||||
msgid "statement name is a null pointer\n"
|
||||
msgstr "ім’я оператора є пустим вказівником\n"
|
||||
|
||||
#: fe-exec.c:1598
|
||||
#: fe-exec.c:1641 fe-exec.c:3153
|
||||
msgid "no connection to the server\n"
|
||||
msgstr "немає підключення до сервера\n"
|
||||
|
||||
#: fe-exec.c:1607
|
||||
#: fe-exec.c:1650 fe-exec.c:3162
|
||||
msgid "another command is already in progress\n"
|
||||
msgstr "інша команда уже в прогресі\n"
|
||||
|
||||
#: fe-exec.c:1636
|
||||
#: fe-exec.c:1679
|
||||
msgid "cannot queue commands during COPY\n"
|
||||
msgstr "не можна поставити в чергу команди під час COPY\n"
|
||||
|
||||
#: fe-exec.c:1754
|
||||
#: fe-exec.c:1797
|
||||
msgid "length must be given for binary parameter\n"
|
||||
msgstr "для бінарного параметра має бути надана довжина\n"
|
||||
|
||||
#: fe-exec.c:2075
|
||||
#: fe-exec.c:2117
|
||||
#, c-format
|
||||
msgid "unexpected asyncStatus: %d\n"
|
||||
msgstr "неочікуваний asyncStatus: %d\n"
|
||||
|
||||
#: fe-exec.c:2095
|
||||
#: fe-exec.c:2137
|
||||
#, c-format
|
||||
msgid "PGEventProc \"%s\" failed during PGEVT_RESULTCREATE event\n"
|
||||
msgstr "Помилка у PGEventProc \"%s\" під час події PGEVT_RESULTCREAT\n"
|
||||
|
||||
#: fe-exec.c:2243
|
||||
#: fe-exec.c:2285
|
||||
msgid "synchronous command execution functions are not allowed in pipeline mode\n"
|
||||
msgstr "функції синхронного виконання команд заборонені в режимі конвеєра\n"
|
||||
|
||||
#: fe-exec.c:2265
|
||||
#: fe-exec.c:2307
|
||||
msgid "COPY terminated by new PQexec"
|
||||
msgstr "COPY завершено новим PQexec"
|
||||
|
||||
#: fe-exec.c:2282
|
||||
#: fe-exec.c:2324
|
||||
msgid "PQexec not allowed during COPY BOTH\n"
|
||||
msgstr "PQexec не дозволяється під час COPY BOTH\n"
|
||||
|
||||
#: fe-exec.c:2511 fe-exec.c:2567 fe-exec.c:2636 fe-protocol3.c:1863
|
||||
#: fe-exec.c:2552 fe-exec.c:2608 fe-exec.c:2677 fe-protocol3.c:1870
|
||||
msgid "no COPY in progress\n"
|
||||
msgstr "Немає COPY у процесі\n"
|
||||
|
||||
#: fe-exec.c:2813
|
||||
#: fe-exec.c:2854
|
||||
msgid "PQfn not allowed in pipeline mode\n"
|
||||
msgstr "PQfn заборонено в режимі конвеєра\n"
|
||||
|
||||
#: fe-exec.c:2821
|
||||
#: fe-exec.c:2862
|
||||
msgid "connection in wrong state\n"
|
||||
msgstr "підключення у неправильному стані\n"
|
||||
|
||||
#: fe-exec.c:2865
|
||||
#: fe-exec.c:2906
|
||||
msgid "cannot enter pipeline mode, connection not idle\n"
|
||||
msgstr "не можна увійти в режим конвеєра, підключення не в очікуванні\n"
|
||||
|
||||
#: fe-exec.c:2899 fe-exec.c:2916
|
||||
#: fe-exec.c:2940 fe-exec.c:2957
|
||||
msgid "cannot exit pipeline mode with uncollected results\n"
|
||||
msgstr "не можна вийти з режиму конвеєра з незібраними результатами\n"
|
||||
|
||||
#: fe-exec.c:2904
|
||||
#: fe-exec.c:2945
|
||||
msgid "cannot exit pipeline mode while busy\n"
|
||||
msgstr "не можна вийти з режиму конвеєра, коли зайнято\n"
|
||||
|
||||
#: fe-exec.c:3046
|
||||
#: fe-exec.c:3087
|
||||
msgid "cannot send pipeline when not in pipeline mode\n"
|
||||
msgstr "неможливо скористатися конвеєром не у режимі конвеєра\n"
|
||||
|
||||
#: fe-exec.c:3117
|
||||
#: fe-exec.c:3189
|
||||
msgid "invalid ExecStatusType code"
|
||||
msgstr "неприпустимий код ExecStatusType"
|
||||
|
||||
#: fe-exec.c:3144
|
||||
#: fe-exec.c:3216
|
||||
msgid "PGresult is not an error result\n"
|
||||
msgstr "PGresult не є помилковим результатом\n"
|
||||
|
||||
#: fe-exec.c:3212 fe-exec.c:3235
|
||||
#: fe-exec.c:3284 fe-exec.c:3307
|
||||
#, c-format
|
||||
msgid "column number %d is out of range 0..%d"
|
||||
msgstr "число стовпців %d поза діапазоном 0..%d"
|
||||
|
||||
#: fe-exec.c:3250
|
||||
#: fe-exec.c:3322
|
||||
#, c-format
|
||||
msgid "parameter number %d is out of range 0..%d"
|
||||
msgstr "число параметрів %d поза діапазоном 0..%d"
|
||||
|
||||
#: fe-exec.c:3560
|
||||
#: fe-exec.c:3632
|
||||
#, c-format
|
||||
msgid "could not interpret result from server: %s"
|
||||
msgstr "не вдалося інтерпретувати результат від сервера: %s"
|
||||
|
||||
#: fe-exec.c:3820 fe-exec.c:3909
|
||||
#: fe-exec.c:3892 fe-exec.c:3981
|
||||
msgid "incomplete multibyte character\n"
|
||||
msgstr "неповний мультибайтний символ\n"
|
||||
|
||||
@@ -865,7 +866,7 @@ msgstr "недостатньо пам'яті для результату зап
|
||||
|
||||
#: fe-protocol3.c:723
|
||||
msgid "insufficient data in \"t\" message"
|
||||
msgstr ""
|
||||
msgstr "недостатньо даних у повідомленні \"t\""
|
||||
|
||||
#: fe-protocol3.c:782 fe-protocol3.c:814 fe-protocol3.c:832
|
||||
msgid "insufficient data in \"D\" message"
|
||||
@@ -875,85 +876,85 @@ msgstr "зайві дані у повідомленні \"D\""
|
||||
msgid "unexpected field count in \"D\" message"
|
||||
msgstr "неочікувана кількість полів у повідомленні \"D\""
|
||||
|
||||
#: fe-protocol3.c:1029
|
||||
#: fe-protocol3.c:1036
|
||||
msgid "no error message available\n"
|
||||
msgstr "немає доступного повідомлення про помилку\n"
|
||||
|
||||
#. translator: %s represents a digit string
|
||||
#: fe-protocol3.c:1077 fe-protocol3.c:1096
|
||||
#: fe-protocol3.c:1084 fe-protocol3.c:1103
|
||||
#, c-format
|
||||
msgid " at character %s"
|
||||
msgstr " в символі %s"
|
||||
|
||||
#: fe-protocol3.c:1109
|
||||
#: fe-protocol3.c:1116
|
||||
#, c-format
|
||||
msgid "DETAIL: %s\n"
|
||||
msgstr "ДЕТАЛІ: %s\n"
|
||||
|
||||
#: fe-protocol3.c:1112
|
||||
#: fe-protocol3.c:1119
|
||||
#, c-format
|
||||
msgid "HINT: %s\n"
|
||||
msgstr "ПІДКАЗКА: %s\n"
|
||||
|
||||
#: fe-protocol3.c:1115
|
||||
#: fe-protocol3.c:1122
|
||||
#, c-format
|
||||
msgid "QUERY: %s\n"
|
||||
msgstr "ЗАПИТ: %s\n"
|
||||
|
||||
#: fe-protocol3.c:1122
|
||||
#: fe-protocol3.c:1129
|
||||
#, c-format
|
||||
msgid "CONTEXT: %s\n"
|
||||
msgstr "КОНТЕКСТ: %s\n"
|
||||
|
||||
#: fe-protocol3.c:1131
|
||||
#: fe-protocol3.c:1138
|
||||
#, c-format
|
||||
msgid "SCHEMA NAME: %s\n"
|
||||
msgstr "ІМ'Я СХЕМИ: %s\n"
|
||||
|
||||
#: fe-protocol3.c:1135
|
||||
#: fe-protocol3.c:1142
|
||||
#, c-format
|
||||
msgid "TABLE NAME: %s\n"
|
||||
msgstr "ІМ'Я ТАБЛИЦІ: %s\n"
|
||||
|
||||
#: fe-protocol3.c:1139
|
||||
#: fe-protocol3.c:1146
|
||||
#, c-format
|
||||
msgid "COLUMN NAME: %s\n"
|
||||
msgstr "ІМ'Я СТОВПЦЯ: %s\n"
|
||||
|
||||
#: fe-protocol3.c:1143
|
||||
#: fe-protocol3.c:1150
|
||||
#, c-format
|
||||
msgid "DATATYPE NAME: %s\n"
|
||||
msgstr "ІМ'Я ТИПУ ДАНИХ: %s\n"
|
||||
|
||||
#: fe-protocol3.c:1147
|
||||
#: fe-protocol3.c:1154
|
||||
#, c-format
|
||||
msgid "CONSTRAINT NAME: %s\n"
|
||||
msgstr "ІМ'Я ОБМЕЖЕННЯ: %s\n"
|
||||
|
||||
#: fe-protocol3.c:1159
|
||||
#: fe-protocol3.c:1166
|
||||
msgid "LOCATION: "
|
||||
msgstr "РОЗТАШУВАННЯ: "
|
||||
|
||||
#: fe-protocol3.c:1161
|
||||
#: fe-protocol3.c:1168
|
||||
#, c-format
|
||||
msgid "%s, "
|
||||
msgstr "%s, "
|
||||
|
||||
#: fe-protocol3.c:1163
|
||||
#: fe-protocol3.c:1170
|
||||
#, c-format
|
||||
msgid "%s:%s"
|
||||
msgstr "%s:%s"
|
||||
|
||||
#: fe-protocol3.c:1358
|
||||
#: fe-protocol3.c:1365
|
||||
#, c-format
|
||||
msgid "LINE %d: "
|
||||
msgstr "РЯДОК %d: "
|
||||
|
||||
#: fe-protocol3.c:1757
|
||||
#: fe-protocol3.c:1764
|
||||
msgid "PQgetline: not doing text COPY OUT\n"
|
||||
msgstr "PQgetline можна викликати лише під час COPY OUT\n"
|
||||
|
||||
#: fe-protocol3.c:2123
|
||||
#: fe-protocol3.c:2130
|
||||
#, c-format
|
||||
msgid "protocol error: id=0x%x\n"
|
||||
msgstr "помилка протоколу: id=0x%x\n"
|
||||
@@ -999,7 +1000,7 @@ msgstr "помилка при розгортанні GSSAPI"
|
||||
|
||||
#: fe-secure-gssapi.c:403
|
||||
msgid "incoming GSSAPI message did not use confidentiality\n"
|
||||
msgstr "вхідне повідомлення GSSAPI не використовувує конфіденційність\n"
|
||||
msgstr "вхідне повідомлення GSSAPI не використовувало конфіденційність\n"
|
||||
|
||||
#: fe-secure-gssapi.c:642
|
||||
msgid "could not initiate GSSAPI security context"
|
||||
@@ -1025,7 +1026,7 @@ msgstr "Помилка SSL SYSCALL: виявлено EOF\n"
|
||||
#: fe-secure-openssl.c:232 fe-secure-openssl.c:339 fe-secure-openssl.c:1346
|
||||
#, c-format
|
||||
msgid "SSL error: %s\n"
|
||||
msgstr "Помилка протоколу SSL: %s\n"
|
||||
msgstr "Помилка SSL: %s\n"
|
||||
|
||||
#: fe-secure-openssl.c:247 fe-secure-openssl.c:354
|
||||
msgid "SSL connection has been closed unexpectedly\n"
|
||||
@@ -1034,7 +1035,7 @@ msgstr "SSL підключення було неочікувано перерв
|
||||
#: fe-secure-openssl.c:253 fe-secure-openssl.c:360 fe-secure-openssl.c:1396
|
||||
#, c-format
|
||||
msgid "unrecognized SSL error code: %d\n"
|
||||
msgstr "нерозпізнаний код помилки протоколу SSL: %d\n"
|
||||
msgstr "нерозпізнаний код помилки SSL: %d\n"
|
||||
|
||||
#: fe-secure-openssl.c:400
|
||||
msgid "could not determine server certificate signature algorithm\n"
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user