~ubuntu-branches/ubuntu/oneiric/postgresql-9.1/oneiric-security

« back to all changes in this revision

Viewing changes to src/pl/tcl/po/zh_CN.po

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-02-05 18:13:52 UTC
  • mfrom: (1.1.10) (10.1.5 oneiric-proposed)
  • Revision ID: package-import@ubuntu.com-20130205181352-3kw4f94ilqklzm7c
Tags: 9.1.8-0ubuntu11.10
* New upstream security/bug fix release: (LP: #1116336)
  - Prevent execution of enum_recv from SQL
    The function was misdeclared, allowing a simple SQL command to crash the
    server.  In principle an attacker might be able to use it to examine the
    contents of server memory.  Our thanks to Sumit Soni (via Secunia SVCRP)
    for reporting this issue. (CVE-2013-0255)
  - See HISTORY/changelog.gz for the other bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
msgstr ""
8
8
"Project-Id-Version: PostgreSQL 9.0\n"
9
9
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
10
 
"POT-Creation-Date: 2010-10-15 16:50+0000\n"
 
10
"POT-Creation-Date: 2013-01-29 13:50+0000\n"
11
11
"PO-Revision-Date: 2010-09-26 09:08+0800\n"
12
12
"Last-Translator: Weibin <ssmei_2000@yahoo.com>\n"
13
13
"Language-Team: Weibin <ssmei_2000@yahoo.com>\n"
16
16
"Content-Type: text/plain; charset=UTF-8\n"
17
17
"Content-Transfer-Encoding: 8bit\n"
18
18
 
19
 
#: pltcl.c:1142
 
19
#: pltcl.c:1149
20
20
#, c-format
21
21
msgid "%s"
22
22
msgstr "%s"
23
23
 
24
 
#: pltcl.c:1143
 
24
#: pltcl.c:1150
25
25
#, c-format
26
26
msgid ""
27
27
"%s\n"
30
30
"%s\n"
31
31
"在PL/Tcl函数\"%s\"中"
32
32
 
33
 
#: pltcl.c:1245 pltcl.c:1252
 
33
#: pltcl.c:1254 pltcl.c:1261
34
34
msgid "out of memory"
35
35
msgstr "内存用尽"
36
36
 
37
 
#: pltcl.c:1299
 
37
#: pltcl.c:1308
38
38
msgid "trigger functions can only be called as triggers"
39
39
msgstr "触发器函数只能以触发器的形式调用"
40
40
 
41
 
#: pltcl.c:1308
 
41
#: pltcl.c:1317
42
42
#, c-format
43
43
msgid "PL/Tcl functions cannot return type %s"
44
44
msgstr "PL/Tcl函数不能返回类型%s"
45
45
 
46
 
#: pltcl.c:1320
 
46
#: pltcl.c:1329
47
47
msgid "PL/Tcl functions cannot return composite types"
48
48
msgstr "PL/Tcl 函数不能返回组合类型"
49
49
 
50
 
#: pltcl.c:1359
 
50
#: pltcl.c:1368
51
51
#, c-format
52
52
msgid "PL/Tcl functions cannot accept type %s"
53
53
msgstr "PL/Tcl行数不能使用类型 %s"