~ubuntu-branches/debian/sid/postgresql-9.3/sid

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-05-08 05:39:52 UTC
  • Revision ID: package-import@ubuntu.com-20130508053952-1j7uilp7mjtrvq8q
Tags: upstream-9.3~beta1
Import upstream version 9.3~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Traditional Chinese message translation file for pltcl
 
2
# Copyright (C) 2011 PostgreSQL Global Development Group
 
3
# This file is distributed under the same license as the PostgreSQL package.
 
4
# Zhenbang Wei <znbang@gmail.com>, 2011.
 
5
#
 
6
msgid ""
 
7
msgstr ""
 
8
"Project-Id-Version: PostgreSQL 9.1\n"
 
9
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
 
10
"POT-Creation-Date: 2011-05-13 20:39+0000\n"
 
11
"PO-Revision-Date: 2011-05-12 16:15+0800\n"
 
12
"Last-Translator: Zhenbang Wei <znbang@gmail.com>\n"
 
13
"Language-Team: Traditional Chinese\n"
 
14
"Language: \n"
 
15
"MIME-Version: 1.0\n"
 
16
"Content-Type: text/plain; charset=UTF-8\n"
 
17
"Content-Transfer-Encoding: 8bit\n"
 
18
 
 
19
# commands/vacuum.c:2258 commands/vacuumlazy.c:489 commands/vacuumlazy.c:770
 
20
# nodes/print.c:86 storage/lmgr/deadlock.c:888 tcop/postgres.c:3285
 
21
#: pltcl.c:1149
 
22
#, c-format
 
23
msgid "%s"
 
24
msgstr "%s"
 
25
 
 
26
#: pltcl.c:1150
 
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
# common.c:123
 
36
#: pltcl.c:1254 pltcl.c:1261
 
37
msgid "out of memory"
 
38
msgstr "記憶體用盡"
 
39
 
 
40
#: pltcl.c:1308
 
41
msgid "trigger functions can only be called as triggers"
 
42
msgstr "觸發函式只能當做觸發程序呼叫"
 
43
 
 
44
#: pltcl.c:1317
 
45
#, c-format
 
46
msgid "PL/Tcl functions cannot return type %s"
 
47
msgstr "PL/Tcl 函式不能傳回型別 %s"
 
48
 
 
49
#: pltcl.c:1329
 
50
msgid "PL/Tcl functions cannot return composite types"
 
51
msgstr "PL/Tcl 函式不能傳回複合型別"
 
52
 
 
53
#: pltcl.c:1368
 
54
#, c-format
 
55
msgid "PL/Tcl functions cannot accept type %s"
 
56
msgstr "PL/Tcl 函式不能接受型別 %s"