summaryrefslogtreecommitdiff
path: root/gettext-tools/examples/hello-perl/po/ja.po
blob: af5185c7df35894f132b2be3f9fc0e4dee616f8f (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
# Translation of `hello-perl' messages to Japanese.
# Copyright (C) 2005, 2006, 2014 Yoyodyne, Inc. (msgids)
# This file is distributed under the same license as the gettext package.
# Masahito Yamaga <ma@yama-ga.com>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: GNU hello-perl 0.19.4-rc1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
"PO-Revision-Date: 2014-12-11 08:49+0900\n"
"Last-Translator: Masahito Yamaga <ma@yama-ga.com>\n"
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=EUC-JP\n"
"Content-Transfer-Encoding: 8bit\n"

#: hello-1.pl.in:17 hello-2.pl.in:12
msgid "Hello, world!"
msgstr "世界よ, こんにちは!"

#: hello-1.pl.in:19
#, perl-format
msgid "This program is running as process number %d."
msgstr "このプログラムはプロセス番号 %d で動いています."

#: hello-2.pl.in:14
#, perl-brace-format
msgid "This program is running as process number {pid}."
msgstr "このプログラムはプロセス番号 {pid} で動いています."