Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
fc43abac
Commit
fc43abac
authored
Apr 05, 2004
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Translation updates
parent
a1d63d92
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1079 additions
and
636 deletions
+1079
-636
src/bin/initdb/nls.mk
src/bin/initdb/nls.mk
+2
-2
src/bin/initdb/po/ru.po
src/bin/initdb/po/ru.po
+399
-0
src/bin/psql/po/ru.po
src/bin/psql/po/ru.po
+580
-513
src/interfaces/libpq/po/ru.po
src/interfaces/libpq/po/ru.po
+98
-121
No files found.
src/bin/initdb/nls.mk
View file @
fc43abac
# $PostgreSQL: pgsql/src/bin/initdb/nls.mk,v 1.
5 2004/01/10 09:09:40 dennis
Exp $
# $PostgreSQL: pgsql/src/bin/initdb/nls.mk,v 1.
6 2004/04/05 09:13:43 petere
Exp $
CATALOG_NAME
:=
initdb
AVAIL_LANGUAGES
:=
de it pt_BR sv
AVAIL_LANGUAGES
:=
de it pt_BR
ru
sv
GETTEXT_FILES
:=
initdb.c
GETTEXT_TRIGGERS
:=
_ simple_prompt
src/bin/initdb/po/ru.po
0 → 100644
View file @
fc43abac
# ru.po
# INITDB Translated Messages into the Russian Language (KOI8-R)
#
# $PostgreSQL: pgsql/src/bin/initdb/po/ru.po,v 1.1 2004/04/05 09:13:43 petere Exp $
#
# ChangeLog:
# - March 27, 2004: Initial Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 7.5.x\n"
"POT-Creation-Date: 2004-03-27 14:11-0400\n"
"PO-Revision-Date: 2004-03-27 14:03-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"
"Content-Type: text/plain; charset=koi8-r\n"
"Content-Transfer-Encoding: 8bit\n"
#: initdb.c:246
#: initdb.c:260
#, c-format
msgid "%s: out of memory\n"
msgstr "%s: \n"
#: initdb.c:366
#, c-format
msgid "%s: could not open file \"%s\" for reading: %s\n"
msgstr ""
#: initdb.c:424
#, c-format
msgid "%s: could not open file \"%s\" for writing: %s\n"
msgstr ""
#: initdb.c:456
#, c-format
msgid "%s: child process exited with exit code %d\n"
msgstr ""
#: initdb.c:461
#, c-format
msgid "%s: child process was terminated by signal %d\n"
msgstr ""
#: initdb.c:466
#, c-format
msgid "%s: child process exited with unrecognized status %d\n"
msgstr ""
#: initdb.c:587
#: initdb.c:596
#: initdb.c:604
#, c-format
msgid "%s: failed\n"
msgstr "%s: \n"
#: initdb.c:593
#, c-format
msgid "%s: removing data directory \"%s\"\n"
msgstr ""
#: initdb.c:601
#, c-format
msgid "%s: removing contents of data directory \"%s\"\n"
msgstr ""
#: initdb.c:612
#, c-format
msgid "%s: data directory \"%s\" not removed at user's request\n"
msgstr ""
#: initdb.c:638
#, c-format
msgid ""
"%s: cannot be run as root\n"
"Please log in (using, e.g., \"su\") as the (unprivileged) user that will\n"
"own the server process.\n"
msgstr ""
#: initdb.c:682
#, c-format
msgid "%s: \"%s\" is not a valid server encoding name\n"
msgstr ""
#: initdb.c:806
#, c-format
msgid ""
"%s: file \"%s\" does not exist\n"
"This means you have a corrupted installation or identified\n"
"the wrong directory with the invocation option -L.\n"
msgstr ""
#: initdb.c:1058
msgid "selecting default max_connections ... "
msgstr ""
#: initdb.c:1094
msgid "selecting default shared_buffers ... "
msgstr ""
#: initdb.c:1127
msgid "creating configuration files ... "
msgstr " ... "
#: initdb.c:1205
#, c-format
msgid "creating template1 database in %s/base/1 ... "
msgstr " template1 %s/base/1 ... "
#: initdb.c:1221
#, c-format
msgid ""
"%s: input file \"%s\" does not belong to PostgreSQL %s\n"
"Check your installation or specify the correct path using the option -L.\n"
msgstr ""
#: initdb.c:1294
msgid "initializing pg_shadow ... "
msgstr " pg_shadow ... "
#: initdb.c:1325
msgid "Enter new superuser password: "
msgstr " :"
#: initdb.c:1326
msgid "Enter it again: "
msgstr " : "
#: initdb.c:1329
msgid "Passwords didn't match.\n"
msgstr " .\n"
#: initdb.c:1334
msgid "setting password ... "
msgstr " ... "
#: initdb.c:1358
#, c-format
msgid "%s: The password file was not generated. Please report this problem.\n"
msgstr ""
#: initdb.c:1388
msgid "enabling unlimited row size for system tables ... "
msgstr ""
#: initdb.c:1461
msgid "initializing pg_depend ... "
msgstr " pg_depend ... "
#: initdb.c:1489
msgid "creating system views ... "
msgstr " ... "
#: initdb.c:1526
msgid "loading pg_description ... "
msgstr " pg_description ... "
#: initdb.c:1574
msgid "creating conversions ... "
msgstr " ... "
#: initdb.c:1630
msgid "setting privileges on built-in objects ... "
msgstr ""
#: initdb.c:1688
msgid "creating information schema ... "
msgstr " ... "
#: initdb.c:1750
msgid "vacuuming database template1 ... "
msgstr " template1 ... "
#: initdb.c:1806
msgid "copying template1 to template0 ... "
msgstr " template1 template0 ... "
#: initdb.c:1863
msgid "caught signal\n"
msgstr " \n"
#: initdb.c:1868
msgid "could not write to child process\n"
msgstr ""
#: initdb.c:1874
msgid "ok\n"
msgstr "ok\n"
#: initdb.c:1904
#, c-format
msgid "%s: invalid locale name \"%s\"\n"
msgstr "%s: \"%s\"\n"
#: initdb.c:1971
#, c-format
msgid ""
"%s initializes a PostgreSQL database cluster.\n"
"\n"
msgstr ""
#: initdb.c:1972
msgid "Usage:\n"
msgstr ":\n"
#: initdb.c:1973
#, c-format
msgid " %s [OPTION]... [DATADIR]\n"
msgstr ""
#: initdb.c:1974
msgid ""
"\n"
"Options:\n"
msgstr ""
"\n"
":\n"
#: initdb.c:1975
msgid " [-D, --pgdata=]DATADIR location for this database cluster\n"
msgstr ""
#: initdb.c:1976
msgid " -E, --encoding=ENCODING set default encoding for new databases\n"
msgstr ""
#: initdb.c:1977
msgid " --locale=LOCALE initialize database cluster with given locale\n"
msgstr ""
#: initdb.c:1978
msgid ""
" --lc-collate, --lc-ctype, --lc-messages=LOCALE\n"
" --lc-monetary, --lc-numeric, --lc-time=LOCALE\n"
" initialize database cluster with given locale\n"
" in the respective category (default taken from\n"
" environment)\n"
msgstr ""
#: initdb.c:1983
msgid " --no-locale equivalent to --locale=C\n"
msgstr ""
#: initdb.c:1984
msgid " -U, --username=NAME database superuser name\n"
msgstr ""
#: initdb.c:1985
msgid " -W, --pwprompt prompt for a password for the new superuser\n"
msgstr ""
#: initdb.c:1986
msgid " -?, --help show this help, then exit\n"
msgstr ""
#: initdb.c:1987
msgid " -V, --version output version information, then exit\n"
msgstr ""
#: initdb.c:1988
msgid ""
"\n"
"Less commonly used options:\n"
msgstr ""
#: initdb.c:1989
msgid " -d, --debug generate lots of debugging output\n"
msgstr ""
#: initdb.c:1990
msgid " -s, --show show internal settings\n"
msgstr ""
#: initdb.c:1991
msgid " -L DIRECTORY where to find the input files\n"
msgstr ""
#: initdb.c:1992
msgid " -n, --noclean do not clean up after errors\n"
msgstr ""
#: initdb.c:1993
msgid ""
"\n"
"If the data directory is not specified, the environment variable PGDATA\n"
"is used.\n"
msgstr ""
#: initdb.c:1995
msgid ""
"\n"
"Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgstr ""
#: initdb.c:2118
msgid "Running in debug mode.\n"
msgstr ""
#: initdb.c:2122
msgid "Running in noclean mode. Mistakes will not be cleaned up.\n"
msgstr ""
#: initdb.c:2155
#: initdb.c:2172
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr ""
#: initdb.c:2170
#, c-format
msgid "%s: too many command-line arguments (first is \"%s\")\n"
msgstr ""
#: initdb.c:2187
#, c-format
msgid ""
"%s: no data directory specified\n"
"You must identify the directory where the data for this database system\n"
"will reside. Do this with either the invocation option -D or the\n"
"environment variable PGDATA.\n"
msgstr ""
#: initdb.c:2211
#, c-format
msgid ""
"The program \"postgres\" is needed by %s but was not found in \n"
"the directory \"%s\". Check your installation.\n"
msgstr ""
#: initdb.c:2220
#, c-format
msgid "%s: could not determine valid short version string\n"
msgstr ""
#: initdb.c:2272
#, c-format
msgid ""
"The files belonging to this database system will be owned by user \"%s\".\n"
"This user must also own the server process.\n"
"\n"
msgstr ""
#: initdb.c:2285
#, c-format
msgid ""
"The database cluster will be initialized with locale %s.\n"
"\n"
msgstr ""
#: initdb.c:2290
#, c-format
msgid ""
"The database cluster will be initialized with locales\n"
" COLLATE: %s\n"
" CTYPE: %s\n"
" MESSAGES: %s\n"
" MONETARY: %s\n"
" NUMERIC: %s\n"
" TIME: %s\n"
"\n"
msgstr ""
#: initdb.c:2335
#, c-format
msgid "creating directory %s ... "
msgstr " %s ... "
#: initdb.c:2349
#, c-format
msgid "fixing permissions on existing directory %s ... "
msgstr ""
#: initdb.c:2367
#, c-format
msgid ""
"%s: directory \"%s\" exists but is not empty\n"
"If you want to create a new database system, either remove or empty\n"
"the directory \"%s\" or run %s\n"
"with an argument other than \"%s\".\n"
msgstr ""
#: initdb.c:2384
#, c-format
msgid "creating directory %s/%s ... "
msgstr " %s/%s ... "
#: initdb.c:2442
#, c-format
msgid ""
"\n"
"Success. You can now start the database server using:\n"
"\n"
" %s%s%s/postmaster -D %s%s%s\n"
"or\n"
" %s%s%s/pg_ctl -D %s%s%s -l logfile start\n"
"\n"
msgstr ""
src/bin/psql/po/ru.po
View file @
fc43abac
# PSQL Translated Messages into the Russian Language (KOI8-R)
#
# $PostgreSQL: pgsql/src/bin/psql/po/ru.po,v 1.
9 2003/11/29 19:52:07 pgsql
Exp $
# $PostgreSQL: pgsql/src/bin/psql/po/ru.po,v 1.
10 2004/04/05 09:13:43 petere
Exp $
#
# ChangeLog:
# - March 27, 2004: Update for 7.5.*; <mokhov@cs.concordia.ca>
# - July 26 - October 12, 2003: Update for 7.4.x; <mokhov@cs.concordia.ca>
# - October 12, 2002: Complete post-7.3beta2 Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - September 7, 2002: Complete post-7.3beta1 Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>
...
...
@@ -10,276 +11,263 @@
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 7.
4
\n"
"POT-Creation-Date: 200
3-10-07 01:23-03
00\n"
"PO-Revision-Date: 200
3-10-12 22:58
-0500\n"
"Project-Id-Version: PostgreSQL 7.
5.x
\n"
"POT-Creation-Date: 200
4-03-27 14:11-04
00\n"
"PO-Revision-Date: 200
4-03-27 15:49
-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"
"Content-Type: text/plain; charset=koi8-r\n"
"Content-Transfer-Encoding: 8bit\n"
#: command.c:1
54
#: command.c:1
12
msgid "Warning: This syntax is deprecated.\n"
msgstr ": .\n"
#: command.c:1
61
#: command.c:1
20
#, c-format
msgid "Invalid command \\%s. Try \\? for help.\n"
msgstr " \\%s. \\? .\n"
#: command.c:1
63
#: command.c:1
22
#, c-format
msgid "invalid command \\%s\n"
msgstr " \\%s\n"
#: command.c:290
#: command.c:131
#, c-format
msgid "\\%s: extra argument \"%s\" ignored\n"
msgstr "\\%s: : \"%s\" -- \n"
#: command.c:240
#, c-format
msgid "could not get home directory: %s\n"
msgstr " (home) : %s\n"
#: command.c:
30
6
#: command.c:
25
6
#, c-format
msgid "\\%s: could not change directory to \"%s\": %s\n"
msgstr "\\%s: \"%s\": %s\n"
#: command.c:
411
#: command.c:7
69
#: command.c:
367
#: command.c:7
54
msgid "no query buffer\n"
msgstr " \n"
#: command.c:4
6
8
#: command.c:4
2
8
#, c-format
msgid "%s: invalid encoding name or conversion procedure not found\n"
msgstr "%s: \n"
#: command.c:496
#: command.c:530
#: command.c:544
#: command.c:561
#: command.c:572
#: command.c:586
#: command.c:628
#: command.c:749
#: command.c:778
#: command.c:607
#: command.c:734
#: command.c:765
#, c-format
msgid "\\%s: missing required argument\n"
msgstr "\\%s: \n"
#: command.c:
616
#: command.c:
593
msgid "Query buffer is empty."
msgstr " ."
#: command.c:6
49
#: command.c:6
27
msgid "Query buffer reset (cleared)."
msgstr " ()."
#: command.c:6
6
0
#: command.c:6
4
0
#, c-format
msgid "Wrote history to file \"%s\".\n"
msgstr " \"%s\".\n"
#: command.c:692
#: command.c:1149
#: command.c:1246
#: command.c:1964
#: command.c:675
#: common.c:86
#: copy.c:88
#: copy.c:116
#: describe.c:51
#: mainloop.c:78
#: mainloop.c:341
#: common.c:100
#: mainloop.c:70
msgid "out of memory\n"
msgstr " \n"
#: command.c:
707
#: command.c:7
54
#: command.c:
690
#: command.c:7
39
#, c-format
msgid "\\%s: error\n"
msgstr "\\%s: \n"
#: command.c:7
36
#: command.c:7
20
msgid "Timing is on."
msgstr "C ."
#: command.c:7
38
#: command.c:7
22
msgid "Timing is off."
msgstr "C ."
#: command.c:793
#: command.c:813
#: command.c:1011
#: command.c:1024
#: command.c:1035
#: command.c:1606
#: command.c:1619
#: command.c:1631
#: command.c:1644
#: command.c:1658
#: command.c:1680
#: command.c:1710
#: common.c:135
#: copy.c:378
#: command.c:780
#: command.c:800
#: command.c:1157
#: command.c:1164
#: command.c:1174
#: command.c:1186
#: command.c:1199
#: command.c:1213
#: command.c:1235
#: command.c:1265
#: common.c:171
#: copy.c:412
#: copy.c:457
#, c-format
msgid "%s: %s\n"
msgstr "%s: %s\n"
#: command.c:879
#, c-format
msgid "\\%s: extra argument \"%s\" ignored\n"
msgstr "\\%s: : \"%s\" -- \n"
#: command.c:972
#: command.c:1000
#: command.c:1122
msgid "parse error at the end of line\n"
msgstr " \n"
#: command.c:1351
#: command.c:1375
#: startup.c:177
#: startup.c:195
#: command.c:907
#: command.c:931
#: startup.c:183
#: startup.c:201
msgid "Password: "
msgstr ": "
#: command.c:
1389
#: common.c:
181
#: common.c:
351
#: common.c:
405
#: common.c:
652
#: command.c:
945
#: common.c:
217
#: common.c:
599
#: common.c:
654
#: common.c:
896
#, c-format
msgid "%s"
msgstr "%s"
#: command.c:
1393
#: command.c:
949
msgid "Previous connection kept\n"
msgstr " \n"
#: command.c:
1405
#: command.c:
961
#, c-format
msgid "\\connect: %s"
msgstr "\\connect: %s"
#: command.c:
1417
#: command.c:
973
#, c-format
msgid "You are now connected to database \"%s\".\n"
msgstr " \"%s\".\n"
#: command.c:
1419
#: command.c:
975
#, c-format
msgid "You are now connected as new user \"%s\".\n"
msgstr " \"%s\".\n"
#: command.c:
1422
#: command.c:
978
#, c-format
msgid "You are now connected to database \"%s\" as user \"%s\".\n"
msgstr " \"%s\" \"%s\".\n"
#: command.c:1
544
#: command.c:1
095
#, c-format
msgid "could not start editor \"%s\"\n"
msgstr " \"%s\"\n"
#: command.c:1
546
#: command.c:1
097
msgid "could not start /bin/sh\n"
msgstr " /bin/sh\n"
#: command.c:1
591
#: command.c:1
142
#, c-format
msgid "could not open temporary file \"%s\": %s\n"
msgstr " \"%s\": %s\n"
#: command.c:1
78
3
#: command.c:1
33
3
msgid "\\pset: allowed formats are unaligned, aligned, html, latex\n"
msgstr "\\pset: : unaligned, aligned, html latex\n"
#: command.c:1
78
8
#: command.c:1
33
8
#, c-format
msgid "Output format is %s.\n"
msgstr " : %s.\n"
#: command.c:1
79
8
#: command.c:1
34
8
#, c-format
msgid "Border style is %d.\n"
msgstr " : %d.\n"
#: command.c:1
80
7
#: command.c:1
35
7
msgid "Expanded display is on.\n"
msgstr " .\n"
#: command.c:1
80
8
#: command.c:1
35
8
msgid "Expanded display is off.\n"
msgstr " .\n"
#: command.c:1
82
0
#: command.c:1
37
0
#, c-format
msgid "Null display is \"%s\".\n"
msgstr "-: \"%s\".\n"
#: command.c:1
83
2
#: command.c:1
38
2
#, c-format
msgid "Field separator is \"%s\".\n"
msgstr " : \"%s\".\n"
#: command.c:1
84
6
#: command.c:1
39
6
msgid "Record separator is <newline>."
msgstr " : <newline>."
#: command.c:1
84
8
#: command.c:1
39
8
#, c-format
msgid "Record separator is \"%s\".\n"
msgstr " : \"%s\".\n"
#: command.c:1
85
9
#: command.c:1
40
9
msgid "Showing only tuples."
msgstr " ."
#: command.c:1
86
1
#: command.c:1
41
1
msgid "Tuples only is off."
msgstr " \" \" ."
#: command.c:1
87
7
#: command.c:1
42
7
#, c-format
msgid "Title is \"%s\".\n"
msgstr ": \"%s\".\n"
#: command.c:1
87
9
#: command.c:1
42
9
msgid "Title is unset.\n"
msgstr " .\n"
#: command.c:1
89
5
#: command.c:1
44
5
#, c-format
msgid "Table attribute is \"%s\".\n"
msgstr " : \"%s\".\n"
#: command.c:1
89
7
#: command.c:1
44
7
msgid "Table attributes unset.\n"
msgstr " .\n"
#: command.c:1
91
3
#: command.c:1
46
3
msgid "Pager is used for long output."
msgstr " ."
#: command.c:1
91
5
#: command.c:1
46
5
msgid "Pager is always used."
msgstr " ."
#: command.c:1
91
7
#: command.c:1
46
7
msgid "Pager usage is off."
msgstr " ."
#: command.c:1
92
8
#: command.c:1
47
8
msgid "Default footer is on."
msgstr " ."
#: command.c:1
93
0
#: command.c:1
48
0
msgid "Default footer is off."
msgstr " ."
#: command.c:1
93
6
#: command.c:1
48
6
#, c-format
msgid "\\pset: unknown option: %s\n"
msgstr "\\pset: : %s\n"
#: command.c:1
983
#: command.c:1
525
msgid "\\!: failed\n"
msgstr "\\!: \n"
...
...
@@ -288,41 +276,53 @@ msgstr "\\!:
msgid "%s: xstrdup: cannot duplicate null pointer (internal error)\n"
msgstr "%s: xstrdup: ( )\n"
#: common.c:263
#: common.c:124
msgid "out of memory"
msgstr " "
#: common.c:299
msgid "connection to server was lost\n"
msgstr " \n"
#: common.c:
267
#: common.c:
303
msgid "The connection to the server was lost. Attempting reset: "
msgstr " . : "
#: common.c:
272
#: common.c:
308
msgid "Failed.\n"
msgstr ".\n"
#: common.c:
279
#: common.c:
315
msgid "Succeeded.\n"
msgstr ".\n"
#: common.c:381
#: common.c:620
#: common.c:383
#, c-format
msgid "INTERNAL ERROR: unexpected statement position \"%s\"\n"
msgstr ": unexpected statement position \"%s\"\n"
#: common.c:519
#, c-format
msgid "LINE %d: "
msgstr " %d: "
#: common.c:538
#: common.c:547
#, c-format
msgid "%s\n"
msgstr "%s\n"
#: common.c:630
#: common.c:864
msgid "You are currently not connected to a database.\n"
msgstr " .\n"
#: common.c:
436
#: common.c:
685
#, c-format
msgid "Asynchronous notification \"%s\" received from server process with PID %d.\n"
msgstr " \"%s\" - PID %d.\n"
#: common.c:516
msgid ""
"Enter data to be copied followed by a newline.\n"
"End with a backslash and a period on a line by itself."
msgstr ""
" (newline).\n"
" ."
#: common.c:628
#: common.c:872
#, c-format
msgid ""
"***(Single step mode: verify command)*******************************************\n"
...
...
@@ -333,39 +333,47 @@ msgstr ""
"%s\n"
"***( x )**************\n"
#: common.c:
679
#: common.c:
923
#, c-format
msgid "Time: %.3f ms\n"
msgstr ": %.3f \n"
#: copy.c:11
0
#: copy.c:11
4
msgid "\\copy: arguments required\n"
msgstr "\\copy: \n"
#: copy.c:
289
#: copy.c:
321
#, c-format
msgid "\\copy: parse error at \"%s\"\n"
msgstr "\\copy: \"%s\"\n"
#: copy.c:
291
#: copy.c:
323
msgid "\\copy: parse error at end of line\n"
msgstr "\\copy: \n"
#: copy.c:
389
#: copy.c:
423
#, c-format
msgid "%s: cannot copy from/to a directory\n"
msgstr "%s: COPY TO/FROM \n"
#: copy.c:4
10
#: copy.c:4
44
#, c-format
msgid "\\copy: %s"
msgstr "\\copy: %s"
#: copy.c:4
14
#: copy.c:4
48
#, c-format
msgid "\\copy: unexpected response (%d)\n"
msgstr "\\copy: (%d)\n"
#: copy.c:549
msgid ""
"Enter data to be copied followed by a newline.\n"
"End with a backslash and a period on a line by itself."
msgstr ""
" (newline).\n"
" ."
#: help.c:48
msgid "on"
msgstr "."
...
...
@@ -644,8 +652,8 @@ msgid " \\s [FILE] display history or save it to file\n"
msgstr " \\s [] ţ \n"
#: help.c:198
msgid " \\w
[FILE]
write query buffer to file\n"
msgstr " \\w
[]
\n"
msgid " \\w
FILE
write query buffer to file\n"
msgstr " \\w \n"
#: help.c:201
msgid "Input/Output\n"
...
...
@@ -712,59 +720,63 @@ msgid " \\df [PATTERN] list functions (add \"+\" for more detail)\n"
msgstr " \\df [] ( \"+\" )\n"
#: help.c:219
msgid " \\dg [PATTERN] list groups\n"
msgstr " \\dg [] \n"
#: help.c:220
msgid " \\dn [PATTERN] list schemas\n"
msgstr " \\dn [] \n"
#: help.c:22
0
#: help.c:22
1
msgid " \\do [NAME] list operators\n"
msgstr " \\do [] \n"
#: help.c:22
1
#: help.c:22
2
msgid " \\dl list large objects, same as \\lo_list\n"
msgstr " \\dl , \\lo_list\n"
#: help.c:222
msgid " \\dp [PATTERN] list table access privileges\n"
msgstr " \\dp [] \n"
#: help.c:223
msgid " \\dp [PATTERN] list table, view and sequence access privileges\n"
msgstr " \\dp [] , \n"
#: help.c:224
msgid " \\dT [PATTERN] list data types (add \"+\" for more detail)\n"
msgstr " \\dT [] ( \"+\" )\n"
#: help.c:22
4
#: help.c:22
5
msgid " \\du [PATTERN] list users\n"
msgstr " \\du [] \n"
#: help.c:22
5
#: help.c:22
6
msgid " \\l list all databases (add \"+\" for more detail)\n"
msgstr " \\l ( \"+\" )\n"
#: help.c:22
6
msgid " \\z [PATTERN] list table access privileges (same as \\dp)\n"
msgstr " \\z [] ( \\dp)\n"
#: help.c:22
7
msgid " \\z [PATTERN] list table
, view and sequence
access privileges (same as \\dp)\n"
msgstr " \\z []
,
( \\dp)\n"
#: help.c:2
29
#: help.c:2
30
msgid "Formatting\n"
msgstr "\n"
#: help.c:23
0
#: help.c:23
1
msgid " \\a toggle between unaligned and aligned output mode\n"
msgstr " \\a \n"
#: help.c:23
1
#: help.c:23
2
msgid " \\C [STRING] set table title, or unset if none\n"
msgstr " \\C [] \n"
#: help.c:23
2
#: help.c:23
3
msgid " \\f [STRING] show or set field separator for unaligned query output\n"
msgstr " \\f [] \n"
#: help.c:23
3
#: help.c:23
4
#, c-format
msgid " \\H toggle HTML output mode (currently %s)\n"
msgstr " \\H HTML ( : %s)\n"
#: help.c:23
5
#: help.c:23
6
msgid ""
" \\pset NAME [VALUE]\n"
" set table output option\n"
...
...
@@ -776,45 +788,45 @@ msgstr ""
" ( := {format|border|expanded|fieldsep|footer|null|\n"
" recordsep|tuples_only|title|tableattr|pager})\n"
#: help.c:2
39
#: help.c:2
40
#, c-format
msgid " \\t show only rows (currently %s)\n"
msgstr " \\t ( : %s)\n"
#: help.c:24
1
#: help.c:24
2
msgid " \\T [STRING] set HTML <table> tag attributes, or unset if none\n"
msgstr " \\T [] HTML- <table>, \n"
#: help.c:24
2
#: help.c:24
3
#, c-format
msgid " \\x toggle expanded output (currently %s)\n"
msgstr " \\x (: %s)\n"
#: help.c:24
6
#: help.c:24
7
msgid "Copy, Large Object\n"
msgstr "Copy, \n"
#: help.c:24
7
#: help.c:24
8
msgid " \\copy ... perform SQL COPY with data stream to the client host\n"
msgstr " \\copy ... SQL COPY \n"
#: help.c:24
8
#: help.c:24
9
msgid ""
" \\lo_export\n"
" \\lo_import\n"
" \\lo_export
LOBOID FILE
\n"
" \\lo_import
FILE [COMMENT]
\n"
" \\lo_list\n"
" \\lo_unlink large object operations\n"
" \\lo_unlink
LOBOID
large object operations\n"
msgstr ""
" \\lo_export\n"
" \\lo_import\n"
" \\lo_export
LOBOID
\n"
" \\lo_import
[]
\n"
" \\lo_list\n"
" \\lo_unlink \n"
" \\lo_unlink
LOBOID
\n"
#: help.c:28
1
#: help.c:28
2
msgid "Available help:\n"
msgstr " :\n"
#: help.c:34
0
#: help.c:34
1
#, c-format
msgid ""
"Command: %s\n"
...
...
@@ -829,7 +841,7 @@ msgstr ""
"%s\n"
"\n"
#: help.c:35
3
#: help.c:35
4
#, c-format
msgid ""
"No help available for \"%-.*s\".\n"
...
...
@@ -838,7 +850,7 @@ msgstr ""
" \"%-.*s\".\n"
" \\h .\n"
#: input.c:21
7
#: input.c:21
5
#, c-format
msgid "could not save history to file \"%s\": %s\n"
msgstr " \"%s\": %s\n"
...
...
@@ -858,23 +870,23 @@ msgstr "%s:
msgid "%s: unknown transaction status\n"
msgstr "%s: \n"
#: describe.c:
106
#: describe.c:1
57
#: describe.c:2
30
#: describe.c:2
92
#: describe.c:3
39
#: describe.c:4
38
#: describe.c:
718
#: describe.c:13
43
#: large_obj.c:2
7
8
#: describe.c:
80
#: describe.c:1
31
#: describe.c:2
04
#: describe.c:2
66
#: describe.c:3
13
#: describe.c:4
13
#: describe.c:
693
#: describe.c:13
65
#: large_obj.c:2
5
8
msgid "Description"
msgstr ""
#: large_obj.c:2
8
6
#: large_obj.c:2
6
6
msgid "Large objects"
msgstr " "
#: mainloop.c:
206
#: mainloop.c:
173
#, c-format
msgid "Use \"\\q\" to leave %s.\n"
msgstr " \"\\q\" %s.\n"
...
...
@@ -893,23 +905,22 @@ msgid "(%d rows)"
msgstr "(: %d)"
#: startup.c:132
#: startup.c:574
#, c-format
msgid "%s: out of memory\n"
msgstr "%s: \n"
#: startup.c:17
1
#: startup.c:17
7
msgid "User name: "
msgstr " : "
#: startup.c:2
67
#: startup.c:2
82
#, c-format
msgid ""
"Welcome to %s %s, the PostgreSQL interactive terminal.\n"
"\n"
"Type: \\copyright for distribution terms\n"
" \\h for help with SQL commands\n"
" \\? for help
on internal slash
commands\n"
" \\? for help
with psql
commands\n"
" \\g or terminate with semicolon to execute query\n"
" \\q to quit\n"
"\n"
...
...
@@ -918,47 +929,47 @@ msgstr ""
"\n"
": \\copyright \n"
" \\h SQL \n"
" \\?
slash- (\\)
\n"
" \\?
psql
\n"
" \\g \";\" \n"
" \\q \n"
"\n"
#: startup.c:4
28
#: startup.c:4
43
#, c-format
msgid "%s: couldn't set printing parameter \"%s\"\n"
msgstr "%s: \"%s\"\n"
#: startup.c:4
74
#: startup.c:4
89
#, c-format
msgid "%s: could not delete variable \"%s\"\n"
msgstr "%s: \"%s\"\n"
#: startup.c:4
84
#: startup.c:4
99
#, c-format
msgid "%s: could not set variable \"%s\"\n"
msgstr "%s: \"%s\"\n"
#: startup.c:5
15
#: startup.c:5
21
#: startup.c:5
30
#: startup.c:5
36
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr " \"%s --help\" .\n"
#: startup.c:5
39
#: startup.c:5
54
#, c-format
msgid "%s: warning: extra command-line argument \"%s\" ignored\n"
msgstr "%s: : : \"%s\" -- \n"
#: startup.c:5
46
#: startup.c:5
61
#, c-format
msgid "%s: Warning: The -u option is deprecated. Use -U.\n"
msgstr "%s: : -u . -U.\n"
#: startup.c:6
0
3
#: startup.c:6
1
3
msgid "contains support for command-line editing"
msgstr " "
#: startup.c:6
2
6
#: startup.c:6
3
6
#, c-format
msgid ""
"SSL connection (cipher: %s, bits: %i)\n"
...
...
@@ -967,250 +978,255 @@ msgstr ""
"SSL (: %s, : %i)\n"
"\n"
#: describe.c:
105
#: describe.c:1
47
#: describe.c:
217
#: describe.c:2
90
#: describe.c:3
84
#: describe.c:4
38
#: describe.c:13
36
#: describe.c:14
42
#: describe.c:1
490
#: describe.c:
79
#: describe.c:1
21
#: describe.c:
191
#: describe.c:2
64
#: describe.c:3
59
#: describe.c:4
13
#: describe.c:13
58
#: describe.c:14
64
#: describe.c:1
512
msgid "Schema"
msgstr ""
#: describe.c:105
#: describe.c:147
#: describe.c:217
#: describe.c:290
#: describe.c:332
#: describe.c:438
#: describe.c:1336
#: describe.c:1443
#: describe.c:1491
#: describe.c:1586
#: describe.c:79
#: describe.c:121
#: describe.c:191
#: describe.c:264
#: describe.c:306
#: describe.c:359
#: describe.c:413
#: describe.c:1358
#: describe.c:1465
#: describe.c:1513
#: describe.c:1610
msgid "Name"
msgstr ""
#: describe.c:
105
#: describe.c:
79
msgid "(all types)"
msgstr "( )"
#: describe.c:
106
#: describe.c:
80
msgid "Data type"
msgstr " "
#: describe.c:
120
#: describe.c:
94
msgid "List of aggregate functions"
msgstr " "
#: describe.c:1
47
#: describe.c:1
21
msgid "Result data type"
msgstr " "
#: describe.c:1
48
#: describe.c:1
22
msgid "Argument data types"
msgstr " "
#: describe.c:1
56
#: describe.c:3
32
#: describe.c:13
38
#: describe.c:1
587
#: describe.c:1
30
#: describe.c:3
06
#: describe.c:13
60
#: describe.c:1
611
msgid "Owner"
msgstr ""
#: describe.c:1
56
#: describe.c:1
30
msgid "Language"
msgstr ""
#: describe.c:1
57
#: describe.c:1
31
msgid "Source code"
msgstr " "
#: describe.c:1
91
#: describe.c:1
65
msgid "List of functions"
msgstr " "
#: describe.c:2
27
#: describe.c:2
01
msgid "Internal name"
msgstr " "
#: describe.c:2
27
#: describe.c:2
01
msgid "Size"
msgstr ""
#: describe.c:2
59
#: describe.c:2
33
msgid "List of data types"
msgstr " "
#: describe.c:2
91
#: describe.c:2
65
msgid "Left arg type"
msgstr " "
#: describe.c:2
91
#: describe.c:2
65
msgid "Right arg type"
msgstr " "
#: describe.c:2
92
#: describe.c:2
66
msgid "Result type"
msgstr " "
#: describe.c:
306
#: describe.c:
280
msgid "List of operators"
msgstr " "
#: describe.c:3
35
#: describe.c:3
09
msgid "Encoding"
msgstr ""
#: describe.c:3
51
#: describe.c:3
25
msgid "List of databases"
msgstr " "
#: describe.c:384
#: describe.c:1353
msgid "Table"
msgstr ""
#: describe.c:359
#: describe.c:487
#: describe.c:1359
msgid "table"
msgstr ""
#: describe.c:359
#: describe.c:487
#: describe.c:1359
msgid "view"
msgstr ""
#: describe.c:359
#: describe.c:487
#: describe.c:1359
msgid "sequence"
msgstr ""
#: describe.c:384
#: describe.c:359
#: describe.c:680
#: describe.c:1360
#: describe.c:1466
msgid "Type"
msgstr ""
#: describe.c:359
msgid "Access privileges"
msgstr " "
#: describe.c:
406
#: describe.c:
381
#, c-format
msgid "Access privileges for database \"%s\""
msgstr " \"%s\""
#: describe.c:4
38
#: describe.c:4
13
msgid "Object"
msgstr ""
#: describe.c:4
49
#: describe.c:4
24
msgid "aggregate"
msgstr ""
#: describe.c:4
67
#: describe.c:4
42
msgid "function"
msgstr ""
#: describe.c:4
81
#: describe.c:4
56
msgid "operator"
msgstr ""
#: describe.c:4
95
#: describe.c:4
70
msgid "data type"
msgstr " "
#: describe.c:512
#: describe.c:1337
msgid "table"
msgstr ""
#: describe.c:512
#: describe.c:1337
msgid "view"
msgstr ""
#: describe.c:512
#: describe.c:1337
#: describe.c:487
#: describe.c:1359
msgid "index"
msgstr ""
#: describe.c:512
#: describe.c:1337
msgid "sequence"
msgstr ""
#: describe.c:528
#: describe.c:503
msgid "rule"
msgstr ""
#: describe.c:5
44
#: describe.c:5
19
msgid "trigger"
msgstr ""
#: describe.c:5
62
#: describe.c:5
37
msgid "Object descriptions"
msgstr " "
#: describe.c:
608
#: describe.c:
583
#, c-format
msgid "Did not find any relation named \"%s\".\n"
msgstr " \"%s\" .\n"
#: describe.c:6
91
#: describe.c:6
66
#, c-format
msgid "Did not find any relation with OID %s.\n"
msgstr " OID %s .\n"
#: describe.c:
704
#: describe.c:
679
msgid "Column"
msgstr ""
#: describe.c:705
#: describe.c:1338
#: describe.c:1444
msgid "Type"
msgstr ""
#: describe.c:712
#: describe.c:687
msgid "Modifiers"
msgstr ""
#: describe.c:
819
#: describe.c:
794
#, c-format
msgid "Table \"%s.%s\""
msgstr " \"%s.%s\""
#: describe.c:
823
#: describe.c:
798
#, c-format
msgid "View \"%s.%s\""
msgstr " \"%s.%s\""
#: describe.c:8
27
#: describe.c:8
02
#, c-format
msgid "Sequence \"%s.%s\""
msgstr " \"%s.%s\""
#: describe.c:8
31
#: describe.c:8
06
#, c-format
msgid "Index \"%s.%s\""
msgstr " \"%s.%s\""
#: describe.c:8
35
#: describe.c:8
10
#, c-format
msgid "Special relation \"%s.%s\""
msgstr " \"%s.%s\""
#: describe.c:8
39
#: describe.c:8
14
#, c-format
msgid "TOAST table \"%s.%s\""
msgstr "TOAST- \"%s.%s\""
#: describe.c:8
43
#: describe.c:8
18
#, c-format
msgid "Composite type \"%s.%s\""
msgstr " \"%s.%s\""
#: describe.c:8
47
#: describe.c:8
22
#, c-format
msgid "?%c? \"%s.%s\""
msgstr "?%c? \"%s.%s\""
#: describe.c:8
83
msgid "
primary key
, "
msgstr "
()
, "
#: describe.c:8
58
msgid "
PRIMARY KEY
, "
msgstr "
PRIMARY KEY
, "
#: describe.c:8
85
msgid "
unique
, "
msgstr "
unique
, "
#: describe.c:8
60
msgid "
UNIQUE
, "
msgstr "
UNIQUE
, "
#: describe.c:8
91
#: describe.c:8
66
#, c-format
msgid "for table \"%s.%s\""
msgstr " \"%s.%s\""
#: describe.c:929
#: describe.c:870
#, c-format
msgid ", predicate (%s)"
msgstr ", (%s)"
#: describe.c:904
#, c-format
msgid ""
"View definition:\n"
...
...
@@ -1219,170 +1235,183 @@ msgstr ""
" :\n"
"%s"
#: describe.c:935
msgid "Rules"
msgstr ""
#: describe.c:910
#: describe.c:1129
msgid "Rules:"
msgstr ":"
#: describe.c:10
84
#: describe.c:10
65
msgid "Indexes:"
msgstr ":"
#: describe.c:10
92
#: describe.c:10
73
#, c-format
msgid " \"%s\""
msgstr " \"%s\""
#: describe.c:10
98
msgid "
primary key
,"
msgstr "
,"
#: describe.c:10
79
msgid "
PRIMARY KEY
,"
msgstr "
PRIMARY KEY
,"
#: describe.c:1
100
msgid "
unique
,"
msgstr "
unique
,"
#: describe.c:1
081
msgid "
UNIQUE
,"
msgstr "
UNIQUE
,"
#: describe.c:1
118
#: describe.c:1
099
msgid "Check constraints:"
msgstr "CHECK-:"
#: describe.c:1122
#: describe.c:1103
#: describe.c:1118
#, c-format
msgid " \"%s\"
CHECK
%s"
msgstr " \"%s\"
CHECK
%s"
msgid " \"%s\" %s"
msgstr " \"%s\" %s"
# TO REWVIEW
#: describe.c:11
33
#: describe.c:11
14
msgid "Foreign-key constraints:"
msgstr " :"
#: describe.c:1137
#, c-format
msgid " \"%s\" %s"
msgstr " \"%s\" %s"
#: describe.c:1148
msgid "Rules:"
msgstr ":"
#: describe.c:1167
msgid "Triggers:"
msgstr ":"
#: describe.c:11
89
#: describe.c:11
70
msgid "Inherits"
msgstr ""
#: describe.c:12
75
#: describe.c:12
57
msgid "User name"
msgstr " "
#: describe.c:12
75
#: describe.c:12
57
msgid "User ID"
msgstr "ID "
#: describe.c:12
76
#: describe.c:12
58
msgid "superuser, create database"
msgstr "superuser: "
#: describe.c:12
77
#: describe.c:12
59
msgid "superuser"
msgstr "superuser"
#: describe.c:12
77
#: describe.c:12
59
msgid "create database"
msgstr " "
#: describe.c:12
78
#: describe.c:12
60
msgid "Attributes"
msgstr ""
#: describe.c:1291
#: describe.c:1260
msgid "Groups"
msgstr ""
#: describe.c:1273
msgid "List of database users"
msgstr " "
#: describe.c:1338
#: describe.c:1300
msgid "Group name"
msgstr " "
#: describe.c:1300
msgid "Group ID"
msgstr "ID "
#: describe.c:1313
msgid "List of database groups"
msgstr " "
#: describe.c:1360
msgid "special"
msgstr ""
#: describe.c:1399
#: describe.c:1375
msgid "Table"
msgstr ""
#: describe.c:1421
msgid "No matching relations found.\n"
msgstr " .\n"
#: describe.c:14
01
#: describe.c:14
23
msgid "No relations found.\n"
msgstr " .\n"
#: describe.c:14
06
#: describe.c:14
28
msgid "List of relations"
msgstr " "
#: describe.c:14
45
#: describe.c:14
67
msgid "Modifier"
msgstr ""
#: describe.c:14
59
#: describe.c:14
81
msgid "List of domains"
msgstr " "
#: describe.c:1
492
#: describe.c:1
514
msgid "Source"
msgstr ""
#: describe.c:1
493
#: describe.c:1
515
msgid "Destination"
msgstr ""
#: describe.c:1
494
#: describe.c:15
51
#: describe.c:1
516
#: describe.c:15
73
msgid "yes"
msgstr ""
#: describe.c:1
495
#: describe.c:15
49
#: describe.c:1
517
#: describe.c:15
71
msgid "no"
msgstr ""
#: describe.c:1
496
#: describe.c:1
518
msgid "Default?"
msgstr " ?"
#: describe.c:15
10
#: describe.c:15
32
msgid "List of conversions"
msgstr " "
#: describe.c:15
45
#: describe.c:15
67
msgid "Source type"
msgstr " "
#: describe.c:15
46
#: describe.c:15
68
msgid "Target type"
msgstr " "
#: describe.c:15
47
#: describe.c:15
69
msgid "(binary compatible)"
msgstr "(-)"
#: describe.c:15
48
#: describe.c:15
70
msgid "Function"
msgstr ""
#: describe.c:15
50
#: describe.c:15
72
msgid "in assignment"
msgstr " "
#: describe.c:15
52
#: describe.c:15
74
msgid "Implicit?"
msgstr "?"
#: describe.c:15
60
#: describe.c:15
82
msgid "List of casts"
msgstr " "
#: describe.c:16
01
#: describe.c:16
24
msgid "List of schemas"
msgstr " "
#: sql_help.h:25
#: sql_help.h:34
1
#: sql_help.h:34
5
msgid "abort the current transaction"
msgstr " (abort)"
...
...
@@ -1491,10 +1520,18 @@ msgid "ALTER OPERATOR CLASS name USING index_method RENAME TO newname"
msgstr "ALTER OPERATOR CLASS USING _ RENAME TO "
#: sql_help.h:61
msgid "change the definition of a schema"
msgstr " "
#: sql_help.h:62
msgid "ALTER SCHEMA name RENAME TO newname"
msgstr "ALTER SCHEMA RENAME TO "
#: sql_help.h:65
msgid "alter the definition of a sequence generator"
msgstr " "
#: sql_help.h:6
2
#: sql_help.h:6
6
msgid ""
"ALTER SEQUENCE name [ INCREMENT [ BY ] increment ]\n"
" [ MINVALUE minvalue | NO MINVALUE ] [ MAXVALUE maxvalue | NO MAXVALUE ]\n"
...
...
@@ -1504,11 +1541,11 @@ msgstr ""
" [ MINVALUE | NO MINVALUE ] [ MAXVALUE | NO MAXVALUE ]\n"
" [ RESTART [ WITH ] ] [ CACHE ] [ [ NO ] CYCLE ]"
#: sql_help.h:6
5
#: sql_help.h:6
9
msgid "change the definition of a table"
msgstr " "
#: sql_help.h:
66
#: sql_help.h:
70
msgid ""
"ALTER TABLE [ ONLY ] name [ * ]\n"
" ADD [ COLUMN ] column type [ column_constraint [ ... ] ]\n"
...
...
@@ -1564,19 +1601,19 @@ msgstr ""
"ALTER TABLE \n"
" CLUSTER ON _"
#: sql_help.h:
69
#: sql_help.h:
73
msgid "change the definition of a trigger"
msgstr " "
#: sql_help.h:7
0
#: sql_help.h:7
4
msgid "ALTER TRIGGER name ON table RENAME TO newname"
msgstr "ALTER TRIGGER ON RENAME TO "
#: sql_help.h:7
3
#: sql_help.h:7
7
msgid "change a database user account"
msgstr " "
#: sql_help.h:7
4
#: sql_help.h:7
8
msgid ""
"ALTER USER name [ [ WITH ] option [ ... ] ]\n"
"\n"
...
...
@@ -1606,44 +1643,50 @@ msgstr ""
"ALTER USER SET { TO | = } { | DEFAULT }\n"
"ALTER USER RESET "
#: sql_help.h:
77
#: sql_help.h:
81
msgid "collect statistics about a database"
msgstr " "
#: sql_help.h:
78
#: sql_help.h:
82
msgid "ANALYZE [ VERBOSE ] [ table [ (column [, ...] ) ] ]"
msgstr "ANALYZE [ VERBOSE ] [ [ ( [, ...] ) ] ]"
#: sql_help.h:8
1
#: sql_help.h:37
3
#: sql_help.h:8
5
#: sql_help.h:37
7
msgid "start a transaction block"
msgstr " "
#: sql_help.h:82
msgid "BEGIN [ WORK | TRANSACTION ]"
msgstr "BEGIN [ WORK | TRANSACTION ]"
#: sql_help.h:86
msgid ""
"BEGIN [ WORK | TRANSACTION ]\n"
" [ ISOLATION LEVEL { READ UNCOMMITTED | READ COMMITTED | REPEATABLE READ | SERIALIZABLE } ]\n"
" [ READ WRITE | READ ONLY ]"
msgstr ""
"BEGIN [ WORK | TRANSACTION ]\n"
" [ ISOLATION LEVEL { READ UNCOMMITTED | READ COMMITTED | REPEATABLE READ | SERIALIZABLE } ]\n"
" [ READ WRITE | READ ONLY ]"
#: sql_help.h:8
5
#: sql_help.h:8
9
msgid "force a transaction log checkpoint"
msgstr " "
#: sql_help.h:
86
#: sql_help.h:
90
msgid "CHECKPOINT"
msgstr "CHECKPOINT"
#: sql_help.h:
89
#: sql_help.h:
93
msgid "close a cursor"
msgstr " "
#: sql_help.h:9
0
#: sql_help.h:9
4
msgid "CLOSE name"
msgstr "CLOSE "
#: sql_help.h:9
3
#: sql_help.h:9
7
msgid "cluster a table according to an index"
msgstr " "
#: sql_help.h:9
4
#: sql_help.h:9
8
msgid ""
"CLUSTER indexname ON tablename\n"
"CLUSTER tablename\n"
...
...
@@ -1653,23 +1696,28 @@ msgstr ""
"CLUSTER \n"
"CLUSTER"
#: sql_help.h:
97
#: sql_help.h:
101
msgid "define or change the comment of an object"
msgstr " "
#: sql_help.h:
98
#: sql_help.h:
102
msgid ""
"COMMENT ON\n"
"{\n"
" TABLE object_name |\n"
" COLUMN table_name.column_name |\n"
" AGGREGATE agg_name (agg_type) |\n"
" CAST (sourcetype AS targettype) |\n"
" CONSTRAINT constraint_name ON table_name |\n"
" CONVERSION object_name |\n"
" DATABASE object_name |\n"
" DOMAIN object_name |\n"
" FUNCTION func_name (arg1_type, arg2_type, ...) |\n"
" INDEX object_name |\n"
" LARGE OBJECT large_object_oid |\n"
" OPERATOR op (leftoperand_type, rightoperand_type) |\n"
" OPERATOR CLASS object_name USING index_method |\n"
" [ PROCEDURAL ] LANGUAGE object_name |\n"
" RULE rule_name ON table_name |\n"
" SCHEMA object_name |\n"
" SEQUENCE object_name |\n"
...
...
@@ -1683,12 +1731,17 @@ msgstr ""
" TABLE _ |\n"
" COLUMN _._ |\n"
" AGGREGATE _ (_) |\n"
" CAST (_ AS _) |\n"
" CONSTRAINT _ ON _ |\n"
" CONVERSION _ |\n"
" DATABASE _ |\n"
" DOMAIN _ |\n"
" FUNCTION func_name (_1, _2, ...) |\n"
" INDEX _ |\n"
" LARGE OBJECT oid__ |\n"
" OPERATOR (__, __) |\n"
" OPERATOR CLASS _ USING _ |\n"
" [ PROCEDURAL ] LANGUAGE _ |\n"
" RULE _ ON _ |\n"
" SCHEMA _ |\n"
" SEQUENCE _ |\n"
...
...
@@ -1697,20 +1750,20 @@ msgstr ""
" VIEW _\n"
"} IS ''"
#: sql_help.h:10
1
#: sql_help.h:28
1
#: sql_help.h:10
5
#: sql_help.h:28
5
msgid "commit the current transaction"
msgstr " (commit)"
#: sql_help.h:10
2
#: sql_help.h:10
6
msgid "COMMIT [ WORK | TRANSACTION ]"
msgstr "COMMIT [ WORK | TRANSACTION ]"
#: sql_help.h:10
5
#: sql_help.h:10
9
msgid "copy data between a file and a table"
msgstr " "
#: sql_help.h:1
06
#: sql_help.h:1
10
msgid ""
"COPY tablename [ ( column [, ...] ) ]\n"
" FROM { 'filename' | STDIN }\n"
...
...
@@ -1744,11 +1797,11 @@ msgstr ""
" [ DELIMITER [ AS ] '' ]\n"
" [ NULL [ AS ] ' ' ] ]"
#: sql_help.h:1
09
#: sql_help.h:1
13
msgid "define a new aggregate function"
msgstr " "
#: sql_help.h:11
0
#: sql_help.h:11
4
msgid ""
"CREATE AGGREGATE name (\n"
" BASETYPE = input_data_type,\n"
...
...
@@ -1766,11 +1819,11 @@ msgstr ""
" [ , INITCOND = _ ]\n"
")"
#: sql_help.h:11
3
#: sql_help.h:11
7
msgid "define a new cast"
msgstr " "
#: sql_help.h:11
4
#: sql_help.h:11
8
msgid ""
"CREATE CAST (sourcetype AS targettype)\n"
" WITH FUNCTION funcname (argtype)\n"
...
...
@@ -1788,11 +1841,11 @@ msgstr ""
" WITHOUT FUNCTION\n"
" [ AS ASSIGNMENT | AS IMPLICIT ]"
#: sql_help.h:1
17
#: sql_help.h:1
21
msgid "define a new constraint trigger"
msgstr " "
#: sql_help.h:1
18
#: sql_help.h:1
22
msgid ""
"CREATE CONSTRAINT TRIGGER name\n"
" AFTER events ON\n"
...
...
@@ -1804,11 +1857,11 @@ msgstr ""
" _ \n"
" FOR EACH ROW EXECUTE PROCEDURE _ ( )"
#: sql_help.h:12
1
#: sql_help.h:12
5
msgid "define a new conversion"
msgstr " "
#: sql_help.h:12
2
#: sql_help.h:12
6
msgid ""
"CREATE [DEFAULT] CONVERSION name\n"
" FOR source_encoding TO dest_encoding FROM funcname"
...
...
@@ -1816,11 +1869,11 @@ msgstr ""
"CREATE [DEFAULT] CONVERSION \n"
" FOR _ TO _ FROM _"
#: sql_help.h:12
5
#: sql_help.h:12
9
msgid "create a new database"
msgstr " "
#: sql_help.h:1
26
#: sql_help.h:1
30
msgid ""
"CREATE DATABASE name\n"
" [ [ WITH ] [ OWNER [=] dbowner ]\n"
...
...
@@ -1834,11 +1887,11 @@ msgstr ""
" [ TEMPLATE [=] ]\n"
" [ ENCODING [=] ] ]"
#: sql_help.h:1
29
#: sql_help.h:1
33
msgid "define a new domain"
msgstr " "
#: sql_help.h:13
0
#: sql_help.h:13
4
msgid ""
"CREATE DOMAIN name [AS] data_type\n"
" [ DEFAULT expression ]\n"
...
...
@@ -1858,11 +1911,11 @@ msgstr ""
"[ CONSTRAINT _ ]\n"
"{ NOT NULL | NULL | CHECK () }"
#: sql_help.h:13
3
#: sql_help.h:13
7
msgid "define a new function"
msgstr " "
#: sql_help.h:13
4
#: sql_help.h:13
8
msgid ""
"CREATE [ OR REPLACE ] FUNCTION name ( [ argtype [, ...] ] )\n"
" RETURNS rettype\n"
...
...
@@ -1886,11 +1939,11 @@ msgstr ""
" } ...\n"
" [ WITH ( [, ...] ) ]"
#: sql_help.h:1
37
#: sql_help.h:1
41
msgid "define a new user group"
msgstr " "
#: sql_help.h:1
38
#: sql_help.h:1
42
msgid ""
"CREATE GROUP name [ [ WITH ] option [ ... ] ]\n"
"\n"
...
...
@@ -1906,11 +1959,11 @@ msgstr ""
" SYSID gid\n"
" | USER [, ...]"
#: sql_help.h:14
1
#: sql_help.h:14
5
msgid "define a new index"
msgstr " "
#: sql_help.h:14
2
#: sql_help.h:14
6
msgid ""
"CREATE [ UNIQUE ] INDEX name ON table [ USING method ]\n"
" ( { column | ( expression ) } [ opclass ] [, ...] )\n"
...
...
@@ -1920,11 +1973,11 @@ msgstr ""
" ( { | ( ) } [ _ ] [, ...] )\n"
" [ WHERE ]"
#: sql_help.h:14
5
#: sql_help.h:14
9
msgid "define a new procedural language"
msgstr " "
#: sql_help.h:1
46
#: sql_help.h:1
50
msgid ""
"CREATE [ TRUSTED ] [ PROCEDURAL ] LANGUAGE name\n"
" HANDLER call_handler [ VALIDATOR valfunction ]"
...
...
@@ -1932,11 +1985,11 @@ msgstr ""
"CREATE [ TRUSTED ] [ PROCEDURAL ] LANGUAGE \n"
" HANDLER [ VALIDATOR _ ]"
#: sql_help.h:1
49
#: sql_help.h:1
53
msgid "define a new operator class"
msgstr " "
#: sql_help.h:15
0
#: sql_help.h:15
4
msgid ""
"CREATE OPERATOR CLASS name [ DEFAULT ] FOR TYPE data_type USING index_method AS\n"
" { OPERATOR strategy_number operator_name [ ( op_type, op_type ) ] [ RECHECK ]\n"
...
...
@@ -1950,11 +2003,11 @@ msgstr ""
" | STORAGE _\n"
" } [, ... ]"
#: sql_help.h:15
3
#: sql_help.h:15
7
msgid "define a new operator"
msgstr " "
#: sql_help.h:15
4
#: sql_help.h:15
8
msgid ""
"CREATE OPERATOR name (\n"
" PROCEDURE = funcname\n"
...
...
@@ -1976,25 +2029,25 @@ msgstr ""
" [, LTCMP = _ ] [, GTCMP = _ ]\n"
")"
#: sql_help.h:1
57
#: sql_help.h:1
61
msgid "define a new rewrite rule"
msgstr " "
#: sql_help.h:1
58
#: sql_help.h:1
62
msgid ""
"CREATE [ OR REPLACE ] RULE name AS ON event\n"
" TO table [ WHERE condition ]\n"
" DO [ INSTEAD ] { NOTHING | command | ( command ; command ... ) }"
" DO [
ALSO |
INSTEAD ] { NOTHING | command | ( command ; command ... ) }"
msgstr ""
"CREATE [ OR REPLACE ] RULE AS ON \n"
" TO [ WHERE ]\n"
" DO [ INSTEAD ] { NOTHING | | ( ; ... ) }"
" DO [
ALSO |
INSTEAD ] { NOTHING | | ( ; ... ) }"
#: sql_help.h:16
1
#: sql_help.h:16
5
msgid "define a new schema"
msgstr " "
#: sql_help.h:16
2
#: sql_help.h:16
6
msgid ""
"CREATE SCHEMA schemaname [ AUTHORIZATION username ] [ schema_element [ ... ] ]\n"
"CREATE SCHEMA AUTHORIZATION username [ schema_element [ ... ] ]"
...
...
@@ -2002,11 +2055,11 @@ msgstr ""
"CREATE SCHEMA _ [ AUTHORIZATION ] [ _ [ ... ] ]\n"
"CREATE SCHEMA AUTHORIZATION [ _ [ ... ] ]"
#: sql_help.h:16
5
#: sql_help.h:16
9
msgid "define a new sequence generator"
msgstr " "
#: sql_help.h:1
66
#: sql_help.h:1
70
msgid ""
"CREATE [ TEMPORARY | TEMP ] SEQUENCE name [ INCREMENT [ BY ] increment ]\n"
" [ MINVALUE minvalue | NO MINVALUE ] [ MAXVALUE maxvalue | NO MAXVALUE ]\n"
...
...
@@ -2016,14 +2069,14 @@ msgstr ""
" [ MINVALUE | NO MINVALUE ] [ MAXVALUE | NO MAXVALUE ]\n"
" [ START [ WITH ] ] [ CACHE ] [ [ NO ] CYCLE ]"
#: sql_help.h:1
69
#: sql_help.h:1
73
msgid "define a new table"
msgstr " "
#: sql_help.h:17
0
#: sql_help.h:17
4
msgid ""
"CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE table_name (\n"
"
{ column_name data_type [ DEFAULT default_expr ] [ column_constraint [,
... ] ]\n"
"
{ column_name data_type [ DEFAULT default_expr ] [ column_constraint [
... ] ]\n"
" | table_constraint\n"
" | LIKE parent_table [ { INCLUDING | EXCLUDING } DEFAULTS ] } [, ... ]\n"
")\n"
...
...
@@ -2051,7 +2104,7 @@ msgid ""
"[ DEFERRABLE | NOT DEFERRABLE ] [ INITIALLY DEFERRED | INITIALLY IMMEDIATE ]"
msgstr ""
"CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE _ (\n"
" { _ _ [ DEFAULT __ ] [ __ [
,
... ] ]\n"
" { _ _ [ DEFAULT __ ] [ __ [ ... ] ]\n"
" | __\n"
" | LIKE _ [ { INCLUDING | EXCLUDING } DEFAULTS ] } [, ... ]\n"
")\n"
...
...
@@ -2078,24 +2131,24 @@ msgstr ""
" [ MATCH FULL | MATCH PARTIAL | MATCH SIMPLE ] [ ON DELETE ] [ ON UPDATE ] }\n"
"[ DEFERRABLE | NOT DEFERRABLE ] [ INITIALLY DEFERRED | INITIALLY IMMEDIATE ]"
#: sql_help.h:17
3
#: sql_help.h:3
49
#: sql_help.h:17
7
#: sql_help.h:3
53
msgid "create a new table from the results of a query"
msgstr " "
#: sql_help.h:17
4
#: sql_help.h:17
8
msgid ""
"CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE table_name [ (column_name [, ...] ) ]\n"
"CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE table_name [ (column_name [, ...] ) ]
[ [ WITH | WITHOUT ] OIDS ]
\n"
" AS query"
msgstr ""
"CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE _ [ (_ [, ...] ) ]\n"
"CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE _ [ (_ [, ...] ) ]
[ [ WITH | WITHOUT ] OIDS ]
\n"
" AS "
#: sql_help.h:1
77
#: sql_help.h:1
81
msgid "define a new trigger"
msgstr " "
#: sql_help.h:1
78
#: sql_help.h:1
82
msgid ""
"CREATE TRIGGER name { BEFORE | AFTER } { event [ OR ... ] }\n"
" ON table [ FOR [ EACH ] { ROW | STATEMENT } ]\n"
...
...
@@ -2105,11 +2158,11 @@ msgstr ""
" ON [ FOR [ EACH ] { ROW | STATEMENT } ]\n"
" EXECUTE PROCEDURE _ ( )"
#: sql_help.h:18
1
#: sql_help.h:18
5
msgid "define a new data type"
msgstr " "
#: sql_help.h:18
2
#: sql_help.h:18
6
msgid ""
"CREATE TYPE name AS\n"
" ( attribute_name data_type [, ... ] )\n"
...
...
@@ -2119,6 +2172,7 @@ msgid ""
" OUTPUT = output_function\n"
" [ , RECEIVE = receive_function ]\n"
" [ , SEND = send_function ]\n"
" [ , ANALYZE = analyze_function ]\n"
" [ , INTERNALLENGTH = { internallength | VARIABLE } ]\n"
" [ , PASSEDBYVALUE ]\n"
" [ , ALIGNMENT = alignment ]\n"
...
...
@@ -2136,6 +2190,7 @@ msgstr ""
" OUTPUT = _\n"
" [ , RECEIVE = _ ]\n"
" [ , SEND = _ ]\n"
" [ , ANALYZE = _ ]\n"
" [ , INTERNALLENGTH = { _ | VARIABLE } ]\n"
" [ , PASSEDBYVALUE ]\n"
" [ , ALIGNMENT = ]\n"
...
...
@@ -2145,11 +2200,11 @@ msgstr ""
" [ , DELIMITER = ]\n"
")"
#: sql_help.h:18
5
#: sql_help.h:18
9
msgid "define a new database user account"
msgstr " "
#: sql_help.h:1
86
#: sql_help.h:1
90
msgid ""
"CREATE USER name [ [ WITH ] option [ ... ] ]\n"
"\n"
...
...
@@ -2173,27 +2228,27 @@ msgstr ""
" | IN GROUP _ [, ...]\n"
" | VALID UNTIL 'abstime'"
#: sql_help.h:1
89
#: sql_help.h:1
93
msgid "define a new view"
msgstr " "
#: sql_help.h:19
0
#: sql_help.h:19
4
msgid "CREATE [ OR REPLACE ] VIEW name [ ( column_name [, ...] ) ] AS query"
msgstr "CREATE [ OR REPLACE ] VIEW [ ( _ [, ...] ) ] AS "
#: sql_help.h:19
3
#: sql_help.h:19
7
msgid "deallocate a prepared statement"
msgstr " "
#: sql_help.h:19
4
#: sql_help.h:19
8
msgid "DEALLOCATE [ PREPARE ] plan_name"
msgstr "DEALLOCATE [ PREPARE ] _"
#: sql_help.h:
197
#: sql_help.h:
201
msgid "define a cursor"
msgstr " "
#: sql_help.h:
198
#: sql_help.h:
202
msgid ""
"DECLARE name [ BINARY ] [ INSENSITIVE ] [ [ NO ] SCROLL ]\n"
" CURSOR [ { WITH | WITHOUT } HOLD ] FOR query\n"
...
...
@@ -2203,191 +2258,191 @@ msgstr ""
" CURSOR [ { WITH | WITHOUT } HOLD ] FOR \n"
" [ FOR { READ ONLY | UPDATE [ OF [, ...] ] } ]"
#: sql_help.h:20
1
#: sql_help.h:20
5
msgid "delete rows of a table"
msgstr " "
#: sql_help.h:20
2
#: sql_help.h:20
6
msgid "DELETE FROM [ ONLY ] table [ WHERE condition ]"
msgstr "DELETE FROM [ ONLY ] [ WHERE ]"
#: sql_help.h:20
5
#: sql_help.h:20
9
msgid "remove an aggregate function"
msgstr " "
#: sql_help.h:2
06
#: sql_help.h:2
10
msgid "DROP AGGREGATE name ( type ) [ CASCADE | RESTRICT ]"
msgstr "DROP AGGREGATE ( ) [ CASCADE | RESTRICT ]"
#: sql_help.h:2
09
#: sql_help.h:2
13
msgid "remove a cast"
msgstr " "
#: sql_help.h:21
0
#: sql_help.h:21
4
msgid "DROP CAST (sourcetype AS targettype) [ CASCADE | RESTRICT ]"
msgstr "DROP CAST (_ AS _) [ CASCADE | RESTRICT ]"
#: sql_help.h:21
3
#: sql_help.h:21
7
msgid "remove a conversion"
msgstr " "
#: sql_help.h:21
4
#: sql_help.h:21
8
msgid "DROP CONVERSION name [ CASCADE | RESTRICT ]"
msgstr "DROP CONVERSION [ CASCADE | RESTRICT ]"
#: sql_help.h:2
17
#: sql_help.h:2
21
msgid "remove a database"
msgstr " "
#: sql_help.h:2
18
#: sql_help.h:2
22
msgid "DROP DATABASE name"
msgstr "DROP DATABASE "
#: sql_help.h:22
1
#: sql_help.h:22
5
msgid "remove a domain"
msgstr " "
#: sql_help.h:22
2
#: sql_help.h:22
6
msgid "DROP DOMAIN name [, ...] [ CASCADE | RESTRICT ]"
msgstr "DROP DOMAIN [, ...] [ CASCADE | RESTRICT ]"
#: sql_help.h:22
5
#: sql_help.h:22
9
msgid "remove a function"
msgstr " "
#: sql_help.h:2
26
#: sql_help.h:2
30
msgid "DROP FUNCTION name ( [ type [, ...] ] ) [ CASCADE | RESTRICT ]"
msgstr "DROP FUNCTION ( [ [, ...] ] ) [ CASCADE | RESTRICT ]"
#: sql_help.h:2
29
#: sql_help.h:2
33
msgid "remove a user group"
msgstr " "
#: sql_help.h:23
0
#: sql_help.h:23
4
msgid "DROP GROUP name"
msgstr "DROP GROUP "
#: sql_help.h:23
3
#: sql_help.h:23
7
msgid "remove an index"
msgstr " "
#: sql_help.h:23
4
#: sql_help.h:23
8
msgid "DROP INDEX name [, ...] [ CASCADE | RESTRICT ]"
msgstr "DROP INDEX [, ...] [ CASCADE | RESTRICT ]"
#: sql_help.h:2
37
#: sql_help.h:2
41
msgid "remove a procedural language"
msgstr " "
#: sql_help.h:2
38
#: sql_help.h:2
42
msgid "DROP [ PROCEDURAL ] LANGUAGE name [ CASCADE | RESTRICT ]"
msgstr "DROP [ PROCEDURAL ] LANGUAGE [ CASCADE | RESTRICT ]"
#: sql_help.h:24
1
#: sql_help.h:24
5
msgid "remove an operator class"
msgstr " "
#: sql_help.h:24
2
#: sql_help.h:24
6
msgid "DROP OPERATOR CLASS name USING index_method [ CASCADE | RESTRICT ]"
msgstr "DROP OPERATOR CLASS USING _ [ CASCADE | RESTRICT ]"
#: sql_help.h:24
5
#: sql_help.h:24
9
msgid "remove an operator"
msgstr " "
#: sql_help.h:2
46
#: sql_help.h:2
50
msgid "DROP OPERATOR name ( lefttype | NONE , righttype | NONE ) [ CASCADE | RESTRICT ]"
msgstr "DROP OPERATOR ( _ | NONE , _ | NONE ) [ CASCADE | RESTRICT ]"
#: sql_help.h:2
49
#: sql_help.h:2
53
msgid "remove a rewrite rule"
msgstr " "
#: sql_help.h:25
0
#: sql_help.h:25
4
msgid "DROP RULE name ON relation [ CASCADE | RESTRICT ]"
msgstr "DROP RULE ON [ CASCADE | RESTRICT ]"
#: sql_help.h:25
3
#: sql_help.h:25
7
msgid "remove a schema"
msgstr " "
#: sql_help.h:25
4
#: sql_help.h:25
8
msgid "DROP SCHEMA name [, ...] [ CASCADE | RESTRICT ]"
msgstr "DROP SCHEMA [, ...] [ CASCADE | RESTRICT ]"
#: sql_help.h:2
57
#: sql_help.h:2
61
msgid "remove a sequence"
msgstr " "
#: sql_help.h:2
58
#: sql_help.h:2
62
msgid "DROP SEQUENCE name [, ...] [ CASCADE | RESTRICT ]"
msgstr "DROP SEQUENCE [, ...] [ CASCADE | RESTRICT ]"
#: sql_help.h:26
1
#: sql_help.h:26
5
msgid "remove a table"
msgstr " "
#: sql_help.h:26
2
#: sql_help.h:26
6
msgid "DROP TABLE name [, ...] [ CASCADE | RESTRICT ]"
msgstr "DROP TABLE [, ...] [ CASCADE | RESTRICT ]"
#: sql_help.h:26
5
#: sql_help.h:26
9
msgid "remove a trigger"
msgstr " "
#: sql_help.h:2
66
#: sql_help.h:2
70
msgid "DROP TRIGGER name ON table [ CASCADE | RESTRICT ]"
msgstr "DROP TRIGGER ON [ CASCADE | RESTRICT ]"
#: sql_help.h:2
69
#: sql_help.h:2
73
msgid "remove a data type"
msgstr " "
#: sql_help.h:27
0
#: sql_help.h:27
4
msgid "DROP TYPE name [, ...] [ CASCADE | RESTRICT ]"
msgstr "DROP TYPE [, ...] [ CASCADE | RESTRICT ]"
#: sql_help.h:27
3
#: sql_help.h:27
7
msgid "remove a database user account"
msgstr " "
#: sql_help.h:27
4
#: sql_help.h:27
8
msgid "DROP USER name"
msgstr "DROP USER "
#: sql_help.h:2
77
#: sql_help.h:2
81
msgid "remove a view"
msgstr " "
#: sql_help.h:2
78
#: sql_help.h:2
82
msgid "DROP VIEW name [, ...] [ CASCADE | RESTRICT ]"
msgstr "DROP VIEW [, ...] [ CASCADE | RESTRICT ]"
#: sql_help.h:28
2
#: sql_help.h:28
6
msgid "END [ WORK | TRANSACTION ]"
msgstr "END [ WORK | TRANSACTION ]"
#: sql_help.h:28
5
#: sql_help.h:28
9
msgid "execute a prepared statement"
msgstr " "
#: sql_help.h:2
86
#: sql_help.h:2
90
msgid "EXECUTE plan_name [ (parameter [, ...] ) ]"
msgstr "EXECUTE _ [ ( [, ...] ) ]"
#: sql_help.h:2
89
#: sql_help.h:2
93
msgid "show the execution plan of a statement"
msgstr " "
#: sql_help.h:29
0
#: sql_help.h:29
4
msgid "EXPLAIN [ ANALYZE ] [ VERBOSE ] statement"
msgstr "EXPLAIN [ ANALYZE ] [ VERBOSE ] "
#: sql_help.h:29
3
#: sql_help.h:29
7
msgid "retrieve rows from a query using a cursor"
msgstr " "
#: sql_help.h:29
4
#: sql_help.h:29
8
msgid ""
"FETCH [ direction { FROM | IN } ] cursorname\n"
"\n"
...
...
@@ -2427,11 +2482,11 @@ msgstr ""
" BACKWARD ޣ\n"
" BACKWARD ALL"
#: sql_help.h:
297
#: sql_help.h:
301
msgid "define access privileges"
msgstr " "
#: sql_help.h:
298
#: sql_help.h:
302
msgid ""
"GRANT { { SELECT | INSERT | UPDATE | DELETE | RULE | REFERENCES | TRIGGER }\n"
" [,...] | ALL [ PRIVILEGES ] }\n"
...
...
@@ -2475,11 +2530,11 @@ msgstr ""
" ON SCHEMA _ [, ...]\n"
" TO { | GROUP _ | PUBLIC } [, ...] [ WITH GRANT OPTION ]"
#: sql_help.h:30
1
#: sql_help.h:30
5
msgid "create new rows in a table"
msgstr " "
#: sql_help.h:30
2
#: sql_help.h:30
6
msgid ""
"INSERT INTO table [ ( column [, ...] ) ]\n"
" { DEFAULT VALUES | VALUES ( { expression | DEFAULT } [, ...] ) | query }"
...
...
@@ -2487,79 +2542,79 @@ msgstr ""
"INSERT INTO [ ( [, ...] ) ]\n"
" { DEFAULT VALUES | VALUES ( { | DEFAULT } [, ...] ) | }"
#: sql_help.h:30
5
#: sql_help.h:30
9
msgid "listen for a notification"
msgstr " "
#: sql_help.h:3
06
#: sql_help.h:3
10
msgid "LISTEN name"
msgstr "LISTEN "
#: sql_help.h:3
09
#: sql_help.h:3
13
msgid "load or reload a shared library file"
msgstr " shared-"
#: sql_help.h:31
0
#: sql_help.h:31
4
msgid "LOAD 'filename'"
msgstr "LOAD '_'"
#: sql_help.h:31
3
#: sql_help.h:31
7
msgid "lock a table"
msgstr " "
#: sql_help.h:31
4
#: sql_help.h:31
8
msgid ""
"LOCK [ TABLE ] name [, ...] [ IN lockmode MODE ]\n"
"LOCK [ TABLE ] name [, ...] [ IN lockmode MODE ]
[ NOWAIT ]
\n"
"\n"
"where lockmode is one of:\n"
"\n"
" ACCESS SHARE | ROW SHARE | ROW EXCLUSIVE | SHARE UPDATE EXCLUSIVE\n"
" | SHARE | SHARE ROW EXCLUSIVE | EXCLUSIVE | ACCESS EXCLUSIVE"
msgstr ""
"LOCK [ TABLE ] [, ...] [ IN _ MODE ]\n"
"LOCK [ TABLE ] [, ...] [ IN _ MODE ]
[ NOWAIT ]
\n"
"\n"
" _ :\n"
"\n"
" ACCESS SHARE | ROW SHARE | ROW EXCLUSIVE | SHARE UPDATE EXCLUSIVE\n"
" | SHARE | SHARE ROW EXCLUSIVE | EXCLUSIVE | ACCESS EXCLUSIVE"
#: sql_help.h:3
17
#: sql_help.h:3
21
msgid "position a cursor"
msgstr " "
#: sql_help.h:3
18
#: sql_help.h:3
22
msgid "MOVE [ direction { FROM | IN } ] cursorname"
msgstr "MOVE [ { FROM | IN } ] _"
#: sql_help.h:32
1
#: sql_help.h:32
5
msgid "generate a notification"
msgstr " "
#: sql_help.h:32
2
#: sql_help.h:32
6
msgid "NOTIFY name"
msgstr "NOTIFY "
#: sql_help.h:32
5
#: sql_help.h:32
9
msgid "prepare a statement for execution"
msgstr " "
#: sql_help.h:3
26
#: sql_help.h:3
30
msgid "PREPARE plan_name [ (datatype [, ...] ) ] AS statement"
msgstr "PREPARE _ [ (_ [, ...] ) ] AS "
#: sql_help.h:3
29
#: sql_help.h:3
33
msgid "rebuild indexes"
msgstr " "
#: sql_help.h:33
0
#: sql_help.h:33
4
msgid "REINDEX { DATABASE | TABLE | INDEX } name [ FORCE ]"
msgstr "REINDEX { DATABASE | TABLE | INDEX } [ FORCE ]"
#: sql_help.h:33
3
#: sql_help.h:33
7
msgid "restore the value of a run-time parameter to the default value"
msgstr " "
#: sql_help.h:33
4
#: sql_help.h:33
8
msgid ""
"RESET name\n"
"RESET ALL"
...
...
@@ -2567,11 +2622,11 @@ msgstr ""
"RESET \n"
"RESET ALL"
#: sql_help.h:3
37
#: sql_help.h:3
41
msgid "remove access privileges"
msgstr " "
#: sql_help.h:3
38
#: sql_help.h:3
42
msgid ""
"REVOKE [ GRANT OPTION FOR ]\n"
" { { SELECT | INSERT | UPDATE | DELETE | RULE | REFERENCES | TRIGGER }\n"
...
...
@@ -2635,15 +2690,15 @@ msgstr ""
" FROM { | GROUP _ | PUBLIC } [, ...]\n"
" [ CASCADE | RESTRICT ]"
#: sql_help.h:34
2
#: sql_help.h:34
6
msgid "ROLLBACK [ WORK | TRANSACTION ]"
msgstr "ROLLBACK [ WORK | TRANSACTION ]"
#: sql_help.h:34
5
#: sql_help.h:34
9
msgid "retrieve rows from a table or view"
msgstr " "
#: sql_help.h:3
46
#: sql_help.h:3
50
msgid ""
"SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]\n"
" * | expression [ AS output_name ] [, ...]\n"
...
...
@@ -2685,7 +2740,7 @@ msgstr ""
" _ ( [ [, ...] ] ) AS ( _ [, ...] )\n"
" _ [ NATURAL ] _join _ [ ON _join | USING ( _join [, ...] ) ]"
#: sql_help.h:35
0
#: sql_help.h:35
4
msgid ""
"SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ]\n"
" * | expression [ AS output_name ] [, ...]\n"
...
...
@@ -2713,11 +2768,11 @@ msgstr ""
" [ OFFSET ]\n"
" [ FOR UPDATE [ OF _ [, ...] ] ]"
#: sql_help.h:35
3
#: sql_help.h:35
7
msgid "change a run-time parameter"
msgstr " "
#: sql_help.h:35
4
#: sql_help.h:35
8
msgid ""
"SET [ SESSION | LOCAL ] name { TO | = } { value | 'value' | DEFAULT }\n"
"SET [ SESSION | LOCAL ] TIME ZONE { timezone | LOCAL | DEFAULT }"
...
...
@@ -2725,19 +2780,19 @@ msgstr ""
"SET [ SESSION | LOCAL ] { TO | = } { | '' | DEFAULT }\n"
"SET [ SESSION | LOCAL ] TIME ZONE { _ | LOCAL | DEFAULT }"
#: sql_help.h:3
57
#: sql_help.h:3
61
msgid "set the constraint mode of the current transaction"
msgstr " "
#: sql_help.h:3
58
#: sql_help.h:3
62
msgid "SET CONSTRAINTS { ALL | name [, ...] } { DEFERRED | IMMEDIATE }"
msgstr "SET CONSTRAINTS { ALL | [, ...] } { DEFERRED | IMMEDIATE }"
#: sql_help.h:36
1
#: sql_help.h:36
5
msgid "set the session user identifier and the current user identifier of the current session"
msgstr " "
#: sql_help.h:36
2
#: sql_help.h:36
6
msgid ""
"SET [ SESSION | LOCAL ] SESSION AUTHORIZATION username\n"
"SET [ SESSION | LOCAL ] SESSION AUTHORIZATION DEFAULT\n"
...
...
@@ -2747,27 +2802,33 @@ msgstr ""
"SET [ SESSION | LOCAL ] SESSION AUTHORIZATION DEFAULT\n"
"RESET SESSION AUTHORIZATION"
#: sql_help.h:36
5
#: sql_help.h:36
9
msgid "set the characteristics of the current transaction"
msgstr " "
#: sql_help.h:3
66
#: sql_help.h:3
70
msgid ""
"SET TRANSACTION\n"
" [ ISOLATION LEVEL { READ COMMITTED | SERIALIZABLE } ] [ READ WRITE | READ ONLY ]\n"
" [ ISOLATION LEVEL { READ UNCOMMITTED | READ COMMITTED | REPEATABLE READ | SERIALIZABLE } ]\n"
" [ READ WRITE | READ ONLY ]\n"
"\n"
"SET SESSION CHARACTERISTICS AS TRANSACTION\n"
" [ ISOLATION LEVEL { READ COMMITTED | SERIALIZABLE } ] [ READ WRITE | READ ONLY ]"
" [ ISOLATION LEVEL { READ UNCOMMITTED | READ COMMITTED | REPEATABLE READ | SERIALIZABLE } ]\n"
" [ READ WRITE | READ ONLY ]"
msgstr ""
"SET TRANSACTION\n"
" [ ISOLATION LEVEL { READ COMMITTED | SERIALIZABLE } ] [ READ WRITE | READ ONLY ]\n"
" [ ISOLATION LEVEL { READ UNCOMMITTED | READ COMMITTED | REPEATABLE READ | SERIALIZABLE } ]\n"
" [ READ WRITE | READ ONLY ]\n"
"\n"
"SET SESSION CHARACTERISTICS AS TRANSACTION\n"
" [ ISOLATION LEVEL { READ COMMITTED | SERIALIZABLE } ] [ READ WRITE | READ ONLY ]"
" [ ISOLATION LEVEL { READ UNCOMMITTED | READ COMMITTED | REPEATABLE READ | SERIALIZABLE } ]\n"
" [ READ WRITE | READ ONLY ]"
#: sql_help.h:3
69
#: sql_help.h:3
73
msgid "show the value of a run-time parameter"
msgstr " "
#: sql_help.h:37
0
#: sql_help.h:37
4
msgid ""
"SHOW name\n"
"SHOW ALL"
...
...
@@ -2775,31 +2836,37 @@ msgstr ""
"SHOW \n"
"SHOW ALL"
#: sql_help.h:374
msgid "START TRANSACTION [ ISOLATION LEVEL { READ COMMITTED | SERIALIZABLE } ] [ READ WRITE | READ ONLY ]"
msgstr "START TRANSACTION [ ISOLATION LEVEL { READ COMMITTED | SERIALIZABLE } ] [ READ WRITE | READ ONLY ]"
#: sql_help.h:378
msgid ""
"START TRANSACTION\n"
" [ ISOLATION LEVEL { READ UNCOMMITTED | READ COMMITTED | REPEATABLE READ | SERIALIZABLE } ]\n"
" [ READ WRITE | READ ONLY ]"
msgstr ""
"START TRANSACTION\n"
" [ ISOLATION LEVEL { READ UNCOMMITTED | READ COMMITTED | REPEATABLE READ | SERIALIZABLE } ]\n"
" [ READ WRITE | READ ONLY ]"
#: sql_help.h:3
77
#: sql_help.h:3
81
msgid "empty a table"
msgstr " "
#: sql_help.h:3
78
#: sql_help.h:3
82
msgid "TRUNCATE [ TABLE ] name"
msgstr "TRUNCATE [ TABLE ] "
#: sql_help.h:38
1
#: sql_help.h:38
5
msgid "stop listening for a notification"
msgstr " "
#: sql_help.h:38
2
#: sql_help.h:38
6
msgid "UNLISTEN { name | * }"
msgstr "UNLISTEN { | * }"
#: sql_help.h:38
5
#: sql_help.h:38
9
msgid "update rows of a table"
msgstr " "
#: sql_help.h:3
86
#: sql_help.h:3
90
msgid ""
"UPDATE [ ONLY ] table SET column = { expression | DEFAULT } [, ...]\n"
" [ FROM fromlist ]\n"
...
...
@@ -2809,11 +2876,11 @@ msgstr ""
" [ FROM _from ]\n"
" [ WHERE ]"
#: sql_help.h:3
89
#: sql_help.h:3
93
msgid "garbage-collect and optionally analyze a database"
msgstr " "
#: sql_help.h:39
0
#: sql_help.h:39
4
msgid ""
"VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ table ]\n"
"VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ table [ (column [, ...] ) ] ]"
...
...
src/interfaces/libpq/po/ru.po
View file @
fc43abac
# ru.po
# LIBPQ Translated Messages into the Russian Language (KOI8-R)
#
# $PostgreSQL: pgsql/src/interfaces/libpq/po/ru.po,v 1.
9 2003/11/29 19:52:12 pgsql
Exp $
# $PostgreSQL: pgsql/src/interfaces/libpq/po/ru.po,v 1.
10 2004/04/05 09:13:43 petere
Exp $
#
# ChangeLog:
# - March 27, 2004: Update for 7.5.*; <mokhov@cs.concordia.ca>
# - July 24 - October 5, 2003: Update for 7.4.*; <mokhov@cs.concordia.ca>
# - Januray 2, 2002: Completed SSL transaltion, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - October 12, 2002: Post-7.3beta2 fuzzy translation fixes, Serguei A. Mokhov <mokhov@cs.concordia.ca>
...
...
@@ -12,8 +13,8 @@
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 7.
4
.x\n"
"POT-Creation-Date: 200
3-10-05 07:25-03
00\n"
"Project-Id-Version: PostgreSQL 7.
5
.x\n"
"POT-Creation-Date: 200
4-03-27 14:12-04
00\n"
"PO-Revision-Date: 2003-10-05 11:35-0500\n"
"Last-Translator: Serguei A. Mokhov <mokhov@cs.concordia.ca>\n"
"Language-Team: pgsql-rus <pgsql-rus@yahoogroups.com>\n"
...
...
@@ -31,8 +32,7 @@ msgstr "
msgid "could not set socket to blocking mode: %s\n"
msgstr " : %s\n"
#: fe-auth.c:411
#: fe-auth.c:415
#: fe-auth.c:411 fe-auth.c:415
#, c-format
msgid "Kerberos 5 authentication rejected: %*s\n"
msgstr " Kerberos 5 : %*s\n"
...
...
@@ -42,7 +42,7 @@ msgstr "
msgid "could not restore non-blocking mode on socket: %s\n"
msgstr " : %s\n"
#: fe-auth.c:50
9
#: fe-auth.c:50
8
msgid "SCM_CRED authentication method not supported\n"
msgstr " SCM_CRED \n"
...
...
@@ -50,54 +50,54 @@ msgstr "
msgid "Kerberos 4 authentication failed\n"
msgstr " Kerberos 4 \n"
#: fe-auth.c:60
6
#: fe-auth.c:60
8
msgid "Kerberos 4 authentication not supported\n"
msgstr " Kerberos 4 \n"
#: fe-auth.c:61
6
#: fe-auth.c:61
9
msgid "Kerberos 5 authentication failed\n"
msgstr " Kerberos 5 \n"
#: fe-auth.c:62
2
#: fe-auth.c:62
7
msgid "Kerberos 5 authentication not supported\n"
msgstr " Kerberos 5 \n"
#: fe-auth.c:65
0
#: fe-auth.c:65
5
#, c-format
msgid "authentication method %u not supported\n"
msgstr " %u \n"
#: fe-auth.c:6
87
#: fe-auth.c:6
92
#, c-format
msgid "invalid authentication service name \"%s\", ignored\n"
msgstr " \"%s\", \n"
#: fe-auth.c:7
58
#: fe-auth.c:7
64
#, c-format
msgid "fe_getauthname: invalid authentication system: %d\n"
msgstr "fe_getauthname: : %d\n"
#: fe-connect.c:45
2
#: fe-connect.c:45
1
#, c-format
msgid "invalid sslmode value: \"%s\"\n"
msgstr " sslmode: \"%s\"\n"
#: fe-connect.c:47
2
#: fe-connect.c:47
1
#, c-format
msgid "sslmode value \"%s\" invalid when SSL support is not compiled in\n"
msgstr " sslmode \"%s\" SSL \n"
#: fe-connect.c:78
3
#: fe-connect.c:78
2
#, c-format
msgid "could not set socket to non-blocking mode: %s\n"
msgstr " : %s\n"
#: fe-connect.c:8
10
#: fe-connect.c:8
09
#, c-format
msgid "could not set socket to TCP no delay mode: %s\n"
msgstr " TCP : %s\n"
#: fe-connect.c:84
1
#: fe-connect.c:84
0
#, c-format
msgid ""
"could not connect to server: %s\n"
...
...
@@ -108,7 +108,7 @@ msgstr ""
"\t \n"
"\t Unix' \"%s\"?\n"
#: fe-connect.c:85
3
#: fe-connect.c:85
2
#, c-format
msgid ""
"could not connect to server: %s\n"
...
...
@@ -119,181 +119,172 @@ msgstr ""
"\t \"%s\" \n"
"\t TCP/IP %s?\n"
#: fe-connect.c:9
37
#: fe-connect.c:9
42
#, c-format
msgid "could not translate host name \"%s\" to address: %s\n"
msgstr " \"%s\" : %s\n"
#: fe-connect.c:94
1
#: fe-connect.c:94
6
#, c-format
msgid "could not translate Unix-domain socket path \"%s\" to address: %s\n"
msgstr " UNIX- \"%s\" : %s\n"
#: fe-connect.c:114
4
#: fe-connect.c:114
9
msgid "invalid connection state, probably indicative of memory corruption\n"
msgstr " , \n"
#: fe-connect.c:11
87
#: fe-connect.c:11
92
#, c-format
msgid "could not create socket: %s\n"
msgstr " : %s\n"
#: fe-connect.c:1
298
#: fe-connect.c:1
303
#, c-format
msgid "could not get socket error status: %s\n"
msgstr " : %s\n"
#: fe-connect.c:13
37
#: fe-connect.c:13
42
#, c-format
msgid "could not get client address from socket: %s\n"
msgstr " : %s\n"
#: fe-connect.c:138
2
#: fe-connect.c:138
7
#, c-format
msgid "could not send SSL negotiation packet: %s\n"
msgstr " SSL: %s\n"
#: fe-connect.c:1404
#: fe-connect.c:2527
#: fe-connect.c:2536
#: fe-connect.c:3103
#: fe-lobj.c:540
#: fe-connect.c:1409 fe-connect.c:2529 fe-connect.c:2538 fe-connect.c:3105
#: fe-lobj.c:548
msgid "out of memory\n"
msgstr " \n"
#: fe-connect.c:14
17
#: fe-connect.c:14
22
#, c-format
msgid "could not send startup packet: %s\n"
msgstr " : %s\n"
#: fe-connect.c:14
57
#: fe-connect.c:14
62
#, c-format
msgid "could not receive server response to SSL negotiation packet: %s\n"
msgstr " SSL: %s\n"
#: fe-connect.c:1476
#: fe-connect.c:1493
#: fe-connect.c:1481 fe-connect.c:1498
msgid "server does not support SSL, but SSL was required\n"
msgstr " SSL, SSL \n"
#: fe-connect.c:15
09
#: fe-connect.c:15
14
#, c-format
msgid "received invalid response to SSL negotiation: %c\n"
msgstr " SSL: %c\n"
#: fe-connect.c:1566
#: fe-connect.c:1598
#: fe-connect.c:1571 fe-connect.c:1603
#, c-format
msgid "expected authentication request from server, but received %c\n"
msgstr " , : %c\n"
#: fe-connect.c:183
4
#: fe-connect.c:183
9
msgid "unexpected message from server during startup\n"
msgstr " \n"
#: fe-connect.c:190
4
#: fe-connect.c:190
9
#, c-format
msgid "invalid connection state %c, probably indicative of memory corruption\n"
msgstr " %c, \n"
#: fe-connect.c:257
5
#: fe-connect.c:257
7
#, c-format
msgid "missing \"=\" after \"%s\" in connection info string\n"
msgstr " \"=\" \"%s\" \n"
#: fe-connect.c:262
4
#: fe-connect.c:262
6
msgid "unterminated quoted string in connection info string\n"
msgstr " ( ) \n"
#: fe-connect.c:26
58
#: fe-connect.c:26
60
#, c-format
msgid "invalid connection option \"%s\"\n"
msgstr " \"%s\"\n"
#: fe-connect.c:287
0
#: fe-connect.c:287
2
msgid "connection pointer is NULL\n"
msgstr " NULL'\n"
#: fe-connect.c:312
1
#: fe-connect.c:312
3
#, c-format
msgid "WARNING: Password file %s has world or group read access; permission should be u=rw (0600)\n"
msgid ""
"WARNING: Password file %s has world or group read access; permission should "
"be u=rw (0600)\n"
msgstr ": %s ; u=rw (0600)\n"
#: fe-exec.c:484
msgid "NOTICE"
msgstr "NOTICE"
#: fe-exec.c:637
#: fe-exec.c:689
#: fe-exec.c:653 fe-exec.c:705
msgid "command string is a null pointer\n"
msgstr " \n"
#: fe-exec.c:7
24
#: fe-exec.c:7
40
msgid "statement name is a null pointer\n"
msgstr " \n"
#: fe-exec.c:7
55
#: fe-exec.c:7
71
msgid "no connection to the server\n"
msgstr " \n"
#: fe-exec.c:7
62
#: fe-exec.c:7
78
msgid "another command is already in progress\n"
msgstr " \n"
#: fe-exec.c:798
#: fe-exec.c:1432
#: fe-exec.c:814 fe-exec.c:1465
msgid "function requires at least protocol version 3.0\n"
msgstr " 3.0\n"
#: fe-exec.c:11
00
#: fe-exec.c:11
16
#, c-format
msgid "unexpected asyncStatus: %d\n"
msgstr " asyncStatus: %d\n"
#: fe-exec.c:12
05
#: fe-exec.c:12
21
msgid "COPY terminated by new PQexec"
msgstr "COPY PQexec"
#: fe-exec.c:12
13
#: fe-exec.c:12
29
msgid "COPY IN state must be terminated first\n"
msgstr " COPY IN \n"
#: fe-exec.c:12
33
#: fe-exec.c:12
49
msgid "COPY OUT state must be terminated first\n"
msgstr " COPY OUT \n"
#: fe-exec.c:1336
#: fe-exec.c:1390
#: fe-exec.c:1474
#: fe-exec.c:1358 fe-exec.c:1423 fe-exec.c:1507
msgid "no COPY in progress\n"
msgstr " COPY \n"
#: fe-exec.c:16
66
#: fe-exec.c:16
99
msgid "connection in wrong state\n"
msgstr " \n"
#: fe-exec.c:1
697
#: fe-exec.c:1
730
msgid "invalid ExecStatusType code"
msgstr " ExecStatusType"
#: fe-exec.c:1761
#: fe-exec.c:1784
#: fe-exec.c:1794 fe-exec.c:1817
#, c-format
msgid "column number %d is out of range 0..%d"
msgstr " N %d 0..%d"
#: fe-exec.c:1
777
#: fe-exec.c:1
810
#, c-format
msgid "row number %d is out of range 0..%d"
msgstr " N %d 0..%d"
#: fe-exec.c:20
62
#: fe-exec.c:20
95
#, c-format
msgid "could not interpret result from server: %s"
msgstr " : %s"
#: fe-lobj.c:402
#: fe-lobj.c:487
#: fe-lobj.c:402 fe-lobj.c:487
#, c-format
msgid "could not open file \"%s\": %s\n"
msgstr " \"%s\": %s\n"
...
...
@@ -303,8 +294,7 @@ msgstr "
msgid "could not create large object for file \"%s\"\n"
msgstr " (LO) \"%s\"\n"
#: fe-lobj.c:424
#: fe-lobj.c:474
#: fe-lobj.c:424 fe-lobj.c:474
#, c-format
msgid "could not open large object %u\n"
msgstr " (LO) %u\n"
...
...
@@ -314,44 +304,44 @@ msgstr "
msgid "error while reading file \"%s\"\n"
msgstr " \"%s\"\n"
#: fe-lobj.c:502
#: fe-lobj.c:502
fe-lobj.c:515
#, c-format
msgid "error while writing to file \"%s\"\n"
msgstr " \"%s\"\n"
#: fe-lobj.c:5
68
#: fe-lobj.c:5
93
msgid "query to initialize large object functions did not return data\n"
msgstr " (LOs) \n"
#: fe-lobj.c:6
06
#: fe-lobj.c:6
31
msgid "cannot determine OID of function lo_open\n"
msgstr " OID lo_open\n"
#: fe-lobj.c:6
13
#: fe-lobj.c:6
38
msgid "cannot determine OID of function lo_close\n"
msgstr " OID lo_close\n"
#: fe-lobj.c:6
20
#: fe-lobj.c:6
45
msgid "cannot determine OID of function lo_creat\n"
msgstr " OID lo_creat\n"
#: fe-lobj.c:6
27
#: fe-lobj.c:6
52
msgid "cannot determine OID of function lo_unlink\n"
msgstr " OID lo_unlink\n"
#: fe-lobj.c:6
34
#: fe-lobj.c:6
59
msgid "cannot determine OID of function lo_lseek\n"
msgstr " OID lo_lseek\n"
#: fe-lobj.c:6
41
#: fe-lobj.c:6
66
msgid "cannot determine OID of function lo_tell\n"
msgstr " OID lo_tell\n"
#: fe-lobj.c:6
48
#: fe-lobj.c:6
73
msgid "cannot determine OID of function loread\n"
msgstr " OID loread\n"
#: fe-lobj.c:6
55
#: fe-lobj.c:6
80
msgid "cannot determine OID of function lowrite\n"
msgstr " OID lowrite\n"
...
...
@@ -365,19 +355,16 @@ msgstr "
msgid "integer of size %lu not supported by pqPutInt"
msgstr " integer %lu pqPutInt"
#: fe-misc.c:544
#: fe-misc.c:748
#: fe-misc.c:544 fe-misc.c:748
msgid "connection not open\n"
msgstr " \n"
#: fe-misc.c:610
#: fe-misc.c:701
#: fe-misc.c:610 fe-misc.c:701
#, c-format
msgid "could not receive data from server: %s\n"
msgstr " : %s\n"
#: fe-misc.c:718
#: fe-misc.c:786
#: fe-misc.c:718 fe-misc.c:786
msgid ""
"server closed the connection unexpectedly\n"
"\tThis probably means the server terminated abnormally\n"
...
...
@@ -392,136 +379,126 @@ msgstr ""
msgid "could not send data to server: %s\n"
msgstr " : %s\n"
#: fe-misc.c:9
05
#: fe-misc.c:9
22
msgid "timeout expired\n"
msgstr " ԣ\n"
#: fe-misc.c:9
50
#: fe-misc.c:9
67
msgid "socket not open\n"
msgstr " \n"
#: fe-misc.c:9
73
#: fe-misc.c:9
90
#, c-format
msgid "select() failed: %s\n"
msgstr "select() : %s\n"
#: fe-secure.c:2
46
#: fe-secure.c:2
60
#, c-format
msgid "could not establish SSL connection: %s\n"
msgstr " SSL-: %s\n"
#: fe-secure.c:308
#: fe-secure.c:380
#: fe-secure.c:913
#: fe-secure.c:323 fe-secure.c:403 fe-secure.c:1010
#, c-format
msgid "SSL SYSCALL error: %s\n"
msgstr " SSL SYSCALL: %s\n"
#: fe-secure.c:313
#: fe-secure.c:385
#: fe-secure.c:917
#: fe-secure.c:328 fe-secure.c:408 fe-secure.c:1014
msgid "SSL SYSCALL error: EOF detected\n"
msgstr " SSL SYSCALL: (EOF)\n"
#: fe-secure.c:322
#: fe-secure.c:393
#: fe-secure.c:923
#: fe-secure.c:339 fe-secure.c:418 fe-secure.c:1022
#, c-format
msgid "SSL error: %s\n"
msgstr " SSL: %s\n"
#: fe-secure.c:330
#: fe-secure.c:401
#: fe-secure.c:929
#: fe-secure.c:349 fe-secure.c:428 fe-secure.c:1030
msgid "unrecognized SSL error code\n"
msgstr " SSL\n"
#: fe-secure.c:4
59
#: fe-secure.c:4
90
#, c-format
msgid "error querying socket: %s\n"
msgstr " : %s\n"
#: fe-secure.c:
487
#: fe-secure.c:
518
#, c-format
msgid "could not get information about host (%s): %s\n"
msgstr " (%s): %s\n"
#: fe-secure.c:5
06
#: fe-secure.c:5
37
msgid "unsupported protocol\n"
msgstr " \n"
#: fe-secure.c:5
28
#: fe-secure.c:5
59
#, c-format
msgid "server common name \"%s\" does not resolve to %ld.%ld.%ld.%ld\n"
msgstr " \"%s\" %ld.%ld.%ld.%ld\n"
#: fe-secure.c:5
35
#: fe-secure.c:5
66
#, c-format
msgid "server common name \"%s\" does not resolve to peer address\n"
msgstr " \"%s\" \n"
#: fe-secure.c:7
18
#: fe-secure.c:7
49
msgid "could not get user information\n"
msgstr " \n"
#: fe-secure.c:7
30
#: fe-secure.c:7
61
#, c-format
msgid "could not open certificate (%s): %s\n"
msgstr " (%s): %s\n"
#: fe-secure.c:7
37
#: fe-secure.c:7
69
#, c-format
msgid "could not read certificate (%s): %s\n"
msgstr " (%s): %s\n"
#: fe-secure.c:7
50
#: fe-secure.c:7
83
#, c-format
msgid "certificate present, but not private key (%s)\n"
msgstr " , (%s)\n"
#: fe-secure.c:7
59
#: fe-secure.c:7
92
#, c-format
msgid "private key (%s) has wrong permissions\n"
msgstr " (%s)\n"
#: fe-secure.c:7
66
#: fe-secure.c:7
99
#, c-format
msgid "could not open private key file (%s): %s\n"
msgstr " (%s): %s\n"
#: fe-secure.c:
775
#: fe-secure.c:
808
#, c-format
msgid "private key (%s) changed during execution\n"
msgstr " (%s) \n"
#: fe-secure.c:
782
#: fe-secure.c:
816
#, c-format
msgid "could not read private key (%s): %s\n"
msgstr " (%s): %s\n"
#: fe-secure.c:
794
#: fe-secure.c:
830
#, c-format
msgid "certificate/private key mismatch (%s): %s\n"
msgstr "/ (%s): %s\n"
#: fe-secure.c:8
2
7
#: fe-secure.c:8
9
7
#, c-format
msgid "could not create SSL context: %s\n"
msgstr " SSL: %s\n"
#: fe-secure.c:846
#: fe-secure.c:854
#: fe-secure.c:941 fe-secure.c:950
#, c-format
msgid "could not read root certificate list (%s): %s\n"
msgstr " (%s): %s\n"
#: fe-secure.c:
948
#: fe-secure.c:
1049
#, c-format
msgid "certificate could not be validated: %s\n"
msgstr " : %s\n"
#: fe-secure.c:
960
#: fe-secure.c:
1062
#, c-format
msgid "certificate could not be obtained: %s\n"
msgstr " : %s\n"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment