summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2015-04-17 13:17:37 +0000
committerSamuel Thibault <sthibault@debian.org>2015-04-17 13:17:37 +0000
commit5a6d3713a80d1023c2eeb49de4701b7683b17e5b (patch)
tree3b014b518180d3bdd84acc98e10ca8d74178041c /po
parentacbaf3682ffa753126ca8c6abee6676780429f6f (diff)
downloadinstallation-guide-5a6d3713a80d1023c2eeb49de4701b7683b17e5b.zip
unfuzzy more
Diffstat (limited to 'po')
-rw-r--r--po/fi/boot-installer.po5
-rw-r--r--po/fr/boot-installer.po115
-rw-r--r--po/hu/boot-installer.po29
-rw-r--r--po/sv/boot-installer.po5
-rw-r--r--po/vi/boot-installer.po5
-rw-r--r--po/zh_CN/boot-installer.po5
-rw-r--r--po/zh_TW/boot-installer.po15
7 files changed, 12 insertions, 167 deletions
diff --git a/po/fi/boot-installer.po b/po/fi/boot-installer.po
index 71f4a0643..b8f12f8c5 100644
--- a/po/fi/boot-installer.po
+++ b/po/fi/boot-installer.po
@@ -699,10 +699,7 @@ msgstr ""
#. Tag: title
#: boot-installer.xml:579
-#, fuzzy, no-c-format
-#| msgid ""
-#| "Booting from Linux Using <command>LILO</command> or <command>GRUB</"
-#| "command>"
+#, no-c-format
msgid ""
"Booting from Linux using <command>LILO</command> or <command>GRUB</command>"
msgstr ""
diff --git a/po/fr/boot-installer.po b/po/fr/boot-installer.po
index 166009a51..7b80b2b17 100644
--- a/po/fr/boot-installer.po
+++ b/po/fr/boot-installer.po
@@ -80,13 +80,6 @@ msgstr ""
#. Tag: para
#: boot-installer.xml:47
#, no-c-format
-#| msgid ""
-#| "uImage/uInitrd are image formats designed for the U-Boot firmware that is "
-#| "used on many ARM-based systems. Older U-Boot versions can only boot files "
-#| "in uImage/uInitrd format, so these are often used on older armel systems. "
-#| "Newer U-Boot versions can - besides booting uImages/uInitrds - also boot "
-#| "standard Linux kernels and ramdisk images, but the command syntax to do "
-#| "that is slightly different from that for booting uImages."
msgid ""
"uImage/uInitrd are image formats designed for the U-Boot firmware that is "
"used on many ARM-based systems. Older U-Boot versions can only boot files in "
@@ -120,7 +113,6 @@ msgstr ""
#. Tag: title
#: boot-installer.xml:65
#, no-c-format
-#| msgid "Boot Configuration"
msgid "Console configuration"
msgstr "Configuration de la console"
@@ -199,18 +191,12 @@ msgstr ""
#. Tag: title
#: boot-installer.xml:108
#, no-c-format
-#| msgid "TFTP-booting in U-Boot"
msgid "TFTP-booting in U-Boot"
msgstr "Amorcer à partir de TFTP avec U-Boot"
#. Tag: para
#: boot-installer.xml:109
#, no-c-format
-#| msgid ""
-#| "Network booting on systems using the U-Boot firmware consists of three "
-#| "steps: a) configuring the network, b) loading the images (kernel/initial "
-#| "ramdisk/dtb) into memory and c) actually executing the previosly loaded "
-#| "code."
msgid ""
"Network booting on systems using the U-Boot firmware consists of three "
"steps: a) configuring the network, b) loading the images (kernel/initial "
@@ -277,17 +263,6 @@ msgstr ""
#. Tag: para
#: boot-installer.xml:132
#, no-c-format
-#| msgid ""
-#| "On some systems, U-Boot predefines a set of environment variables with "
-#| "suitable load addresses: kernel_addr_r, ramdisk_addr_r and fdt_addr_r. "
-#| "You can check whether they are defined by running "
-#| "<informalexample><screen>\n"
-#| "printenv kernel_addr_r ramdisk_addr_r fdt_addr_r\n"
-#| "</screen></informalexample> If they are not defined, you have to check "
-#| "your system's documentation for appropriate values and set them manually. "
-#| "For systems based on Allwinner SunXi SOCs (e.g. the Allwinner A10, "
-#| "architecture name <quote>sun4i</quote> or the Allwinner A20, architecture "
-#| "name <quote>sun7i</quote>), you can e.g. use the follwing values:"
msgid ""
"On some systems, U-Boot predefines a set of environment variables with "
"suitable load addresses: kernel_addr_r, ramdisk_addr_r and fdt_addr_r. You "
@@ -347,20 +322,6 @@ msgstr ""
#. Tag: para
#: boot-installer.xml:150
#, no-c-format
-#| msgid ""
-#| "The third part is setting the kernel commandline and actually executing "
-#| "the loaded code. U-boot passes the content of the <quote>bootargs</quote> "
-#| "environment variable as commandline to the kernel, so any parameters for "
-#| "the kernel and the installer - such as the console device (see <xref "
-#| "linkend=\"boot-console\"/>) or preseeding options (see <xref linkend="
-#| "\"installer-args\"/> and <xref linkend=\"appendix-preseed\"/>) - can be "
-#| "set with a command like <informalexample><screen>\n"
-#| "setenv bootargs console=ttyS0,115200 rootwait panic=10\n"
-#| "</screen></informalexample> The exact command to execute the previously "
-#| "loaded code depends on the image format used. With uImage/uInitrd, the "
-#| "command is <informalexample><screen>\n"
-#| "bootm ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}\n"
-#| "</screen></informalexample> and with native Linux images it is"
msgid ""
"The third part is setting the kernel commandline and actually executing the "
"loaded code. U-Boot passes the content of the <quote>bootargs</quote> "
@@ -400,13 +361,6 @@ msgstr "bootz ${kernel_addr_r} ${ramdisk_addr_r}:${filesize} ${fdt_addr_r}"
#. Tag: para
#: boot-installer.xml:165
#, no-c-format
-#| msgid ""
-#| "Note: When booting standard linux images, it is important to load the "
-#| "initial ramdisk image after the kernel and the dtb as U-Boot sets the "
-#| "filesize variable to the size of the last file loaded and the bootz "
-#| "command requires the size of the ramdisk image to work correctly. In case "
-#| "of booting a platform-specific kernel, i.e. a kernel without device-tree, "
-#| "simply omit the ${fdt_addr_r} parameter."
msgid ""
"Note: When booting standard linux images, it is important to load the "
"initial ramdisk image after the kernel and the dtb as U-Boot sets the "
@@ -495,17 +449,12 @@ msgstr ""
#. Tag: title
#: boot-installer.xml:206
#, no-c-format
-#| msgid "Booting from a USB stick in U-Boot"
msgid "Booting from a USB stick in U-Boot"
msgstr "Amorcer sur une clé USB avec U-Boot"
#. Tag: para
#: boot-installer.xml:207
#, no-c-format
-#| msgid ""
-#| "Many modern U-Boot versions have USB support and allow booting from USB "
-#| "mass storage devices such as USB sticks. Unfortunately the exact steps "
-#| "required to do that can vary quite a bit from device to device."
msgid ""
"Many modern U-Boot versions have USB support and allow booting from USB mass "
"storage devices such as USB sticks. Unfortunately the exact steps required "
@@ -536,13 +485,6 @@ msgstr ""
#. Tag: para
#: boot-installer.xml:223
#, no-c-format
-#| msgid ""
-#| "To build a bootable USB stick for installing &debian;, unpack the hd-"
-#| "media tarball (see <xref linkend=\"where-files\"/>) onto a USB stick "
-#| "formatted with a filesystem supported by the U-Boot version on your "
-#| "device. For modern U-Boot versions, any of FAT16 / FAT32 / ext2 / ext3 / "
-#| "ext4 usually works. Then copy the ISO image file of the first &debian; "
-#| "installation CD or DVD onto the stick."
msgid ""
"To build a bootable USB stick for installing &debian;, unpack the hd-media "
"tarball (see <xref linkend=\"where-files\"/>) onto a USB stick formatted "
@@ -561,14 +503,6 @@ msgstr ""
#. Tag: para
#: boot-installer.xml:233
#, no-c-format
-#| msgid ""
-#| "The autoboot framework in modern U-Boot versions works similar to the "
-#| "boot ordering options in a PC BIOS, i.e. it checks a list of possible "
-#| "boot devices for a valid boot image and starts the first one it finds. If "
-#| "there is no operating system installed, plugging in the USB stick and "
-#| "powering up the system should result in starting the installer. You can "
-#| "also initiate the USB-boot process any time from the U-Boot prompt by "
-#| "entering the <quote>run bootcmd_usb0</quote> command."
msgid ""
"The autoboot framework in modern U-Boot versions works similar to the boot "
"ordering options in a PC BIOS, i.e. it checks a list of possible boot "
@@ -590,22 +524,6 @@ msgstr ""
#. Tag: para
#: boot-installer.xml:243
#, no-c-format
-#| msgid ""
-#| "One problem that can come up when booting from a USB stick while using a "
-#| "serial console can be a console baudrate mismatch. If a console variable "
-#| "is defined in U-Boot, the &d-i; boot script automatically passes it to "
-#| "the kernel to set the primary console device and, if applicable, the "
-#| "console baudrate. Unfortunately the handling of the console variable "
-#| "varies from platform to platform - on some platforms, the console "
-#| "variable includes the baudrate (as in <quote>console=ttyS0,115200</"
-#| "quote>), while on other platforms the console variable contains only the "
-#| "device (as in <quote>console=ttyS0</quote>). The latter case leads to a "
-#| "garbled console output when the default baudrate differs between U-Boot "
-#| "and the kernel. Modern U-Boot versions often use 115200 baud while the "
-#| "kernel still defaults to the traditional 9600 baud. If this happens, you "
-#| "should manually set the console variable to contain the correct baudrate "
-#| "for your system and then start the installer with the <quote>run "
-#| "bootcmd_usb0</quote> command."
msgid ""
"One problem that can come up when booting from a USB stick while using a "
"serial console can be a console baudrate mismatch. If a console variable is "
@@ -741,14 +659,6 @@ msgstr "Amorcer sur une clé USB"
#. Tag: para
#: boot-installer.xml:449
#, no-c-format
-#| msgid ""
-#| "Let's assume you have prepared everything from <xref linkend=\"boot-dev-"
-#| "select\"/> and <xref linkend=\"boot-usb-files\"/>. Now just plug your USB "
-#| "stick into some free USB connector and reboot the computer. The system "
-#| "should boot up, and unless you have used the flexible way to build the "
-#| "stick and not enabled it, you should be presented with the <prompt>boot:</"
-#| "prompt> prompt. Here you can enter optional boot arguments, or just hit "
-#| "&enterkey;."
msgid ""
"If your computer will boot from USB, this will probably be the easiest route "
"for installation. Assuming you have prepared everything from <xref linkend="
@@ -777,12 +687,6 @@ msgstr "Amorcer depuis un CD"
#: boot-installer.xml:469 boot-installer.xml:982 boot-installer.xml:1638
#: boot-installer.xml:2056
#, no-c-format
-#| msgid ""
-#| "The easiest route for most people will be to use a set of &debian; CDs. "
-#| "If you have a CD set, and if your machine supports booting directly off "
-#| "the CD, great! Simply <phrase arch=\"x86\"> configure your system for "
-#| "booting off a CD as described in <xref linkend=\"boot-dev-select\"/>, </"
-#| "phrase> insert your CD, reboot, and proceed to the next chapter."
msgid ""
"If you have a CD set, and if your machine supports booting directly off the "
"CD, great! Simply <phrase arch=\"x86\"> configure your system for booting "
@@ -1407,13 +1311,6 @@ msgstr ""
#. Tag: para
#: boot-installer.xml:828
#, no-c-format
-#| msgid ""
-#| "If you wish or need to add any boot parameters for either the installer "
-#| "or the kernel, press &tabkey;. This will display the default boot command "
-#| "for the selected menu entry and allow to add additional options. The help "
-#| "screens (see below) list some common possible options. Press &enterkey; "
-#| "to boot the installer with your options; pressing &escapekey; will return "
-#| "you to the boot menu and undo any changes you made."
msgid ""
"If you wish or need to add any boot parameters for either the installer or "
"the kernel, press &tabkey; (BIOS boot) or &ekey; (UEFI boot). This will "
@@ -3077,18 +2974,6 @@ msgstr "Accessibilité"
#. Tag: para
#: boot-installer.xml:2119
#, no-c-format
-#| msgid ""
-#| "Some users may need specific support because of e.g. some visual "
-#| "impairment. <phrase arch=\"ia64;powerpc;x86\">USB braille displays are "
-#| "detected automatically (not serial displays connected via a serial-to-USB "
-#| "converter), but most other</phrase> <phrase arch=\"arm;hppa;mips;mipsel;"
-#| "sparc\">Most</phrase> accessibility features have to be enabled manually. "
-#| "<phrase arch=\"x86\">On machines that support it, the boot menu emits a "
-#| "beep when it is ready to receive keystrokes.</phrase> Some boot "
-#| "parameters can <phrase arch=\"x86\">then</phrase> be appended to enable "
-#| "accessibility features<phrase arch=\"x86\"> (see also <xref linkend="
-#| "\"boot-screen\"/>)</phrase>. Note that on most architectures the boot "
-#| "loader interprets your keyboard as a QWERTY keyboard."
msgid ""
"Some users may need specific support because of e.g. some visual impairment. "
"<phrase arch=\"ia64;powerpc;ppc64el;x86\">USB braille displays are detected "
diff --git a/po/hu/boot-installer.po b/po/hu/boot-installer.po
index 5fb850149..3ea29e88a 100644
--- a/po/hu/boot-installer.po
+++ b/po/hu/boot-installer.po
@@ -681,10 +681,7 @@ msgstr ""
#. Tag: title
#: boot-installer.xml:579
-#, fuzzy, no-c-format
-#| msgid ""
-#| "Booting from Linux Using <command>LILO</command> or <command>GRUB</"
-#| "command>"
+#, no-c-format
msgid ""
"Booting from Linux using <command>LILO</command> or <command>GRUB</command>"
msgstr ""
@@ -881,18 +878,12 @@ msgstr ""
#. Tag: para
#: boot-installer.xml:654
-#, fuzzy, no-c-format
-#| msgid ""
-#| "Note that the value of the <userinput>ramdisk_size</userinput> may need "
-#| "to be adjusted for the size of the initrd image. From here on, there "
-#| "should be no difference between <command>GRUB</command> or <command>LILO</"
-#| "command>."
+#, no-c-format
msgid ""
"From here on, there should be no difference between <command>GRUB</command> "
"or <command>LILO</command>."
msgstr ""
-"A <userinput>ramdisk_size</userinput> értéke természetesen nem lehet kisebb, "
-"mint ami az initrd képhez szükséges. Innentől nincs különbség a "
+"Innentől nincs különbség a "
"<command>GRUB</command> vagy <command>LILO</command> között."
#. Tag: title
@@ -3409,14 +3400,7 @@ msgstr "mirror/protocol (protocol)"
#. Tag: para
#: boot-installer.xml:2839
-#, fuzzy, no-c-format
-#| msgid ""
-#| "By default the installer will use the http protocol to download files "
-#| "from Debian mirrors and changing that to ftp is not possible during "
-#| "installations at normal priority. By setting this parameter to "
-#| "<userinput>ftp</userinput>, you can force the installer to use that "
-#| "protocol instead. Note that you cannot select an ftp mirror from a list, "
-#| "you have to enter the hostname manually."
+#, no-c-format
msgid ""
"By default the installer will use the http protocol to download files from "
"&debian; mirrors and changing that to ftp is not possible during "
@@ -3900,10 +3884,7 @@ msgstr "Flopi lemezek megbízhatósága"
#. Tag: para
#: boot-installer.xml:3137
-#, fuzzy, no-c-format
-#| msgid ""
-#| "The biggest problem for people using floppy disks to install Debian seems "
-#| "to be floppy disk reliability."
+#, no-c-format
msgid ""
"The biggest problem for people using floppy disks to install &debian; seems "
"to be floppy disk reliability."
diff --git a/po/sv/boot-installer.po b/po/sv/boot-installer.po
index feb37ebc4..6b7017847 100644
--- a/po/sv/boot-installer.po
+++ b/po/sv/boot-installer.po
@@ -699,10 +699,7 @@ msgstr ""
#. Tag: title
#: boot-installer.xml:579
-#, fuzzy, no-c-format
-#| msgid ""
-#| "Booting from Linux Using <command>LILO</command> or <command>GRUB</"
-#| "command>"
+#, no-c-format
msgid ""
"Booting from Linux using <command>LILO</command> or <command>GRUB</command>"
msgstr ""
diff --git a/po/vi/boot-installer.po b/po/vi/boot-installer.po
index b7b20d519..b36831d23 100644
--- a/po/vi/boot-installer.po
+++ b/po/vi/boot-installer.po
@@ -713,10 +713,7 @@ msgstr ""
#. Tag: title
#: boot-installer.xml:579
-#, fuzzy, no-c-format
-#| msgid ""
-#| "Booting from Linux Using <command>LILO</command> or <command>GRUB</"
-#| "command>"
+#, no-c-format
msgid ""
"Booting from Linux using <command>LILO</command> or <command>GRUB</command>"
msgstr ""
diff --git a/po/zh_CN/boot-installer.po b/po/zh_CN/boot-installer.po
index 561310840..34b68d3f2 100644
--- a/po/zh_CN/boot-installer.po
+++ b/po/zh_CN/boot-installer.po
@@ -694,10 +694,7 @@ msgstr ""
#. Tag: title
#: boot-installer.xml:579
-#, fuzzy, no-c-format
-#| msgid ""
-#| "Booting from Linux Using <command>LILO</command> or <command>GRUB</"
-#| "command>"
+#, no-c-format
msgid ""
"Booting from Linux using <command>LILO</command> or <command>GRUB</command>"
msgstr "引导 Linux 使用 <command>LILO</command> 或 <command>GRUB</command>"
diff --git a/po/zh_TW/boot-installer.po b/po/zh_TW/boot-installer.po
index a796ef53c..ad04ef4ae 100644
--- a/po/zh_TW/boot-installer.po
+++ b/po/zh_TW/boot-installer.po
@@ -673,10 +673,7 @@ msgstr ""
#. Tag: title
#: boot-installer.xml:579
-#, fuzzy, no-c-format
-#| msgid ""
-#| "Booting from Linux Using <command>LILO</command> or <command>GRUB</"
-#| "command>"
+#, no-c-format
msgid ""
"Booting from Linux using <command>LILO</command> or <command>GRUB</command>"
msgstr "使用 <command>LILO</command> 或 <command>GRUB</command> 啟動 Linux"
@@ -852,18 +849,12 @@ msgstr ""
#. Tag: para
#: boot-installer.xml:654
-#, fuzzy, no-c-format
-#| msgid ""
-#| "Note that the value of the <userinput>ramdisk_size</userinput> may need "
-#| "to be adjusted for the size of the initrd image. From here on, there "
-#| "should be no difference between <command>GRUB</command> or <command>LILO</"
-#| "command>."
+#, no-c-format
msgid ""
"From here on, there should be no difference between <command>GRUB</command> "
"or <command>LILO</command>."
msgstr ""
-"注意 <userinput>ramdisk_size</userinput> 的值也許需要調整至 initrd 映像的大"
-"小。從此之後,採用 <command>GRUB</command> 或 <command>LILO</command> 都沒區"
+"從此之後,採用 <command>GRUB</command> 或 <command>LILO</command> 都沒區"
"別。"
# index.docbook:723, index.docbook:1876, index.docbook:2278, index.docbook:2426