summaryrefslogtreecommitdiff
path: root/po/ja/random-bits.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ja/random-bits.po')
-rw-r--r--po/ja/random-bits.po92
1 files changed, 9 insertions, 83 deletions
diff --git a/po/ja/random-bits.po b/po/ja/random-bits.po
index dca358e2a..ab4f3479f 100644
--- a/po/ja/random-bits.po
+++ b/po/ja/random-bits.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
"POT-Creation-Date: 2018-11-09 16:26+0000\n"
-"PO-Revision-Date: 2016-12-27 03:56+0900\n"
-"Last-Translator: KURASAWA Nozomu (nabetaro) <nabetaro@debian.or.jp>\n"
+"PO-Revision-Date: 2018-12-22 14:40+0900\n"
+"Last-Translator: Hideki Yamane <henrich@debian.org>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
@@ -1264,68 +1264,7 @@ msgstr "ネットワークの設定"
#. Tag: para
#: random-bits.xml:620
-#, fuzzy, no-c-format
-#| msgid ""
-#| "To configure networking, edit <filename>/etc/network/interfaces</"
-#| "filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/"
-#| "hostname</filename> and <filename>/etc/hosts</filename>. "
-#| "<informalexample><screen>\n"
-#| "# editor /etc/network/interfaces\n"
-#| "</screen></informalexample> Here are some simple examples from <filename>/"
-#| "usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n"
-#| "######################################################################\n"
-#| "# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n"
-#| "# See the interfaces(5) manpage for information on what options are\n"
-#| "# available.\n"
-#| "######################################################################\n"
-#| "\n"
-#| "# We always want the loopback interface.\n"
-#| "#\n"
-#| "auto lo\n"
-#| "iface lo inet loopback\n"
-#| "\n"
-#| "# To use dhcp:\n"
-#| "#\n"
-#| "# auto eth0\n"
-#| "# iface eth0 inet dhcp\n"
-#| "\n"
-#| "# An example static IP setup: (broadcast and gateway are optional)\n"
-#| "#\n"
-#| "# auto eth0\n"
-#| "# iface eth0 inet static\n"
-#| "# address 192.168.0.42\n"
-#| "# network 192.168.0.0\n"
-#| "# netmask 255.255.255.0\n"
-#| "# broadcast 192.168.0.255\n"
-#| "# gateway 192.168.0.1\n"
-#| "</screen></informalexample> Enter your nameserver(s) and search "
-#| "directives in <filename>/etc/resolv.conf</filename>: "
-#| "<informalexample><screen>\n"
-#| "# editor /etc/resolv.conf\n"
-#| "</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
-#| "filename>: <informalexample><screen>\n"
-#| "search hqdom.local\n"
-#| "nameserver 10.1.1.36\n"
-#| "nameserver 192.168.9.100\n"
-#| "</screen></informalexample> Enter your system's host name (2 to 63 "
-#| "characters): <informalexample><screen>\n"
-#| "# echo DebianHostName &gt; /etc/hostname\n"
-#| "</screen></informalexample> And a basic <filename>/etc/hosts</filename> "
-#| "with IPv6 support: <informalexample><screen>\n"
-#| "127.0.0.1 localhost\n"
-#| "127.0.1.1 DebianHostName\n"
-#| "\n"
-#| "# The following lines are desirable for IPv6 capable hosts\n"
-#| "::1 ip6-localhost ip6-loopback\n"
-#| "fe00::0 ip6-localnet\n"
-#| "ff00::0 ip6-mcastprefix\n"
-#| "ff02::1 ip6-allnodes\n"
-#| "ff02::2 ip6-allrouters\n"
-#| "ff02::3 ip6-allhosts\n"
-#| "</screen></informalexample> If you have multiple network cards, you "
-#| "should arrange the names of driver modules in the <filename>/etc/modules</"
-#| "filename> file into the desired order. Then during boot, each card will "
-#| "be associated with the interface name (eth0, eth1, etc.) that you expect."
+#, no-c-format
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
"<filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> "
@@ -1395,22 +1334,21 @@ msgstr ""
"</screen></informalexample> 次は、<filename>/usr/share/doc/ifupdown/"
"examples</filename> のシンプルな例です。<informalexample><screen>\n"
"######################################################################\n"
-"# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n"
-"# See the interfaces(5) manpage for information on what options are\n"
-"# available.\n"
+"# /etc/network/interfaces -- ifup(8), ifdown(8) 用設定ファイル\n"
+"# どのようなオプションが使えるかについては interfaces(5) man ページを参照してください\n"
"######################################################################\n"
"\n"
-"# We always want the loopback interface.\n"
+"# loopback インターフェイスは絶対に必要では無くなっていますが、必要になった時に使えます\n"
"#\n"
"auto lo\n"
"iface lo inet loopback\n"
"\n"
-"# To use dhcp:\n"
+"# dhcp を使う:\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet dhcp\n"
"\n"
-"# An example static IP setup: (broadcast and gateway are optional)\n"
+"# 静的 IP 設定の例: (network, broadcast, gateway はオプション)\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet static\n"
@@ -1424,7 +1362,7 @@ msgstr ""
"# editor /etc/resolv.conf\n"
"</screen></informalexample> 以下は、<filename>/etc/resolv.conf</filename> の"
"簡単な例です。<informalexample><screen>\n"
-"search hqdom.local\n"
+"search example.com\n"
"nameserver 10.1.1.36\n"
"nameserver 192.168.9.100\n"
"</screen></informalexample> システムのホスト名 (2 から 63 文字) を入力してく"
@@ -2278,15 +2216,3 @@ msgstr ""
"ない場合や、何かエラーが発生した場合、インストーラは停止しますが、メニューの "
"<guimenuitem>Configure and start a PPPoE connection</guimenuitem> を選択し"
"て、設定を再度行えます。"
-
-#~ msgid "Laptop"
-#~ msgstr "ラップトップ"
-
-#~ msgid "&task-laptop-inst;"
-#~ msgstr "&task-laptop-inst;"
-
-#~ msgid "&task-laptop-dl;"
-#~ msgstr "&task-laptop-dl;"
-
-#~ msgid "&task-laptop-tot;"
-#~ msgstr "&task-laptop-tot;"