diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/fr/random-bits.po | 61 | ||||
-rw-r--r-- | po/pt/random-bits.po | 78 |
2 files changed, 9 insertions, 130 deletions
diff --git a/po/fr/random-bits.po b/po/fr/random-bits.po index 6233d607a..5a8e17229 100644 --- a/po/fr/random-bits.po +++ b/po/fr/random-bits.po @@ -1313,67 +1313,6 @@ msgstr "Configurer le réseau" #. Tag: para #: random-bits.xml:627 #, no-c-format -#| msgid "" -#| "To configure networking, edit <filename>/etc/network/interfaces</" -#| "filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/" -#| "hostname</filename> and <filename>/etc/hosts</filename>. " -#| "<informalexample><screen>\n" -#| "# editor /etc/network/interfaces\n" -#| "</screen></informalexample> Here are some simple examples from <filename>/" -#| "usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n" -#| "######################################################################\n" -#| "# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n" -#| "# See the interfaces(5) manpage for information on what options are\n" -#| "# available.\n" -#| "######################################################################\n" -#| "\n" -#| "# We always want the loopback interface.\n" -#| "#\n" -#| "auto lo\n" -#| "iface lo inet loopback\n" -#| "\n" -#| "# To use dhcp:\n" -#| "#\n" -#| "# auto eth0\n" -#| "# iface eth0 inet dhcp\n" -#| "\n" -#| "# An example static IP setup: (broadcast and gateway are optional)\n" -#| "#\n" -#| "# auto eth0\n" -#| "# iface eth0 inet static\n" -#| "# address 192.168.0.42\n" -#| "# network 192.168.0.0\n" -#| "# netmask 255.255.255.0\n" -#| "# broadcast 192.168.0.255\n" -#| "# gateway 192.168.0.1\n" -#| "</screen></informalexample> Enter your nameserver(s) and search " -#| "directives in <filename>/etc/resolv.conf</filename>: " -#| "<informalexample><screen>\n" -#| "# editor /etc/resolv.conf\n" -#| "</screen></informalexample> A simple example <filename>/etc/resolv.conf</" -#| "filename>: <informalexample><screen>\n" -#| "search hqdom.local\n" -#| "nameserver 10.1.1.36\n" -#| "nameserver 192.168.9.100\n" -#| "</screen></informalexample> Enter your system's host name (2 to 63 " -#| "characters): <informalexample><screen>\n" -#| "# echo DebianHostName > /etc/hostname\n" -#| "</screen></informalexample> And a basic <filename>/etc/hosts</filename> " -#| "with IPv6 support: <informalexample><screen>\n" -#| "127.0.0.1 localhost\n" -#| "127.0.1.1 DebianHostName\n" -#| "\n" -#| "# The following lines are desirable for IPv6 capable hosts\n" -#| "::1 ip6-localhost ip6-loopback\n" -#| "fe00::0 ip6-localnet\n" -#| "ff00::0 ip6-mcastprefix\n" -#| "ff02::1 ip6-allnodes\n" -#| "ff02::2 ip6-allrouters\n" -#| "ff02::3 ip6-allhosts\n" -#| "</screen></informalexample> If you have multiple network cards, you " -#| "should arrange the names of driver modules in the <filename>/etc/modules</" -#| "filename> file into the desired order. Then during boot, each card will " -#| "be associated with the interface name (eth0, eth1, etc.) that you expect." msgid "" "To configure networking, edit <filename>/etc/network/interfaces</filename>, " "<filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> " diff --git a/po/pt/random-bits.po b/po/pt/random-bits.po index b1c012776..dc0a8d706 100644 --- a/po/pt/random-bits.po +++ b/po/pt/random-bits.po @@ -44,11 +44,11 @@ msgid "" msgstr "" "Em Linux podem ser encontrados vários ficheiros especiais sob o directório " "<filename>/dev</filename>. Estes ficheiros são chamados de ficheiros de " -"dispositivo e comportam-se de forma diferente dos ficheiros normais. Os tipos " -"mais comuns de ficheiros de dispositivo são para os dispositivos de bloco e " -"de caracteres. Estes ficheiros são um interface para o driver (parte do " -"kernel Linux) que por sua vez acede ao hardware. Outro tipo de ficheiro de " -"dispositivo, menos comum, é o chamado <firstterm>pipe</firstterm>. Os " +"dispositivo e comportam-se de forma diferente dos ficheiros normais. Os " +"tipos mais comuns de ficheiros de dispositivo são para os dispositivos de " +"bloco e de caracteres. Estes ficheiros são um interface para o driver (parte " +"do kernel Linux) que por sua vez acede ao hardware. Outro tipo de ficheiro " +"de dispositivo, menos comum, é o chamado <firstterm>pipe</firstterm>. Os " "ficheiros de dispositivos mais importantes estão listados nas tabelas abaixo." #. Tag: filename @@ -1303,67 +1303,6 @@ msgstr "Configurar a Rede" #. Tag: para #: random-bits.xml:627 #, no-c-format -#| msgid "" -#| "To configure networking, edit <filename>/etc/network/interfaces</" -#| "filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/" -#| "hostname</filename> and <filename>/etc/hosts</filename>. " -#| "<informalexample><screen>\n" -#| "# editor /etc/network/interfaces\n" -#| "</screen></informalexample> Here are some simple examples from <filename>/" -#| "usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n" -#| "######################################################################\n" -#| "# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n" -#| "# See the interfaces(5) manpage for information on what options are\n" -#| "# available.\n" -#| "######################################################################\n" -#| "\n" -#| "# We always want the loopback interface.\n" -#| "#\n" -#| "auto lo\n" -#| "iface lo inet loopback\n" -#| "\n" -#| "# To use dhcp:\n" -#| "#\n" -#| "# auto eth0\n" -#| "# iface eth0 inet dhcp\n" -#| "\n" -#| "# An example static IP setup: (broadcast and gateway are optional)\n" -#| "#\n" -#| "# auto eth0\n" -#| "# iface eth0 inet static\n" -#| "# address 192.168.0.42\n" -#| "# network 192.168.0.0\n" -#| "# netmask 255.255.255.0\n" -#| "# broadcast 192.168.0.255\n" -#| "# gateway 192.168.0.1\n" -#| "</screen></informalexample> Enter your nameserver(s) and search " -#| "directives in <filename>/etc/resolv.conf</filename>: " -#| "<informalexample><screen>\n" -#| "# editor /etc/resolv.conf\n" -#| "</screen></informalexample> A simple example <filename>/etc/resolv.conf</" -#| "filename>: <informalexample><screen>\n" -#| "search hqdom.local\n" -#| "nameserver 10.1.1.36\n" -#| "nameserver 192.168.9.100\n" -#| "</screen></informalexample> Enter your system's host name (2 to 63 " -#| "characters): <informalexample><screen>\n" -#| "# echo DebianHostName > /etc/hostname\n" -#| "</screen></informalexample> And a basic <filename>/etc/hosts</filename> " -#| "with IPv6 support: <informalexample><screen>\n" -#| "127.0.0.1 localhost\n" -#| "127.0.1.1 DebianHostName\n" -#| "\n" -#| "# The following lines are desirable for IPv6 capable hosts\n" -#| "::1 ip6-localhost ip6-loopback\n" -#| "fe00::0 ip6-localnet\n" -#| "ff00::0 ip6-mcastprefix\n" -#| "ff02::1 ip6-allnodes\n" -#| "ff02::2 ip6-allrouters\n" -#| "ff02::3 ip6-allhosts\n" -#| "</screen></informalexample> If you have multiple network cards, you " -#| "should arrange the names of driver modules in the <filename>/etc/modules</" -#| "filename> file into the desired order. Then during boot, each card will " -#| "be associated with the interface name (eth0, eth1, etc.) that you expect." msgid "" "To configure networking, edit <filename>/etc/network/interfaces</filename>, " "<filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> " @@ -1438,7 +1377,8 @@ msgstr "" "# opções estão disponíveis.\n" "######################################################################\n" "\n" -"# O interface loopback já não é necessário, mas pode ser utilizado se necessário.\n" +"# O interface loopback já não é necessário, mas pode ser utilizado se " +"necessário.\n" "#\n" "auto lo\n" "iface lo inet loopback\n" @@ -1448,8 +1388,8 @@ msgstr "" "# auto eth0\n" "# iface eth0 inet dhcp\n" "\n" -"# Exemplo de configuração com IP estático: (network, broadcast e gateway " -"# são opcionais)\n" +"# Exemplo de configuração com IP estático: (network, broadcast e gateway # " +"são opcionais)\n" "#\n" "# auto eth0\n" "# iface eth0 inet static\n" |