Imported Upstream version 0.18.1.1
[platform/upstream/gettext.git] / gettext-tools / examples / po / ja.po
1 # Translation of `gettext-examples' messages to Japanese.
2 # Copyright (C) 2005, 2006 Yoyodyne, Inc.
3 # This file is distributed under the same license as the gettext-examples package.
4 # Masahito Yamaga <ma@yama-ga.com>, 2007.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: GNU gettext-examples 0.16.2-pre5\n"
9 "Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
10 "POT-Creation-Date: 2009-08-16 12:22+0200\n"
11 "PO-Revision-Date: 2007-10-16 10:31+0900\n"
12 "Last-Translator: Masahito Yamaga <ma@yama-ga.com>\n"
13 "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
14 "Language: ja\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=EUC-JP\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #: hello-c/hello.c:30 hello-c-gnome/hello.c:46 hello-c++/hello.cc:39
20 #: hello-c++-qt/hello.cc:45 hello-c++-kde/hellowindow.cc:42
21 #: hello-c++-gnome/hello.cc:50 hello-c++-wxwidgets/hello.cc:68
22 #: hello-objc/hello.m:30 hello-objc-gnustep/Hello.m:49
23 #: hello-objc-gnome/hello.m:47 hello-sh/hello.sh:14
24 #: hello-python/hello.py.in:12 hello-clisp/hello.lisp.in:11
25 #: hello-librep/hello.jl.in:12 hello-guile/hello.scm:15
26 #: hello-smalltalk/hello.st.in:31 hello-java/Hello.java:14
27 #: hello-java-awt/Hello.java:23 hello-java-swing/Hello.java:20
28 #: hello-java-qtjambi/Hello.java:27 hello-csharp/hello.cs:14
29 #: hello-csharp-forms/hello.cs:29 hello-gawk/hello.awk:11
30 #: hello-pascal/hello.hello_world hello-ycp/hello.ycp:15
31 #: hello-tcl/hello.tcl:11 hello-tcl-tk/hello.tcl:13
32 #: hello-perl/hello-1.pl.in:17 hello-perl/hello-2.pl.in:12
33 #: hello-php/hello.php:12
34 msgid "Hello, world!"
35 msgstr "À¤³¦¤è, ¤³¤ó¤Ë¤Á¤Ï!"
36
37 #: hello-c/hello.c:31 hello-c-gnome/hello.c:51 hello-c++/hello.cc:40
38 #: hello-c++-gnome/hello.cc:55 hello-c++-wxwidgets/hello.cc:71
39 #: hello-objc/hello.m:31 hello-objc-gnustep/Hello.m:58
40 #: hello-objc-gnome/hello.m:52 hello-librep/hello.jl.in:14
41 #: hello-gawk/hello.awk:12 hello-pascal/hello.running_as
42 #: hello-tcl/hello.tcl:12 hello-tcl-tk/hello.tcl:16
43 #: hello-perl/hello-1.pl.in:19 hello-php/hello.php:14
44 #, php-format
45 msgid "This program is running as process number %d."
46 msgstr "¤³¤Î¥×¥í¥°¥é¥à¤Ï¥×¥í¥»¥¹ÈÖ¹æ %d ¤ÇÆ°¤¤¤Æ¤¤¤Þ¤¹."
47
48 #: hello-c++-qt/hello.cc:52 hello-c++-kde/hellowindow.cc:49
49 #: hello-smalltalk/hello.st.in:32 hello-ycp/hello.ycp:19
50 #, ycp-format
51 msgid "This program is running as process number %1."
52 msgstr "¤³¤Î¥×¥í¥°¥é¥à¤Ï¥×¥í¥»¥¹ÈÖ¹æ %1 ¤ÇÆ°¤¤¤Æ¤¤¤Þ¤¹."
53
54 #: hello-c++-kde/hello.cc:46
55 msgid "Hello example"
56 msgstr "¡Ö¤³¤ó¤Ë¤Á¤Ï¡×¤ÎÎã"
57
58 #: hello-c++-kde/hello.cc:48
59 msgid "Hello world example"
60 msgstr "¡ÖÀ¤³¦¤è, ¤³¤ó¤Ë¤Á¤Ï¡×¤ÎÎã"
61
62 #: hello-sh/hello.sh:17
63 #, sh-format
64 msgid "This program is running as process number $pid."
65 msgstr "¤³¤Î¥×¥í¥°¥é¥à¤Ï¥×¥í¥»¥¹ÈÖ¹æ $pid ¤ÇÆ°¤¤¤Æ¤¤¤Þ¤¹."
66
67 #: hello-python/hello.py.in:13
68 #, python-format
69 msgid "This program is running as process number %(pid)d."
70 msgstr "¤³¤Î¥×¥í¥°¥é¥à¤Ï¥×¥í¥»¥¹ÈÖ¹æ %(pid)d ¤ÇÆ°¤¤¤Æ¤¤¤Þ¤¹."
71
72 #: hello-clisp/hello.lisp.in:13 hello-guile/hello.scm:17
73 #, scheme-format
74 msgid "This program is running as process number ~D."
75 msgstr "¤³¤Î¥×¥í¥°¥é¥à¤Ï¥×¥í¥»¥¹ÈÖ¹æ ~D ¤ÇÆ°¤¤¤Æ¤¤¤Þ¤¹."
76
77 #: hello-java/Hello.java:18 hello-java-awt/Hello.java:28
78 #: hello-java-swing/Hello.java:25 hello-java-qtjambi/Hello.java:34
79 #: hello-csharp/hello.cs:17 hello-csharp-forms/hello.cs:36
80 #, csharp-format
81 msgid "This program is running as process number {0}."
82 msgstr "¤³¤Î¥×¥í¥°¥é¥à¤Ï¥×¥í¥»¥¹ÈÖ¹æ {0} ¤ÇÆ°¤¤¤Æ¤¤¤Þ¤¹."
83
84 #: hello-perl/hello-2.pl.in:14
85 #, perl-brace-format
86 msgid "This program is running as process number {pid}."
87 msgstr "¤³¤Î¥×¥í¥°¥é¥à¤Ï¥×¥í¥»¥¹ÈÖ¹æ {pid} ¤ÇÆ°¤¤¤Æ¤¤¤Þ¤¹."