index b98a0f959fe702719b4c30509f38f9d495c8dac0..c1e87ac8833a65045e9470d3cd6e75e36894cb10 100644 (file)
# ru.po
# POSTGRES Translated Messages into the Russian Language (KOI8-R)
#
-# $Header: /cvsroot/pgsql/src/backend/po/Attic/ru.po,v 1.14 2004年05月29日 06:22:56 petere Exp $
+# $Header: /cvsroot/pgsql/src/backend/po/Attic/ru.po,v 1.15 2004年06月10日 17:18:14 petere Exp $
#
# ChangeLog:
# - March 27 - May 16, 2004: updates for 7.4 - 7.5 branches; <mokhov@cs.concordia.ca>
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 7.4.x\n"
-"POT-Creation-Date: 2004-03-26 14:40-0400\n"
-"PO-Revision-Date: 2004-05-16 16:13-0500\n"
+"POT-Creation-Date: 2004-05-29 07:22-0300\n"
+"PO-Revision-Date: 2004-05-29 19:30-0500\n"
"Last-Translator: Serguei A. Mokhov <mokhov@cs.concordia.ca>\n"
"Language-Team: pgsql-rus <pgsql-rus@yahoogroups.com>\n"
"MIME-Version: 1.0\n"
#: parser/parse_clause.c:1028
#, c-format
msgid "argument of %s must not contain aggregates"
-msgstr "ÁÒÇÕÍÅÎÔ Ë %s ÎÅ ÄÏÌÖÅÎ ÓÏÄÅÒÖÁÔØ ÁÇÇÒÅÇÁÔÙ"
+msgstr "ÁÒÇÕÍÅÎÔ Ë %s ÎÅ ÄÏÌÖÅÎ ÓÏÄÅÒÖÁÔØ ÁÇÒÅÇÁÔÙ"
#. translator: %s is name of a SQL construct, eg LIMIT
#: parser/parse_clause.c:1036
@@ -98,34 +98,34 @@ msgid "argument of %s must not contain subqueries"
msgstr "ÁÒÇÕÍÅÎÔ Ë %s ÎÅ ÄÏÌÖÅÎ ÓÏÄÅÒÖÁÔØ ÐÏÄÚÁÐÒÏÓÙ"
#. translator: first %s is name of a SQL construct, eg ORDER BY
-#: parser/parse_clause.c:1138
+#: parser/parse_clause.c:1146
#, c-format
msgid "%s \"%s\" is ambiguous"
msgstr ""
#. translator: %s is name of a SQL construct, eg ORDER BY
-#: parser/parse_clause.c:1160
+#: parser/parse_clause.c:1168
#, c-format
msgid "non-integer constant in %s"
msgstr "ÎÅÃÅÌÏÞÉÓÌÅÎÎÁÑ ËÏÎÓÔÁÎÔÁ ×ばつ %s"
#. translator: %s is name of a SQL construct, eg ORDER BY
-#: parser/parse_clause.c:1177
+#: parser/parse_clause.c:1185
#, c-format
msgid "%s position %d is not in select list"
msgstr ""
-#: parser/parse_clause.c:1362
+#: parser/parse_clause.c:1370
msgid "for SELECT DISTINCT, ORDER BY expressions must appear in select list"
msgstr "ÄÌÑ SELECT DISTINCT, ×ばつÙÒÁÖÅÎÉÑ ORDER BY ÏÂÑÚÁÎÙ ÂÙÔØ ×ばつ ÓÐÉÓËÅ ×ばつÙÂÏÒËÉ (SELECT)"
-#: parser/parse_clause.c:1402
+#: parser/parse_clause.c:1410
msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions"
-msgstr "÷ÙÒÁÖÅÎÉÑ SELECT DISTINCT ON ÄÏÌÖÎÙ ×ばつÐÁÄÁÔØ Ó ÉÚÎÁÞÁÌØÎÙÍÉ ×ばつÙÐÒÁÖÅÎÉÑÍÉ ORDER BY"
+msgstr "÷ÙÒÁÖÅÎÉÑ SELECT DISTINCT ON ÄÏÌÖÎÙ ×ばつÐÁÄÁÔØ Ó ÉÚÎÁÞÁÌØÎÙÍÉ ×ばつÙÒÁÖÅÎÉÑÍÉ ORDER BY"
#: parser/analyze.c:364
msgid "CREATE VIEW specifies more column names than columns"
-msgstr "CREATE VIEW ×ばつÁÅÔ ÂÏÌØÛÅ ÉͣΠËÏÌÏÎÏË ÞÅÍ ÉÍÅÅÔÓÑ"
+msgstr "CREATE VIEW ×ばつÁÅÔ ÂÏÌØÛÅ ÉͣΠËÏÌÏÎÏË ÞÅÍ ÒÅÁÌØÎÏ ÉÍÅÅÔÓÑ"
#: parser/analyze.c:574
msgid "INSERT ... SELECT may not specify INTO"
msgid "ON DELETE rule may not use NEW"
msgstr "ÎÅÌØÚÑ ×ばつÁÔØ NEW ×ばつ ×ばつÉÌÅ ON DELETE"
-#: optimizer/plan/planner.c:591
+#: optimizer/plan/planner.c:594
#: parser/analyze.c:2090
#: parser/analyze.c:2254
#: parser/analyze.c:2809
@@ -499,39 +499,39 @@ msgid "table name \"%s\" specified more than once"
msgstr "ÉÍÑ ÔÁÂÌÉÃÙ \"%s\" ÕËÁÚÁÎÏ ÂÏÌØÛÅ ÏÄÎÏÇÏ ÒÁÚÁ"
#: parser/parse_relation.c:477
-#: parser/parse_relation.c:573
+#: parser/parse_relation.c:574
#, c-format
msgid "column reference \"%s\" is ambiguous"
msgstr ""
-#: parser/parse_relation.c:668
-#: parser/parse_relation.c:763
-#: parser/parse_relation.c:858
-#: parser/parse_relation.c:978
+#: parser/parse_relation.c:669
+#: parser/parse_relation.c:764
+#: parser/parse_relation.c:859
+#: parser/parse_relation.c:979
#, c-format
msgid "table \"%s\" has %d columns available but %d columns specified"
msgstr ""
-#: parser/parse_relation.c:935
+#: parser/parse_relation.c:936
msgid "a column definition list is only allowed for functions returning \"record\""
msgstr ""
-#: parser/parse_relation.c:946
+#: parser/parse_relation.c:947
msgid "a column definition list is required for functions returning \"record\""
msgstr ""
-#: parser/parse_relation.c:1007
+#: parser/parse_relation.c:1008
#, c-format
msgid "too many column aliases specified for function %s"
msgstr ""
-#: parser/parse_relation.c:1030
+#: parser/parse_relation.c:1031
#, c-format
msgid "function \"%s\" in FROM has unsupported return type"
msgstr ""
-#: parser/parse_relation.c:1422
-#: parser/parse_relation.c:1666
+#: parser/parse_relation.c:1423
+#: parser/parse_relation.c:1667
msgid "function in FROM has unsupported return type"
msgstr ""
#: commands/tablecmds.c:2370
#: commands/tablecmds.c:2575
#: parser/parse_func.c:1270
-#: parser/parse_relation.c:1583
-#: parser/parse_relation.c:1641
-#: parser/parse_relation.c:1820
+#: parser/parse_relation.c:1584
+#: parser/parse_relation.c:1642
+#: parser/parse_relation.c:1821
#: parser/parse_type.c:94
#, c-format
msgid "column \"%s\" of relation \"%s\" does not exist"
msgstr "ËÏÌÏÎËÁ \"%s\" ÄÌÑ ×ばつÑÚÉ \"%s\" ÎÅ ×ばつÕÅÔ"
-#: parser/parse_relation.c:1910
+#: parser/parse_relation.c:1911
#, c-format
msgid "missing FROM-clause entry in subquery for table \"%s\""
-msgstr ×ばつÕÅÔ ÚÁÐÉÓØ Ï ×ばつÙÒÁÖÅÎÉÉ ×ばつ ÐÏÄÚÁÐÒÏÓÅ ÄÌÑ ÔÁÂÌÉÃÙ \"%s\""
+msgstr "ÏÔÓÕÔÓÔ×ばつÕÅÔ ÚÁÐÉÓØ Ï ×ばつÙÒÁÖÅÎÉÉ ×ばつ ÐÏÄÚÁÐÒÏÓÅ ÄÌÑ ÔÁÂÌÉÃÙ \"%s\""
-#: parser/parse_relation.c:1915
+#: parser/parse_relation.c:1916
#, c-format
msgid "missing FROM-clause entry for table \"%s\""
-msgstr ×ばつÕÅÔ ÚÁÐÉÓØ Ï ×ばつÙÒÁÖÅÎÉÉ ÄÌÑ ÔÁÂÌÉÃÙ \"%s\""
+msgstr "ÏÔÓÕÔÓÔ×ばつÕÅÔ ÚÁÐÉÓØ Ï ×ばつÙÒÁÖÅÎÉÉ ÄÌÑ ÔÁÂÌÉÃÙ \"%s\""
-#: parser/parse_relation.c:1934
+#: parser/parse_relation.c:1935
#, c-format
msgid "adding missing FROM-clause entry in subquery for table \"%s\""
-msgstr ×ばつÌÅÎÉÅ ×ばつÕÀÝÅÊ ÚÁÐÉÓÉ Ï ×ばつÙÒÁÖÅÎÉÉ ×ばつ ÐÏÄÚÁÐÒÏÓÅ ÄÌÑ ÔÁÂÌÉÃÙ \"%s\""
+msgstr ×ばつÌÅÎÉÅ ÏÔÓÕÔÓÔ×ばつÕÀÝÅÊ ÚÁÐÉÓÉ Ï ×ばつÙÒÁÖÅÎÉÉ ×ばつ ÐÏÄÚÁÐÒÏÓÅ ÄÌÑ ÔÁÂÌÉÃÙ \"%s\""
-#: parser/parse_relation.c:1939
+#: parser/parse_relation.c:1940
#, c-format
msgid "adding missing FROM-clause entry for table \"%s\""
-msgstr ×ばつÌÅÎÉÅ ×ばつÕÀÝÅÊ ÚÁÐÉÓÉ Ï ×ばつÙÒÁÖÅÎÉÉ ÄÌÑ ÔÁÂÌÉÃÙ \"%s\""
+msgstr ×ばつÌÅÎÉÅ ÏÔÓÕÔÓÔ×ばつÕÀÝÅÊ ÚÁÐÉÓÉ Ï ×ばつÙÒÁÖÅÎÉÉ ÄÌÑ ÔÁÂÌÉÃÙ \"%s\""
#: parser/parse_expr.c:105
msgid "expression too complex"
#: parser/parse_expr.c:586
msgid "subquery has too many columns"
-msgstr "ÓÌÉÛËÏÍ ÍÎÏÇÏ ËÏÌÏÎÏË Á ÐÏÄÚÁÐÒÏÓÅ"
+msgstr "ÓÌÉÛËÏÍ ÍÎÏÇÏ ËÏÌÏÎÏË ×ばつ ÐÏÄÚÁÐÒÏÓÅ"
#: parser/parse_expr.c:604
#, c-format
#: scan.l:296
msgid "unterminated /* comment"
-msgstr "ÎÅÚÁËÒÙÔÙÊ ËÏÍÅÎÔÁÒÉÊ /*"
+msgstr "ÎÅÚÁËÒÙÔÙÊ ËÏÍÍÅÎÔÁÒÉÊ /*"
#: scan.l:324
msgid "unterminated bit string literal"
#: y.tab.c:18364
msgid "parser stack overflow"
-msgstr ""
+msgstr "ÐÅÒÅÐÏÌÎÅÎÉÅ ÓÔÜËÁ ÐÁÒÓÅÒÁ"
#: gram.y:7802
#, c-format
#: access/transam/xact.c:418
msgid "cannot have more than 2^32-1 commands in a transaction"
-msgstr "ÎÅÌÔØÚÑ ÉÍÅÔØ ÂÏÌÅÅ 2^32-1 ËÏÍÁÎÄ ×ばつ ÏÄÎÏÊ ÔÒÁÎÚÁËÃÉÉ"
+msgstr "ÎÅÌØÚÑ ÉÍÅÔØ ÂÏÌÅÅ 2^32-1 ËÏÍÁÎÄ ×ばつ ÏÄÎÏÊ ÔÒÁÎÚÁËÃÉÉ"
#. translator: %s represents an SQL statement name
#: access/transam/xact.c:1386
#: utils/misc/database.c:149
#, c-format
msgid "could not open file \"%s\": %m"
-msgstr "ÎÅ ÐÏÌÕÞÉÌÏÓØ ÏÔËÔÒÙÔØ ÆÁÊÌ \"%s\": %m"
+msgstr "ÎÅ ÐÏÌÕÞÉÌÏÓØ ÏÔËÒÙÔØ ÆÁÊÌ \"%s\": %m"
#: access/transam/slru.c:619
#: access/transam/xlog.c:1385
#: access/transam/slru.c:877
#, c-format
msgid "could not open directory \"%s\": %m"
-msgstr "ÎÅ ÐÏÌÕÞÉÌÏÓØ ÏÔËÔÒÙÔØ ÄÉÒÅËÔÏÒÉÀ \"%s\": %m"
+msgstr "ÎÅ ÐÏÌÕÞÉÌÏÓØ ÏÔËÒÙÔØ ÄÉÒÅËÔÏÒÉÀ \"%s\": %m"
#: access/transam/slru.c:893
#, c-format
#: access/transam/slru.c:905
#, c-format
msgid "could not read directory \"%s\": %m"
-msgstr "ÎÅ ÐÏÌÕÞÉÌÏÓØ cÞÉÔÁÔØ ÄÉÒÅËÔÏÒÉÀ \"%s\": %m"
+msgstr "ÎÅ ÐÏÌÕÞÉÌÏÓØ ÓÞÉÔÁÔØ ÄÉÒÅËÔÏÒÉÀ \"%s\": %m"
#: access/transam/xlog.c:1047
#: access/transam/xlog.c:1163
#: access/transam/xlog.c:1528
#, c-format
msgid "could not link file \"%s\" to \"%s\" (initialization of log file %u, segment %u): %m"
-msgstr "ÎÅ ÕÄÁÌÏÓØ c×ばつÁÔØ ÆÁÊÌ \"%s\" ×ばつ \"%s\" (ÉÎÉÃÉÁÌÉÚÁÃÉÑ ÌÏÇ-ÆÁÊÌÁ: %u, ÓÅÇÍÅÎÔ: %u): %m"
+msgstr "ÎÅ ÕÄÁÌÏÓØ Ó×ばつÁÔØ ÆÁÊÌ \"%s\" ×ばつ \"%s\" (ÉÎÉÃÉÁÌÉÚÁÃÉÑ ÌÏÇ-ÆÁÊÌÁ: %u, ÓÅÇÍÅÎÔ: %u): %m"
#: access/transam/xlog.c:1535
#, c-format
#: access/transam/xlog.c:2375
#, c-format
msgid "could not fsync control file: %m"
-msgstr "ÎÅ ÐÏÌÕÞÉÌÏÓØ ×ばつÁÔØ (fsync) ÆÁÊÌ ×ばつÌÅÎÉÑ: %m"
+msgstr "ÎÅ ÐÏÌÕÞÉÌÏÓØ ÓÉÎ×ばつÁÔØ (fsync) ÆÁÊÌ ×ばつÌÅÎÉÑ: %m"
#: access/transam/xlog.c:2216
#: access/transam/xlog.c:2358
#, c-format
msgid "could not open control file \"%s\": %m"
-msgstr "ÎÅ ÐÏÌÕÞÉÌÏÓØ ÏÔËÔÒÙÔØ ÆÁÊÌ ×ばつÌÅÎÉÑ \"%s\": %m"
+msgstr "ÎÅ ÐÏÌÕÞÉÌÏÓØ ÏÔËÒÙÔØ ÆÁÊÌ ×ばつÌÅÎÉÑ \"%s\": %m"
#: access/transam/xlog.c:2222
#, c-format
#: catalog/aclchk.c:937
#, c-format
msgid "permission denied for function %s"
-msgstr "ÄÏÓÔÕÐ ÚÁÐÒÅݣΠÄÌÑ ÆÕÎÃÉÉ %s"
+msgstr "ÄÏÓÔÕÐ ÚÁÐÒÅݣΠÄÌÑ ÆÕÎËÃÉÉ %s"
#: catalog/aclchk.c:939
#, c-format
#: commands/tablecmds.c:1757
#, c-format
msgid "tables can have at most %d columns"
-msgstr ""
+msgstr "ÍÁËÓÉÍÁÌØÎÏÅ ÞÉÓÌÏ ËÏÌÏÎÏË ÎÁ ÔÁÂÌÉÃÕ: %d"
#: catalog/heap.c:373
#, c-format
#: storage/large_object/inv_api.c:248
#, c-format
msgid "large object %u does not exist"
-msgstr ""
+msgstr "ÂÏÌØÛÏÊ ÏÂßÅËÔ %u ÎÅ ×ばつÕÅÔ"
#: catalog/pg_conversion.c:66
#, c-format
#: catalog/pg_proc.c:239
msgid "Use DROP FUNCTION first."
-msgstr ""
+msgstr "óÎÁÞÁÌÁ ÉÓÐÏÌØÚÕÊÔÅ DROP FUNCTION."
#: catalog/pg_proc.c:247
#, c-format
#: commands/aggregatecmds.c:259
#, c-format
msgid "function %s(*) already exists in schema \"%s\""
-msgstr ""
+msgstr "ÆÕÎËÃÉÑ %s(*) ÕÖÅ ×ばつÕÅÔ ×ばつ ÓÈÅÍÅ \"%s\""
#: commands/aggregatecmds.c:265
#: commands/functioncmds.c:688
#, c-format
msgid "function %s already exists in schema \"%s\""
-msgstr ""
+msgstr "ÆÕÎËÃÉÑ %s ÕÖÅ ×ばつÕÅÔ ×ばつ ÓÈÅÍÅ \"%s\""
#: commands/analyze.c:200
#, c-format
#: commands/conversioncmds.c:66
#, c-format
msgid "source encoding \"%s\" does not exist"
-msgstr ""
+msgstr "ÉÓÈÏÄÎÁÑ ×ばつËÁ \"%s\" ÎÅ ×ばつÕÅÔ"
#: commands/conversioncmds.c:73
#, c-format
msgid "destination encoding \"%s\" does not exist"
-msgstr ""
+msgstr "×ばつËÁ ÎÁÚÎÁÞÅÎÉÑ \"%s\" ÎÅ ×ばつÕÅÔ"
#: commands/conversioncmds.c:151
#, c-format
@@ -2704,7 +2704,7 @@ msgid "conversion \"%s\" already exists in schema \"%s\""
msgstr ""
#: commands/comment.c:316
-#: commands/sequence.c:794
+#: commands/sequence.c:779
#: tcop/utility.c:81
#, c-format
msgid "\"%s\" is not a sequence"
#: commands/comment.c:572
#, c-format
msgid "there are multiple rules named \"%s\""
-msgstr ""
+msgstr "ÉÍÅÅÔÓÑ ÂÏÌØÛÅ ÏÄÎÏÇÏ ×ばつÉÌÁ Ó ÉÍÅÎÅÍ \"%s\""
#: commands/comment.c:573
msgid "Specify a relation name as well as a rule name."
#: commands/functioncmds.c:236
#: commands/functioncmds.c:244
#: commands/functioncmds.c:252
-#: commands/sequence.c:895
-#: commands/sequence.c:908
-#: commands/sequence.c:916
-#: commands/sequence.c:924
-#: commands/sequence.c:932
-#: commands/sequence.c:940
+#: commands/sequence.c:880
+#: commands/sequence.c:893
+#: commands/sequence.c:901
+#: commands/sequence.c:909
+#: commands/sequence.c:917
+#: commands/sequence.c:925
#: commands/user.c:525
#: commands/user.c:537
#: commands/user.c:545
#: commands/user.c:1275
#: commands/user.c:1283
msgid "conflicting or redundant options"
-msgstr ""
+msgstr "ËÏÎÆÌÉËÔÕÀÝÉÅ ÉÌÉ ÉÚÌÉÛÎÉÅ ÏÐÃÉÉ"
#: commands/dbcommands.c:153
#, c-format
#: commands/dbcommands.c:634
msgid "current database may not be renamed"
-msgstr ""
+msgstr "ÎÅÌØÚÑ ×ばつÁÔØ ÔÅËÕÝÕÀ ÂÁÚÕ ÄÁÎÎÙÈ"
#: commands/dbcommands.c:665
msgid "permission denied to rename database"
#: commands/copy.c:846
#, c-format
msgid "could not open file \"%s\" for reading: %m"
-msgstr "ÎÅ ÐÏÌÕÞÉÌÏÓØ ÏÔËÔÒÙÔØ ÆÁÊÌ \"%s\" ÄÌÑ ÞÔÅÎÉÑ: %m"
+msgstr "ÎÅ ÐÏÌÕÞÉÌÏÓØ ÏÔËÒÙÔØ ÆÁÊÌ \"%s\" ÄÌÑ ÞÔÅÎÉÑ: %m"
#: commands/copy.c:855
#: commands/copy.c:917
#: commands/copy.c:908
#, c-format
msgid "could not open file \"%s\" for writing: %m"
-msgstr "ÎÅ ÐÏÌÕÞÉÌÏÓØ ÏÔËÔÒÙÔØ ÆÁÊÌ \"%s\" ÄÌÑ ÚÁÐÉÓÉ: %m"
+msgstr "ÎÅ ÐÏÌÕÞÉÌÏÓØ ÏÔËÒÙÔØ ÆÁÊÌ \"%s\" ÄÌÑ ÚÁÐÉÓÉ: %m"
#: commands/copy.c:1148
#, c-format
#: commands/define.c:178
#, c-format
msgid "argument of %s must be a name"
-msgstr ""
+msgstr "ÉÍÑ ÄÏÌÖÎÏ ÂÙÔØ ÁÒÇÕÍÅÎÔÏÍ ÄÌÑ %s"
#: commands/define.c:214
#, c-format
msgid "argument of %s must be a type name"
-msgstr ""
+msgstr "ÉÍÑ ÔÉÐÁ ÄÏÌÖÎÏ ÂÙÔØ ÁÒÇÕÍÅÎÔÏÍ ÄÌÑ %s"
#: commands/define.c:239
#, c-format
msgid "prepared statement \"%s\" does not exist"
msgstr ×ばつÌÅÎÎÁÑ ËÏÍÁÎÄÁ \"%s\" ÎÅ ×ばつÕÅÔ"
-#: commands/sequence.c:415
-#: commands/sequence.c:607
-#: commands/sequence.c:650
+#: commands/sequence.c:400
+#: commands/sequence.c:592
+#: commands/sequence.c:635
#, c-format
msgid "permission denied for sequence %s"
msgstr "ÄÏÓÔÕÐ ÚÁÐÒÅݣΠÄÌÑ ×ばつÁÔÅÌØÎÏÓÔÉ %s"
-#: commands/sequence.c:492
+#: commands/sequence.c:477
#, c-format
msgid "nextval: reached maximum value of sequence \"%s\" (%s)"
msgstr ""
-#: commands/sequence.c:515
+#: commands/sequence.c:500
#, c-format
msgid "nextval: reached minimum value of sequence \"%s\" (%s)"
msgstr ""
-#: commands/sequence.c:613
+#: commands/sequence.c:598
#, c-format
msgid "currval of sequence \"%s\" is not yet defined in this session"
msgstr ""
-#: commands/sequence.c:667
+#: commands/sequence.c:652
#, c-format
msgid "setval: value %s is out of bounds for sequence \"%s\" (%s..%s)"
msgstr ""
-#: commands/sequence.c:814
+#: commands/sequence.c:799
#: executor/execGrouping.c:328
#: executor/execGrouping.c:388
#: executor/nodeIndexscan.c:1043
msgid "out of memory"
msgstr "ÎÅ ×ばつÁÔÁÅÔ ÐÁÍÑÔÉ"
-#: commands/sequence.c:955
+#: commands/sequence.c:940
msgid "INCREMENT must not be zero"
msgstr "INCREMENT ÎÅ ÍÏÖÅÔ ÂÙÔØ ÎÕÌ£Í"
-#: commands/sequence.c:1005
+#: commands/sequence.c:990
#, c-format
msgid "MINVALUE (%s) must be less than MAXVALUE (%s)"
msgstr ""
-#: commands/sequence.c:1030
+#: commands/sequence.c:1021
#, c-format
msgid "START value (%s) can't be less than MINVALUE (%s)"
msgstr ""
-#: commands/sequence.c:1042
+#: commands/sequence.c:1033
#, c-format
msgid "START value (%s) can't be greater than MAXVALUE (%s)"
msgstr ""
-#: commands/sequence.c:1057
+#: commands/sequence.c:1048
#, c-format
msgid "CACHE (%s) must be greater than zero"
msgstr ""
#: commands/typecmds.c:222
#, c-format
msgid "type attribute \"%s\" not recognized"
-msgstr "áÔÒÉÂÕÔ ÔÉÐÁ \"%s\" ÎÅ ÒÁÓÐÏÚÎÁÎ"
+msgstr "ÁÔÒÉÂÕÔ ÔÉÐÁ \"%s\" ÎÅ ÒÁÓÐÏÚÎÁÎ"
#: commands/typecmds.c:232
msgid "type input function must be specified"
#: executor/execMain.c:869
#, c-format
msgid "cannot change view \"%s\""
-msgstr "ÎÅÌØÚÑ ÉÚÍÎÉÔØ ×ばつÉÄ \"%s\""
+msgstr "ÎÅÌØÚÑ ÉÚÍÅÎÉÔØ ×ばつÉÄ \"%s\""
#: executor/execMain.c:1763
#, c-format
#: executor/execQual.c:1096
#: executor/execQual.c:1137
msgid "function returning row cannot return null value"
-msgstr "ÆÕÎËÃÉÑ ×ばつÒÁÝÑÀÝÁÑ ÓÔÒÏËÕ ÎÅ ÍÏÖÅÔ ×ばつÒÁÝÁÔØ ÚÎÁÞÅÎÉÅ NULL"
+msgstr "ÆÕÎËÃÉÑ ×ばつÒÁÝÁÀÝÁÑ ÓÔÒÏËÕ ÎÅ ÍÏÖÅÔ ×ばつÒÁÝÁÔØ ÚÎÁÞÅÎÉÅ NULL"
#: executor/execQual.c:1101
msgid "function returning row did not return a valid tuple slot"
@@ -4802,7 +4802,7 @@ msgid "RIGHT JOIN is only supported with merge-joinable join conditions"
msgstr ""
#: executor/nodeMergejoin.c:1496
-#: optimizer/path/joinpath.c:821
+#: optimizer/path/joinpath.c:839
msgid "FULL JOIN is only supported with merge-joinable join conditions"
msgstr ""
#: libpq/be-secure.c:279
#: libpq/be-secure.c:364
msgid "SSL SYSCALL error: EOF detected"
-msgstr "ÏÛÉÂËÁ SSL SYSCALL error: ÏÂÎÁÒÕÖÅÎ ËÏÎÅÃ ÆÁÊÌÁ"
+msgstr "ÏÛÉÂËÁ SSL SYSCALL: ÏÂÎÁÒÕÖÅÎ ËÏÎÅÃ ÆÁÊÌÁ"
#: libpq/be-secure.c:287
#: libpq/be-secure.c:372
#, c-format
msgid "SSL error: %s"
-msgstr "ïÛÉÂËÁ SSL: %s"
+msgstr "ÏÛÉÂËÁ SSL: %s"
#: libpq/be-secure.c:296
#: libpq/be-secure.c:381
msgid "cannot use authentication method \"crypt\" because password is MD5-encrypted"
msgstr ""
-#: libpq/hba.c:129
+#: libpq/hba.c:130
#, c-format
msgid "authentication file token too long, skipping: \"%s\""
msgstr ""
#: libpq/hba.c:969
#, c-format
msgid "could not open configuration file \"%s\": %m"
-msgstr "ÎÅ ÐÏÌÕÞÉÌÏÓØ ÏÔËÔÒÙÔØ ÆÁÊÌ ËÏÎÆÉÇÕÒÁÃÉÉ \"%s\": %m"
+msgstr "ÎÅ ÐÏÌÕÞÉÌÏÓØ ÏÔËÒÙÔØ ÆÁÊÌ ËÏÎÆÉÇÕÒÁÃÉÉ \"%s\": %m"
#: libpq/hba.c:1031
#, c-format
msgid "equality operator for types %s and %s should be merge-joinable, but isn't"
msgstr ""
-#: optimizer/plan/planner.c:657
+#: optimizer/plan/planner.c:660
msgid "SELECT FOR UPDATE is not allowed in subqueries"
msgstr ""
"but could not open file \"%s\": %s\n"
msgstr ""
"%s: ÎÅ ÎÁÊÄÅÎÁ ÓÉÓÔÅÍÁ ÂÁÚ ÄÁÎÎÙÈ\n"
-"ïÖÉÄÁÌÏÓØ ÎÁÊÔÉ Å£ ×ばつ ÄÉÒÉËÔÏÒÉÉ \"%s\",\n"
+"ïÖÉÄÁÌÏÓØ ÎÁÊÔÉ Å£ ×ばつ ÄÉÒÅËÔÏÒÉÉ \"%s\",\n"
"ÎÏ ÎÅ ÐÏÌÕÞÉÌÏÓØ ÏÔËÒÙÔØ ÆÁÊÌ \"%s\": %s\n"
#: postmaster/postmaster.c:459
#: postmaster/postmaster.c:585
#: postmaster/postmaster.c:598
-#: tcop/postgres.c:2565
-#: tcop/postgres.c:2581
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "îÁÂÅÒÉÔÅ \"%s --help\" ÄÌÑ ÂÏÌÅÅ ÄÅÔÁÌØÎÏÊ ÉÎÆÏÒÍÁÃÉÉ.\n"
#: postmaster/postmaster.c:981
msgid " -k DIRECTORY Unix-domain socket location\n"
-msgstr " -k äéòåëôïòéñ íÅÓÔÏÎÁÈÏÖÄÎÉÑ unix-domain ×ばつ\n"
+msgstr " -k äéòåëôïòéñ íÅÓÔÏÎÁÈÏÖÄÅÎÉÅ unix-domain ×ばつ\n"
#: postmaster/postmaster.c:983
msgid " -l enable SSL connections\n"
#: postmaster/postmaster.c:994
msgid " -s send SIGSTOP to all backend servers if one dies\n"
-msgstr " -s ÐÏÓÌÁÔØ ÓÉÇÎÁÌ SIGSTOP ×ばつÓÅÍ ÂÜË-ÅÎÄÁÍ (×ばつÅÒÁÍ) ÅÚÌÉ ÏÄÉÎ ÉÚ ÎÉÈ ÐÁÄÁÅÔ\n"
+msgstr " -s ÐÏÓÌÁÔØ ÓÉÇÎÁÌ SIGSTOP ×ばつÓÅÍ ÂÜË-ÅÎÄÁÍ (×ばつÅÒÁÍ) ÅÓÌÉ ÏÄÉÎ ÉÚ ÎÉÈ ÐÁÄÁÅÔ\n"
#: postmaster/postmaster.c:996
msgid ""
#: postmaster/postmaster.c:1079
#, c-format
msgid "select() failed in postmaster: %m"
-msgstr ""
+msgstr "select() ÎÅ ÕÄÁÌÓÑ ×ばつ postmaster'Å: %m"
#: postmaster/postmaster.c:1196
#: postmaster/postmaster.c:1227
#: postmaster/postmaster.c:1442
msgid "the database system is shutting down"
-msgstr "ÓÉÓÔÅÍÁ ÂÁÚ ÄÁÎÎÙÚ ÏÔËÌÀÞÁÅÔÓÑ"
+msgstr "ÓÉÓÔÅÍÁ ÂÁÚ ÄÁÎÎÙÈ ÏÔËÌÀÞÁÅÔÓÑ"
#: postmaster/postmaster.c:1447
msgid "the database system is in recovery mode"
#: postmaster/postmaster.c:1661
msgid "received SIGHUP, reloading configuration files"
-msgstr ""
+msgstr "ÐÏÌÕÞÅÎ SIGHUP, ÐÅÒÅÚÁÇÒÕÚËÁ ×ばつ ËÏÎÆÉÇÕÒÁÃÉÉ"
#: postmaster/postmaster.c:1705
msgid "received smart shutdown request"
#: postmaster/postmaster.c:2004
msgid "checkpoint process"
-msgstr "ÐÒÏÃÅÓÓ ËÏÎÔÏÌØÎÙÈ ÔÏÞÅË"
+msgstr "ÐÒÏÃÅÓÓ ËÏÎÔÒÏÌØÎÙÈ ÔÏÞÅË"
#: postmaster/postmaster.c:2005
msgid "server process"
#: postmaster/pgstat.c:1439
#, c-format
msgid "select() failed in statistics collector: %m"
-msgstr ""
+msgstr "select() ÎÅ ÕÄÁÌÓÑ ×ばつ ÓÂÏÒÝÉËÅ ÓÔÁÔÉÓÔÉËÉ: %m"
#: postmaster/pgstat.c:1481
#, c-format
#: postmaster/pgstat.c:1690
msgid "statistics buffer is full"
-msgstr ""
+msgstr "ÂÕÆÅÒ ÓÔÁÔÉÓÔÉËÉ ÐÏÌÏÎ"
#: postmaster/pgstat.c:1723
#, c-format
msgid "select() failed in statistics buffer: %m"
-msgstr ""
+msgstr "select() ÎÅ ÕÄÁÌÓÑ ×ばつ ÂÕÆÅÒÅ ÓÔÁÔÉÓÔÉËÉ: %m"
#: postmaster/pgstat.c:1739
#, c-format
#: rewrite/rewriteDefine.c:362
#, c-format
msgid "\"%s\" is already a view"
-msgstr ""
+msgstr "\"%s\" ÕÖÅ ×ばつÌÑÅÔÓÑ ×ばつÉÄÏÍ"
#: rewrite/rewriteDefine.c:386
#, c-format
#: storage/smgr/smgr.c:253
msgid "Check free disk space."
-msgstr ""
+msgstr "×ばつÅÒÔÅ ×ばつÏÂÏÄÎÏÅ ÍÅÓÔÏ ÎÁ ÄÉÓËÅ."
#: storage/smgr/smgr.c:295
#, c-format
#: tcop/postgres.c:464
#, c-format
msgid "statement: %s"
-msgstr ""
+msgstr "ËÏÍÁÎÄÁ: %s"
#: tcop/fastpath.c:305
#: tcop/postgres.c:794
#: tcop/postgres.c:957
#, c-format
msgid "duration: %ld.%03ld ms"
-msgstr ""
+msgstr "ÄÌÉÔÅÌØÎÏÓÔØ: %ld.%03ld ÍÓ"
#: tcop/postgres.c:970
#, c-format
msgid "duration: %ld.%03ld ms statement: %s"
-msgstr ""
+msgstr "ÄÌÉÔÅÌØÎÏÓÔØ: %ld.%03ld ÍÓ ËÏÍÁÎÄÁ: %s"
#: tcop/postgres.c:1078
msgid "cannot insert multiple commands into a prepared statement"
#: tcop/postgres.c:1987
msgid " -N do not use newline as interactive query delimiter\n"
-msgstr " -N ÎÅ ×ばつÁÔØ ËÏÎÅÃ ÓÔÒÏËÉ ËÁË ×ばつÎÙÊ ÒÁÚÄÅÌÉÔÅÌØ ×ばつ\n"
+msgstr " -N ÎÅ ×ばつÁÔØ ËÏÎÅà ÓÔÒÏËÉ ËÁË ÉÎ×ばつÎÙÊ ÒÁÚÄÅÌÉÔÅÌØ ×ばつ\n"
#: tcop/postgres.c:1988
msgid " -o FILENAME send stdout and stderr to given file\n"
msgid "invalid command-line arguments for server process"
msgstr ×ばつÅÒÎÙÅ ÁÒÇÕÍÅÎÔÙ ËÏÍÁÎÄÎÏÊ ÓÔÒÏËÉ ÄÌÑ ×ばつÅÒÁ"
+#: tcop/postgres.c:2565
+#: tcop/postgres.c:2581
+#, c-format
+msgid "Try \"%s --help\" for more information."
+msgstr "îÁÂÅÒÉÔÅ \"%s --help\" ÄÌÑ ÂÏÌÅÅ ÄÅÔÁÌØÎÏÊ ÉÎÆÏÒÍÁÃÉÉ."
+
#: tcop/postgres.c:2579
#, c-format
msgid "%s: invalid command-line arguments"
#: tcop/utility.c:77
msgid "Use DROP TABLE to remove a table."
-msgstr ""
+msgstr "éÓÐÏÌØÚÕÊÔÅ DROP TABLE ÄÌÑ ÕÄÁÌÅÎÉÑ ÔÁÂÌÉÃÙ."
#: tcop/utility.c:80
#, c-format
#: tcop/utility.c:82
msgid "Use DROP SEQUENCE to remove a sequence."
-msgstr ""
+msgstr "éÓÐÏÌØÚÕÊÔÅ DROP SEQUENCE ÄÌÑ ÕÄÁÌÅÎÉÑ ×ばつÁÔÅÌØÎÏÓÔÉ."
#: tcop/utility.c:85
#, c-format
#: tcop/utility.c:87
msgid "Use DROP VIEW to remove a view."
-msgstr ""
+msgstr "éÓÐÏÌØÚÕÊÔÅ DROP VIEW ÄÌÑ ÕÄÁÌÅÎÉÑ ×ばつÉÄÁ."
#: tcop/utility.c:90
#, c-format
msgid "index \"%s\" does not exist"
-msgstr ""
+msgstr "ÉÎÄÅËÓ \"%s\" ÎÅ ×ばつÕÅÔ"
#: tcop/utility.c:92
msgid "Use DROP INDEX to remove an index."
-msgstr ""
+msgstr "éÓÐÏÌØÚÕÊÔÅ DROP INDEX ÄÌÑ ÕÄÁÌÅÎÉÑ ÉÎÄÅËÓÁ."
#: tcop/utility.c:96
#, c-format
#: tcop/utility.c:97
msgid "Use DROP TYPE to remove a type."
-msgstr ""
+msgstr "éÓÐÏÌØÚÕÊÔÅ DROP TYPE ÄÌÑ ÕÄÁÌÅÎÉÑ ÔÉÐÁ."
#: tcop/utility.c:602
#: tcop/utility.c:664
#: utils/mb/encnames.c:445
msgid "encoding name too long"
-msgstr ""
+msgstr "ÓÌÉÛËÏÍ ÄÌÉÎÎÏÅ ÉÍÑ ×ばつËÉ"
#: utils/mb/wchar.c:640
msgid "Unicode characters greater than or equal to 0x10000 are not supported"
#: utils/adt/acl.c:196
msgid "missing name"
-msgstr ""
+msgstr "×ばつÕÅÔ ÉÍÑ"
#: utils/adt/acl.c:197
msgid "A name must follow the \"group\" or \"user\" key word."
#: utils/adt/geo_ops.c:992
#: utils/adt/geo_ops.c:1004
msgid "type \"line\" not yet implemented"
-msgstr "ÔÉÐ \"line\" ÅÝ£ ÎÅ ÉÍÐÌÅÍÅÎÔÉÒ×ばつÁÎ"
+msgstr "ÔÉÐ \"line\" ÅÝ£ ÎÅ ÒÅÁÌÉÚ×ばつÁÎ"
#: utils/adt/geo_ops.c:1329
#: utils/adt/geo_ops.c:1352
#: utils/adt/geo_ops.c:2550
msgid "function \"dist_lb\" not implemented"
-msgstr "ÆÕÎËÃÉÑ \"dist_lb\" ÎÅ ÉÍÐÌÅÍÅÎÔÉÒ×ばつÁÎÁ"
+msgstr "ÆÕÎËÃÉÑ \"dist_lb\" ÎÅ ÒÅÁÌÉÚ×ばつÁÎÁ"
#: utils/adt/geo_ops.c:3063
msgid "function \"close_lb\" not implemented"
-msgstr "ÆÕÎËÃÉÑ \"close_lb\" ÎÅ ÉÍÐÌÅÍÅÎÔÉÒ×ばつÁÎÁ"
+msgstr "ÆÕÎËÃÉÑ \"close_lb\" ÎÅ ÒÅÁÌÉÚ×ばつÁÎÁ"
#: utils/adt/geo_ops.c:3342
msgid "cannot create bounding box for empty polygon"
#: utils/adt/int8.c:905
msgid "OID out of range"
-msgstr ""
+msgstr "OID ×ばつÎÅ ÄÉÁÐÁÚÏÎÁ"
#: utils/adt/oracle_compat.c:206
#: utils/adt/oracle_compat.c:303
#: utils/adt/oracle_compat.c:927
msgid "requested length too large"
-msgstr ""
+msgstr "ÚÁÐÒÏÛÅÎÎÁÑ ÄÌÉÎÁ ÓÌÉÛËÏÍ ×ばつÅÌÉËÁ"
#: utils/adt/mac.c:65
#, c-format
#: utils/adt/ri_triggers.c:3307
#, c-format
msgid "table \"%s\" does not have column \"%s\" referenced by constraint \"%s\""
-msgstr "ÔÁÂÌÉÃÁ \"%s\" ÎÅ ÉÍÅÅÔ ËÏÌÏÎËÕ \"%s\" ÕËÁÚÁÎÎÙÊ ËÏÎÓÔÒÅÊÎÔÏÍ \"%s\""
+msgstr "ÔÁÂÌÉÃÁ \"%s\" ÎÅ ÉÍÅÅÔ ËÏÌÏÎËÕ \"%s\" ÕËÁÚÁÎÎÕÀ ËÏÎÓÔÒÅÊÎÔÏÍ \"%s\""
#: utils/adt/ri_triggers.c:2887
#, c-format
#: utils/adt/varbit.c:395
#, c-format
msgid "\"%c\" is not a valid hexadecimal digit"
-msgstr "\"%c\" ÎÅ ×ばつÌÑÅÔÓÑ ×ばつÅÒÎÙÍ ÛÅÓÔÎÁÃÁÔÅÒÉÞÎÙÍ ÒÁÚÒÑÄÏÍ"
+msgstr "\"%c\" ÎÅ ×ばつÌÑÅÔÓÑ ×ばつÅÒÎÙÍ ÛÅÓÔÎÁÄÃÁÔÅÒÉÞÎÙÍ ÒÁÚÒÑÄÏÍ"
#: utils/adt/varbit.c:348
#: utils/adt/varbit.c:532
#: utils/error/elog.c:887
#, c-format
msgid "could not reopen file \"%s\" as stderr: %m"
-msgstr "ÎÅ ÐÏÌÕÞÉÌÏÓØ ÐÅÒÅÏÔËÔÒÙÔØ ÆÁÊÌ \"%s\" ËÁË stderr: %m"
+msgstr "ÎÅ ÐÏÌÕÞÉÌÏÓØ ÐÅÒÅÏÔËÒÙÔØ ÆÁÊÌ \"%s\" ËÁË stderr: %m"
#: utils/error/elog.c:900
#, c-format
msgid "could not reopen file \"%s\" as stdout: %m"
-msgstr "ÎÅ ÐÏÌÕÞÉÌÏÓØ ÐÅÒÅÏÔËÔÒÙÔØ ÆÁÊÌ \"%s\" ËÁË stdout: %m"
+msgstr "ÎÅ ÐÏÌÕÞÉÌÏÓØ ÐÅÒÅÏÔËÒÙÔØ ÆÁÊÌ \"%s\" ËÁË stdout: %m"
#: utils/error/elog.c:1058
#: utils/error/elog.c:1204
#: utils/error/elog.c:1267
msgid "missing error text"
-msgstr ""
+msgstr "×ばつÕÅÔ ÔÅËÓÔ ÏÛÉÂËÉ"
#: utils/error/elog.c:1061
#: utils/error/elog.c:1270
#: utils/error/elog.c:1069
msgid "DETAIL: "
-msgstr "ðïäòïâîïóôé:"
+msgstr "ðïäòïâîïóôé:"
#: utils/error/elog.c:1075
msgid "HINT: "
-msgstr "ðïäóëáúëá:"
+msgstr "ðïäóëáúëá:"
#: utils/error/elog.c:1081
msgid "CONTEXT: "
-msgstr "ëïîôåëóô:"
+msgstr "ëïîôåëóô:"
#: utils/error/elog.c:1089
#, c-format
#: utils/error/elog.c:1103
msgid "STATEMENT: "
-msgstr "ëïíáîäá:"
+msgstr "ëïíáîäá:"
#: utils/error/elog.c:1375
#, c-format
msgid "operating system error %d"
-msgstr ""
+msgstr "ÏÛÉÂËÁ ÏÐÅÒÁÃÉÏÎÎÏÊ ÓÉÓÔÅÍÙ %d"
#: utils/error/elog.c:1398
msgid "DEBUG"
#: utils/fmgr/dfmgr.c:165
#, c-format
msgid "could not find function \"%s\" in file \"%s\""
-msgstr "ÎÅ ÐÏÌÕÞÉÌÏÓØ ÎÁÊÔÉ ÆÕÎÃÉÀ \"%s\" ×ばつ ÆÁÊÌÅ \"%s\""
+msgstr "ÎÅ ÐÏÌÕÞÉÌÏÓØ ÎÁÊÔÉ ÆÕÎËÃÉÀ \"%s\" ×ばつ ÆÁÊÌÅ \"%s\""
#: utils/fmgr/dfmgr.c:353
msgid "invalid macro name in dynamic library path"
#: utils/init/miscinit.c:845
#, c-format
msgid "The data directory was initialized by PostgreSQL version %ld.%ld, which is not compatible with this version %s."
-msgstr "äÉÒÅËÔÏÒÉÑ ÄÁÎÎÙÈ ÂÙÌÁ ×ばつÁÎÁ Ó ÐÏÍÏÝØÂ PostgreSQL, ×ばつÅÒÓÉÉ %ld.%ld, ËÏÔÏÒÁÑ ÎÅ ×ばつÍÅÓÔÉÍÁ Ó ÜÔÏÊ ×ばつÅÒÓÉÅÊ: %s."
+msgstr "äÉÒÅËÔÏÒÉÑ ÄÁÎÎÙÈ ÂÙÌÁ ×ばつÁÎÁ Ó ÐÏÍÏÝØÀ PostgreSQL, ×ばつÅÒÓÉÉ %ld.%ld, ËÏÔÏÒÁÑ ÎÅ ×ばつÍÅÓÔÉÍÁ Ó ÜÔÏÊ ×ばつÅÒÓÉÅÊ: %s."
#: utils/init/miscinit.c:887
msgid "invalid list syntax for parameter \"preload_libraries\""