~ubuntu-branches/ubuntu/trusty/postgresql-8.4/trusty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-07-11 16:59:35 UTC
  • mfrom: (5.1.1 karmic)
  • Revision ID: james.westby@ubuntu.com-20090711165935-jfwin6gfrxf0gfsi
Tags: 8.4.0-2
* debian/libpq-dev.install: Ship catalog/genbki.h. (Closes: #536139)
* debian/rules: Drop --enable-cassert for final release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# LANGUAGE message translation file for pltcl
 
2
# Copyright (C) 2009 PostgreSQL Global Development Group
 
3
# This file is distributed under the same license as the PostgreSQL package.
 
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
 
5
#
 
6
msgid ""
 
7
msgstr ""
 
8
"Project-Id-Version: PostgreSQL 8.4\n"
 
9
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
 
10
"POT-Creation-Date: 2009-04-10 23:59+0900\n"
 
11
"PO-Revision-Date: 2009-04-11 00:00+0900\n"
 
12
"Last-Translator: HOTTA Michihide <hotta@net-newbie.com>\n"
 
13
"Language-Team: Japan PostgreSQL Users Group <jpug-doc@ml.postgresql.jp>\n"
 
14
"MIME-Version: 1.0\n"
 
15
"Content-Type: text/plain; charset=UTF-8\n"
 
16
"Content-Transfer-Encoding: 8bit\n"
 
17
 
 
18
#: pltcl.c:1027
 
19
#, c-format
 
20
msgid "%s"
 
21
msgstr "%s"
 
22
 
 
23
#: pltcl.c:1028
 
24
#, c-format
 
25
msgid ""
 
26
"%s\n"
 
27
"in PL/Tcl function \"%s\""
 
28
msgstr ""
 
29
"%s\n"
 
30
"PL/Tcl 関数 \"%s\""
 
31
 
 
32
#: pltcl.c:1127
 
33
msgid "out of memory"
 
34
msgstr "メモリ不足です"
 
35
 
 
36
#: pltcl.c:1192
 
37
msgid "trigger functions can only be called as triggers"
 
38
msgstr "トリガー関数はトリガーとしてのみコールできます"
 
39
 
 
40
#: pltcl.c:1201
 
41
#, c-format
 
42
msgid "PL/Tcl functions cannot return type %s"
 
43
msgstr "PL/Tcl 関数は戻り値の型 %s を返せません"
 
44
 
 
45
#: pltcl.c:1213
 
46
msgid "PL/Tcl functions cannot return composite types"
 
47
msgstr "PL/Tcl 関数は戻り値の型として複合型を返せません"
 
48
 
 
49
#: pltcl.c:1253
 
50
#, c-format
 
51
msgid "PL/Tcl functions cannot accept type %s"
 
52
msgstr "PL/Tcl 関数は型 %s を受け付けません"