diff options
-rw-r--r-- | po/pt/boot-installer.po | 94 | ||||
-rw-r--r-- | po/pt/hardware.po | 15 | ||||
-rw-r--r-- | po/pt/preparing.po | 43 | ||||
-rw-r--r-- | po/pt/random-bits.po | 5 |
4 files changed, 24 insertions, 133 deletions
diff --git a/po/pt/boot-installer.po b/po/pt/boot-installer.po index 4a2016472..0c9d581f2 100644 --- a/po/pt/boot-installer.po +++ b/po/pt/boot-installer.po @@ -83,14 +83,7 @@ msgstr "" #. Tag: para #: boot-installer.xml:47 -#, fuzzy, 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." +#, 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 " @@ -192,19 +185,13 @@ msgstr "" #. Tag: title #: boot-installer.xml:108 -#, fuzzy, no-c-format -#| msgid "TFTP-booting in U-Boot" +#, no-c-format msgid "TFTP-booting in U-Boot" msgstr "Arranque por TFTP em U-Boot" #. Tag: para #: boot-installer.xml:109 -#, fuzzy, 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." +#, 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 " @@ -269,18 +256,7 @@ msgstr "" #. Tag: para #: boot-installer.xml:132 -#, fuzzy, 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:" +#, 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 " @@ -341,21 +317,7 @@ msgstr "" #. Tag: para #: boot-installer.xml:150 -#, fuzzy, 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" +#, 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> " @@ -393,14 +355,7 @@ msgstr "bootz ${kernel_addr_r} ${ramdisk_addr_r}:${filesize} ${fdt_addr_r}" #. Tag: para #: boot-installer.xml:165 -#, fuzzy, 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." +#, 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 " @@ -470,18 +425,13 @@ msgstr "" #. Tag: title #: boot-installer.xml:206 -#, fuzzy, no-c-format -#| msgid "Booting from a USB stick in U-Boot" +#, no-c-format msgid "Booting from a USB stick in U-Boot" msgstr "Arrancar a partir de uma 'pen' USB em U-Boot" #. Tag: para #: boot-installer.xml:207 -#, fuzzy, 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." +#, 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 " @@ -535,15 +485,7 @@ msgstr "" #. Tag: para #: boot-installer.xml:233 -#, fuzzy, 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." +#, 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 " @@ -564,23 +506,7 @@ msgstr "" #. Tag: para #: boot-installer.xml:243 -#, fuzzy, 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." +#, 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 " diff --git a/po/pt/hardware.po b/po/pt/hardware.po index 385105127..d626894fc 100644 --- a/po/pt/hardware.po +++ b/po/pt/hardware.po @@ -360,10 +360,9 @@ msgstr "prep" #. Tag: entry #: hardware.xml:148 -#, fuzzy, no-c-format -#| msgid "Amiga Power-UP Systems (APUS)" +#, no-c-format msgid "Power Systems" -msgstr "Amiga Power-UP Systems (APUS)" +msgstr "Power Systems" #. Tag: entry #: hardware.xml:149 @@ -630,10 +629,9 @@ msgstr "" #. Tag: title #: hardware.xml:357 -#, fuzzy, no-c-format -#| msgid "Platforms supported by Debian/armel" +#, no-c-format msgid "Platforms supported by Debian/arm64" -msgstr "Plataformas suportadaas por Debian/armel" +msgstr "Plataformas suportadaas por Debian/arm64" #. Tag: para #: hardware.xml:359 @@ -3184,10 +3182,9 @@ msgstr "Para CHRP, o suporte de disquete está actualmente quebrado." #. Tag: title #: hardware.xml:2044 -#, fuzzy, no-c-format -#| msgid "CD-ROM/DVD-ROM" +#, no-c-format msgid "CD-ROM/DVD-ROM/BD-ROM" -msgstr "CD-ROM/DVD-ROM" +msgstr "CD-ROM/DVD-ROM/BD-ROM" #. Tag: para #: hardware.xml:2046 diff --git a/po/pt/preparing.po b/po/pt/preparing.po index 8da3da5f0..874ebd945 100644 --- a/po/pt/preparing.po +++ b/po/pt/preparing.po @@ -2662,8 +2662,7 @@ msgstr "" #. Tag: title #: preparing.xml:1706 -#, fuzzy, no-c-format -#| msgid "Setting the ethernet MAC address in U-Boot" +#, no-c-format msgid "Setting the ethernet MAC address in U-Boot" msgstr "Definir o endereço MAC de ethernet em U-Boot" @@ -2730,14 +2729,7 @@ msgstr "" #. Tag: para #: preparing.xml:1736 -#, fuzzy, no-c-format -#| msgid "" -#| "On systems using U-Boot as system firmware, the ethernet MAC address is " -#| "placed in the <quote>ethaddr</quote> environment variable. It can be " -#| "checked at the U-Boot command prompt with the command <quote>printenv " -#| "ethaddr</quote> and can be set with the command <quote>setenv ethaddr ca:" -#| "ff:ee:12:34:56</quote>. After setting the value, the command " -#| "<quote>saveenv</quote> makes the assignment permanent." +#, no-c-format msgid "" "On systems using U-Boot as system firmware, the ethernet MAC address is " "placed in the <quote>ethaddr</quote> environment variable. It can be checked " @@ -2755,21 +2747,13 @@ msgstr "" #. Tag: title #: preparing.xml:1747 -#, fuzzy, no-c-format -#| msgid "Kernel/Initrd/Device-Tree relocation issues in U-Boot" +#, no-c-format msgid "Kernel/Initrd/Device-Tree relocation issues in U-Boot" msgstr "Problemas de relocação do Kernel/Initrd/Device-tree no U-Boot" #. Tag: para #: preparing.xml:1748 -#, fuzzy, no-c-format -#| msgid "" -#| "On some systems with older U-Boot versions there can be problems with " -#| "properly relocating the Linux kernel, the initial ramdisk and the device-" -#| "tree blob in memory during the boot process. In this case, U-Boot shows " -#| "the message <quote>Starting kernel ...</quote>, but the system freezes " -#| "afterwards without further output. These issues have been solved with " -#| "newer U-Boot versions from v2014.07 onwards." +#, no-c-format msgid "" "On some systems with older U-Boot versions there can be problems with " "properly relocating the Linux kernel, the initial ramdisk and the device-" @@ -2787,17 +2771,7 @@ msgstr "" #. Tag: para #: preparing.xml:1757 -#, fuzzy, no-c-format -#| msgid "" -#| "If the system has originally used a U-Boot version older than v2014.07 " -#| "and has been upgraded to a newer version later, the problem might still " -#| "occur even after upgrading U-Boot. Upgrading U-Boot usually does not " -#| "modify the existing U-Boot environment variables and the fix requires an " -#| "additional environment variable (bootm_size) to be set, which U-Boot does " -#| "automatically only on fresh installations without existing environment " -#| "data. It is possible to manually set bootm_size to the new U-Boot's " -#| "default value by running the command <quote>env default bootm_size; " -#| "saveenv</quote> at the U-Boot prompt." +#, no-c-format msgid "" "If the system has originally used a U-Boot version older than v2014.07 and " "has been upgraded to a newer version later, the problem might still occur " @@ -2821,12 +2795,7 @@ msgstr "" #. Tag: para #: preparing.xml:1768 -#, fuzzy, no-c-format -#| msgid "" -#| "Another possibility to circumvent relocation-related problems is to run " -#| "the command <quote>setenv fdt_high ffffffff; setenv initrd_high " -#| "0xffffffff; saveenv</quote> at the U-Boot prompt to completely disable " -#| "the relocation of the initial ramdisk and the device-tree blob." +#, no-c-format msgid "" "Another possibility to circumvent relocation-related problems is to run the " "command <quote>setenv fdt_high ffffffff; setenv initrd_high 0xffffffff; " diff --git a/po/pt/random-bits.po b/po/pt/random-bits.po index 4f2b5df83..5cc373f8c 100644 --- a/po/pt/random-bits.po +++ b/po/pt/random-bits.po @@ -107,10 +107,9 @@ msgstr "sda1" #. Tag: entry #: random-bits.xml:44 -#, fuzzy, no-c-format -#| msgid "First partition of the first IDE hard disk" +#, no-c-format msgid "First partition of the first hard disk" -msgstr "Primeira partição do primeiro disco rígido IDE" +msgstr "Primeira partição do primeiro disco rígido" #. Tag: filename #: random-bits.xml:46 |