~ubuntu-branches/ubuntu/maverick/postgresql-8.4/maverick-proposed

« back to all changes in this revision

Viewing changes to src/bin/scripts/po/zh_CN.po

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-05-15 13:31:46 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100515133146-kd8qmfietgxqvam0
Tags: 8.4.4-1
* Urgency medium due to security fixes.
* New upstream security/bug fix release:
  - Enforce restrictions in plperl using an opmask applied to the whole
    interpreter, instead of using "Safe.pm".
    Recent developments have convinced us that "Safe.pm" is too
    insecure to rely on for making plperl trustable. This change
    removes use of "Safe.pm" altogether, in favor of using a separate
    interpreter with an opcode mask that is always applied. Pleasant
    side effects of the change include that it is now possible to use
    Perl's strict pragma in a natural way in plperl, and that Perl's $a
    and $b variables work as expected in sort routines, and that
    function compilation is significantly faster. (CVE-2010-1169)
  - Prevent PL/Tcl from executing untrustworthy code from pltcl_modules.
    PL/Tcl's feature for autoloading Tcl code from a database table
    could be exploited for trojan-horse attacks, because there was no
    restriction on who could create or insert into that table. This
    change disables the feature unless pltcl_modules is owned by a
    superuser. (However, the permissions on the table are not checked,
    so installations that really need a less-than-secure modules table
    can still grant suitable privileges to trusted non-superusers.)
    Also, prevent loading code into the unrestricted "normal" Tcl
    interpreter unless we are really going to execute a pltclu
    function. (CVE-2010-1170)
  - Fix data corruption during WAL replay of ALTER ... SET TABLESPACE.
    When archive_mode is on, ALTER ... SET TABLESPACE generates a WAL
    record whose replay logic was incorrect. It could write the data to
    the wrong place, leading to possibly-unrecoverable data corruption.
    Data corruption would be observed on standby slaves, and could
    occur on the master as well if a database crash and recovery
    occurred after committing the ALTER and before the next checkpoint.
  - Fix possible crash if a cache reset message is received during
    rebuild of a relcache entry.
    This error was introduced in 8.4.3 while fixing a related failure.
  - Apply per-function GUC settings while running the language
    validator for the function. This avoids failures if the function's code
    is invalid without the setting; an example is that SQL functions may not
    parse if the search_path is not correct.
  - Do constraint exclusion for inherited "UPDATE" and "DELETE" target
    tables when constraint_exclusion = partition.
    Due to an oversight, this setting previously only caused constraint
    exclusion to be checked in "SELECT" commands.
  - Do not allow an unprivileged user to reset superuser-only parameter
    settings.
    Previously, if an unprivileged user ran ALTER USER ... RESET ALL
    for himself, or ALTER DATABASE ... RESET ALL for a database he
    owns, this would remove all special parameter settings for the user
    or database, even ones that are only supposed to be changeable by a
    superuser. Now, the "ALTER" will only remove the parameters that
    the user has permission to change.
  - Avoid possible crash during backend shutdown if shutdown occurs
    when a CONTEXT addition would be made to log entries.
    In some cases the context-printing function would fail because the
    current transaction had already been rolled back when it came time
    to print a log message.
  - Fix erroneous handling of %r parameter in recovery_end_command.
    The value always came out zero.
  - Ensure the archiver process responds to changes in archive_command
    as soon as possible.
  - Fix pl/pgsql's CASE statement to not fail when the case expression
    is a query that returns no rows.
  - Update pl/perl's "ppport.h" for modern Perl versions.
  - Fix assorted memory leaks in pl/python.
  - Handle empty-string connect parameters properly in ecpg.
  - Prevent infinite recursion in psql when expanding a variable that
    refers to itself.
  - Fix psql's \copy to not add spaces around a dot within \copy
    (select ...).
    Addition of spaces around the decimal point in a numeric literal
    would result in a syntax error.
  - Avoid formatting failure in psql when running in a locale context
    that doesn't match the client_encoding.
  - Fix unnecessary "GIN indexes do not support whole-index scans"
    errors for unsatisfiable queries using "contrib/intarray" operators.
  - Ensure that "contrib/pgstattuple" functions respond to cancel
    interrupts promptly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# SOME DESCRIPTIVE TITLE.
 
2
# This file is put in the public domain.
 
3
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
 
4
#
 
5
msgid ""
 
6
msgstr ""
 
7
"Project-Id-Version: PostgreSQL 7.4\n"
 
8
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
 
9
"POT-Creation-Date: 2010-02-19 01:52+0000\n"
 
10
"PO-Revision-Date: 2010-03-30 14:41+0800\n"
 
11
"Last-Translator: Weibin <ssmei_2000@yahoo.com>\n"
 
12
"Language-Team: Weiping He <laser@zhengmai.com.cn>\n"
 
13
"MIME-Version: 1.0\n"
 
14
"Content-Type: text/plain; charset=GB2312\n"
 
15
"Content-Transfer-Encoding: 8bit\n"
 
16
 
 
17
#: createdb.c:114
 
18
#: createdb.c:133
 
19
#: createlang.c:89
 
20
#: createlang.c:110
 
21
#: createlang.c:163
 
22
#: createuser.c:149
 
23
#: createuser.c:164
 
24
#: dropdb.c:83
 
25
#: dropdb.c:92
 
26
#: dropdb.c:100
 
27
#: droplang.c:100
 
28
#: droplang.c:121
 
29
#: droplang.c:175
 
30
#: dropuser.c:83
 
31
#: dropuser.c:98
 
32
#: clusterdb.c:104
 
33
#: clusterdb.c:119
 
34
#: vacuumdb.c:121
 
35
#: vacuumdb.c:136
 
36
#: reindexdb.c:114
 
37
#: reindexdb.c:128
 
38
#, c-format
 
39
msgid "Try \"%s --help\" for more information.\n"
 
40
msgstr "���� \"%s --help\" ��ȡ�������Ϣ.\n"
 
41
 
 
42
#: createdb.c:131
 
43
#: createlang.c:108
 
44
#: createuser.c:162
 
45
#: dropdb.c:98
 
46
#: droplang.c:119
 
47
#: dropuser.c:96
 
48
#: clusterdb.c:117
 
49
#: vacuumdb.c:134
 
50
#: reindexdb.c:127
 
51
#, c-format
 
52
msgid "%s: too many command-line arguments (first is \"%s\")\n"
 
53
msgstr "%s: ̫��������в��� (��һ���� \"%s\")\n"
 
54
 
 
55
#: createdb.c:141
 
56
#, c-format
 
57
msgid "%s: only one of --locale and --lc-ctype can be specified\n"
 
58
msgstr "%s: ֻ��ָ��--locale��--lc-ctype������ѡ��֮һ\n"
 
59
 
 
60
#: createdb.c:147
 
61
#, c-format
 
62
msgid "%s: only one of --locale and --lc-collate can be specified\n"
 
63
msgstr "%s: ֻ��ָ��--locale��--lc-collate������ѡ��֮һ\n"
 
64
 
 
65
#: createdb.c:159
 
66
#, c-format
 
67
msgid "%s: \"%s\" is not a valid encoding name\n"
 
68
msgstr "%s: \"%s\" ����һ����Ч�ı�������\n"
 
69
 
 
70
#: createdb.c:204
 
71
#, c-format
 
72
msgid "%s: database creation failed: %s"
 
73
msgstr "%s: �������ݿ�ʧ��: %s"
 
74
 
 
75
#: createdb.c:227
 
76
#, c-format
 
77
msgid "%s: comment creation failed (database was created): %s"
 
78
msgstr "%s: ����ע��ʧ�� (���ݿ��Ѵ���): %s"
 
79
 
 
80
#: createdb.c:244
 
81
#, c-format
 
82
msgid ""
 
83
"%s creates a PostgreSQL database.\n"
 
84
"\n"
 
85
msgstr ""
 
86
"%s ����һ�� PostgreSQL ���ݿ�.\n"
 
87
"\n"
 
88
 
 
89
#: createdb.c:245
 
90
#: createlang.c:215
 
91
#: createuser.c:300
 
92
#: dropdb.c:140
 
93
#: droplang.c:332
 
94
#: dropuser.c:139
 
95
#: clusterdb.c:236
 
96
#: vacuumdb.c:262
 
97
#: reindexdb.c:313
 
98
#, c-format
 
99
msgid "Usage:\n"
 
100
msgstr "ʹ�÷���:\n"
 
101
 
 
102
#: createdb.c:246
 
103
#, c-format
 
104
msgid "  %s [OPTION]... [DBNAME] [DESCRIPTION]\n"
 
105
msgstr "  %s [ѡ��]... [���ݿ�����] [����]\n"
 
106
 
 
107
#: createdb.c:247
 
108
#: createlang.c:217
 
109
#: createuser.c:302
 
110
#: dropdb.c:142
 
111
#: droplang.c:334
 
112
#: dropuser.c:141
 
113
#: clusterdb.c:238
 
114
#: vacuumdb.c:264
 
115
#: reindexdb.c:315
 
116
#, c-format
 
117
msgid ""
 
118
"\n"
 
119
"Options:\n"
 
120
msgstr ""
 
121
"\n"
 
122
"ѡ��:\n"
 
123
 
 
124
#: createdb.c:248
 
125
#, c-format
 
126
msgid "  -D, --tablespace=TABLESPACE  default tablespace for the database\n"
 
127
msgstr "  -D, --tablespace=TABLESPACE  ���ݿ�Ĭ�ϱ��ռ�\n"
 
128
 
 
129
#: createdb.c:249
 
130
#, c-format
 
131
msgid "  -e, --echo                   show the commands being sent to the server\n"
 
132
msgstr "  -e, --echo                   ��ʾ���͵�����˵�����\n"
 
133
 
 
134
#: createdb.c:250
 
135
#, c-format
 
136
msgid "  -E, --encoding=ENCODING      encoding for the database\n"
 
137
msgstr "  -E, --encoding=ENCODING      ���ݿ����\n"
 
138
 
 
139
#: createdb.c:251
 
140
#, c-format
 
141
msgid "  -l, --locale=LOCALE          locale settings for the database\n"
 
142
msgstr "  -O, --owner=OWNER            �����ݿ�������û�\n"
 
143
 
 
144
#: createdb.c:252
 
145
#, c-format
 
146
msgid "      --lc-collate=LOCALE      LC_COLLATE setting for the database\n"
 
147
msgstr "      --lc-collate=LOCALE      ���ݿ��LC_COLLATE����\n"
 
148
 
 
149
#: createdb.c:253
 
150
#, c-format
 
151
msgid "      --lc-ctype=LOCALE        LC_CTYPE setting for the database\n"
 
152
msgstr "      --lc-ctype=LOCALE        ���ݿ��LC_CTYPE����\n"
 
153
 
 
154
#: createdb.c:254
 
155
#, c-format
 
156
msgid "  -O, --owner=OWNER            database user to own the new database\n"
 
157
msgstr "  -O, --owner=OWNER            �����ݿ�������û�\n"
 
158
 
 
159
#: createdb.c:255
 
160
#, c-format
 
161
msgid "  -T, --template=TEMPLATE      template database to copy\n"
 
162
msgstr "  -T, --template=TEMPLATE      Ҫ���������ݿ�ģ��\n"
 
163
 
 
164
#: createdb.c:256
 
165
#, c-format
 
166
msgid "  --help                       show this help, then exit\n"
 
167
msgstr "  --help                       ��ʾ�˰�����Ϣ, Ȼ���˳�\n"
 
168
 
 
169
#: createdb.c:257
 
170
#, c-format
 
171
msgid "  --version                    output version information, then exit\n"
 
172
msgstr "  --versoin                    ����汾��Ϣ, Ȼ���˳�\n"
 
173
 
 
174
#: createdb.c:258
 
175
#: createlang.c:223
 
176
#: createuser.c:321
 
177
#: dropdb.c:147
 
178
#: droplang.c:340
 
179
#: dropuser.c:146
 
180
#: clusterdb.c:247
 
181
#: vacuumdb.c:276
 
182
#: reindexdb.c:325
 
183
#, c-format
 
184
msgid ""
 
185
"\n"
 
186
"Connection options:\n"
 
187
msgstr ""
 
188
"\n"
 
189
"����ѡ��:\n"
 
190
 
 
191
#: createdb.c:259
 
192
#, c-format
 
193
msgid "  -h, --host=HOSTNAME          database server host or socket directory\n"
 
194
msgstr "  -h, --host=HOSTNAME          ���ݿ���������ڻ��������������׽���Ŀ¼\n"
 
195
 
 
196
#: createdb.c:260
 
197
#, c-format
 
198
msgid "  -p, --port=PORT              database server port\n"
 
199
msgstr "  -p, --port=PORT              ���ݿ�������˿ں�\n"
 
200
 
 
201
#: createdb.c:261
 
202
#, c-format
 
203
msgid "  -U, --username=USERNAME      user name to connect as\n"
 
204
msgstr "  -U, --username=USERNAME      ���ӵ��û���\n"
 
205
 
 
206
#: createdb.c:262
 
207
#, c-format
 
208
msgid "  -w, --no-password            never prompt for password\n"
 
209
msgstr "  -w, --no-password           ��Զ����ʾ�������\n"
 
210
 
 
211
#: createdb.c:263
 
212
#, c-format
 
213
msgid "  -W, --password               force password prompt\n"
 
214
msgstr "  -W, --password              ǿ����ʾ�������\n"
 
215
 
 
216
#: createdb.c:264
 
217
#, c-format
 
218
msgid ""
 
219
"\n"
 
220
"By default, a database with the same name as the current user is created.\n"
 
221
msgstr ""
 
222
"\n"
 
223
"Ĭ�������, �Ե�ǰ�û����û����������ݿ�.\n"
 
224
 
 
225
#: createdb.c:265
 
226
#: createlang.c:229
 
227
#: createuser.c:329
 
228
#: dropdb.c:153
 
229
#: droplang.c:346
 
230
#: dropuser.c:152
 
231
#: clusterdb.c:254
 
232
#: vacuumdb.c:283
 
233
#: reindexdb.c:332
 
234
#, c-format
 
235
msgid ""
 
236
"\n"
 
237
"Report bugs to <pgsql-bugs@postgresql.org>.\n"
 
238
msgstr ""
 
239
"\n"
 
240
"���汨���� <pgsql-bugs@postgresql.org>.\n"
 
241
 
 
242
#: createlang.c:140
 
243
#: droplang.c:151
 
244
msgid "Name"
 
245
msgstr "����"
 
246
 
 
247
#: createlang.c:141
 
248
#: droplang.c:152
 
249
msgid "yes"
 
250
msgstr "yes"
 
251
 
 
252
#: createlang.c:141
 
253
#: droplang.c:152
 
254
msgid "no"
 
255
msgstr "no"
 
256
 
 
257
#: createlang.c:142
 
258
#: droplang.c:153
 
259
msgid "Trusted?"
 
260
msgstr "�Ƿ�����?"
 
261
 
 
262
#: createlang.c:151
 
263
#: droplang.c:162
 
264
msgid "Procedural Languages"
 
265
msgstr "��������"
 
266
 
 
267
#: createlang.c:162
 
268
#: droplang.c:173
 
269
#, c-format
 
270
msgid "%s: missing required argument language name\n"
 
271
msgstr "%s: ȱ��Ҫ����������Ʋ���\n"
 
272
 
 
273
#: createlang.c:184
 
274
#, c-format
 
275
msgid "%s: language \"%s\" is already installed in database \"%s\"\n"
 
276
msgstr "%1$s: ���ݿ� \"%3$s\" ���Ѿ���װ������ \"%2$s\"\n"
 
277
 
 
278
#: createlang.c:198
 
279
#, c-format
 
280
msgid "%s: language installation failed: %s"
 
281
msgstr "%s: ���԰�װʧ��: %s"
 
282
 
 
283
#: createlang.c:214
 
284
#, c-format
 
285
msgid ""
 
286
"%s installs a procedural language into a PostgreSQL database.\n"
 
287
"\n"
 
288
msgstr ""
 
289
"%s ��װһ���������Խ� PostgreSQL ���ݿ�.\n"
 
290
"\n"
 
291
 
 
292
#: createlang.c:216
 
293
#: droplang.c:333
 
294
#, c-format
 
295
msgid "  %s [OPTION]... LANGNAME [DBNAME]\n"
 
296
msgstr "  %s [ѡ��]... �������� [���ݿ���]\n"
 
297
 
 
298
#: createlang.c:218
 
299
#, c-format
 
300
msgid "  -d, --dbname=DBNAME       database to install language in\n"
 
301
msgstr "  -d, --dbname=DBNAME       Ҫ��װ���Ե����ݿ�\n"
 
302
 
 
303
#: createlang.c:219
 
304
#: createuser.c:306
 
305
#: dropdb.c:143
 
306
#: droplang.c:336
 
307
#: dropuser.c:142
 
308
#: clusterdb.c:241
 
309
#: reindexdb.c:318
 
310
#, c-format
 
311
msgid "  -e, --echo                show the commands being sent to the server\n"
 
312
msgstr "  -e, --echo                ��ʾ���͵�����˵�����\n"
 
313
 
 
314
#: createlang.c:220
 
315
#: droplang.c:337
 
316
#, c-format
 
317
msgid "  -l, --list                show a list of currently installed languages\n"
 
318
msgstr "  -l, --list                ��ʾ��ǰ�Ѿ���װ�˵������б�\n"
 
319
 
 
320
#: createlang.c:221
 
321
#: createuser.c:319
 
322
#: dropdb.c:145
 
323
#: droplang.c:338
 
324
#: dropuser.c:144
 
325
#: clusterdb.c:245
 
326
#: reindexdb.c:323
 
327
#, c-format
 
328
msgid "  --help                    show this help, then exit\n"
 
329
msgstr "  --help                    ��ʾ�˰�����Ϣ, Ȼ���˳�\n"
 
330
 
 
331
#: createlang.c:222
 
332
#: createuser.c:320
 
333
#: dropdb.c:146
 
334
#: droplang.c:339
 
335
#: dropuser.c:145
 
336
#: clusterdb.c:246
 
337
#: reindexdb.c:324
 
338
#, c-format
 
339
msgid "  --version                 output version information, then exit\n"
 
340
msgstr "  --version                 ����汾��Ϣ, Ȼ���˳�\n"
 
341
 
 
342
#: createlang.c:224
 
343
#: createuser.c:322
 
344
#: dropdb.c:148
 
345
#: droplang.c:341
 
346
#: dropuser.c:147
 
347
#: clusterdb.c:248
 
348
#: vacuumdb.c:277
 
349
#: reindexdb.c:326
 
350
#, c-format
 
351
msgid "  -h, --host=HOSTNAME       database server host or socket directory\n"
 
352
msgstr "  -h, --host=HOSTNAM        ���ݿ���������ڻ��������������׽���Ŀ¼\n"
 
353
 
 
354
#: createlang.c:225
 
355
#: createuser.c:323
 
356
#: dropdb.c:149
 
357
#: droplang.c:342
 
358
#: dropuser.c:148
 
359
#: clusterdb.c:249
 
360
#: vacuumdb.c:278
 
361
#: reindexdb.c:327
 
362
#, c-format
 
363
msgid "  -p, --port=PORT           database server port\n"
 
364
msgstr "  -p, --port=PORT           ���ݿ�������˿ں�\n"
 
365
 
 
366
#: createlang.c:226
 
367
#: dropdb.c:150
 
368
#: droplang.c:343
 
369
#: clusterdb.c:250
 
370
#: vacuumdb.c:279
 
371
#: reindexdb.c:328
 
372
#, c-format
 
373
msgid "  -U, --username=USERNAME   user name to connect as\n"
 
374
msgstr "  -U, --username=USERNAME   ���ӵ��û���\n"
 
375
 
 
376
#: createlang.c:227
 
377
#: createuser.c:325
 
378
#: dropdb.c:151
 
379
#: droplang.c:344
 
380
#: dropuser.c:150
 
381
#: clusterdb.c:251
 
382
#: vacuumdb.c:280
 
383
#: reindexdb.c:329
 
384
#, c-format
 
385
msgid "  -w, --no-password         never prompt for password\n"
 
386
msgstr "  -w, -no-password         ��Զ����ʾ�������\n"
 
387
 
 
388
#: createlang.c:228
 
389
#: createuser.c:326
 
390
#: dropdb.c:152
 
391
#: droplang.c:345
 
392
#: dropuser.c:151
 
393
#: clusterdb.c:252
 
394
#: vacuumdb.c:281
 
395
#: reindexdb.c:330
 
396
#, c-format
 
397
msgid "  -W, --password            force password prompt\n"
 
398
msgstr "  -W, --password            ǿ����ʾ�������\n"
 
399
 
 
400
#: createuser.c:169
 
401
msgid "Enter name of role to add: "
 
402
msgstr "����Ҫ���ӵĽ�ɫ����: "
 
403
 
 
404
#: createuser.c:176
 
405
msgid "Enter password for new role: "
 
406
msgstr "Ϊ�½�ɫ����Ŀ���: "
 
407
 
 
408
#: createuser.c:177
 
409
msgid "Enter it again: "
 
410
msgstr "������һ��: "
 
411
 
 
412
#: createuser.c:180
 
413
#, c-format
 
414
msgid "Passwords didn't match.\n"
 
415
msgstr "���ƥ��.\n"
 
416
 
 
417
#: createuser.c:189
 
418
msgid "Shall the new role be a superuser?"
 
419
msgstr "�µĽ�ɫ�Ƿ��dz����û�?"
 
420
 
 
421
#: createuser.c:204
 
422
msgid "Shall the new role be allowed to create databases?"
 
423
msgstr "�µĽ�ɫ�����������ݿ���?"
 
424
 
 
425
#: createuser.c:212
 
426
msgid "Shall the new role be allowed to create more new roles?"
 
427
msgstr "�½�ɫ�������������µĽ�ɫ��? "
 
428
 
 
429
#: createuser.c:245
 
430
#, c-format
 
431
msgid "Password encryption failed.\n"
 
432
msgstr "�������ʧ��.\n"
 
433
 
 
434
#: createuser.c:284
 
435
#, c-format
 
436
msgid "%s: creation of new role failed: %s"
 
437
msgstr "%s: �������û�ʧ��: %s"
 
438
 
 
439
#: createuser.c:299
 
440
#, c-format
 
441
msgid ""
 
442
"%s creates a new PostgreSQL role.\n"
 
443
"\n"
 
444
msgstr ""
 
445
"%s ����һ���µ� PostgreSQL �û�.\n"
 
446
"\n"
 
447
 
 
448
#: createuser.c:301
 
449
#: dropuser.c:140
 
450
#, c-format
 
451
msgid "  %s [OPTION]... [ROLENAME]\n"
 
452
msgstr "  %s [ѡ��]... [�û���]\n"
 
453
 
 
454
#: createuser.c:303
 
455
#, c-format
 
456
msgid "  -c, --connection-limit=N  connection limit for role (default: no limit)\n"
 
457
msgstr "  -c, --connection-limit=N  ��ɫ����������(ȱʡ: û������)\n"
 
458
 
 
459
#: createuser.c:304
 
460
#, c-format
 
461
msgid "  -d, --createdb            role can create new databases\n"
 
462
msgstr "  -d, --createdb            �˽�ɫ���Դ��������ݿ�\n"
 
463
 
 
464
#: createuser.c:305
 
465
#, c-format
 
466
msgid "  -D, --no-createdb         role cannot create databases\n"
 
467
msgstr "  -D, --no-createdb         �˽�ɫ�����Դ��������ݿ�\n"
 
468
 
 
469
#: createuser.c:307
 
470
#, c-format
 
471
msgid "  -E, --encrypted           encrypt stored password\n"
 
472
msgstr "  -E, --encrypted           ������ܴ洢\n"
 
473
 
 
474
#: createuser.c:308
 
475
#, c-format
 
476
msgid ""
 
477
"  -i, --inherit             role inherits privileges of roles it is a\n"
 
478
"                            member of (default)\n"
 
479
msgstr ""
 
480
"  -i, --inherit            ��ɫ�ܹ��̳���������ɫ��Ȩ��\n"
 
481
"                   ������ȱʡ���)\n"
 
482
 
 
483
#: createuser.c:310
 
484
#, c-format
 
485
msgid "  -I, --no-inherit          role does not inherit privileges\n"
 
486
msgstr "  -I, --no-inherit          ��ɫ���̳�Ȩ��\n"
 
487
 
 
488
#: createuser.c:311
 
489
#, c-format
 
490
msgid "  -l, --login               role can login (default)\n"
 
491
msgstr "  -l, --login              ��ɫ�ܹ���¼(����ȱʡ���)\n"
 
492
 
 
493
#: createuser.c:312
 
494
#, c-format
 
495
msgid "  -L, --no-login            role cannot login\n"
 
496
msgstr "  -L, --no-login            ��ɫ���ܵ�¼\n"
 
497
 
 
498
#: createuser.c:313
 
499
#, c-format
 
500
msgid "  -N, --unencrypted         do not encrypt stored password\n"
 
501
msgstr "  -N, --unencrypted         ������ܴ洢\n"
 
502
 
 
503
#: createuser.c:314
 
504
#, c-format
 
505
msgid "  -P, --pwprompt            assign a password to new role\n"
 
506
msgstr "  -P, --pwprompt            ���½�ɫָ������\n"
 
507
 
 
508
#: createuser.c:315
 
509
#, c-format
 
510
msgid "  -r, --createrole          role can create new roles\n"
 
511
msgstr "  -r, --createrole        �����ɫ���Դ����µĽ�ɫ\n"
 
512
 
 
513
#: createuser.c:316
 
514
#, c-format
 
515
msgid "  -R, --no-createrole       role cannot create roles\n"
 
516
msgstr "  -R, --no-createrole       �����ɫû�д���������ɫ��Ȩ��\n"
 
517
 
 
518
#: createuser.c:317
 
519
#, c-format
 
520
msgid "  -s, --superuser           role will be superuser\n"
 
521
msgstr "  -s, --superuser          ��ɫ���dz����û�\n"
 
522
 
 
523
#: createuser.c:318
 
524
#, c-format
 
525
msgid "  -S, --no-superuser        role will not be superuser\n"
 
526
msgstr "  -S, --no-superuser       ��ɫ�����dz����û�\n"
 
527
 
 
528
#: createuser.c:324
 
529
#, c-format
 
530
msgid "  -U, --username=USERNAME   user name to connect as (not the one to create)\n"
 
531
msgstr "  -U, --username=USERNAME   �����û� (����Ҫ�������û���)\n"
 
532
 
 
533
#: createuser.c:327
 
534
#, c-format
 
535
msgid ""
 
536
"\n"
 
537
"If one of -d, -D, -r, -R, -s, -S, and ROLENAME is not specified, you will\n"
 
538
"be prompted interactively.\n"
 
539
msgstr ""
 
540
"\n"
 
541
"��� -d, -D, -r, -R, -s, -S �� ROLENAME һ����û��ָ��,��ʹ�ý���ʽ��ʾ\n"
 
542
"��.\n"
 
543
 
 
544
#: dropdb.c:91
 
545
#, c-format
 
546
msgid "%s: missing required argument database name\n"
 
547
msgstr "%s: ȱ����Ҫ�����ݿ�������\n"
 
548
 
 
549
#: dropdb.c:106
 
550
#, c-format
 
551
msgid "Database \"%s\" will be permanently removed.\n"
 
552
msgstr "���ݿ� \"%s\" �������õ�ɾ��.\n"
 
553
 
 
554
#: dropdb.c:107
 
555
#: dropuser.c:108
 
556
msgid "Are you sure?"
 
557
msgstr "��ȷ����? (y/n) "
 
558
 
 
559
#: dropdb.c:124
 
560
#, c-format
 
561
msgid "%s: database removal failed: %s"
 
562
msgstr "%s: ���ݿ�ɾ��ʧ��: %s"
 
563
 
 
564
#: dropdb.c:139
 
565
#, c-format
 
566
msgid ""
 
567
"%s removes a PostgreSQL database.\n"
 
568
"\n"
 
569
msgstr ""
 
570
"%s ɾ��һ�� PostgreSQL ���ݿ�.\n"
 
571
"\n"
 
572
 
 
573
#: dropdb.c:141
 
574
#, c-format
 
575
msgid "  %s [OPTION]... DBNAME\n"
 
576
msgstr "  %s [ѡ��]... ���ݿ���\n"
 
577
 
 
578
#: dropdb.c:144
 
579
#: dropuser.c:143
 
580
#, c-format
 
581
msgid "  -i, --interactive         prompt before deleting anything\n"
 
582
msgstr "  -i, --interactive         ɾ���κζ���֮ǰ������ʾ\n"
 
583
 
 
584
#: droplang.c:203
 
585
#, c-format
 
586
msgid "%s: language \"%s\" is not installed in database \"%s\"\n"
 
587
msgstr "%1$s: ���ݿ� \"%3$s\" ��, û�а�װ���� \"%2$s\"\n"
 
588
 
 
589
#: droplang.c:223
 
590
#, c-format
 
591
msgid "%s: still %s functions declared in language \"%s\"; language not removed\n"
 
592
msgstr "%s: ���� %s �������� \"%s\" ������; ����δ��ɾ��\n"
 
593
 
 
594
#: droplang.c:316
 
595
#, c-format
 
596
msgid "%s: language removal failed: %s"
 
597
msgstr "%s: ����ɾ��ʧ��: %s"
 
598
 
 
599
#: droplang.c:331
 
600
#, c-format
 
601
msgid ""
 
602
"%s removes a procedural language from a database.\n"
 
603
"\n"
 
604
msgstr ""
 
605
"%s �����ݿ���ɾ��һ����������.\n"
 
606
"\n"
 
607
 
 
608
#: droplang.c:335
 
609
#, c-format
 
610
msgid "  -d, --dbname=DBNAME       database from which to remove the language\n"
 
611
msgstr "  -d, --dbname=DBNAME       Ҫɾ�����Ե����ݿ�\n"
 
612
 
 
613
#: dropuser.c:103
 
614
msgid "Enter name of role to drop: "
 
615
msgstr "����Ҫɾ�����û���: "
 
616
 
 
617
#: dropuser.c:107
 
618
#, c-format
 
619
msgid "Role \"%s\" will be permanently removed.\n"
 
620
msgstr "�û� \"%s\" ��������ɾ��.\n"
 
621
 
 
622
#: dropuser.c:123
 
623
#, c-format
 
624
msgid "%s: removal of role \"%s\" failed: %s"
 
625
msgstr "%s: ɾ���û� \"%s\" ʧ��: %s"
 
626
 
 
627
#: dropuser.c:138
 
628
#, c-format
 
629
msgid ""
 
630
"%s removes a PostgreSQL role.\n"
 
631
"\n"
 
632
msgstr ""
 
633
"%s ɾ��һ�� PostgreSQL �û�.\n"
 
634
"\n"
 
635
 
 
636
#: dropuser.c:149
 
637
#, c-format
 
638
msgid "  -U, --username=USERNAME   user name to connect as (not the one to drop)\n"
 
639
msgstr "  -U, --username=USERNAME   �����û� (����Ҫɾ�����û���)\n"
 
640
 
 
641
#: clusterdb.c:129
 
642
#, c-format
 
643
msgid "%s: cannot cluster all databases and a specific one at the same time\n"
 
644
msgstr "%s: �޷����������ݿ��һ��ָ�������ݿ�ͬʱ����\n"
 
645
 
 
646
#: clusterdb.c:135
 
647
#, c-format
 
648
msgid "%s: cannot cluster a specific table in all databases\n"
 
649
msgstr "%s: �޷����������ݿ��ж�һ��ָ���ı����н���\n"
 
650
 
 
651
#: clusterdb.c:187
 
652
#, c-format
 
653
msgid "%s: clustering of table \"%s\" in database \"%s\" failed: %s"
 
654
msgstr "%1$s: �����ݿ� \"%3$s\" �еı� \"%2$s\" ����ʧ��: %4$s"
 
655
 
 
656
#: clusterdb.c:190
 
657
#, c-format
 
658
msgid "%s: clustering of database \"%s\" failed: %s"
 
659
msgstr "%s: ���ݿ� \"%s\" ����ʧ��: %s"
 
660
 
 
661
#: clusterdb.c:219
 
662
#, c-format
 
663
msgid "%s: clustering database \"%s\"\n"
 
664
msgstr "%s: �����ݿ� \"%s\" ���н���\n"
 
665
 
 
666
#: clusterdb.c:235
 
667
#, c-format
 
668
msgid ""
 
669
"%s clusters all previously clustered tables in a database.\n"
 
670
"\n"
 
671
msgstr ""
 
672
"%s ��һ�����ݿ�����ǰ�Ѿ������صı����н���.\n"
 
673
"\n"
 
674
 
 
675
#: clusterdb.c:237
 
676
#: vacuumdb.c:263
 
677
#: reindexdb.c:314
 
678
#, c-format
 
679
msgid "  %s [OPTION]... [DBNAME]\n"
 
680
msgstr "  %s [ѡ��]... [���ݿ���]\n"
 
681
 
 
682
#: clusterdb.c:239
 
683
#, c-format
 
684
msgid "  -a, --all                 cluster all databases\n"
 
685
msgstr "  -a, --all                 ���������ݿ⽨��\n"
 
686
 
 
687
#: clusterdb.c:240
 
688
#, c-format
 
689
msgid "  -d, --dbname=DBNAME       database to cluster\n"
 
690
msgstr "  -d, --dbname=DBNAME       �����ݿ� DBNAME ����\n"
 
691
 
 
692
#: clusterdb.c:242
 
693
#: reindexdb.c:320
 
694
#, c-format
 
695
msgid "  -q, --quiet               don't write any messages\n"
 
696
msgstr "  -q, --quiet               ��д�κ���Ϣ\n"
 
697
 
 
698
#: clusterdb.c:243
 
699
#, c-format
 
700
msgid "  -t, --table=TABLE         cluster specific table only\n"
 
701
msgstr "  -t, --table=TABLE         ֻ��ָ���ı� TABLE ����\n"
 
702
 
 
703
#: clusterdb.c:244
 
704
#, c-format
 
705
msgid "  -v, --verbose             write a lot of output\n"
 
706
msgstr "  -v, --verbose                   д���������\n"
 
707
 
 
708
#: clusterdb.c:253
 
709
#, c-format
 
710
msgid ""
 
711
"\n"
 
712
"Read the description of the SQL command CLUSTER for details.\n"
 
713
msgstr ""
 
714
"\n"
 
715
"�Ķ� SQL ���� CLUSTER ��������Ϣ, �Ա��ø���ϸ����Ϣ.\n"
 
716
 
 
717
#: vacuumdb.c:146
 
718
#, c-format
 
719
msgid "%s: cannot vacuum all databases and a specific one at the same time\n"
 
720
msgstr "%s: �޷����������ݿ��һ��ָ�������ݿ�ͬʱ����\n"
 
721
 
 
722
#: vacuumdb.c:152
 
723
#, c-format
 
724
msgid "%s: cannot vacuum a specific table in all databases\n"
 
725
msgstr "%s: �޷����������ݿ��ж�һ��ָ���ı���������\n"
 
726
 
 
727
#: vacuumdb.c:212
 
728
#, c-format
 
729
msgid "%s: vacuuming of table \"%s\" in database \"%s\" failed: %s"
 
730
msgstr "%1$s: �����ݿ� \"%3$s\" �еı� \"%2$s\" ����ʧ��: %4$s"
 
731
 
 
732
#: vacuumdb.c:215
 
733
#, c-format
 
734
msgid "%s: vacuuming of database \"%s\" failed: %s"
 
735
msgstr "%s: ���ݿ� \"%s\" ����ʧ��: %s"
 
736
 
 
737
#: vacuumdb.c:245
 
738
#, c-format
 
739
msgid "%s: vacuuming database \"%s\"\n"
 
740
msgstr "%s: �������ݿ� \"%s\"\n"
 
741
 
 
742
#: vacuumdb.c:261
 
743
#, c-format
 
744
msgid ""
 
745
"%s cleans and analyzes a PostgreSQL database.\n"
 
746
"\n"
 
747
msgstr ""
 
748
"%s ���������Ż�һ�� PostgreSQL ���ݿ�.\n"
 
749
"\n"
 
750
 
 
751
#: vacuumdb.c:265
 
752
#, c-format
 
753
msgid "  -a, --all                       vacuum all databases\n"
 
754
msgstr "  -a, --all                       �������е����ݿ�\n"
 
755
 
 
756
#: vacuumdb.c:266
 
757
#, c-format
 
758
msgid "  -d, --dbname=DBNAME             database to vacuum\n"
 
759
msgstr "  -d, --dbname=DBNAME             �������ݿ� DBNAME\n"
 
760
 
 
761
#: vacuumdb.c:267
 
762
#, c-format
 
763
msgid "  -e, --echo                      show the commands being sent to the server\n"
 
764
msgstr "  -e, --echo                      ��ʾ���͵�����˵�����\n"
 
765
 
 
766
#: vacuumdb.c:268
 
767
#, c-format
 
768
msgid "  -f, --full                      do full vacuuming\n"
 
769
msgstr "  -f, --full                      ��ȫ����\n"
 
770
 
 
771
#: vacuumdb.c:269
 
772
#, c-format
 
773
msgid "  -F, --freeze                    freeze row transaction information\n"
 
774
msgstr "  -F, --freeze                    �����¼��������Ϣ\n"
 
775
 
 
776
#: vacuumdb.c:270
 
777
#, c-format
 
778
msgid "  -q, --quiet                     don't write any messages\n"
 
779
msgstr "  -q, --quiet                     ��д�κ���Ϣ\n"
 
780
 
 
781
#: vacuumdb.c:271
 
782
#, c-format
 
783
msgid "  -t, --table='TABLE[(COLUMNS)]'  vacuum specific table only\n"
 
784
msgstr "  -t, --table='TABLE[(COLUMNS)]'  ֻ����ָ���ı� TABLE\n"
 
785
 
 
786
#: vacuumdb.c:272
 
787
#, c-format
 
788
msgid "  -v, --verbose                   write a lot of output\n"
 
789
msgstr "  -v, --verbose                   д���������\n"
 
790
 
 
791
#: vacuumdb.c:273
 
792
#, c-format
 
793
msgid "  -z, --analyze                   update optimizer hints\n"
 
794
msgstr "  -z, --anaylze                   �����Ż�����Ϣ\n"
 
795
 
 
796
#: vacuumdb.c:274
 
797
#, c-format
 
798
msgid "  --help                          show this help, then exit\n"
 
799
msgstr "  --help                          ��ʾ�˰�����Ϣ, Ȼ���˳�\n"
 
800
 
 
801
#: vacuumdb.c:275
 
802
#, c-format
 
803
msgid "  --version                       output version information, then exit\n"
 
804
msgstr "  --versoin                       ����汾��Ϣ, Ȼ���˳�\n"
 
805
 
 
806
#: vacuumdb.c:282
 
807
#, c-format
 
808
msgid ""
 
809
"\n"
 
810
"Read the description of the SQL command VACUUM for details.\n"
 
811
msgstr ""
 
812
"\n"
 
813
"�Ķ� SQL ���� VACUUM ��������Ϣ, �Ա��ø���ϸ����Ϣ.\n"
 
814
 
 
815
#: reindexdb.c:138
 
816
#, c-format
 
817
msgid "%s: cannot reindex all databases and a specific one at the same time\n"
 
818
msgstr "%s: �޷����������ݿ��һ��ָ��������ͬʱ���������ؽ�����\n"
 
819
 
 
820
#: reindexdb.c:143
 
821
#, c-format
 
822
msgid "%s: cannot reindex all databases and system catalogs at the same time\n"
 
823
msgstr "%s: �޷����������ݿ��ϵͳĿ¼ͬʱ���������ؽ�����\n"
 
824
 
 
825
#: reindexdb.c:148
 
826
#, c-format
 
827
msgid "%s: cannot reindex a specific table in all databases\n"
 
828
msgstr "%s: �޷����������ݿ��ж�һ��ָ�����ϵ����������ؽ�\n"
 
829
 
 
830
#: reindexdb.c:153
 
831
#, c-format
 
832
msgid "%s: cannot reindex a specific index in all databases\n"
 
833
msgstr "%s: �޷����������ݿ��ж�һ��ָ�������������ؽ�\n"
 
834
 
 
835
#: reindexdb.c:164
 
836
#, c-format
 
837
msgid "%s: cannot reindex a specific table and system catalogs at the same time\n"
 
838
msgstr "%s: �޷���һ��ָ���ı���ϵͳ��ͼͬʱ���������ؽ�����\n"
 
839
 
 
840
#: reindexdb.c:169
 
841
#, c-format
 
842
msgid "%s: cannot reindex a specific index and system catalogs at the same time\n"
 
843
msgstr "%s: �޷���һ��ָ��������ϵͳ��ͼͬʱ���������ؽ�����\n"
 
844
 
 
845
#: reindexdb.c:238
 
846
#, c-format
 
847
msgid "%s: reindexing of table \"%s\" in database \"%s\" failed: %s"
 
848
msgstr "%1$s: �����ݿ�\"%3$s\"�жԱ�\"%2$s\"�ϵ��������´���ʧ��: %4$s"
 
849
 
 
850
#: reindexdb.c:241
 
851
#, c-format
 
852
msgid "%s: reindexing of index \"%s\" in database \"%s\" failed: %s"
 
853
msgstr "%1$s: �����ݿ�\"%3$s\"�ж�����\"%2$s\"���´���ʧ��: %4$s"
 
854
 
 
855
#: reindexdb.c:244
 
856
#, c-format
 
857
msgid "%s: reindexing of database \"%s\" failed: %s"
 
858
msgstr "%s: �����ݿ�\"%s\"�����´�������ʧ��: %s"
 
859
 
 
860
#: reindexdb.c:273
 
861
#, c-format
 
862
msgid "%s: reindexing database \"%s\"\n"
 
863
msgstr "%s: �����ݿ� \"%s\" ���´�������\n"
 
864
 
 
865
#: reindexdb.c:300
 
866
#, c-format
 
867
msgid "%s: reindexing of system catalogs failed: %s"
 
868
msgstr "%s: ��Ŀ¼��ͼ���´�������ʧ��: %s"
 
869
 
 
870
#: reindexdb.c:312
 
871
#, c-format
 
872
msgid ""
 
873
"%s reindexes a PostgreSQL database.\n"
 
874
"\n"
 
875
msgstr ""
 
876
"%s  ��һ��PostgreSQL ���ݿ����´�������.\n"
 
877
"\n"
 
878
 
 
879
#: reindexdb.c:316
 
880
#, c-format
 
881
msgid "  -a, --all                 reindex all databases\n"
 
882
msgstr "  -a, --all                 ���������ݿ�����ؽ���������\n"
 
883
 
 
884
#: reindexdb.c:317
 
885
#, c-format
 
886
msgid "  -d, --dbname=DBNAME       database to reindex\n"
 
887
msgstr "  -d, --dbname=���ݿ�����       �����ݿ��е����������ؽ�\n"
 
888
 
 
889
#: reindexdb.c:319
 
890
#, c-format
 
891
msgid "  -i, --index=INDEX         recreate specific index only\n"
 
892
msgstr "  -I, --index=��������       �����´���ָ��������\n"
 
893
 
 
894
#: reindexdb.c:321
 
895
#, c-format
 
896
msgid "  -s, --system              reindex system catalogs\n"
 
897
msgstr "  -s, --system              ��ϵͳ��ͼ���´�������\n"
 
898
 
 
899
#: reindexdb.c:322
 
900
#, c-format
 
901
msgid "  -t, --table=TABLE         reindex specific table only\n"
 
902
msgstr "  -t, --table=����        ֻ��ָ���ı�TABLE���´�������\n"
 
903
 
 
904
#: reindexdb.c:331
 
905
#, c-format
 
906
msgid ""
 
907
"\n"
 
908
"Read the description of the SQL command REINDEX for details.\n"
 
909
msgstr ""
 
910
"\n"
 
911
"�Ķ�SQL����REINDEX��������Ϣ, �Ա��ø���ϸ����Ϣ.\n"
 
912
 
 
913
#: common.c:45
 
914
#, c-format
 
915
msgid "%s: could not obtain information about current user: %s\n"
 
916
msgstr "%s: �޷���õ�ǰ�û�����Ϣ: %s\n"
 
917
 
 
918
#: common.c:56
 
919
#, c-format
 
920
msgid "%s: could not get current user name: %s\n"
 
921
msgstr "%s: �޷���ȡ��ǰ�û�����: %s\n"
 
922
 
 
923
#: common.c:103
 
924
#: common.c:127
 
925
msgid "Password: "
 
926
msgstr "����: "
 
927
 
 
928
#: common.c:116
 
929
#, c-format
 
930
msgid "%s: could not connect to database %s\n"
 
931
msgstr "%s: �޷����ӵ����ݿ� %s\n"
 
932
 
 
933
#: common.c:138
 
934
#, c-format
 
935
msgid "%s: could not connect to database %s: %s"
 
936
msgstr "%s: �޷����ӵ����ݿ� %s: %s"
 
937
 
 
938
#: common.c:162
 
939
#: common.c:190
 
940
#, c-format
 
941
msgid "%s: query failed: %s"
 
942
msgstr "%s: ��ѯʧ��: %s"
 
943
 
 
944
#: common.c:164
 
945
#: common.c:192
 
946
#, c-format
 
947
msgid "%s: query was: %s\n"
 
948
msgstr "%s: ��ѯ��: %s\n"
 
949
 
 
950
# common.c:78
 
951
#: common.c:238
 
952
#, c-format
 
953
msgid "pg_strdup: cannot duplicate null pointer (internal error)\n"
 
954
msgstr "pg_strdup: �޷����ƿ�ָ�� (�ڲ�����)\n"
 
955
 
 
956
#: common.c:244
 
957
#, c-format
 
958
msgid "out of memory\n"
 
959
msgstr "�ڴ����\n"
 
960
 
 
961
#. translator: abbreviation for "yes"
 
962
#: common.c:255
 
963
msgid "y"
 
964
msgstr "y"
 
965
 
 
966
#. translator: abbreviation for "no"
 
967
#: common.c:257
 
968
msgid "n"
 
969
msgstr "n"
 
970
 
 
971
#: common.c:268
 
972
#, c-format
 
973
msgid "%s (%s/%s) "
 
974
msgstr "%s (%s/%s) "
 
975
 
 
976
#: common.c:289
 
977
#, c-format
 
978
msgid "Please answer \"%s\" or \"%s\".\n"
 
979
msgstr "��ش�\"%s\"��\"%s\".\n"
 
980
 
 
981
#: common.c:367
 
982
#: common.c:400
 
983
#, c-format
 
984
msgid "Cancel request sent\n"
 
985
msgstr "ȡ�����͵�����\n"
 
986
 
 
987
# fe-connect.c:1322
 
988
#: common.c:369
 
989
#: common.c:402
 
990
#, c-format
 
991
msgid "Could not send cancel request: %s"
 
992
msgstr "�޷�����ȡ������: %s"
 
993
 
 
994
#~ msgid "  -q, --quiet                  don't write any messages\n"
 
995
#~ msgstr "  -q, --quiet                  ��д�κ���Ϣ\n"
 
996
 
 
997
#~ msgid "%s: unsupported language \"%s\"\n"
 
998
#~ msgstr "%s: ��֧������ \"%s\"\n"
 
999
 
 
1000
#~ msgid ""
 
1001
#~ "Supported languages are plpgsql, pltcl, pltclu, plperl, plperlu, and "
 
1002
#~ "plpythonu.\n"
 
1003
#~ msgstr ""
 
1004
#~ "��֧�ֵ������� plpgsql, pltcl, pltclu, plperl, plperlu, �� plpythonu.\n"
 
1005
 
 
1006
#~ msgid ""
 
1007
#~ "  -L, --pglib=DIRECTORY     find language interpreter file in DIRECTORY\n"
 
1008
#~ msgstr "  -L, --pglib=DIRECTORY     �� DIRECTORY Ŀ¼�в������Է����ļ�\n"
 
1009
 
 
1010
#~ msgid "%s: user ID must be a positive number\n"
 
1011
#~ msgstr "%s: �û� ID ����Ϊһ������\n"
 
1012
 
 
1013
#~ msgid "  -i, --sysid=SYSID         select sysid for new user\n"
 
1014
#~ msgstr "  -i, --sysid=SYSID         ѡ��һ�� sysid �����û�\n"
 
1015
 
 
1016
#~ msgid "  -W, --password            prompt for password to connect\n"
 
1017
#~ msgstr "  -W, --password            ������ʾ��������\n"
 
1018
 
 
1019
#~ msgid ""
 
1020
#~ "  -D, --location=PATH       alternative place to store the database\n"
 
1021
#~ msgstr "  -D, --location=PATH       ѡ��һ���ط�������ݿ�\n"