summaryrefslogtreecommitdiff
path: root/po/ja/preseed.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ja/preseed.po')
-rw-r--r--po/ja/preseed.po69
1 files changed, 9 insertions, 60 deletions
diff --git a/po/ja/preseed.po b/po/ja/preseed.po
index 291e773da..3b7354e4b 100644
--- a/po/ja/preseed.po
+++ b/po/ja/preseed.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2013-05-22 19:06+0000\n"
+"POT-Creation-Date: 2013-10-06 14:01+0000\n"
"PO-Revision-Date: 2013-10-06 22:57+0900\n"
"Last-Translator: KURASAWA Nozomu (nabetaro) <nabetaro@debian.or.jp>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -135,9 +135,8 @@ msgstr "CD/DVD"
#. Tag: entry
#: preseed.xml:77 preseed.xml:78 preseed.xml:79 preseed.xml:89 preseed.xml:91
-#: preseed.xml:94 preseed.xml:95 preseed.xml:96 preseed.xml:99 preseed.xml:100
-#: preseed.xml:101 preseed.xml:104 preseed.xml:106 preseed.xml:109
-#: preseed.xml:111
+#: preseed.xml:94 preseed.xml:95 preseed.xml:99 preseed.xml:100
+#: preseed.xml:104 preseed.xml:106 preseed.xml:109 preseed.xml:111
#, no-c-format
msgid "<entry>yes</entry>"
msgstr "<entry>yes</entry>"
@@ -173,6 +172,12 @@ msgstr ""
"hd-media <phrase condition=\"bootable-usb\">(USB メモリを含む)</phrase>"
#. Tag: entry
+#: preseed.xml:96 preseed.xml:101
+#, no-c-format
+msgid "yes<footnoteref linkend=\"apx-ps-net\"/>"
+msgstr "yes<footnoteref linkend=\"apx-ps-net\"/>"
+
+#. Tag: entry
#: preseed.xml:98
#, no-c-format
msgid "floppy based (cd-drivers)"
@@ -187,7 +192,6 @@ msgstr "フロッピーベース (ネットドライバ)"
#. Tag: entry
#: preseed.xml:108
#, no-c-format
-#| msgid "generic/tape"
msgid "generic"
msgstr "generic"
@@ -607,20 +611,6 @@ msgstr ""
#. Tag: para
#: preseed.xml:397
#, no-c-format
-#| msgid ""
-#| "There are several features of &debian; Installer that combine to allow "
-#| "fairly simple command lines at the boot prompt to result in arbitrarily "
-#| "complex customized automatic installs. To illustrate this, here are some "
-#| "examples that can be used at the boot prompt: <informalexample><screen>\n"
-#| "auto url=autoserver\n"
-#| "</screen></informalexample> This relies on there being a DHCP server that "
-#| "will get the machine to the point where <literal>autoserver</literal> can "
-#| "be resolved by DNS, perhaps after adding the local domain if that was "
-#| "provided by DHCP. If this was done at a site where the domain is "
-#| "<literal>example.com</literal>, and they have a reasonably sane DHCP "
-#| "setup, it would result in the preseed file being retrieved from "
-#| "<literal>http://autoserver.example.com/d-i/&releasename;/./preseed.cfg</"
-#| "literal>."
msgid ""
"To illustrate this, here are some examples that can be used at the boot "
"prompt: <informalexample><screen>\n"
@@ -772,16 +762,6 @@ msgstr ""
#. Tag: para
#: preseed.xml:481
#, no-c-format
-#| msgid ""
-#| "The <literal>auto</literal> boot label is not yet defined everywhere. The "
-#| "same effect may be achieved by simply adding the two parameters "
-#| "<literal>auto=true priority=critical</literal> to the kernel command "
-#| "line. The <literal>auto</literal> parameter is an alias for <literal>auto-"
-#| "install/enable</literal> and setting it to <literal>true</literal> delays "
-#| "the locale and keyboard questions until after there has been a chance to "
-#| "preseed them, while <literal>priority</literal> is an alias for "
-#| "<literal>debconf/priority</literal> and setting it to <literal>critical</"
-#| "literal> stops any questions with a lower priority from being asked."
msgid ""
"The <literal>auto</literal> boot choice is not yet defined on all arches. "
"The same effect may be achieved by simply adding the two parameters "
@@ -2512,34 +2492,6 @@ msgstr ""
#. Tag: screen
#: preseed.xml:1035
#, no-c-format
-#| msgid ""
-#| "# You can choose to install non-free and contrib software.\n"
-#| "#d-i apt-setup/non-free boolean true\n"
-#| "#d-i apt-setup/contrib boolean true\n"
-#| "# Uncomment this if you don't want to use a network mirror.\n"
-#| "#d-i apt-setup/use_mirror boolean false\n"
-#| "# Select which update services to use; define the mirrors to be used.\n"
-#| "# Values shown below are the normal defaults.\n"
-#| "#d-i apt-setup/services-select multiselect security, volatile\n"
-#| "#d-i apt-setup/security_host string security.debian.org\n"
-#| "#d-i apt-setup/volatile_host string volatile.debian.org\n"
-#| "\n"
-#| "# Additional repositories, local[0-9] available\n"
-#| "#d-i apt-setup/local0/repository string \\\n"
-#| "# http://local.server/debian stable main\n"
-#| "#d-i apt-setup/local0/comment string local server\n"
-#| "# Enable deb-src lines\n"
-#| "#d-i apt-setup/local0/source boolean true\n"
-#| "# URL to the public key of the local repository; you must provide a key "
-#| "or\n"
-#| "# apt will complain about the unauthenticated repository and so the\n"
-#| "# sources.list line will be left commented out\n"
-#| "#d-i apt-setup/local0/key string http://local.server/key\n"
-#| "\n"
-#| "# By default the installer requires that repositories be authenticated\n"
-#| "# using a known gpg key. This setting can be used to disable that\n"
-#| "# authentication. Warning: Insecure, not recommended.\n"
-#| "#d-i debian-installer/allow_unauthenticated boolean true"
msgid ""
"# You can choose to install non-free and contrib software.\n"
"#d-i apt-setup/non-free boolean true\n"
@@ -3160,9 +3112,6 @@ msgstr ""
"コマンドを実行する機会が 2 度あり、2 回目はネットワークに接続した時に発生する"
"ということです。"
-#~ msgid "yes<footnoteref linkend=\"apx-ps-net\"/>"
-#~ msgstr "yes<footnoteref linkend=\"apx-ps-net\"/>"
-
#~ msgid "desktop"
#~ msgstr "desktop"