~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/pltcl-8.4.po

  • Committer: Bazaar Package Importer
  • Author(s): Ubuntu automatic language-pack builder
  • Date: 2011-03-17 10:02:50 UTC
  • Revision ID: james.westby@ubuntu.com-20110317100250-xujzpulzdhykipha
Tags: 1:10.10+20110315
Initial release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# LANGUAGE message translation file for pltcl
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: pltcl (PostgreSQL 8.4)\n"
9
 
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
10
 
"POT-Creation-Date: 2010-12-21 21:43+0000\n"
11
 
"PO-Revision-Date: 2010-05-18 16:21+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-03-08 23:28+0000\n"
18
 
"X-Generator: Launchpad (build 12532)\n"
19
 
"Language: zh_CN\n"
20
 
 
21
 
#: pltcl.c:1143
22
 
#, c-format
23
 
msgid "%s"
24
 
msgstr "%s"
25
 
 
26
 
#: pltcl.c:1144
27
 
#, c-format
28
 
msgid ""
29
 
"%s\n"
30
 
"in PL/Tcl function \"%s\""
31
 
msgstr ""
32
 
"%s\n"
33
 
"在PL/Tcl函数\"%s\"中"
34
 
 
35
 
#: pltcl.c:1248 pltcl.c:1255
36
 
msgid "out of memory"
37
 
msgstr "内存用尽"
38
 
 
39
 
#: pltcl.c:1302
40
 
msgid "trigger functions can only be called as triggers"
41
 
msgstr "触发器函数只能以触发器的形式调用"
42
 
 
43
 
#: pltcl.c:1311
44
 
#, c-format
45
 
msgid "PL/Tcl functions cannot return type %s"
46
 
msgstr "PL/Tcl函数不能返回类型%s"
47
 
 
48
 
#: pltcl.c:1323
49
 
msgid "PL/Tcl functions cannot return composite types"
50
 
msgstr "PL/Tcl 函数不能返回组合类型"
51
 
 
52
 
#: pltcl.c:1363
53
 
#, c-format
54
 
msgid "PL/Tcl functions cannot accept type %s"
55
 
msgstr "PL/Tcl行数不能使用类型 %s"