summaryrefslogtreecommitdiff
path: root/src/pl/tcl/po/zh_CN.po
blob: 4544fcb75fe6e9e7556710e7531141d2435a2826 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# LANGUAGE message translation file for pltcl
# Copyright (C) 2010 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.0\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2013-01-29 13:39+0000\n"
"PO-Revision-Date: 2010-09-26 09:08+0800\n"
"Last-Translator: Weibin <ssmei_2000@yahoo.com>\n"
"Language-Team: Weibin <ssmei_2000@yahoo.com>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: pltcl.c:1150
#, c-format
msgid "%s"
msgstr "%s"

#: pltcl.c:1151
#, c-format
msgid ""
"%s\n"
"in PL/Tcl function \"%s\""
msgstr ""
"%s\n"
"在PL/Tcl函数\"%s\"中"

#: pltcl.c:1255 pltcl.c:1262
#, c-format
msgid "out of memory"
msgstr "内存用尽"

#: pltcl.c:1309
#, c-format
msgid "trigger functions can only be called as triggers"
msgstr "触发器函数只能以触发器的形式调用"

#: pltcl.c:1318
#, c-format
msgid "PL/Tcl functions cannot return type %s"
msgstr "PL/Tcl函数不能返回类型%s"

#: pltcl.c:1330
#, c-format
msgid "PL/Tcl functions cannot return composite types"
msgstr "PL/Tcl 函数不能返回组合类型"

#: pltcl.c:1369
#, c-format
msgid "PL/Tcl functions cannot accept type %s"
msgstr "PL/Tcl行数不能使用类型 %s"