From edd6900a4865a5dae5d44df8793238ff9addca46 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Fri, 17 Apr 2015 01:41:39 +0000 Subject: propagate trivial changes to non-english languages --- po/ja/random-bits.po | 134 ++++++++------------------------------------------- 1 file changed, 19 insertions(+), 115 deletions(-) (limited to 'po/ja/random-bits.po') diff --git a/po/ja/random-bits.po b/po/ja/random-bits.po index a27b004ba..212fb02de 100644 --- a/po/ja/random-bits.po +++ b/po/ja/random-bits.po @@ -815,14 +815,7 @@ msgstr "" #. Tag: para #: random-bits.xml:364 -#, fuzzy, no-c-format -#| msgid "" -#| "Next, create file systems on the partitions. For example, to create an " -#| "ext3 file system on partition /dev/hda6 (that's our " -#| "example root partition): \n" -#| "# mke2fs -j /dev/hda6\n" -#| " To create an ext2 file system instead, omit " -#| "-j." +#, no-c-format msgid "" "Next, create file systems on the partitions. For example, to create an ext3 " "file system on partition /dev/sda6 (that's our example " @@ -832,26 +825,16 @@ msgid "" "-j." msgstr "" "次に、パーティションにファイルシステムを作成してください。例えば、/" -"dev/hda6 パーティションに、ext3 ファイルシステムを作成するには、以" +"dev/sda6 パーティションに、ext3 ファイルシステムを作成するには、以" "下のようにします。(今回の例ではこのパーティションを root パーティションとしま" "す) \n" -"# mke2fs -j /dev/hda6\n" +"# mke2fs -j /dev/sda6\n" " ext3 ではなく ext2 ファイルシステムを作成するに" "は、-j を取ってください。" #. Tag: para #: random-bits.xml:374 -#, fuzzy, no-c-format -#| msgid "" -#| "Initialize and activate swap (substitute the partition number for your " -#| "intended &debian; swap partition): \n" -#| "# mkswap /dev/hda5\n" -#| "# sync\n" -#| "# swapon /dev/hda5\n" -#| " Mount one partition as /mnt/" -#| "debinst (the installation point, to be the root (/) filesystem on your new system). The mount point name is " -#| "strictly arbitrary, it is referenced later below." +#, no-c-format msgid "" "Initialize and activate swap (substitute the partition number for your " "intended &debian; swap partition): \n" @@ -866,9 +849,9 @@ msgstr "" "スワップを以下のように初期化して有効にしてください。(パーティション番号は、" "&debian; スワップパーティションにするパーティション番号に、読み替えてくださ" "い) \n" -"# mkswap /dev/hda5\n" +"# mkswap /dev/sda5\n" "# sync\n" -"# swapon /dev/hda5\n" +"# swapon /dev/sda5\n" "パーティションを /mnt/debinst (インストールポイント。新システムの root (/) " "ファイルシステムになります) にマウントしてください。厳密にいうとマウントポイ" @@ -876,16 +859,13 @@ msgstr "" #. Tag: screen #: random-bits.xml:386 -#, fuzzy, no-c-format -#| msgid "" -#| "# mkdir /mnt/debinst\n" -#| "# mount /dev/hda6 /mnt/debinst" +#, no-c-format msgid "" "# mkdir /mnt/debinst\n" "# mount /dev/sda6 /mnt/debinst" msgstr "" "# mkdir /mnt/debinst\n" -"# mount /dev/hda6 /mnt/debinst" +"# mount /dev/sda6 /mnt/debinst" #. Tag: para #: random-bits.xml:389 @@ -1584,17 +1564,7 @@ msgstr "" #. Tag: para #: random-bits.xml:731 -#, fuzzy, no-c-format -#| msgid "" -#| "Installing and setting up grub2 is as easy as: " -#| "\n" -#| "# aptitude install grub-pc\n" -#| "# grub-install /dev/hda\n" -#| "# update-grub\n" -#| " The second command will install " -#| "grub2 (in this case in the MBR of hda). The last command will create a sane and working /" -#| "boot/grub/grub.cfg." +#, no-c-format msgid "" "Installing and setting up grub2 is as easy as: " "\n" @@ -1609,27 +1579,22 @@ msgstr "" "grub2 のインストールと設定は以下のように簡単です。" "\n" "# aptitude install grub-pc\n" -"# grub-install /dev/hda\n" +"# grub-install /dev/sda\n" "# update-grub\n" " 2 つ目のコマンドで、grub2 を " -"(この場合は hda の MBR に) インストールします。最後のコマ" +"(この場合は sda の MBR に) インストールします。最後のコマ" "ンドで、正しく動作する /boot/grub/grub.cfg を作成しま" "す。" #. Tag: para #: random-bits.xml:741 -#, fuzzy, no-c-format -#| msgid "" -#| "Note that this assumes that a /dev/hda device file " -#| "has been created. There are alternative methods to install " -#| "grub2, but those are outside the scope of this " -#| "appendix." +#, no-c-format msgid "" "Note that this assumes that a /dev/sda device file has " "been created. There are alternative methods to install grub2, but those are outside the scope of this appendix." msgstr "" -"/dev/hda デバイスファイルは、作成済みだと仮定しているこ" +"/dev/sda デバイスファイルは、作成済みだと仮定しているこ" "とに注意してください。grub2 のインストールには別の方法もあ" "りますが、それはこの付録では扱いません。" @@ -1641,16 +1606,7 @@ msgstr "以下は基本的な /etc/lilo.conf の例です #. Tag: screen #: random-bits.xml:751 -#, fuzzy, no-c-format -#| msgid "" -#| "boot=/dev/hda6\n" -#| "root=/dev/hda6\n" -#| "install=menu\n" -#| "delay=20\n" -#| "lba32\n" -#| "image=/vmlinuz\n" -#| "initrd=/initrd.img\n" -#| "label=Debian" +#, no-c-format msgid "" "boot=/dev/sda6\n" "root=/dev/sda6\n" @@ -1661,8 +1617,8 @@ msgid "" "initrd=/initrd.img\n" "label=Debian" msgstr "" -"boot=/dev/hda6\n" -"root=/dev/hda6\n" +"boot=/dev/sda6\n" +"root=/dev/sda6\n" "install=menu\n" "delay=20\n" "lba32\n" @@ -1691,20 +1647,7 @@ msgstr "" #. Tag: para #: random-bits.xml:763 -#, fuzzy, no-c-format -#| msgid "" -#| "Here is a basic /etc/yaboot.conf as an example: " -#| "\n" -#| "boot=/dev/hda2\n" -#| "device=hd:\n" -#| "partition=6\n" -#| "root=/dev/hda6\n" -#| "magicboot=/usr/lib/yaboot/ofboot\n" -#| "timeout=50\n" -#| "image=/vmlinux\n" -#| "label=Debian\n" -#| " On some machines, you may need to use " -#| "ide0: instead of hd:." +#, no-c-format msgid "" "Here is a basic /etc/yaboot.conf as an example: " "\n" @@ -1721,10 +1664,10 @@ msgid "" msgstr "" "以下は基本的な /etc/yaboot.conf の例です。" "\n" -"boot=/dev/hda2\n" +"boot=/dev/sda2\n" "device=hd:\n" "partition=6\n" -"root=/dev/hda6\n" +"root=/dev/sda6\n" "magicboot=/usr/lib/yaboot/ofboot\n" "timeout=50\n" "image=/vmlinux\n" @@ -2269,57 +2212,18 @@ msgstr "" "Configure and start a PPPoE connection を選択し" "て、設定を再度行えます。" -#~ msgid "hda" -#~ msgstr "hda" - -#~ msgid "IDE Hard disk / CD-ROM on the first IDE port (Master)" -#~ msgstr "第 1 IDEポートの IDE ハードディスク / CD-ROM (Master)" - -#~ msgid "hdb" -#~ msgstr "hdb" - -#~ msgid "IDE Hard disk / CD-ROM on the first IDE port (Slave)" -#~ msgstr "第 1 IDEポートの IDE ハードディスク / CD-ROM (Slave)" - -#~ msgid "hdc" -#~ msgstr "hdc" - -#~ msgid "IDE Hard disk / CD-ROM on the second IDE port (Master)" -#~ msgstr "第 2 IDEポートの IDE ハードディスク / CD-ROM (Master)" - -#~ msgid "hdd" -#~ msgstr "hdd" - -#~ msgid "IDE Hard disk / CD-ROM on the second IDE port (Slave)" -#~ msgstr "第 2 IDEポートの IDE ハードディスク / CD-ROM (Slave)" - -#~ msgid "hda1" -#~ msgstr "hda1" - -#~ msgid "hdd15" -#~ msgstr "hdd15" - -#~ msgid "Fifteenth partition of the fourth IDE hard disk" -#~ msgstr "4 番目の IDE ハードディスクの 15 番目のパーティション" - #~ msgid "SCSI Hard disk with lowest SCSI ID (e.g. 0)" #~ msgstr "SCSI ID が最小の SCSI ハードディスク (例: 0)" #~ msgid "SCSI Hard disk with next higher SCSI ID (e.g. 1)" #~ msgstr "SCSI ID が次に小さい SCSI ハードディスク (例: 1)" -#~ msgid "sdc" -#~ msgstr "sdc" - #~ msgid "SCSI Hard disk with next higher SCSI ID (e.g. 2)" #~ msgstr "SCSI ID がその次に小さい SCSI ハードディスク (例: 2)" #~ msgid "First partition of the first SCSI hard disk" #~ msgstr "最初の SCSI ハードディスクの最初のパーティション" -#~ msgid "sdd10" -#~ msgstr "sdd10" - #~ msgid "SCSI CD-ROM with the lowest SCSI ID" #~ msgstr "SCSI ID が最小の SCSI CD-ROM" -- cgit v1.2.3