diff options
author | Felipe Augusto van de Wiel <faw@debian.org> | 2008-11-07 01:01:54 +0000 |
---|---|---|
committer | Felipe Augusto van de Wiel <faw@debian.org> | 2008-11-07 01:01:54 +0000 |
commit | 2dd60d95c303826d95e81eb08d97c0348c5e5521 (patch) | |
tree | 26aee0125d08829ed4ab8e370b97fd0f5010416a /po/ja/install-methods.po | |
parent | f1cf7ef0af34eb9342a041874f4b621791c48abd (diff) | |
download | installation-guide-2dd60d95c303826d95e81eb08d97c0348c5e5521.zip |
[SILENT_COMMIT] Update of POT and PO files for the manual
Diffstat (limited to 'po/ja/install-methods.po')
-rw-r--r-- | po/ja/install-methods.po | 107 |
1 files changed, 0 insertions, 107 deletions
diff --git a/po/ja/install-methods.po b/po/ja/install-methods.po index 8cefe4720..69b911fb0 100644 --- a/po/ja/install-methods.po +++ b/po/ja/install-methods.po @@ -964,13 +964,6 @@ msgstr "" #. Tag: para #: install-methods.xml:671 #, no-c-format -#| msgid "" -#| "To prepare the USB stick, you will need a system where GNU/Linux is " -#| "already running and where USB is supported. You should ensure that the " -#| "usb-storage kernel module is loaded (<userinput>modprobe usb-storage</" -#| "userinput>) and try to find out which SCSI device the USB stick has been " -#| "mapped to (in this example <filename>/dev/sda</filename> is used). To " -#| "write to your stick, you may have to turn off its write protection switch." msgid "" "To prepare the USB stick, you will need a system where GNU/Linux is already " "running and where USB is supported. With current GNU/Linux systems the USB " @@ -994,9 +987,6 @@ msgstr "" #. Tag: para #: install-methods.xml:685 #, no-c-format -#| msgid "" -#| "Using this method will destroy anything already on the device. Make sure " -#| "that you use the correct device name for your USB stick." msgid "" "The procedures described in this section will destroy anything already on " "the device! Make very sure that you use the correct device name for your USB " @@ -1026,11 +1016,6 @@ msgstr "ファイルのコピー — 簡単な方法" #. Tag: para #: install-methods.xml:702 #, no-c-format -#| msgid "" -#| "There is an all-in-one file <filename>hd-media/boot.img.gz</filename> " -#| "which contains all the installer files (including the kernel) as well as " -#| "<command>SYSLINUX</command> and its configuration file. You only have to " -#| "extract it directly to your USB stick:" msgid "" "There is an all-in-one file <filename>hd-media/boot.img.gz</filename> which " "contains all the installer files (including the kernel) <phrase arch=\"x86" @@ -1073,20 +1058,12 @@ msgstr "このイメージを使用するには、USB メモリに直接展開 #. Tag: screen #: install-methods.xml:725 #, no-c-format -#| msgid "# zcat boot.img.gz > /dev/<replaceable>sda</replaceable>" msgid "# zcat boot.img.gz > /dev/<replaceable>sdX</replaceable>" msgstr "# zcat boot.img.gz > /dev/<replaceable>sdX</replaceable>" #. Tag: para #: install-methods.xml:727 #, no-c-format -#| msgid "" -#| "There is an all-in-one file <filename>hd-media/boot.img.gz</filename> " -#| "which contains all the installer files (including the kernel) as well as " -#| "<command>yaboot</command> and its configuration file. Create a partition " -#| "of type \"Apple_Bootstrap\" on your USB stick using <command>mac-fdisk</" -#| "command>'s <userinput>C</userinput> command and extract the image " -#| "directly to that:" msgid "" "Create a partition of type \"Apple_Bootstrap\" on your USB stick using " "<command>mac-fdisk</command>'s <userinput>C</userinput> command and extract " @@ -1099,21 +1076,12 @@ msgstr "" #. Tag: screen #: install-methods.xml:733 #, no-c-format -#| msgid "# zcat boot.img.gz > /dev/<replaceable>sda2</replaceable>" msgid "# zcat boot.img.gz > /dev/<replaceable>sdX2</replaceable>" msgstr "# zcat boot.img.gz > /dev/<replaceable>sdX2</replaceable>" #. Tag: para #: install-methods.xml:735 #, no-c-format -#| msgid "" -#| "After that, mount the USB memory stick (<userinput>mount <replaceable " -#| "arch=\"x86\">/dev/sda</replaceable> <replaceable arch=\"powerpc\">/dev/" -#| "sda2</replaceable> /mnt</userinput>), which will now have <phrase arch=" -#| "\"x86\">a FAT filesystem</phrase> <phrase arch=\"powerpc\">an HFS " -#| "filesystem</phrase> on it, and copy a Debian netinst or businesscard ISO " -#| "image to it (see <xref linkend=\"usb-add-iso\"/>). Unmount the stick " -#| "(<userinput>umount /mnt</userinput>) and you are done." msgid "" "After that, mount the USB memory stick <phrase arch=\"x86\">" "(<userinput>mount /dev/<replaceable>sdX</replaceable> /mnt</userinput>),</" @@ -1141,9 +1109,6 @@ msgstr "ファイルのコピー — 柔軟な方法" #. Tag: para #: install-methods.xml:753 #, no-c-format -#| msgid "" -#| "If you like more flexibility or just want to know what's going on, you " -#| "should use the following method to put the files on your stick." msgid "" "If you like more flexibility or just want to know what's going on, you " "should use the following method to put the files on your stick. One " @@ -1159,7 +1124,6 @@ msgstr "" #. Tag: title #: install-methods.xml:768 install-methods.xml:865 #, no-c-format -#| msgid "Booting the USB stick" msgid "Partitioning the USB stick" msgstr "USB メモリのパーティション分割" @@ -1176,16 +1140,6 @@ msgstr "" #. Tag: para #: install-methods.xml:774 #, no-c-format -#| msgid "" -#| "Since most USB sticks come pre-configured with a single FAT16 partition, " -#| "you probably won't have to repartition or reformat the stick. If you have " -#| "to do that anyway, use <command>cfdisk</command> or any other " -#| "partitioning tool to create a FAT16 partition, and then create the " -#| "filesystem using: <informalexample><screen>\n" -#| "# mkdosfs /dev/<replaceable>sda1</replaceable>\n" -#| "</screen></informalexample> Take care that you use the correct device " -#| "name for your USB stick. The <command>mkdosfs</command> command is " -#| "contained in the <classname>dosfstools</classname> Debian package." msgid "" "Since most USB sticks come pre-configured with a single FAT16 partition, you " "probably won't have to repartition or reformat the stick. If you have to do " @@ -1210,14 +1164,6 @@ msgstr "" #. Tag: para #: install-methods.xml:788 #, no-c-format -#| msgid "" -#| "In order to start the kernel after booting from the USB stick, we will " -#| "put a boot loader on the stick. Although any boot loader (e.g. " -#| "<command>LILO</command>) should work, it's convenient to use " -#| "<command>SYSLINUX</command>, since it uses a FAT16 partition and can be " -#| "reconfigured by just editing a text file. Any operating system which " -#| "supports the FAT file system can be used to make changes to the " -#| "configuration of the boot loader." msgid "" "In order to start the kernel after booting from the USB stick, we will put a " "boot loader on the stick. Although any boot loader (e.g. <classname>lilo</" @@ -1236,16 +1182,6 @@ msgstr "" #. Tag: para #: install-methods.xml:798 #, no-c-format -#| msgid "" -#| "To put <command>SYSLINUX</command> on the FAT16 partition on your USB " -#| "stick, install the <classname>syslinux</classname> and <classname>mtools</" -#| "classname> packages on your system, and do: <informalexample><screen>\n" -#| "# syslinux /dev/<replaceable>sda1</replaceable>\n" -#| "</screen></informalexample> Again, take care that you use the correct " -#| "device name. The partition must not be mounted when starting " -#| "<command>SYSLINUX</command>. This procedure writes a boot sector to the " -#| "partition and creates the file <filename>ldlinux.sys</filename> which " -#| "contains the boot loader code." msgid "" "To put <classname>syslinux</classname> on the FAT16 partition on your USB " "stick, install the <classname>syslinux</classname> and <classname>mtools</" @@ -1271,23 +1207,12 @@ msgstr "" #. Tag: title #: install-methods.xml:815 install-methods.xml:912 #, no-c-format -#| msgid "Adding an ISO image" msgid "Adding the installer image" msgstr "インストーライメージの追加" #. Tag: para #: install-methods.xml:816 #, no-c-format -#| msgid "" -#| "Mount the partition (<userinput>mount /dev/sda1 /mnt</userinput>) and " -#| "copy the following files from the Debian archives to the stick: " -#| "<itemizedlist> <listitem><para> <filename>vmlinuz</filename> (kernel " -#| "binary) </para></listitem> <listitem><para> <filename>initrd.gz</" -#| "filename> (initial ramdisk image) </para></listitem> <listitem><para> " -#| "<filename>syslinux.cfg</filename> (SYSLINUX configuration file) </para></" -#| "listitem> <listitem><para> Optional kernel modules </para></listitem> </" -#| "itemizedlist> If you want to rename the files, please note that " -#| "<command>SYSLINUX</command> can only process DOS (8.3) file names." msgid "" "Mount the partition (<userinput>mount /dev/<replaceable>sdX1</replaceable> /" "mnt</userinput>) and copy the following installer image files to the stick: " @@ -1345,18 +1270,6 @@ msgstr "" #. Tag: para #: install-methods.xml:866 #, no-c-format -#| msgid "" -#| "Most USB sticks do not come pre-configured in such a way that Open " -#| "Firmware can boot from them, so you will need to repartition the stick. " -#| "On Mac systems, run <userinput>mac-fdisk /dev/sda</userinput>, initialise " -#| "a new partition map using the <userinput>i</userinput> command, and " -#| "create a new partition of type Apple_Bootstrap using the <userinput>C</" -#| "userinput> command. (Note that the first \"partition\" will always be the " -#| "partition map itself.) Then type <informalexample><screen>\n" -#| "$ hformat /dev/<replaceable>sda2</replaceable>\n" -#| "</screen></informalexample> Take care that you use the correct device " -#| "name for your USB stick. The <command>hformat</command> command is " -#| "contained in the <classname>hfsutils</classname> Debian package." msgid "" "Most USB sticks do not come pre-configured in such a way that Open Firmware " "can boot from them, so you will need to repartition the stick. On Mac " @@ -1402,22 +1315,6 @@ msgstr "" #. Tag: para #: install-methods.xml:892 #, no-c-format -#| msgid "" -#| "The normal <command>ybin</command> tool that comes with <command>yaboot</" -#| "command> does not yet understand USB storage devices, so you will have to " -#| "install <command>yaboot</command> by hand using the <classname>hfsutils</" -#| "classname> tools. Type <informalexample><screen>\n" -#| "$ hmount /dev/sda2\n" -#| "$ hcopy -r /usr/lib/yaboot/yaboot :\n" -#| "$ hattrib -c UNIX -t tbxi :yaboot\n" -#| "$ hattrib -b :\n" -#| "$ humount\n" -#| "</screen></informalexample> Again, take care that you use the correct " -#| "device name. The partition must not be otherwise mounted during this " -#| "procedure. This procedure writes the boot loader to the partition, and " -#| "uses the HFS utilities to mark it in such a way that Open Firmware will " -#| "boot it. Having done this, the rest of the USB stick may be prepared " -#| "using the normal Unix utilities." msgid "" "The normal <command>ybin</command> tool that comes with <command>yaboot</" "command> does not yet understand USB storage devices, so you will have to " @@ -1453,9 +1350,6 @@ msgstr "" #. Tag: para #: install-methods.xml:913 #, no-c-format -#| msgid "" -#| "Mount the partition (<userinput>mount /dev/sda2 /mnt</userinput>) and " -#| "copy the following files from the Debian archives to the stick:" msgid "" "Mount the partition (<userinput>mount /dev/<replaceable>sdX2</replaceable> /" "mnt</userinput>) and copy the following installer image files to the stick:" @@ -1545,7 +1439,6 @@ msgstr "" #. Tag: screen #: install-methods.xml:975 #, no-c-format -#| msgid "# install-mbr /dev/<replaceable>sda</replaceable>" msgid "# install-mbr /dev/<replaceable>sdX</replaceable>" msgstr "# install-mbr /dev/<replaceable>sdX</replaceable>" |