~ubuntu-branches/ubuntu/maverick/language-pack-zh-hans/maverick-security

« back to all changes in this revision

Viewing changes to data/zh_CN/LC_MESSAGES/plperl-8.4.po

  • Committer: Bazaar Package Importer
  • Author(s): Ubuntu automatic language-pack builder
  • Date: 2011-06-01 14:57:40 UTC
  • Revision ID: james.westby@ubuntu.com-20110601145740-vr3xcpqo3p8n03e8
Tags: 1:10.10+20110531
Automatic update to latest translation data.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# LANGUAGE message translation file for plperl
 
2
# Copyright (C) 2010 PostgreSQL Global Development Group
 
3
# This file is distributed under the same license as the PostgreSQL package.
 
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
 
5
#
 
6
msgid ""
 
7
msgstr ""
 
8
"Project-Id-Version: plperl (PostgreSQL 8.4)\n"
 
9
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
 
10
"POT-Creation-Date: 2011-04-20 21:37+0000\n"
 
11
"PO-Revision-Date: 2010-05-18 16:19+0000\n"
 
12
"Last-Translator: Weibin <Unknown>\n"
 
13
"Language-Team: Chinese (Simplified)\n"
 
14
"MIME-Version: 1.0\n"
 
15
"Content-Type: text/plain; charset=UTF-8\n"
 
16
"Content-Transfer-Encoding: 8bit\n"
 
17
"X-Launchpad-Export-Date: 2011-06-01 04:42+0000\n"
 
18
"X-Generator: Launchpad (build 13117)\n"
 
19
"Language: zh_CN\n"
 
20
 
 
21
#: plperl.c:262
 
22
msgid ""
 
23
"If true, trusted and untrusted Perl code will be compiled in strict mode."
 
24
msgstr "如果为真的话,那么信任和非信任的Perl代码将以限制模式编译."
 
25
 
 
26
#: plperl.c:597 plperl.c:602 plperl.c:664 plperl.c:677
 
27
#, c-format
 
28
msgid "%s"
 
29
msgstr "%s"
 
30
 
 
31
#: plperl.c:598
 
32
msgid "while parsing Perl initialization"
 
33
msgstr "同时在解析Perl初始化"
 
34
 
 
35
#: plperl.c:603
 
36
msgid "while running Perl initialization"
 
37
msgstr "同时在运行Perl初始化"
 
38
 
 
39
#: plperl.c:665
 
40
msgid "while executing PLC_TRUSTED"
 
41
msgstr "同时在执行PLC_TRUSTED"
 
42
 
 
43
#: plperl.c:678
 
44
msgid "while executing utf8fix"
 
45
msgstr "同时在执行utf8fix"
 
46
 
 
47
#: plperl.c:763 plperl.c:956
 
48
#, c-format
 
49
msgid "Perl hash contains nonexistent column \"%s\""
 
50
msgstr "Perl的哈希功能包含不存在的列\"%s\""
 
51
 
 
52
#: plperl.c:932
 
53
msgid "$_TD->{new} does not exist"
 
54
msgstr "$_TD->{new}不存在"
 
55
 
 
56
#: plperl.c:936
 
57
msgid "$_TD->{new} is not a hash reference"
 
58
msgstr "$_TD->{new}不是一个哈希引用"
 
59
 
 
60
#: plperl.c:1075 plperl.c:1779
 
61
#, c-format
 
62
msgid "PL/Perl functions cannot return type %s"
 
63
msgstr "PL/Perl函数无法返回类型%s"
 
64
 
 
65
#: plperl.c:1087 plperl.c:1826
 
66
#, c-format
 
67
msgid "PL/Perl functions cannot accept type %s"
 
68
msgstr "PL/Perl functions无法使用类型%s"
 
69
 
 
70
#: plperl.c:1156
 
71
#, c-format
 
72
msgid "creation of Perl function \"%s\" failed: %s"
 
73
msgstr "创建Perl函数\"%s\"失败: %s"
 
74
 
 
75
#: plperl.c:1282 plperl.c:1340
 
76
#, c-format
 
77
msgid "error from Perl function \"%s\": %s"
 
78
msgstr "在Perl函数\"%s\"中产生错误: %s"
 
79
 
 
80
#: plperl.c:1387
 
81
msgid "set-valued function called in context that cannot accept a set"
 
82
msgstr "集值函数在不能使用集合的环境中调用"
 
83
 
 
84
#: plperl.c:1430
 
85
msgid ""
 
86
"set-returning PL/Perl function must return reference to array or use "
 
87
"return_next"
 
88
msgstr "返回集合的PL/Perl函数必须返回对数组的引用或者使用return_next"
 
89
 
 
90
#: plperl.c:1463
 
91
msgid "composite-returning PL/Perl function must return reference to hash"
 
92
msgstr "返回组合类型值的PL/Perl函数必须返回对哈希的引用"
 
93
 
 
94
#: plperl.c:1472
 
95
msgid ""
 
96
"function returning record called in context that cannot accept type record"
 
97
msgstr "返回值类型是记录的函数在不接受使用记录类型的环境中调用"
 
98
 
 
99
#: plperl.c:1584
 
100
msgid "ignoring modified row in DELETE trigger"
 
101
msgstr "在DELETE触发器中忽略已修改的记录"
 
102
 
 
103
#: plperl.c:1592
 
104
msgid ""
 
105
"result of PL/Perl trigger function must be undef, \"SKIP\", or \"MODIFY\""
 
106
msgstr "PL/Perl 触发器函数的结果必须是undef, \"SKIP\", 或 \"MODIFY\""
 
107
 
 
108
#: plperl.c:1709 plperl.c:1715
 
109
msgid "out of memory"
 
110
msgstr "内存用尽"
 
111
 
 
112
#: plperl.c:1770
 
113
msgid "trigger functions can only be called as triggers"
 
114
msgstr "触发器函数只能以触发器的形式调用"
 
115
 
 
116
#: plperl.c:2067
 
117
msgid "cannot use return_next in a non-SETOF function"
 
118
msgstr "不能在非SETOF函数中使用return_next"
 
119
 
 
120
#: plperl.c:2073
 
121
msgid ""
 
122
"SETOF-composite-returning PL/Perl function must call return_next with "
 
123
"reference to hash"
 
124
msgstr "返回SETOF-组合类型值的PL/Perl函数必须调用带有对哈希引用的return_next"