#!/usr/bin/perl # DrakxSound # Copyright (C) 2002-2004 Mandrakesoft (tvignaud@mandrakesoft.com) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. use lib qw(/usr/lib/libDrakX); use standalone; #- warning, standalone must be loaded very first, for 'explanations' use strict; use interactive; use common; use harddrake::sound; use modules; use detect_devices; my $in = 'interactive'->vnew('su'); my $modules_conf = modules::any_conf->read; if (my @devices = modules::probe_category('multimedia/sound')) { # TODO: That need some work for multiples sound cards map_index { # allocate sound-slot in the same order as install2.pm # fill $device->{driver} with the right sound-slot-XX or default driver if missing sound-slot [real fix'll be in harddrake service] my $driver = $modules_conf->get_alias("sound-slot-$::i"); $driver = $modules_conf->get_alias($driver) if $driver =~ /sound-card/; # alsaconf ... $_->{current_driver} = $driver if $driver; $_->{sound_slot_index} = $::i; harddrake::sound::config($in, $modules_conf, $_, $::i); } @devices; } else { $in->ask_warn(N("No Sound Card detected!"), formatAlaTeX( #-PO: keep the double empty lines between sections, this is formatted a la LaTeX N("No Sound Card has been detected on your machine. Please verify that a Linux-supported Sound Card is correctly plugged in. You can visit our hardware database at: http://www.linux-mandrake.com/en/hardware.php3") . N("\n\n\nNote: if you've an ISA PnP sound card, you'll have to use the alsaconf or the sndconfig program. Just type \"alsaconf\" or \"sndconfig\" in a console."))); } $modules_conf->write; $in->exit(0); opic/MDKC_1_0'>topic/MDKC_1_0 Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/pt_BR.po
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-08-25 14:21:57 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-08-25 14:21:57 +0000
commit0b4b6af448cf3ba1ceeaf7e1b3b0335bd419ea63 (patch)
treedaaa0997794bd5e378451c620b6e27f5a7fb9f97 /perl-install/share/po/pt_BR.po
parentce715c47dea2f6f952d311f02caa6ad8c1c76bfe (diff)
downloaddrakx-0b4b6af448cf3ba1ceeaf7e1b3b0335bd419ea63.tar
drakx-0b4b6af448cf3ba1ceeaf7e1b3b0335bd419ea63.tar.gz
drakx-0b4b6af448cf3ba1ceeaf7e1b3b0335bd419ea63.tar.bz2
drakx-0b4b6af448cf3ba1ceeaf7e1b3b0335bd419ea63.tar.xz
drakx-0b4b6af448cf3ba1ceeaf7e1b3b0335bd419ea63.zip
sync with copyright bumping
Diffstat (limited to 'perl-install/share/po/pt_BR.po')
-rw-r--r--perl-install/share/po/pt_BR.po4371
1 files changed, 2470 insertions, 1901 deletions
diff --git a/perl-install/share/po/pt_BR.po b/perl-install/share/po/pt_BR.po
index 2567ec5b5..f0fb89de9 100644
--- a/perl-install/share/po/pt_BR.po
+++ b/perl-install/share/po/pt_BR.po
@@ -16,7 +16,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX-pt_BR\n"
-"POT-Creation-Date: 2005-07-27 17:26+0200\n"
+"POT-Creation-Date: 2005-08-25 15:00+0200\n"
"PO-Revision-Date: 2005-08-09 11:00-0300\n"
"Last-Translator: Arthur R. Mello <renato@conectiva.com.br>\n"
"Language-Team: <pt@li.org>\n"
@@ -88,7 +88,7 @@ msgstr ""
"Clique no botão para reiniciar o computador, retire a chave USB, remova a\n"
"proteção de gravação, conecte a chave, e execute o Mandriva Move outra vez."
-#: ../move/move.pm:468 help.pm:409 install_steps_interactive.pm:1319
+#: ../move/move.pm:468 help.pm:409 install_steps_interactive.pm:1320
#, c-format
msgid "Reboot"
msgstr "Reiniciar"
@@ -188,70 +188,73 @@ msgstr "Por favor aguarde, detectando e configurando dispositivos..."
#: diskdrake/dav.pm:75 diskdrake/hd_gtk.pm:113 diskdrake/interactive.pm:230
#: diskdrake/interactive.pm:243 diskdrake/interactive.pm:404
#: diskdrake/interactive.pm:422 diskdrake/interactive.pm:558
-#: diskdrake/interactive.pm:563 diskdrake/smbnfs_gtk.pm:41 fsedit.pm:209
-#: install_any.pm:1730 install_any.pm:1782 install_steps.pm:81
-#: install_steps_interactive.pm:37 interactive/http.pm:117
+#: diskdrake/interactive.pm:563 diskdrake/smbnfs_gtk.pm:41 do_pkgs.pm:19
+#: do_pkgs.pm:37 fsedit.pm:209 install_any.pm:1730 install_any.pm:1782
+#: install_steps.pm:81 install_steps_interactive.pm:37 interactive/http.pm:117
#: interactive/http.pm:118 network/ndiswrapper.pm:27 network/ndiswrapper.pm:42
#: network/ndiswrapper.pm:89 network/ndiswrapper.pm:101
-#: network/netconnect.pm:819 network/netconnect.pm:923
-#: network/netconnect.pm:927 network/netconnect.pm:931
-#: network/netconnect.pm:936 network/netconnect.pm:1066
-#: network/netconnect.pm:1070 network/netconnect.pm:1074
-#: network/netconnect.pm:1078 network/netconnect.pm:1186
-#: network/netconnect.pm:1191 network/netconnect.pm:1211
-#: network/netconnect.pm:1364 network/thirdparty.pm:266
-#: network/thirdparty.pm:273 network/thirdparty.pm:309
-#: network/thirdparty.pm:311 network/thirdparty.pm:332
-#: network/thirdparty.pm:356 printer/printerdrake.pm:244
-#: printer/printerdrake.pm:251 printer/printerdrake.pm:276
-#: printer/printerdrake.pm:422 printer/printerdrake.pm:427
-#: printer/printerdrake.pm:440 printer/printerdrake.pm:450
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:641
-#: printer/printerdrake.pm:1352 printer/printerdrake.pm:1399
-#: printer/printerdrake.pm:1436 printer/printerdrake.pm:1481
-#: printer/printerdrake.pm:1485 printer/printerdrake.pm:1499
-#: printer/printerdrake.pm:1591 printer/printerdrake.pm:1672
-#: printer/printerdrake.pm:1676 printer/printerdrake.pm:1680
-#: printer/printerdrake.pm:1729 printer/printerdrake.pm:1787
-#: printer/printerdrake.pm:1791 printer/printerdrake.pm:1805
-#: printer/printerdrake.pm:1920 printer/printerdrake.pm:1924
-#: printer/printerdrake.pm:1967 printer/printerdrake.pm:2042
-#: printer/printerdrake.pm:2060 printer/printerdrake.pm:2069
-#: printer/printerdrake.pm:2078 printer/printerdrake.pm:2089
-#: printer/printerdrake.pm:2153 printer/printerdrake.pm:2247
-#: printer/printerdrake.pm:2767 printer/printerdrake.pm:3042
-#: printer/printerdrake.pm:3048 printer/printerdrake.pm:3596
-#: printer/printerdrake.pm:3600 printer/printerdrake.pm:3604
-#: printer/printerdrake.pm:4064 printer/printerdrake.pm:4305
-#: printer/printerdrake.pm:4329 printer/printerdrake.pm:4406
-#: printer/printerdrake.pm:4472 printer/printerdrake.pm:4592
-#: standalone/drakTermServ:393 standalone/drakTermServ:467
-#: standalone/drakTermServ:476 standalone/drakTermServ:771
-#: standalone/drakTermServ:778 standalone/drakTermServ:801
-#: standalone/drakTermServ:848 standalone/drakTermServ:1056
-#: standalone/drakTermServ:1536 standalone/drakTermServ:1552
-#: standalone/drakTermServ:1557 standalone/drakTermServ:1565
-#: standalone/drakTermServ:1577 standalone/drakTermServ:1598
-#: standalone/drakauth:36 standalone/drakbackup:498 standalone/drakbackup:612
-#: standalone/drakbackup:1090 standalone/drakbackup:1122
-#: standalone/drakbackup:1645 standalone/drakbackup:1801
-#: standalone/drakbackup:2415 standalone/drakbackup:4104
-#: standalone/drakbackup:4324 standalone/drakclock:124
-#: standalone/drakconnect:672 standalone/drakconnect:676
-#: standalone/drakconnect:681 standalone/drakconnect:696
+#: network/netconnect.pm:918 network/netconnect.pm:922
+#: network/netconnect.pm:926 network/netconnect.pm:931
+#: network/netconnect.pm:1074 network/netconnect.pm:1078
+#: network/netconnect.pm:1196 network/netconnect.pm:1201
+#: network/netconnect.pm:1221 network/netconnect.pm:1374
+#: network/thirdparty.pm:266 network/thirdparty.pm:273
+#: network/thirdparty.pm:309 network/thirdparty.pm:311
+#: network/thirdparty.pm:332 network/thirdparty.pm:356
+#: printer/printerdrake.pm:244 printer/printerdrake.pm:251
+#: printer/printerdrake.pm:276 printer/printerdrake.pm:422
+#: printer/printerdrake.pm:427 printer/printerdrake.pm:440
+#: printer/printerdrake.pm:450 printer/printerdrake.pm:514
+#: printer/printerdrake.pm:686 printer/printerdrake.pm:690
+#: printer/printerdrake.pm:772 printer/printerdrake.pm:1575
+#: printer/printerdrake.pm:1622 printer/printerdrake.pm:1659
+#: printer/printerdrake.pm:1704 printer/printerdrake.pm:1708
+#: printer/printerdrake.pm:1722 printer/printerdrake.pm:1814
+#: printer/printerdrake.pm:1895 printer/printerdrake.pm:1899
+#: printer/printerdrake.pm:1903 printer/printerdrake.pm:1952
+#: printer/printerdrake.pm:2010 printer/printerdrake.pm:2014
+#: printer/printerdrake.pm:2028 printer/printerdrake.pm:2148
+#: printer/printerdrake.pm:2152 printer/printerdrake.pm:2195
+#: printer/printerdrake.pm:2270 printer/printerdrake.pm:2288
+#: printer/printerdrake.pm:2297 printer/printerdrake.pm:2306
+#: printer/printerdrake.pm:2317 printer/printerdrake.pm:2381
+#: printer/printerdrake.pm:2476 printer/printerdrake.pm:3025
+#: printer/printerdrake.pm:3309 printer/printerdrake.pm:3315
+#: printer/printerdrake.pm:3879 printer/printerdrake.pm:3883
+#: printer/printerdrake.pm:3887 printer/printerdrake.pm:4348
+#: printer/printerdrake.pm:4589 printer/printerdrake.pm:4613
+#: printer/printerdrake.pm:4690 printer/printerdrake.pm:4756
+#: printer/printerdrake.pm:4876 standalone/drakTermServ:394
+#: standalone/drakTermServ:464 standalone/drakTermServ:473
+#: standalone/drakTermServ:774 standalone/drakTermServ:781
+#: standalone/drakTermServ:802 standalone/drakTermServ:849
+#: standalone/drakTermServ:1095 standalone/drakTermServ:1572
+#: standalone/drakTermServ:1588 standalone/drakTermServ:1593
+#: standalone/drakTermServ:1601 standalone/drakTermServ:1613
+#: standalone/drakTermServ:1634 standalone/drakauth:36
+#: standalone/drakbackup:498 standalone/drakbackup:612
+#: standalone/drakbackup:1093 standalone/drakbackup:1125
+#: standalone/drakbackup:1648 standalone/drakbackup:1804
+#: standalone/drakbackup:2429 standalone/drakbackup:4118
+#: standalone/drakbackup:4338 standalone/drakclock:124
+#: standalone/drakconnect:676 standalone/drakconnect:680
+#: standalone/drakconnect:685 standalone/drakconnect:700
#: standalone/drakfont:210 standalone/drakfont:223 standalone/drakfont:261
-#: standalone/drakgw:50 standalone/drakgw:188 standalone/drakgw:217
-#: standalone/drakgw:258 standalone/drakgw:292 standalone/drakgw:394
-#: standalone/drakhosts:246 standalone/drakhosts:253 standalone/drakhosts:260
-#: standalone/draknfs:597 standalone/draknfs:604 standalone/draknfs:611
-#: standalone/drakroam:41 standalone/draksplash:15 standalone/draksplash:159
-#: standalone/drakxtv:107 standalone/finish-install:49 standalone/logdrake:168
-#: standalone/logdrake:437 standalone/logdrake:442 standalone/net_applet:160
-#: standalone/scannerdrake:59 standalone/scannerdrake:202
-#: standalone/scannerdrake:261 standalone/scannerdrake:715
-#: standalone/scannerdrake:726 standalone/scannerdrake:865
-#: standalone/scannerdrake:876 standalone/scannerdrake:946 wizards.pm:95
-#: wizards.pm:99 wizards.pm:121
+#: standalone/drakgw:50 standalone/drakgw:188 standalone/drakhosts:98
+#: standalone/drakhosts:248 standalone/drakhosts:255 standalone/drakhosts:262
+#: standalone/draknfs:306 standalone/draknfs:598 standalone/draknfs:605
+#: standalone/draknfs:612 standalone/drakroam:41 standalone/draksambashare:251
+#: standalone/draksambashare:255 standalone/draksambashare:258
+#: standalone/draksambashare:261 standalone/draksambashare:325
+#: standalone/draksambashare:430 standalone/draksambashare:601
+#: standalone/draksambashare:609 standalone/draksambashare:616
+#: standalone/draksplash:150 standalone/drakxtv:107
+#: standalone/finish-install:49 standalone/logdrake:168
+#: standalone/logdrake:437 standalone/logdrake:442 standalone/scannerdrake:59
+#: standalone/scannerdrake:202 standalone/scannerdrake:261
+#: standalone/scannerdrake:715 standalone/scannerdrake:726
+#: standalone/scannerdrake:865 standalone/scannerdrake:876
+#: standalone/scannerdrake:946 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Erro"
@@ -331,8 +334,8 @@ msgid "No CDROM support"
msgstr "Sem suporte a CD-ROM"
#: ../move/tree/mdk_totem:76 diskdrake/hd_gtk.pm:92
-#: diskdrake/interactive.pm:1046 diskdrake/interactive.pm:1056
-#: diskdrake/interactive.pm:1109
+#: diskdrake/interactive.pm:1052 diskdrake/interactive.pm:1062
+#: diskdrake/interactive.pm:1115
#, c-format
msgid "Read carefully!"
msgstr "Leia com atenção!"
@@ -485,17 +488,18 @@ msgstr ""
"Sua placa suporta aceleração 3D de hardware com o Xorg %s,\n"
"NOTE QUE O SUPORTE É EXPERIMENTAL E PODE TRAVAR O SEU COMPUTADOR."
-#: Xconfig/main.pm:90 Xconfig/main.pm:91 Xconfig/monitor.pm:116 any.pm:963
+#: Xconfig/main.pm:90 Xconfig/main.pm:91 Xconfig/monitor.pm:116 any.pm:964
#, c-format
msgid "Custom"
msgstr "Personalizar"
#: Xconfig/main.pm:115 diskdrake/dav.pm:26 help.pm:14
-#: install_steps_interactive.pm:85 install_steps_interactive.pm:1319
-#: printer/printerdrake.pm:744 printer/printerdrake.pm:4401
-#: printer/printerdrake.pm:4853 standalone/drakhosts:263 standalone/drakids:69
-#: standalone/drakids:77 standalone/draksplash:85 standalone/logdrake:173
-#: standalone/net_applet:81 standalone/scannerdrake:477
+#: install_steps_interactive.pm:85 install_steps_interactive.pm:1320
+#: printer/printerdrake.pm:882 printer/printerdrake.pm:899
+#: printer/printerdrake.pm:4685 printer/printerdrake.pm:5140
+#: standalone/drakhosts:265 standalone/drakids:62 standalone/drakids:71
+#: standalone/drakids:79 standalone/draksplash:81 standalone/logdrake:173
+#: standalone/net_applet:84 standalone/scannerdrake:477
#, c-format
msgid "Quit"
msgstr "Sair"
@@ -510,7 +514,7 @@ msgstr "Placa de vídeo"
msgid "Monitor"
msgstr "Monitor"
-#: Xconfig/main.pm:123 Xconfig/resolution_and_depth.pm:286
+#: Xconfig/main.pm:123 Xconfig/resolution_and_depth.pm:287
#, c-format
msgid "Resolution"
msgstr "Resolução"
@@ -522,7 +526,8 @@ msgstr "Testar"
#: Xconfig/main.pm:133 diskdrake/dav.pm:65 diskdrake/interactive.pm:448
#: diskdrake/removable.pm:24 diskdrake/smbnfs_gtk.pm:79
-#: standalone/drakfont:491 standalone/drakfont:553
+#: printer/printerdrake.pm:1125 standalone/drakfont:491
+#: standalone/drakfont:553
#, c-format
msgid "Options"
msgstr "Opções"
@@ -639,65 +644,65 @@ msgstr "16 milhões de cores (24 bits)"
msgid "Resolutions"
msgstr "Resoluções"
-#: Xconfig/resolution_and_depth.pm:308 diskdrake/hd_gtk.pm:336
-#: install_steps_gtk.pm:284 mouse.pm:168 services.pm:162
-#: standalone/drakbackup:1583 standalone/drakperm:250
+#: Xconfig/resolution_and_depth.pm:309 diskdrake/hd_gtk.pm:336
+#: install_steps_gtk.pm:288 mouse.pm:168 services.pm:162
+#: standalone/drakbackup:1586 standalone/drakperm:250
#, c-format
msgid "Other"
msgstr "Outra"
-#: Xconfig/resolution_and_depth.pm:357
+#: Xconfig/resolution_and_depth.pm:358
#, c-format
msgid "Choose the resolution and the color depth"
msgstr "Escolha a resolução e a profundidade de cores"
-#: Xconfig/resolution_and_depth.pm:358
+#: Xconfig/resolution_and_depth.pm:359
#, c-format
msgid "Graphics card: %s"
msgstr "Placa de vídeo: %s"
-#: Xconfig/resolution_and_depth.pm:372 interactive.pm:432
-#: interactive/gtk.pm:807 interactive/http.pm:103 interactive/http.pm:156
+#: Xconfig/resolution_and_depth.pm:373 interactive.pm:432
+#: interactive/gtk.pm:811 interactive/http.pm:103 interactive/http.pm:156
#: interactive/newt.pm:321 interactive/newt.pm:424 interactive/stdio.pm:39
#: interactive/stdio.pm:142 interactive/stdio.pm:143 interactive/stdio.pm:172
-#: standalone/drakTermServ:200 standalone/drakTermServ:518
-#: standalone/drakbackup:1347 standalone/drakbackup:3961
-#: standalone/drakbackup:4021 standalone/drakbackup:4065
-#: standalone/drakconnect:158 standalone/drakconnect:848
-#: standalone/drakconnect:935 standalone/drakconnect:1031
-#: standalone/drakfont:574 standalone/drakfont:586 standalone/drakroam:392
-#: standalone/draksplash:169 standalone/drakups:212 standalone/net_monitor:340
+#: standalone/drakTermServ:195 standalone/drakTermServ:515
+#: standalone/drakbackup:1350 standalone/drakbackup:3975
+#: standalone/drakbackup:4035 standalone/drakbackup:4079
+#: standalone/drakconnect:158 standalone/drakconnect:852
+#: standalone/drakconnect:939 standalone/drakconnect:1030
+#: standalone/drakfont:574 standalone/drakfont:584 standalone/drakroam:392
+#: standalone/draksplash:161 standalone/drakups:212 standalone/net_monitor:340
#: ugtk2.pm:412 ugtk2.pm:510 ugtk2.pm:916 ugtk2.pm:939
#, c-format
msgid "Ok"
msgstr "Ok"
-#: Xconfig/resolution_and_depth.pm:372 diskdrake/smbnfs_gtk.pm:80 help.pm:89
-#: help.pm:444 install_steps_gtk.pm:480 install_steps_interactive.pm:422
-#: install_steps_interactive.pm:831 interactive.pm:433 interactive/gtk.pm:811
+#: Xconfig/resolution_and_depth.pm:373 diskdrake/smbnfs_gtk.pm:80 help.pm:89
+#: help.pm:444 install_steps_gtk.pm:485 install_steps_interactive.pm:423
+#: install_steps_interactive.pm:832 interactive.pm:433 interactive/gtk.pm:815
#: interactive/http.pm:104 interactive/http.pm:160 interactive/newt.pm:318
#: interactive/newt.pm:428 interactive/stdio.pm:39 interactive/stdio.pm:142
-#: interactive/stdio.pm:176 printer/printerdrake.pm:3676
-#: standalone/drakautoinst:215 standalone/drakbackup:1347
-#: standalone/drakbackup:3887 standalone/drakbackup:3891
-#: standalone/drakbackup:3949 standalone/drakconnect:157
-#: standalone/drakconnect:933 standalone/drakconnect:1030
-#: standalone/drakfont:586 standalone/drakfont:664 standalone/drakfont:741
-#: standalone/draksplash:169 standalone/drakups:219 standalone/logdrake:173
+#: interactive/stdio.pm:176 printer/printerdrake.pm:3959
+#: standalone/drakautoinst:215 standalone/drakbackup:1350
+#: standalone/drakbackup:3901 standalone/drakbackup:3905
+#: standalone/drakbackup:3963 standalone/drakconnect:157
+#: standalone/drakconnect:937 standalone/drakconnect:1029
+#: standalone/drakfont:584 standalone/drakfont:662 standalone/drakfont:739
+#: standalone/draksplash:161 standalone/drakups:219 standalone/logdrake:173
#: standalone/net_monitor:339 ugtk2.pm:406 ugtk2.pm:508 ugtk2.pm:517
#: ugtk2.pm:916
#, c-format
msgid "Cancel"
msgstr "Cancelar"
-#: Xconfig/resolution_and_depth.pm:372 diskdrake/hd_gtk.pm:150
-#: install_steps_gtk.pm:228 install_steps_gtk.pm:629 interactive.pm:527
-#: interactive/gtk.pm:677 interactive/gtk.pm:679 standalone/drakTermServ:285
-#: standalone/drakbackup:3883 standalone/drakbug:105
+#: Xconfig/resolution_and_depth.pm:373 diskdrake/hd_gtk.pm:150
+#: install_steps_gtk.pm:232 install_steps_gtk.pm:634 interactive.pm:527
+#: interactive/gtk.pm:681 interactive/gtk.pm:683 standalone/drakTermServ:284
+#: standalone/drakbackup:3897 standalone/drakbug:105
#: standalone/drakconnect:153 standalone/drakconnect:236
#: standalone/drakfont:509 standalone/draknfs:208 standalone/drakperm:133
-#: standalone/draksec:336 standalone/draksec:338 standalone/draksec:356
-#: standalone/draksec:358 ugtk2.pm:1048 ugtk2.pm:1049
+#: standalone/draksambashare:213 standalone/draksec:336 standalone/draksec:338
+#: standalone/draksec:356 standalone/draksec:358 ugtk2.pm:1048 ugtk2.pm:1049
#, c-format
msgid "Help"
msgstr "Ajuda"
@@ -836,17 +841,17 @@ msgstr ""
msgid "What norm is your TV using?"
msgstr "Qual é a norma que sua TV está utilizando?"
-#: Xconfig/xfree.pm:646
+#: Xconfig/xfree.pm:647
#, c-format
msgid ""
"_:weird aspect ratio\n"
"other"
msgstr "outro"
-#: any.pm:142 harddrake/sound.pm:190 interactive.pm:470 pkgs.pm:458
+#: any.pm:142 harddrake/sound.pm:192 interactive.pm:470 pkgs.pm:460
#: standalone/drakconnect:160 standalone/drakconnect:635 standalone/draksec:68
#: standalone/drakups:101 standalone/drakxtv:92 standalone/harddrake2:246
-#: standalone/service_harddrake:206
+#: standalone/service_harddrake:207
#, c-format
msgid "Please wait"
msgstr "Por favor, aguarde"
@@ -929,7 +934,7 @@ msgstr "Primeiro setor da partição raiz"
msgid "On Floppy"
msgstr "Pelo Disquete"
-#: any.pm:236 help.pm:739 printer/printerdrake.pm:4061
+#: any.pm:236 help.pm:739 printer/printerdrake.pm:4345
#, c-format
msgid "Skip"
msgstr "Ignorar"
@@ -971,7 +976,7 @@ msgstr ""
msgid "The passwords do not match"
msgstr "As senhas não conferem"
-#: any.pm:276 any.pm:609 authentication.pm:181 diskdrake/interactive.pm:1306
+#: any.pm:276 any.pm:609 authentication.pm:181 diskdrake/interactive.pm:1326
#, c-format
msgid "Please try again"
msgstr "Por favor, tente novamente"
@@ -1006,10 +1011,10 @@ msgstr "Forçar sem APIC"
msgid "Force No Local APIC"
msgstr "Forçar sem APIC Local"
-#: any.pm:292 any.pm:643 authentication.pm:186 diskdrake/smbnfs_gtk.pm:179
-#: network/netconnect.pm:573 printer/printerdrake.pm:1663
-#: printer/printerdrake.pm:1784 standalone/drakbackup:1627
-#: standalone/drakbackup:3490 standalone/drakups:299
+#: any.pm:292 any.pm:643 authentication.pm:186 diskdrake/smbnfs_gtk.pm:180
+#: network/netconnect.pm:571 printer/printerdrake.pm:1886
+#: printer/printerdrake.pm:2007 standalone/drakbackup:1630
+#: standalone/drakbackup:3504 standalone/drakups:299
#, c-format
msgid "Password"
msgstr "Senha"
@@ -1273,8 +1278,8 @@ msgstr ""
#: any.pm:629 diskdrake/dav.pm:66 diskdrake/hd_gtk.pm:154
#: diskdrake/removable.pm:26 diskdrake/smbnfs_gtk.pm:81 help.pm:530
#: interactive/http.pm:151 printer/printerdrake.pm:197
-#: printer/printerdrake.pm:382 printer/printerdrake.pm:4853
-#: standalone/drakbackup:2703 standalone/scannerdrake:668
+#: printer/printerdrake.pm:382 printer/printerdrake.pm:5140
+#: standalone/drakbackup:2717 standalone/scannerdrake:668
#: standalone/scannerdrake:818
#, c-format
msgid "Done"
@@ -1290,7 +1295,7 @@ msgstr "Aceitar usuário"
msgid "Real name"
msgstr "Nome real"
-#: any.pm:642 standalone/drakbackup:1622
+#: any.pm:642 standalone/drakbackup:1625
#, c-format
msgid "Login name"
msgstr "Nome de login"
@@ -1363,56 +1368,56 @@ msgstr "Use Unicode por padrão"
msgid "All languages"
msgstr "Todos os idiomas"
-#: any.pm:835 help.pm:566 help.pm:855 install_steps_interactive.pm:952
+#: any.pm:832 help.pm:566 help.pm:855 install_steps_interactive.pm:953
#, c-format
msgid "Country / Region"
msgstr "País / Região"
-#: any.pm:836
+#: any.pm:833
#, c-format
msgid "Please choose your country."
msgstr "Por favor, escolha seu país."
-#: any.pm:838
+#: any.pm:835
#, c-format
msgid "Here is the full list of available countries"
msgstr "Aqui está a lista completa dos países disponíveis"
-#: any.pm:839
+#: any.pm:836
#, c-format
msgid "Other Countries"
msgstr "Outros Países"
-#: any.pm:839 help.pm:51 help.pm:409 help.pm:431 help.pm:647 help.pm:722
+#: any.pm:836 help.pm:51 help.pm:409 help.pm:431 help.pm:647 help.pm:722
#: interactive.pm:393
#, c-format
msgid "Advanced"
msgstr "Avançado"
-#: any.pm:847
+#: any.pm:844
#, c-format
msgid "Input method:"
msgstr "Método de entrada:"
-#: any.pm:848 install_any.pm:421 network/netconnect.pm:154
-#: network/netconnect.pm:314 network/netconnect.pm:319
-#: network/netconnect.pm:1177 printer/printerdrake.pm:105
-#: printer/printerdrake.pm:2199
+#: any.pm:847 install_any.pm:421 network/netconnect.pm:153
+#: network/netconnect.pm:309 network/netconnect.pm:314
+#: network/netconnect.pm:1187 printer/printerdrake.pm:105
+#: printer/printerdrake.pm:2428
#, c-format
msgid "None"
msgstr "Nenhum"
-#: any.pm:963
+#: any.pm:964
#, c-format
msgid "No sharing"
msgstr "Sem compartilhamento"
-#: any.pm:963
+#: any.pm:964
#, c-format
msgid "Allow all users"
msgstr "Permitir todos os usuários"
-#: any.pm:967
+#: any.pm:968
#, c-format
msgid ""
"Would you like to allow users to share some of their directories?\n"
@@ -1428,7 +1433,7 @@ msgstr ""
"\n"
"\"Personalizar\" permite especificar para cada usuário individualmente.\n"
-#: any.pm:979
+#: any.pm:980
#, c-format
msgid ""
"NFS: the traditional Unix file sharing system, with less support on Mac and "
@@ -1437,7 +1442,7 @@ msgstr ""
"NFS:o tradicional sistema de compartilhamento de arquivos Unix, com pouco "
"suporte em Mac e Windows."
-#: any.pm:982
+#: any.pm:983
#, c-format
msgid ""
"SMB: a file sharing system used by Windows, Mac OS X and many modern Linux "
@@ -1446,7 +1451,7 @@ msgstr ""
"SMB:um sistema de compartilhamento de arquivos usado em Windows, Mac OS X e "
"muitos sistemas Linux modernos."
-#: any.pm:990
+#: any.pm:991
#, c-format
msgid ""
"You can export using NFS or SMB. Please select which you would like to use."
@@ -1454,22 +1459,22 @@ msgstr ""
"Você pode exportar usando SMB ou NFS. Por favor, seleciona qual você "
"gostaria de usar."
-#: any.pm:1015
+#: any.pm:1016
#, c-format
msgid "Launch userdrake"
msgstr "Abrir o Userdrake"
-#: any.pm:1015 printer/printerdrake.pm:3900 printer/printerdrake.pm:3903
-#: printer/printerdrake.pm:3904 printer/printerdrake.pm:3905
-#: printer/printerdrake.pm:5162 standalone/drakTermServ:295
-#: standalone/drakbackup:4083 standalone/drakbug:126 standalone/drakfont:497
+#: any.pm:1016 printer/printerdrake.pm:4184 printer/printerdrake.pm:4187
+#: printer/printerdrake.pm:4188 printer/printerdrake.pm:4189
+#: printer/printerdrake.pm:5452 standalone/drakTermServ:294
+#: standalone/drakbackup:4097 standalone/drakbug:126 standalone/drakfont:497
#: standalone/drakroam:242 standalone/net_monitor:118
-#: standalone/printerdrake:548
+#: standalone/printerdrake:565
#, c-format
msgid "Close"
msgstr "Fechar"
-#: any.pm:1017
+#: any.pm:1018
#, c-format
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
@@ -1627,14 +1632,14 @@ msgstr "Layout de segurança (SASL/Kerberos)"
msgid "Authentication Active Directory"
msgstr "Autenticação Active Directory"
-#: authentication.pm:111 authentication.pm:150 diskdrake/smbnfs_gtk.pm:180
+#: authentication.pm:111 authentication.pm:150 diskdrake/smbnfs_gtk.pm:181
#, c-format
msgid "Domain"
msgstr "Domínio"
#: authentication.pm:113 diskdrake/dav.pm:63 help.pm:146
#: printer/printerdrake.pm:141 share/compssUsers.pl:82
-#: standalone/drakTermServ:270
+#: standalone/drakTermServ:269
#, c-format
msgid "Server"
msgstr "Servidor"
@@ -1760,7 +1765,7 @@ msgstr "Nenhuma senha"
msgid "This password is too short (it must be at least %d characters long)"
msgstr "Essa senha é muito simples (deve ter ao menos %d caracteres)"
-#: authentication.pm:188 network/netconnect.pm:319 network/netconnect.pm:574
+#: authentication.pm:188 network/netconnect.pm:314 network/netconnect.pm:572
#: standalone/drakauth:24 standalone/drakauth:26 standalone/drakconnect:481
#, c-format
msgid "Authentication"
@@ -1828,7 +1833,7 @@ msgid "You can not install the bootloader on a %s partition\n"
msgstr ""
"Você não pode instalar o gerenciador de inicialização em uma partição %s \n"
-#: bootloader.pm:1448
+#: bootloader.pm:1454
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
@@ -1837,7 +1842,7 @@ msgstr ""
"Seu gerenciador de inicialização precisa ser atualizado porque as partições "
"foram renumeradas"
-#: bootloader.pm:1461
+#: bootloader.pm:1467
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
@@ -1846,7 +1851,7 @@ msgstr ""
"O gerenciador de boot não pode ser instalado corretamente. Você deve iniciar "
"com o modo de recuperação e escolher \"%s\""
-#: bootloader.pm:1462
+#: bootloader.pm:1468
#, c-format
msgid "Re-install Boot Loader"
msgstr "Reinstalar gerenciador de inicialização"
@@ -2134,12 +2139,12 @@ msgid "Server: "
msgstr "Servidor:"
#: diskdrake/dav.pm:110 diskdrake/interactive.pm:521
-#: diskdrake/interactive.pm:1188 diskdrake/interactive.pm:1266
+#: diskdrake/interactive.pm:1208 diskdrake/interactive.pm:1286
#, c-format
msgid "Mount point: "
msgstr "Ponto de montagem: "
-#: diskdrake/dav.pm:111 diskdrake/interactive.pm:1273
+#: diskdrake/dav.pm:111 diskdrake/interactive.pm:1293
#, c-format
msgid "Options: %s"
msgstr "Opções: %s"
@@ -2186,8 +2191,8 @@ msgstr ""
msgid "Please click on a partition"
msgstr "Por favor, clique em uma partição"
-#: diskdrake/hd_gtk.pm:205 diskdrake/smbnfs_gtk.pm:62 install_steps_gtk.pm:482
-#: standalone/drakbackup:2938 standalone/drakbackup:2998
+#: diskdrake/hd_gtk.pm:205 diskdrake/smbnfs_gtk.pm:62 install_steps_gtk.pm:487
+#: standalone/drakbackup:2952 standalone/drakbackup:3012
#, c-format
msgid "Details"
msgstr "Detalhes"
@@ -2227,7 +2232,7 @@ msgstr "HFS"
msgid "Windows"
msgstr "Windows"
-#: diskdrake/hd_gtk.pm:336 diskdrake/interactive.pm:1203
+#: diskdrake/hd_gtk.pm:336 diskdrake/interactive.pm:1223
#, c-format
msgid "Empty"
msgstr "Vazia"
@@ -2257,7 +2262,7 @@ msgstr "Tipo"
#. -PO: "Delete" is a button text and the translation has to be AS SHORT AS POSSIBLE
#: diskdrake/hd_gtk.pm:359 diskdrake/interactive.pm:455
-#: standalone/drakperm:123 standalone/printerdrake:236
+#: standalone/drakperm:123 standalone/printerdrake:246
#, c-format
msgid "Delete"
msgstr "Remover"
@@ -2317,7 +2322,7 @@ msgstr "Sair sem gravar na tabela de partição?"
msgid "Do you want to save /etc/fstab modifications"
msgstr "Você quer salvar as modificações do /etc/fstab"
-#: diskdrake/interactive.pm:292 install_steps_interactive.pm:329
+#: diskdrake/interactive.pm:292 install_steps_interactive.pm:330
#, c-format
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
@@ -2347,7 +2352,7 @@ msgid "Auto allocate"
msgstr "Alocar automaticamente"
#: diskdrake/interactive.pm:312 help.pm:530 help.pm:566 help.pm:606
-#: help.pm:855 install_steps_interactive.pm:121
+#: help.pm:855 install_steps_interactive.pm:122
#, c-format
msgid "More"
msgstr "Mais"
@@ -2490,12 +2495,12 @@ msgstr "Criar uma nova partição"
msgid "Start sector: "
msgstr "Setor inicial: "
-#: diskdrake/interactive.pm:519 diskdrake/interactive.pm:926
+#: diskdrake/interactive.pm:519 diskdrake/interactive.pm:929
#, c-format
msgid "Size in MB: "
msgstr "Tamanho em MB: "
-#: diskdrake/interactive.pm:520 diskdrake/interactive.pm:927
+#: diskdrake/interactive.pm:520 diskdrake/interactive.pm:930
#, c-format
msgid "Filesystem type: "
msgstr "Tipo do Sistema de Arquivos: "
@@ -2621,27 +2626,27 @@ msgstr ""
"verificações no sistema de arquivos serão executadas quando o computador "
"iniciar na próximo vez com o Windows(TM)"
-#: diskdrake/interactive.pm:840
+#: diskdrake/interactive.pm:843
#, c-format
msgid "Choose an existing RAID to add to"
msgstr "Escolha um RAID existente para adicionar"
-#: diskdrake/interactive.pm:842 diskdrake/interactive.pm:859
+#: diskdrake/interactive.pm:845 diskdrake/interactive.pm:862
#, c-format
msgid "new"
msgstr "novo"
-#: diskdrake/interactive.pm:857
+#: diskdrake/interactive.pm:860
#, c-format
msgid "Choose an existing LVM to add to"
msgstr "Escolha um LVM existente para adicionar"
-#: diskdrake/interactive.pm:863
+#: diskdrake/interactive.pm:866
#, c-format
msgid "LVM name?"
msgstr "Nome do LVM?"
-#: diskdrake/interactive.pm:891
+#: diskdrake/interactive.pm:894
#, c-format
msgid ""
"Physical volume %s is still in use.\n"
@@ -2650,103 +2655,104 @@ msgstr ""
"Volume físico %s ainda está sendo utilizado.\n"
"Você quer mover as extensões físicas usadas neste volume pra outros volumes?"
-#: diskdrake/interactive.pm:893
+#: diskdrake/interactive.pm:896
#, c-format
msgid "Moving physical extents"
msgstr "Movendo extensões físicas"
-#: diskdrake/interactive.pm:911
+#: diskdrake/interactive.pm:914
#, c-format
msgid "This partition can not be used for loopback"
msgstr "Essa partição não pode ser usada para loopback"
-#: diskdrake/interactive.pm:924
+#: diskdrake/interactive.pm:927
#, c-format
msgid "Loopback"
msgstr "Loopback"
-#: diskdrake/interactive.pm:925
+#: diskdrake/interactive.pm:928
#, c-format
msgid "Loopback file name: "
msgstr "Nome do arquivo loopback: "
-#: diskdrake/interactive.pm:930
+#: diskdrake/interactive.pm:933
#, c-format
msgid "Give a file name"
msgstr "Forneça um nome para o arquivo"
-#: diskdrake/interactive.pm:933
+#: diskdrake/interactive.pm:936
#, c-format
msgid "File is already used by another loopback, choose another one"
msgstr "O arquivo já está sendo utilizado por outro loopback, escolha outro"
-#: diskdrake/interactive.pm:934
+#: diskdrake/interactive.pm:937
#, c-format
msgid "File already exists. Use it?"
msgstr "O arquivo já existe. Usá-lo?"
-#: diskdrake/interactive.pm:957
+#: diskdrake/interactive.pm:960
#, c-format
msgid "Mount options"
msgstr "Opções de montagem"
-#: diskdrake/interactive.pm:964
+#: diskdrake/interactive.pm:967
#, c-format
msgid "Various"
msgstr "Vários"
-#: diskdrake/interactive.pm:1028
+#: diskdrake/interactive.pm:1034
#, c-format
msgid "device"
msgstr "dispositivo"
-#: diskdrake/interactive.pm:1029
+#: diskdrake/interactive.pm:1035
#, c-format
msgid "level"
msgstr "nível"
-#: diskdrake/interactive.pm:1030
+#: diskdrake/interactive.pm:1036
#, c-format
msgid "chunk size in KiB"
msgstr "tamanho quebrado (chunk) em KiB"
-#: diskdrake/interactive.pm:1047
+#: diskdrake/interactive.pm:1053
#, c-format
msgid "Be careful: this operation is dangerous."
msgstr "Tenha cuidado: essa operação é perigosa."
-#: diskdrake/interactive.pm:1062
+#: diskdrake/interactive.pm:1068
#, c-format
msgid "What type of partitioning?"
msgstr "Qual o tipo de particionamento?"
-#: diskdrake/interactive.pm:1100
+#: diskdrake/interactive.pm:1106
#, c-format
msgid "You'll need to reboot before the modification can take place"
msgstr " Você precisará reiniciar para que as modificações tenham efeito"
-#: diskdrake/interactive.pm:1109
+#: diskdrake/interactive.pm:1115
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "A tabela de partição do drive %s está para ser gravada no disco!"
-#: diskdrake/interactive.pm:1118
+#: diskdrake/interactive.pm:1138
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"Após formatar a partição %s, todos os dados desta partição serão perdidos"
-#: diskdrake/interactive.pm:1134
+#: diskdrake/interactive.pm:1154
#, c-format
msgid "Move files to the new partition"
msgstr "Mover arquivos para nova partição"
-#: diskdrake/interactive.pm:1134
+#: diskdrake/interactive.pm:1154 standalone/draksambashare:69
+#: standalone/draksambashare:543
#, c-format
msgid "Hide files"
msgstr "Esconder arquivos"
-#: diskdrake/interactive.pm:1135
+#: diskdrake/interactive.pm:1155
#, c-format
msgid ""
"Directory %s already contains data\n"
@@ -2755,108 +2761,108 @@ msgstr ""
"O diretório %s já contém alguns dados\n"
"(%s)"
-#: diskdrake/interactive.pm:1146
+#: diskdrake/interactive.pm:1166
#, c-format
msgid "Moving files to the new partition"
msgstr "Movendo arquivos para a nova partição"
-#: diskdrake/interactive.pm:1150
+#: diskdrake/interactive.pm:1170
#, c-format
msgid "Copying %s"
msgstr "Copiando %s"
-#: diskdrake/interactive.pm:1154
+#: diskdrake/interactive.pm:1174
#, c-format
msgid "Removing %s"
msgstr "Removendo %s"
-#: diskdrake/interactive.pm:1168
+#: diskdrake/interactive.pm:1188
#, c-format
msgid "partition %s is now known as %s"
msgstr "a partição %s agora chama-se %s"
-#: diskdrake/interactive.pm:1169
+#: diskdrake/interactive.pm:1189
#, c-format
msgid "Partitions have been renumbered: "
msgstr "Partições renumeradas:"
-#: diskdrake/interactive.pm:1189 diskdrake/interactive.pm:1251
+#: diskdrake/interactive.pm:1209 diskdrake/interactive.pm:1271
#, c-format
msgid "Device: "
msgstr "Dispositivo: "
-#: diskdrake/interactive.pm:1190
+#: diskdrake/interactive.pm:1210
#, c-format
msgid "Devfs name: "
msgstr "Nome do sistema de arquivos do dispositivo:"
-#: diskdrake/interactive.pm:1191
+#: diskdrake/interactive.pm:1211
#, c-format
msgid "Volume label: "
msgstr "Nome do Volume:"
-#: diskdrake/interactive.pm:1192
+#: diskdrake/interactive.pm:1212
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "Letra do drive no DOS: %s (apena um palpite)\n"
-#: diskdrake/interactive.pm:1196 diskdrake/interactive.pm:1205
-#: diskdrake/interactive.pm:1269
+#: diskdrake/interactive.pm:1216 diskdrake/interactive.pm:1225
+#: diskdrake/interactive.pm:1289
#, c-format
msgid "Type: "
msgstr "Tipo: "
-#: diskdrake/interactive.pm:1200 install_steps_gtk.pm:296
+#: diskdrake/interactive.pm:1220 install_steps_gtk.pm:300
#, c-format
msgid "Name: "
msgstr "Nome: "
-#: diskdrake/interactive.pm:1207
+#: diskdrake/interactive.pm:1227
#, c-format
msgid "Start: sector %s\n"
msgstr "Iniciar: setor: %s\n"
-#: diskdrake/interactive.pm:1208
+#: diskdrake/interactive.pm:1228
#, c-format
msgid "Size: %s"
msgstr "Tamanho: %s"
-#: diskdrake/interactive.pm:1210
+#: diskdrake/interactive.pm:1230
#, c-format
msgid ", %s sectors"
msgstr ", %s setores"
-#: diskdrake/interactive.pm:1212
+#: diskdrake/interactive.pm:1232
#, c-format
msgid "Cylinder %d to %d\n"
msgstr "Cilindro %d para %d\n"
-#: diskdrake/interactive.pm:1213
+#: diskdrake/interactive.pm:1233
#, c-format
msgid "Number of logical extents: %d\n"
msgstr "Número de extensões lógicas: %d\n"
-#: diskdrake/interactive.pm:1214
+#: diskdrake/interactive.pm:1234
#, c-format
msgid "Formatted\n"
msgstr "Formatado\n"
-#: diskdrake/interactive.pm:1215
+#: diskdrake/interactive.pm:1235
#, c-format
msgid "Not formatted\n"
msgstr "Não formatado\n"
-#: diskdrake/interactive.pm:1216
+#: diskdrake/interactive.pm:1236
#, c-format
msgid "Mounted\n"
msgstr "Montado\n"
-#: diskdrake/interactive.pm:1217
+#: diskdrake/interactive.pm:1237
#, c-format
msgid "RAID %s\n"
msgstr "RAID %s\n"
-#: diskdrake/interactive.pm:1222
+#: diskdrake/interactive.pm:1242
#, c-format
msgid ""
"Loopback file(s):\n"
@@ -2865,7 +2871,7 @@ msgstr ""
"Arquivo(s) de Loopback:\n"
" %s\n"
-#: diskdrake/interactive.pm:1223
+#: diskdrake/interactive.pm:1243
#, c-format
msgid ""
"Partition booted by default\n"
@@ -2874,27 +2880,27 @@ msgstr ""
"Partição de inicialização padrão\n"
" (para inicialização do MS-DOS, não para o lilo)\n"
-#: diskdrake/interactive.pm:1225
+#: diskdrake/interactive.pm:1245
#, c-format
msgid "Level %s\n"
msgstr "Nível %s\n"
-#: diskdrake/interactive.pm:1226
+#: diskdrake/interactive.pm:1246
#, c-format
msgid "Chunk size %d KiB\n"
msgstr "Tamanho quebrado (chunk) %d KiB\n"
-#: diskdrake/interactive.pm:1227
+#: diskdrake/interactive.pm:1247
#, c-format
msgid "RAID-disks %s\n"
msgstr "Discos RAID %s\n"
-#: diskdrake/interactive.pm:1229
+#: diskdrake/interactive.pm:1249
#, c-format
msgid "Loopback file name: %s"
msgstr "Nome do arquivo loopback: %s"
-#: diskdrake/interactive.pm:1232
+#: diskdrake/interactive.pm:1252
#, c-format
msgid ""
"\n"
@@ -2907,7 +2913,7 @@ msgstr ""
"partição Driver, você provavelmente\n"
"não deveria mexer nela.\n"
-#: diskdrake/interactive.pm:1235
+#: diskdrake/interactive.pm:1255
#, c-format
msgid ""
"\n"
@@ -2920,73 +2926,73 @@ msgstr ""
"Bootstrap é para o\n"
"dual boot do seu sistema.\n"
-#: diskdrake/interactive.pm:1252
+#: diskdrake/interactive.pm:1272
#, c-format
msgid "Read-only"
msgstr "Somente leitura"
-#: diskdrake/interactive.pm:1253
+#: diskdrake/interactive.pm:1273
#, c-format
msgid "Size: %s\n"
msgstr "Tamanho: %s\n"
-#: diskdrake/interactive.pm:1254
+#: diskdrake/interactive.pm:1274
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometria: %s cilindros, %s cabeças, %s setores\n"
-#: diskdrake/interactive.pm:1255
+#: diskdrake/interactive.pm:1275
#, c-format
msgid "Info: "
msgstr "Informação: "
-#: diskdrake/interactive.pm:1256
+#: diskdrake/interactive.pm:1276
#, c-format
msgid "LVM-disks %s\n"
msgstr "Discos LVM %s\n"
-#: diskdrake/interactive.pm:1257
+#: diskdrake/interactive.pm:1277
#, c-format
msgid "Partition table type: %s\n"
msgstr "Tipo da tabela de partição: %s\n"
-#: diskdrake/interactive.pm:1258
+#: diskdrake/interactive.pm:1278
#, c-format
msgid "on channel %d id %d\n"
msgstr "no barramento %d id %d\n"
-#: diskdrake/interactive.pm:1301
+#: diskdrake/interactive.pm:1321
#, c-format
msgid "Filesystem encryption key"
msgstr "Chave criptográfica do sistema de arquivos"
-#: diskdrake/interactive.pm:1302
+#: diskdrake/interactive.pm:1322
#, c-format
msgid "Choose your filesystem encryption key"
msgstr "Escolha a sua chave criptográfica do sistema de arquivos"
-#: diskdrake/interactive.pm:1305
+#: diskdrake/interactive.pm:1325
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr "Essa chave é muito simples (deve ter ao menos %d caracteres)"
-#: diskdrake/interactive.pm:1306
+#: diskdrake/interactive.pm:1326
#, c-format
msgid "The encryption keys do not match"
msgstr "As chaves criptográficas não conferem"
-#: diskdrake/interactive.pm:1309 network/netconnect.pm:1022
+#: diskdrake/interactive.pm:1329 network/netconnect.pm:1025
#: standalone/drakconnect:419
#, c-format
msgid "Encryption key"
msgstr "Chave criptográfica"
-#: diskdrake/interactive.pm:1310
+#: diskdrake/interactive.pm:1330
#, c-format
msgid "Encryption key (again)"
msgstr "Chave criptográfica (novamente)"
-#: diskdrake/interactive.pm:1311 standalone/drakvpn:1017
+#: diskdrake/interactive.pm:1332 standalone/drakvpn:1017
#: standalone/drakvpn:1102
#, c-format
msgid "Encryption algorithm"
@@ -2997,84 +3003,89 @@ msgstr "Algoritmo de criptografia"
msgid "Change type"
msgstr "Mudar tipo"
-#: diskdrake/smbnfs_gtk.pm:162
+#: diskdrake/smbnfs_gtk.pm:163
#, c-format
msgid "Can not login using username %s (bad password?)"
msgstr "Não foi possível fazer o login do usuário %s (senha errada?)"
-#: diskdrake/smbnfs_gtk.pm:166 diskdrake/smbnfs_gtk.pm:175
+#: diskdrake/smbnfs_gtk.pm:167 diskdrake/smbnfs_gtk.pm:176
#, c-format
msgid "Domain Authentication Required"
msgstr "Autenticação de Domínio Necessária"
-#: diskdrake/smbnfs_gtk.pm:167
+#: diskdrake/smbnfs_gtk.pm:168
#, c-format
msgid "Which username"
msgstr "Qual nome de usuário"
-#: diskdrake/smbnfs_gtk.pm:167
+#: diskdrake/smbnfs_gtk.pm:168
#, c-format
msgid "Another one"
msgstr "Mais uma"
-#: diskdrake/smbnfs_gtk.pm:176
+#: diskdrake/smbnfs_gtk.pm:177
#, c-format
msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
"Favor digitar seu nome de usuário, senha e domínio para acessar esta máquina."
-#: diskdrake/smbnfs_gtk.pm:178 standalone/drakbackup:3489
+#: diskdrake/smbnfs_gtk.pm:179 standalone/drakbackup:3503
#, c-format
msgid "Username"
msgstr "Nome de usuário"
-#: diskdrake/smbnfs_gtk.pm:204
+#: diskdrake/smbnfs_gtk.pm:205
#, c-format
msgid "Search servers"
msgstr "Servidores de busca"
-#: diskdrake/smbnfs_gtk.pm:209
+#: diskdrake/smbnfs_gtk.pm:210
#, c-format
msgid "Search new servers"
msgstr "Procurar novos servidores"
-#: do_pkgs.pm:16 do_pkgs.pm:31
+#: do_pkgs.pm:16 do_pkgs.pm:34
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "O pacote %s precisa ser instalado. Você deseja instalá-lo?"
-#: do_pkgs.pm:21 do_pkgs.pm:36
+#: do_pkgs.pm:19 do_pkgs.pm:37 printer/printerdrake.pm:4025
+#, c-format
+msgid "Could not install the %s package!"
+msgstr "Não foi possível instalar o pacote %s!"
+
+#: do_pkgs.pm:24 do_pkgs.pm:42
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Pacote obrigatório %s faltando"
-#: do_pkgs.pm:182
+#: do_pkgs.pm:187
#, c-format
msgid "Installing packages..."
msgstr "Instalando pacotes..."
-#: do_pkgs.pm:227
+#: do_pkgs.pm:232
#, c-format
msgid "Removing packages..."
msgstr "Removendo pacotes ..."
-#: fs/format.pm:57 fs/format.pm:64
+#: fs/format.pm:58 fs/format.pm:65
#, c-format
msgid "Formatting partition %s"
msgstr "Formatando partição %s"
-#: fs/format.pm:61
+#: fs/format.pm:62
#, c-format
msgid "Creating and formatting file %s"
msgstr "Criando e formatando arquivo %s"
-#: fs/format.pm:114
+#: fs/format.pm:115
#, c-format
msgid "I do not know how to format %s in type %s"
msgstr "Eu não sei como formatar %s no tipo %s"
-#: fs/format.pm:119 fs/format.pm:121
+#: fs/format.pm:120 fs/format.pm:122
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatação de %s falhou"
@@ -3084,37 +3095,44 @@ msgstr "%s formatação de %s falhou"
msgid "Circular mounts %s\n"
msgstr "Montagens circulares %s\n"
-#: fs/mount.pm:72
+#: fs/mount.pm:74
#, c-format
msgid "Mounting partition %s"
msgstr "Montando partição %s"
-#: fs/mount.pm:73
+#: fs/mount.pm:75
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "Falha ao montar partição %s no diretório %s."
-#: fs/mount.pm:78 fs/mount.pm:95
+#: fs/mount.pm:80 fs/mount.pm:97
#, c-format
msgid "Checking %s"
msgstr "Checando %s"
-#: fs/mount.pm:111 partition_table.pm:385
+#: fs/mount.pm:113 partition_table.pm:385
#, c-format
msgid "error unmounting %s: %s"
msgstr "erro ao desmontar %s: %s"
-#: fs/mount.pm:140
+#: fs/mount.pm:142
#, c-format
msgid "Enabling swap partition %s"
msgstr "Habilitando partição Swap %s"
#: fs/mount_options.pm:111
+#, fuzzy, c-format
+msgid "Use an encrypted file system"
+msgstr ""
+"Você não pode usar um sistema de arquivos criptografados como ponto de "
+"montagem %s"
+
+#: fs/mount_options.pm:113
#, c-format
msgid "Enable group disk quota accounting and optionally enforce limits"
msgstr "Habilitar quota de disco para o grupo e limites reforçados opicionais"
-#: fs/mount_options.pm:113
+#: fs/mount_options.pm:115
#, c-format
msgid ""
"Do not update inode access times on this file system\n"
@@ -3124,7 +3142,7 @@ msgstr ""
"(ex. para um acesso mais rápido ao spoll de notícias, para acelerar os "
"servidores de notícias)."
-#: fs/mount_options.pm:116
+#: fs/mount_options.pm:118
#, c-format
msgid ""
"Can only be mounted explicitly (i.e.,\n"
@@ -3133,12 +3151,12 @@ msgstr ""
"Somente pode ser montado explicitamente (i.e.,\n"
"a opção -a não fará que o sistema de arquivos seja montado)."
-#: fs/mount_options.pm:119
+#: fs/mount_options.pm:121
#, c-format
msgid "Do not interpret character or block special devices on the file system."
msgstr "Não interpretar os dispositivos especiais no sistema de arquivos."
-#: fs/mount_options.pm:121
+#: fs/mount_options.pm:123
#, c-format
msgid ""
"Do not allow execution of any binaries on the mounted\n"
@@ -3149,7 +3167,7 @@ msgstr ""
"Esta opção pode ser útil para um servidor que tem sistemas de arquivos\n"
"com binários para outras arquiteturas do que a sua própria."
-#: fs/mount_options.pm:125
+#: fs/mount_options.pm:127
#, c-format
msgid ""
"Do not allow set-user-identifier or set-group-identifier\n"
@@ -3160,19 +3178,19 @@ msgstr ""
"de fazerem efeito. (Isso parece seguro, mas é pouco seguro de\n"
"fato se você tem suidperl(1) instalado.)"
-#: fs/mount_options.pm:129
+#: fs/mount_options.pm:131
#, c-format
msgid "Mount the file system read-only."
msgstr "Monte o sistema de arquivo como somente leitura."
-#: fs/mount_options.pm:131
+#: fs/mount_options.pm:133
#, c-format
msgid "All I/O to the file system should be done synchronously."
msgstr ""
"Toda a Entrada e Saída (I/O) para o sistema de arquivo deveria ser feita em "
"modo síncrono"
-#: fs/mount_options.pm:135
+#: fs/mount_options.pm:137
#, c-format
msgid ""
"Allow an ordinary user to mount the file system. The\n"
@@ -3188,29 +3206,28 @@ msgstr ""
"nosuid, e nodev (a menos que cancelado por opções subseqüentes, como na\n"
"linha de opção user,exec,dev,suid)."
-#: fs/mount_options.pm:141
-#, c-format
-msgid ""
-"Enable user disk quota accounting enabled, and optionally enforce limits"
+#: fs/mount_options.pm:143
+#, fuzzy, c-format
+msgid "Enable user disk quota accounting, and optionally enforce limits"
msgstr ""
"Habilita a quota de disco para usuário, e limites reforçados opicionalmente"
-#: fs/mount_options.pm:143
+#: fs/mount_options.pm:145
#, c-format
msgid "Give write access to ordinary users"
msgstr "Dê acesso à escrita para usuários comuns"
-#: fs/mount_options.pm:145
+#: fs/mount_options.pm:147
#, c-format
msgid "Give read-only access to ordinary users"
msgstr "Dê acesso \"somente leitura\" para usuários comuns"
-#: fs/type.pm:375
+#: fs/type.pm:376
#, c-format
msgid "You can not use JFS for partitions smaller than 16MB"
msgstr "Você não pode usar JFS em partições menores que 16MB"
-#: fs/type.pm:376
+#: fs/type.pm:377
#, c-format
msgid "You can not use ReiserFS for partitions smaller than 32MB"
msgstr "Você não pode usar ReiserFS em partições menores que 32MB"
@@ -3354,7 +3371,7 @@ msgstr "Gravadores CD/DVD"
msgid "DVD-ROM"
msgstr "DVD-ROM"
-#: harddrake/data.pm:127 standalone/drakbackup:2036
+#: harddrake/data.pm:127 standalone/drakbackup:2050
#, c-format
msgid "Tape"
msgstr "Fita"
@@ -3429,7 +3446,7 @@ msgstr "Dispositivos Bluetooth"
msgid "Ethernetcard"
msgstr "Placa Ethernet"
-#: harddrake/data.pm:282 network/netconnect.pm:488
+#: harddrake/data.pm:282 network/netconnect.pm:484
#, c-format
msgid "Modem"
msgstr "Modem"
@@ -3450,7 +3467,7 @@ msgid "AGP controllers"
msgstr "Controladores AGP"
#: harddrake/data.pm:324 help.pm:186 help.pm:855
-#: install_steps_interactive.pm:984
+#: install_steps_interactive.pm:985
#, c-format
msgid "Printer"
msgstr "Impressora"
@@ -3516,8 +3533,8 @@ msgstr "Controles SMBus"
msgid "Bridges and system controllers"
msgstr "Bridges e controladores do sistema"
-#: harddrake/data.pm:447 help.pm:855 install_steps_interactive.pm:117
-#: install_steps_interactive.pm:944 standalone/keyboarddrake:29
+#: harddrake/data.pm:447 help.pm:855 install_steps_interactive.pm:118
+#: install_steps_interactive.pm:945 standalone/keyboarddrake:29
#, c-format
msgid "Keyboard"
msgstr "Teclado"
@@ -3527,7 +3544,7 @@ msgstr "Teclado"
msgid "Tablet and touchscreen"
msgstr "Mesa digitalizadora e touchscreen"
-#: harddrake/data.pm:469 help.pm:855 install_steps_interactive.pm:977
+#: harddrake/data.pm:469 help.pm:855 install_steps_interactive.pm:978
#, c-format
msgid "Mouse"
msgstr "Mouse"
@@ -3552,18 +3569,18 @@ msgstr "Desconhecido/Outros"
msgid "cpu # "
msgstr "CPU # "
-#: harddrake/sound.pm:190 standalone/drakconnect:162
+#: harddrake/sound.pm:192 standalone/drakconnect:162
#: standalone/drakconnect:637
#, c-format
msgid "Please Wait... Applying the configuration"
msgstr "Por favor aguarde... Aplicando a configuração"
-#: harddrake/sound.pm:226
+#: harddrake/sound.pm:228
#, c-format
msgid "No alternative driver"
msgstr "Sem driver alternativo"
-#: harddrake/sound.pm:227
+#: harddrake/sound.pm:229
#, c-format
msgid ""
"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
@@ -3572,12 +3589,12 @@ msgstr ""
"Não há nenhum driver alternativo de OSS/ALSA para sua placa de som (%s) que "
"usa atualmente \"%s\""
-#: harddrake/sound.pm:233
+#: harddrake/sound.pm:235
#, c-format
msgid "Sound configuration"
msgstr "Configuração do Som"
-#: harddrake/sound.pm:235
+#: harddrake/sound.pm:237
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
@@ -3589,7 +3606,7 @@ msgstr ""
#. -PO: here the first %s is either "OSS" or "ALSA",
#. -PO: the second %s is the name of the current driver
#. -PO: and the third %s is the name of the default driver
-#: harddrake/sound.pm:240
+#: harddrake/sound.pm:242
#, c-format
msgid ""
"\n"
@@ -3602,7 +3619,7 @@ msgstr ""
"Sua placa usa atualmente o driver %s\"%s\" (o driver padrão para sua placa é "
"\"%s\")"
-#: harddrake/sound.pm:242
+#: harddrake/sound.pm:244
#, c-format
msgid ""
"OSS (Open Sound System) was the first sound API. It's an OS independent "
@@ -3636,35 +3653,35 @@ msgstr ""
"- a nova API ALSA que fornece muitas funções mas exige a utilização da "
"biblioteca ALSA.\n"
-#: harddrake/sound.pm:256 harddrake/sound.pm:341 standalone/drakups:146
+#: harddrake/sound.pm:258 harddrake/sound.pm:343 standalone/drakups:146
#, c-format
msgid "Driver:"
msgstr "Driver:"
-#: harddrake/sound.pm:261
+#: harddrake/sound.pm:263
#, c-format
msgid "Trouble shooting"
msgstr "Resolução de problemas"
-#: harddrake/sound.pm:269 keyboard.pm:391 lang.pm:1078
-#: network/ndiswrapper.pm:95 network/netconnect.pm:467
-#: printer/printerdrake.pm:1206 printer/printerdrake.pm:2230
-#: printer/printerdrake.pm:2316 printer/printerdrake.pm:2362
-#: printer/printerdrake.pm:2429 printer/printerdrake.pm:2464
-#: printer/printerdrake.pm:2773 printer/printerdrake.pm:2780
-#: printer/printerdrake.pm:3740 printer/printerdrake.pm:4069
-#: printer/printerdrake.pm:4189 printer/printerdrake.pm:5310
-#: standalone/drakTermServ:326 standalone/drakTermServ:1169
-#: standalone/drakTermServ:1230 standalone/drakTermServ:1895
-#: standalone/drakbackup:497 standalone/drakbackup:596 standalone/drakboot:125
-#: standalone/drakclock:224 standalone/drakconnect:969 standalone/drakups:27
-#: standalone/harddrake2:480 standalone/scannerdrake:51
+#: harddrake/sound.pm:271 keyboard.pm:391 network/ndiswrapper.pm:95
+#: network/netconnect.pm:463 printer/printerdrake.pm:1429
+#: printer/printerdrake.pm:2459 printer/printerdrake.pm:2558
+#: printer/printerdrake.pm:2604 printer/printerdrake.pm:2671
+#: printer/printerdrake.pm:2706 printer/printerdrake.pm:3031
+#: printer/printerdrake.pm:3038 printer/printerdrake.pm:4024
+#: printer/printerdrake.pm:4353 printer/printerdrake.pm:4473
+#: printer/printerdrake.pm:5613 standalone/drakTermServ:326
+#: standalone/drakTermServ:1205 standalone/drakTermServ:1266
+#: standalone/drakTermServ:1931 standalone/drakbackup:497
+#: standalone/drakbackup:596 standalone/drakboot:125 standalone/drakclock:224
+#: standalone/drakconnect:973 standalone/drakups:27 standalone/harddrake2:479
+#: standalone/localedrake:43 standalone/scannerdrake:51
#: standalone/scannerdrake:940
#, c-format
msgid "Warning"
msgstr "Aviso"
-#: harddrake/sound.pm:269
+#: harddrake/sound.pm:271
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
@@ -3679,12 +3696,12 @@ msgstr ""
"\n"
"O novo driver \"%s\" só será utilizado na próxima inicialização."
-#: harddrake/sound.pm:277
+#: harddrake/sound.pm:279
#, c-format
msgid "No open source driver"
msgstr "Nenhum driver de código aberto"
-#: harddrake/sound.pm:278
+#: harddrake/sound.pm:280
#, c-format
msgid ""
"There's no free driver for your sound card (%s), but there's a proprietary "
@@ -3693,33 +3710,33 @@ msgstr ""
"Não há nenhum driver livre para sua placa de som (%s), mas existe um driver "
"proprietário em \"%s\""
-#: harddrake/sound.pm:281
+#: harddrake/sound.pm:283
#, c-format
msgid "No known driver"
msgstr "Nenhum driver conhecido"
-#: harddrake/sound.pm:282
+#: harddrake/sound.pm:284
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr "Não há nenhum driver de som conhecido para sua placa de som (%s)"
-#: harddrake/sound.pm:286
+#: harddrake/sound.pm:288
#, c-format
msgid "Unknown driver"
msgstr "Driver desconhecido"
-#: harddrake/sound.pm:287
+#: harddrake/sound.pm:289
#, c-format
msgid "Error: The \"%s\" driver for your sound card is unlisted"
msgstr "Erro: O driver \"%s\" para sua placa de som não está na lista"
-#: harddrake/sound.pm:301
+#: harddrake/sound.pm:303
#, c-format
msgid "Sound trouble shooting"
msgstr "Resolução de problemas de som"
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
-#: harddrake/sound.pm:304
+#: harddrake/sound.pm:306
#, c-format
msgid ""
"The classic bug sound tester is to run the following commands:\n"
@@ -3762,18 +3779,18 @@ msgstr ""
"\n"
"- \"/sbin/fuser -v /dev/dsp\" mostrará qual programa usa a placa de som.\n"
-#: harddrake/sound.pm:330
+#: harddrake/sound.pm:332
#, c-format
msgid "Let me pick any driver"
msgstr "Deixe-me escolher qualquer driver"
-#: harddrake/sound.pm:333
+#: harddrake/sound.pm:335
#, c-format
msgid "Choosing an arbitrary driver"
msgstr "Escolher um driver arbitrariamente"
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
-#: harddrake/sound.pm:336
+#: harddrake/sound.pm:338
#, c-format
msgid ""
"If you really think that you know which driver is the right one for your "
@@ -3787,8 +3804,8 @@ msgstr ""
"\n"
"O driver atual para sua placa de som \"%s\" é \"%s\" "
-#: harddrake/v4l.pm:12 standalone/net_applet:63 standalone/net_applet:64
-#: standalone/net_applet:66
+#: harddrake/v4l.pm:12 standalone/net_applet:66 standalone/net_applet:67
+#: standalone/net_applet:69
#, c-format
msgid "Auto-detect"
msgstr "Detecção automática"
@@ -3808,7 +3825,7 @@ msgstr "Desconhecido|CPH05X (bt878) [vários fabricantes]"
msgid "Unknown|CPH06X (bt878) [many vendors]"
msgstr "Desconhecido|CPH06X (bt878) [vários fabricantes]"
-#: harddrake/v4l.pm:392
+#: harddrake/v4l.pm:394
#, c-format
msgid ""
"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
@@ -3822,37 +3839,37 @@ msgstr ""
"tipos de placa aqui. Apenas escolha os parâmetros de sua placa, se "
"necessário."
-#: harddrake/v4l.pm:395
+#: harddrake/v4l.pm:397
#, c-format
msgid "Card model:"
msgstr "Modelo da placa:"
-#: harddrake/v4l.pm:396
+#: harddrake/v4l.pm:398
#, c-format
msgid "Tuner type:"
msgstr "Mudar tipo:"
-#: harddrake/v4l.pm:397
+#: harddrake/v4l.pm:399
#, c-format
msgid "Number of capture buffers:"
msgstr "Número de buffers de captura:"
-#: harddrake/v4l.pm:397
+#: harddrake/v4l.pm:399
#, c-format
msgid "number of capture buffers for mmap'ed capture"
msgstr "número de buffers de captura para a captura do tipo mmap"
-#: harddrake/v4l.pm:399
+#: harddrake/v4l.pm:401
#, c-format
msgid "PLL setting:"
msgstr "Configuração PLL:"
-#: harddrake/v4l.pm:400
+#: harddrake/v4l.pm:402
#, c-format
msgid "Radio support:"
msgstr "Suporte a rádio:"
-#: harddrake/v4l.pm:400
+#: harddrake/v4l.pm:402
#, c-format
msgid "enable radio support"
msgstr "habilitar suporte a rádio"
@@ -3871,8 +3888,8 @@ msgstr ""
"clique em \"%s\". Se não concordar, clique no botão \"%s\"\n"
"para reiniciar seu computador."
-#: help.pm:14 install_steps_gtk.pm:552 install_steps_interactive.pm:91
-#: install_steps_interactive.pm:735 standalone/drakautoinst:214
+#: help.pm:14 install_steps_gtk.pm:557 install_steps_interactive.pm:91
+#: install_steps_interactive.pm:736 standalone/drakautoinst:214
#, c-format
msgid "Accept"
msgstr "Aceitar"
@@ -3963,17 +3980,17 @@ msgstr ""
"desmarque\n"
"a opção \"%s\""
-#: help.pm:51 printer/printerdrake.pm:1662 printer/printerdrake.pm:1783
+#: help.pm:51 printer/printerdrake.pm:1885 printer/printerdrake.pm:2006
#, c-format
msgid "User name"
msgstr "Nome do usuário"
-#: help.pm:51 help.pm:431 help.pm:681 install_steps_gtk.pm:233
-#: install_steps_gtk.pm:694 interactive.pm:432 interactive/newt.pm:321
-#: network/thirdparty.pm:322 printer/printerdrake.pm:3678
-#: standalone/drakTermServ:383 standalone/drakbackup:3940
-#: standalone/drakbackup:4034 standalone/drakbackup:4051
-#: standalone/drakbackup:4069 ugtk2.pm:510
+#: help.pm:51 help.pm:431 help.pm:681 install_steps_gtk.pm:237
+#: install_steps_gtk.pm:699 interactive.pm:432 interactive/newt.pm:321
+#: network/thirdparty.pm:322 printer/printerdrake.pm:3961
+#: standalone/drakTermServ:384 standalone/drakbackup:3954
+#: standalone/drakbackup:4048 standalone/drakbackup:4065
+#: standalone/drakbackup:4083 ugtk2.pm:510
#, c-format
msgid "Next"
msgstr "Próximo"
@@ -4203,7 +4220,7 @@ msgstr "Desenvolvimento"
msgid "Graphical Environment"
msgstr "Ambiente Gráfico"
-#: help.pm:146 install_steps_gtk.pm:231 install_steps_interactive.pm:642
+#: help.pm:146 install_steps_gtk.pm:235 install_steps_interactive.pm:643
#, c-format
msgid "Individual package selection"
msgstr "Seleção individual de pacotes"
@@ -4213,7 +4230,7 @@ msgstr "Seleção individual de pacotes"
msgid "Upgrade"
msgstr "Atualizar"
-#: help.pm:146 install_steps_interactive.pm:600
+#: help.pm:146 install_steps_interactive.pm:601
#, c-format
msgid "With X"
msgstr "Com X"
@@ -4302,17 +4319,16 @@ msgstr ""
"como criar esse disquete."
#: help.pm:180 help.pm:285 help.pm:313 help.pm:444 install_any.pm:904
-#: interactive.pm:157 modules/interactive.pm:71 standalone/drakbackup:2503
-#: standalone/draksec:54 standalone/harddrake2:309 standalone/net_applet:374
-#: ugtk2.pm:915 wizards.pm:156
+#: interactive.pm:157 modules/interactive.pm:71 standalone/drakbackup:2517
+#: standalone/draksec:54 standalone/harddrake2:309 ugtk2.pm:915 wizards.pm:156
#, c-format
msgid "No"
msgstr "Não"
#: help.pm:180 help.pm:285 help.pm:444 install_any.pm:904 interactive.pm:157
-#: modules/interactive.pm:71 printer/printerdrake.pm:743
-#: standalone/drakbackup:2503 standalone/draksec:55 standalone/harddrake2:308
-#: standalone/net_applet:378 ugtk2.pm:915 wizards.pm:156
+#: modules/interactive.pm:71 printer/printerdrake.pm:883
+#: printer/printerdrake.pm:898 standalone/drakbackup:2517
+#: standalone/draksec:55 standalone/harddrake2:308 ugtk2.pm:915 wizards.pm:156
#, c-format
msgid "Yes"
msgstr "Sim"
@@ -4336,9 +4352,9 @@ msgstr ""
"mais informações sobre como configurar uma nova impressora. A interface\n"
"apresentada no manual é similar à utilizada durante a instalação."
-#: help.pm:186 help.pm:566 help.pm:855 install_steps_gtk.pm:607
-#: standalone/drakbackup:2327 standalone/drakbackup:2331
-#: standalone/drakbackup:2335 standalone/drakbackup:2339
+#: help.pm:186 help.pm:566 help.pm:855 install_steps_gtk.pm:612
+#: standalone/drakbackup:2341 standalone/drakbackup:2345
+#: standalone/drakbackup:2349 standalone/drakbackup:2353
#, c-format
msgid "Configure"
msgstr "Configurar"
@@ -4415,7 +4431,7 @@ msgstr ""
"Esta opção, na verdade, instala um servidor de hora que poderá ser\n"
"usado também por outras máquinas de sua rede local."
-#: help.pm:217 install_steps_interactive.pm:879
+#: help.pm:217 install_steps_interactive.pm:880
#, c-format
msgid "Hardware clock set to GMT"
msgstr "O relógio está configurado para GMT"
@@ -4873,17 +4889,17 @@ msgstr ""
msgid "Generate auto-install floppy"
msgstr "Criar disquete de instalação automática"
-#: help.pm:409 install_steps_interactive.pm:1330
+#: help.pm:409 install_steps_interactive.pm:1331
#, c-format
msgid "Replay"
msgstr "Repetir"
-#: help.pm:409 install_steps_interactive.pm:1330
+#: help.pm:409 install_steps_interactive.pm:1331
#, c-format
msgid "Automated"
msgstr "Automático"
-#: help.pm:409 install_steps_interactive.pm:1333
+#: help.pm:409 install_steps_interactive.pm:1334
#, c-format
msgid "Save packages selection"
msgstr "Salvar seleção de pacotes"
@@ -4937,11 +4953,11 @@ msgstr ""
"verificadas, \n"
"para a busca por blocos defeituosos."
-#: help.pm:431 install_steps_gtk.pm:388 interactive.pm:433
-#: interactive/newt.pm:318 printer/printerdrake.pm:3676
-#: standalone/drakTermServ:362 standalone/drakbackup:3900
-#: standalone/drakbackup:3939 standalone/drakbackup:4050
-#: standalone/drakbackup:4065 ugtk2.pm:508
+#: help.pm:431 install_steps_gtk.pm:392 interactive.pm:433
+#: interactive/newt.pm:318 printer/printerdrake.pm:3959
+#: standalone/drakTermServ:363 standalone/drakbackup:3914
+#: standalone/drakbackup:3953 standalone/drakbackup:4064
+#: standalone/drakbackup:4079 ugtk2.pm:508
#, c-format
msgid "Previous"
msgstr "Anterior"
@@ -4975,8 +4991,8 @@ msgstr ""
"fazer o download e instalar o(s) pacote(s) selecionado(s), ou \"%s\" para\n"
"interromper."
-#: help.pm:444 help.pm:588 install_steps_gtk.pm:387
-#: install_steps_interactive.pm:155 standalone/drakbackup:4097
+#: help.pm:444 help.pm:588 install_steps_gtk.pm:391
+#: install_steps_interactive.pm:156 standalone/drakbackup:4111
#, c-format
msgid "Install"
msgstr "Instalar"
@@ -5724,7 +5740,7 @@ msgstr ""
msgid "pdq"
msgstr "pdq"
-#: help.pm:765 printer/cups.pm:115 printer/data.pm:122
+#: help.pm:765 printer/cups.pm:115 printer/data.pm:121
#, c-format
msgid "CUPS"
msgstr "CUPS"
@@ -5787,8 +5803,8 @@ msgstr ""
"realmente está presente em seu sistema, você pode clicar no botão e escolher "
"outro driver."
-#: help.pm:788 help.pm:855 install_steps_interactive.pm:1011
-#: install_steps_interactive.pm:1028
+#: help.pm:788 help.pm:855 install_steps_interactive.pm:1012
+#: install_steps_interactive.pm:1029
#, c-format
msgid "Sound card"
msgstr "Placa de som"
@@ -5933,12 +5949,12 @@ msgstr ""
"em sua máquina. Se você pretende usar sua máquina como servidor, é uma\n"
"boa idéia verificar esta configuração e desativar o que não for necessário."
-#: help.pm:855 install_steps_interactive.pm:970 standalone/drakclock:100
+#: help.pm:855 install_steps_interactive.pm:971 standalone/drakclock:100
#, c-format
msgid "Timezone"
msgstr "Fuso horário"
-#: help.pm:855 install_steps_interactive.pm:1044
+#: help.pm:855 install_steps_interactive.pm:1045
#, c-format
msgid "TV card"
msgstr "Placa de TV"
@@ -5953,33 +5969,33 @@ msgstr "Placa ISDN"
msgid "Graphical Interface"
msgstr "Interface gráfica"
-#: help.pm:855 install_any.pm:1688 install_steps_interactive.pm:1062
-#: standalone/drakbackup:2021
+#: help.pm:855 install_any.pm:1688 install_steps_interactive.pm:1063
+#: standalone/drakbackup:2035
#, c-format
msgid "Network"
msgstr "Rede"
-#: help.pm:855 install_steps_interactive.pm:1074
+#: help.pm:855 install_steps_interactive.pm:1075
#, c-format
msgid "Proxies"
msgstr "Proxies"
-#: help.pm:855 install_steps_interactive.pm:1085
+#: help.pm:855 install_steps_interactive.pm:1086
#, c-format
msgid "Security Level"
msgstr "Nível de Segurança"
-#: help.pm:855 install_steps_interactive.pm:1099
+#: help.pm:855 install_steps_interactive.pm:1100
#, c-format
msgid "Firewall"
msgstr "Firewall"
-#: help.pm:855 install_steps_interactive.pm:1115
+#: help.pm:855 install_steps_interactive.pm:1116
#, c-format
msgid "Bootloader"
msgstr "Gerenciador de inicialização"
-#: help.pm:855 install_steps_interactive.pm:1128 services.pm:193
+#: help.pm:855 install_steps_interactive.pm:1129 services.pm:193
#, c-format
msgid "Services"
msgstr "Serviços"
@@ -6060,8 +6076,8 @@ msgstr ""
"\n"
"Você tem uma mídia adicional de instalação para configurar?"
-#: install_any.pm:421 printer/printerdrake.pm:3022
-#: printer/printerdrake.pm:3029 standalone/scannerdrake:182
+#: install_any.pm:421 printer/printerdrake.pm:3289
+#: printer/printerdrake.pm:3296 standalone/scannerdrake:182
#: standalone/scannerdrake:190 standalone/scannerdrake:241
#: standalone/scannerdrake:248
#, c-format
@@ -6881,7 +6897,7 @@ msgstr ""
msgid "Entering step `%s'\n"
msgstr "Entrando no passo `%s'\n"
-#: install_steps_gtk.pm:177
+#: install_steps_gtk.pm:181
#, c-format
msgid ""
"Your system is low on resources. You may have some problem installing\n"
@@ -6894,67 +6910,67 @@ msgstr ""
"usando o\n"
"modo texto. Para isso, aperte 'F1' na tela de inicialização e escreva 'text'."
-#: install_steps_gtk.pm:224 install_steps_interactive.pm:624
+#: install_steps_gtk.pm:228 install_steps_interactive.pm:625
#, c-format
msgid "Package Group Selection"
msgstr "Seleção de Grupo de Pacotes"
-#: install_steps_gtk.pm:250 install_steps_interactive.pm:567
+#: install_steps_gtk.pm:254 install_steps_interactive.pm:568
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Tamanho total: %d / %d MB"
-#: install_steps_gtk.pm:295
+#: install_steps_gtk.pm:299
#, c-format
msgid "Bad package"
msgstr "Pacote defeituoso"
-#: install_steps_gtk.pm:297
+#: install_steps_gtk.pm:301
#, c-format
msgid "Version: "
msgstr "Versão: "
-#: install_steps_gtk.pm:298
+#: install_steps_gtk.pm:302
#, c-format
msgid "Size: "
msgstr "Tamanho:"
-#: install_steps_gtk.pm:298
+#: install_steps_gtk.pm:302
#, c-format
msgid "%d KB\n"
msgstr "%d KB\n"
-#: install_steps_gtk.pm:299
+#: install_steps_gtk.pm:303
#, c-format
msgid "Importance: "
msgstr "Importância:"
-#: install_steps_gtk.pm:332
+#: install_steps_gtk.pm:336
#, c-format
msgid "You can not select/unselect this package"
msgstr "Você não pode selecionar/desmarcar este pacote"
-#: install_steps_gtk.pm:336
+#: install_steps_gtk.pm:340
#, c-format
msgid "due to missing %s"
msgstr "devido a falta de %s"
-#: install_steps_gtk.pm:337
+#: install_steps_gtk.pm:341
#, c-format
msgid "due to unsatisfied %s"
msgstr "devido a %s não-satisfeito(a)"
-#: install_steps_gtk.pm:338
+#: install_steps_gtk.pm:342
#, c-format
msgid "trying to promote %s"
msgstr "tentando promover %s"
-#: install_steps_gtk.pm:339
+#: install_steps_gtk.pm:343
#, c-format
msgid "in order to keep %s"
msgstr "a fim de manter %s"
-#: install_steps_gtk.pm:344
+#: install_steps_gtk.pm:348
#, c-format
msgid ""
"You can not select this package as there is not enough space left to install "
@@ -6963,27 +6979,27 @@ msgstr ""
"Você não pode selecionar esse pacote pois não existe espaço livre para "
"instalá-lo"
-#: install_steps_gtk.pm:347
+#: install_steps_gtk.pm:351
#, c-format
msgid "The following packages are going to be installed"
msgstr "Os seguintes pacotes serão instalados"
-#: install_steps_gtk.pm:348
+#: install_steps_gtk.pm:352
#, c-format
msgid "The following packages are going to be removed"
msgstr "Os seguintes pacotes serão removidos"
-#: install_steps_gtk.pm:372
+#: install_steps_gtk.pm:376
#, c-format
msgid "This is a mandatory package, it can not be unselected"
msgstr "Esse é um pacote obrigatório, e não pode ser desmarcado"
-#: install_steps_gtk.pm:374
+#: install_steps_gtk.pm:378
#, c-format
msgid "You can not unselect this package. It is already installed"
msgstr "Você não pode desmarcar esse pacote. Ele já está instalado"
-#: install_steps_gtk.pm:377
+#: install_steps_gtk.pm:381
#, c-format
msgid ""
"This package must be upgraded.\n"
@@ -6992,78 +7008,78 @@ msgstr ""
"Esse pacote precisa ser atualizado.\n"
"Tem certeza que você quer desmarcá-lo?"
-#: install_steps_gtk.pm:380
+#: install_steps_gtk.pm:384
#, c-format
msgid "You can not unselect this package. It must be upgraded"
msgstr "Você não pode desmarcar essa pacote. Ele precisa ser atualizado"
-#: install_steps_gtk.pm:385
+#: install_steps_gtk.pm:389
#, c-format
msgid "Show automatically selected packages"
msgstr "Mostrar automaticamente os pacotes selecionados"
-#: install_steps_gtk.pm:390
+#: install_steps_gtk.pm:394
#, c-format
msgid "Load/Save selection"
msgstr "Carregar/Salvar seleção"
-#: install_steps_gtk.pm:391
+#: install_steps_gtk.pm:395
#, c-format
msgid "Updating package selection"
msgstr "Atualizando seleção de pacotes"
-#: install_steps_gtk.pm:396
+#: install_steps_gtk.pm:400
#, c-format
msgid "Minimal install"
msgstr "Instalação mínima"
-#: install_steps_gtk.pm:410 install_steps_interactive.pm:483
+#: install_steps_gtk.pm:414 install_steps_interactive.pm:484
#, c-format
msgid "Choose the packages you want to install"
msgstr "Escolha os pacotes que você quer instalar"
-#: install_steps_gtk.pm:426 install_steps_interactive.pm:710
+#: install_steps_gtk.pm:430 install_steps_interactive.pm:711
#, c-format
msgid "Installing"
msgstr "Instalando"
-#: install_steps_gtk.pm:433
+#: install_steps_gtk.pm:437
#, c-format
msgid "Estimating"
msgstr "Estimando"
-#: install_steps_gtk.pm:482
+#: install_steps_gtk.pm:487
#, c-format
msgid "No details"
msgstr "Sem detalhes"
-#: install_steps_gtk.pm:490
+#: install_steps_gtk.pm:495
#, c-format
msgid "Time remaining "
msgstr "Tempo restante "
-#: install_steps_gtk.pm:497
+#: install_steps_gtk.pm:502
#, c-format
msgid "Please wait, preparing installation..."
msgstr "Por favor aguarde, preparando instalação..."
-#: install_steps_gtk.pm:512
+#: install_steps_gtk.pm:517
#, c-format
msgid "%d packages"
msgstr "%d pacotes"
-#: install_steps_gtk.pm:517
+#: install_steps_gtk.pm:522
#, c-format
msgid "Installing package %s"
msgstr "Instalando pacote %s"
-#: install_steps_gtk.pm:552 install_steps_interactive.pm:91
-#: install_steps_interactive.pm:735
+#: install_steps_gtk.pm:557 install_steps_interactive.pm:91
+#: install_steps_interactive.pm:736
#, c-format
msgid "Refuse"
msgstr "Recusar"
-#: install_steps_gtk.pm:556 install_steps_interactive.pm:739
+#: install_steps_gtk.pm:561 install_steps_interactive.pm:740
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -7078,29 +7094,29 @@ msgstr ""
"Se você não o tiver em mãos, clique em Cancelar para evitar a instalação "
"desse CD-ROM."
-#: install_steps_gtk.pm:571 install_steps_interactive.pm:750
+#: install_steps_gtk.pm:576 install_steps_interactive.pm:751
#, c-format
msgid "There was an error ordering packages:"
msgstr "Houve um erro durante a ordenação dos pacotes:"
-#: install_steps_gtk.pm:571 install_steps_gtk.pm:575
-#: install_steps_interactive.pm:750 install_steps_interactive.pm:754
+#: install_steps_gtk.pm:576 install_steps_gtk.pm:580
+#: install_steps_interactive.pm:751 install_steps_interactive.pm:755
#, c-format
msgid "Go on anyway?"
msgstr "Continuar mesmo assim?"
-#: install_steps_gtk.pm:575 install_steps_interactive.pm:754
+#: install_steps_gtk.pm:580 install_steps_interactive.pm:755
#, c-format
msgid "There was an error installing packages:"
msgstr "Houve um erro durante a instalação dos pacotes:"
-#: install_steps_gtk.pm:617 install_steps_interactive.pm:926
-#: install_steps_interactive.pm:1075
+#: install_steps_gtk.pm:622 install_steps_interactive.pm:927
+#: install_steps_interactive.pm:1076
#, c-format
msgid "not configured"
msgstr "não configurado"
-#: install_steps_gtk.pm:680
+#: install_steps_gtk.pm:685
#, c-format
msgid ""
"The following installation media have been found.\n"
@@ -7109,7 +7125,7 @@ msgstr ""
"As seguintes mídias de instalação foram encontradas.\n"
"Se você deseja ignorar alguma delas, você pode desmarcá-las agora."
-#: install_steps_gtk.pm:689
+#: install_steps_gtk.pm:694
#, c-format
msgid ""
"You have the option to copy the contents of the CDs onto the hard drive "
@@ -7122,7 +7138,7 @@ msgstr ""
"A instalação irá continuar a partir do seu disco rígido e os pacotes "
"continuarão disponíveis após a instalação ser finalizada."
-#: install_steps_gtk.pm:691
+#: install_steps_gtk.pm:696
#, c-format
msgid "Copy whole CDs"
msgstr "Copiar todos os CDs"
@@ -7137,102 +7153,102 @@ msgstr "Contrato de licença"
msgid "Release Notes"
msgstr "Notas de Lançamento"
-#: install_steps_interactive.pm:118
+#: install_steps_interactive.pm:119
#, c-format
msgid "Please choose your keyboard layout."
msgstr "Por favor, escolha o layout do seu teclado."
-#: install_steps_interactive.pm:120
+#: install_steps_interactive.pm:121
#, c-format
msgid "Here is the full list of available keyboards"
msgstr "Aqui está a lista completa dos teclados disponíveis"
-#: install_steps_interactive.pm:150
+#: install_steps_interactive.pm:151
#, c-format
msgid "Install/Upgrade"
msgstr "Instalar/Atualizar"
-#: install_steps_interactive.pm:151
+#: install_steps_interactive.pm:152
#, c-format
msgid "Is this an install or an upgrade?"
msgstr "Esta é uma instalação ou atualização?"
-#: install_steps_interactive.pm:157
+#: install_steps_interactive.pm:158
#, c-format
msgid "Upgrade %s"
msgstr "Atualizar %s"
-#: install_steps_interactive.pm:168
+#: install_steps_interactive.pm:169
#, c-format
msgid "Encryption key for %s"
msgstr "Chave de criptografia para %s"
-#: install_steps_interactive.pm:185
+#: install_steps_interactive.pm:186
#, c-format
msgid "Please choose your type of mouse."
msgstr "Por favor, escolha o tipo do seu mouse."
-#: install_steps_interactive.pm:194 standalone/mousedrake:46
+#: install_steps_interactive.pm:195 standalone/mousedrake:46
#, c-format
msgid "Mouse Port"
msgstr "Porta do Mouse"
-#: install_steps_interactive.pm:195 standalone/mousedrake:47
+#: install_steps_interactive.pm:196 standalone/mousedrake:47
#, c-format
msgid "Please choose which serial port your mouse is connected to."
msgstr "Por favor, escolha em qual porta serial seu mouse está conectado."
-#: install_steps_interactive.pm:205
+#: install_steps_interactive.pm:206
#, c-format
msgid "Buttons emulation"
msgstr "Emulação dos botões"
-#: install_steps_interactive.pm:207
+#: install_steps_interactive.pm:208
#, c-format
msgid "Button 2 Emulation"
msgstr "Emulação dos 2 botões"
-#: install_steps_interactive.pm:208
+#: install_steps_interactive.pm:209
#, c-format
msgid "Button 3 Emulation"
msgstr "Emulação dos 3 botões"
-#: install_steps_interactive.pm:229
+#: install_steps_interactive.pm:230
#, c-format
msgid "PCMCIA"
msgstr "PCMCIA"
-#: install_steps_interactive.pm:229
+#: install_steps_interactive.pm:230
#, c-format
msgid "Configuring PCMCIA cards..."
msgstr "Configurando cartões PCMCIA..."
-#: install_steps_interactive.pm:236
+#: install_steps_interactive.pm:237
#, c-format
msgid "IDE"
msgstr "IDE"
-#: install_steps_interactive.pm:236
+#: install_steps_interactive.pm:237
#, c-format
msgid "Configuring IDE"
msgstr "Configurando IDE"
-#: install_steps_interactive.pm:256
+#: install_steps_interactive.pm:257
#, c-format
msgid "No partition available"
msgstr "Sem partição disponível"
-#: install_steps_interactive.pm:259
+#: install_steps_interactive.pm:260
#, c-format
msgid "Scanning partitions to find mount points"
msgstr "Varrendo partições para encontrar pontos de montagem"
-#: install_steps_interactive.pm:266
+#: install_steps_interactive.pm:267
#, c-format
msgid "Choose the mount points"
msgstr "Escolha os ponto de montagem"
-#: install_steps_interactive.pm:312
+#: install_steps_interactive.pm:313
#, c-format
msgid ""
"No free space for 1MB bootstrap! Install will continue, but to boot your "
@@ -7242,7 +7258,7 @@ msgstr ""
"poder iniciar seu sistema você precisará criar uma partição bootstrap no "
"DiskDrake"
-#: install_steps_interactive.pm:317
+#: install_steps_interactive.pm:318
#, c-format
msgid ""
"You'll need to create a PPC PReP Boot bootstrap! Install will continue, but "
@@ -7253,17 +7269,17 @@ msgstr ""
"mas para iniciar seu sistema, você precisa criar uma partição bootstrap no "
"DiskDrake."
-#: install_steps_interactive.pm:353
+#: install_steps_interactive.pm:354
#, c-format
msgid "Choose the partitions you want to format"
msgstr "Escolha as partições que você quer formatar"
-#: install_steps_interactive.pm:355
+#: install_steps_interactive.pm:356
#, c-format
msgid "Check bad blocks?"
msgstr "Verificar blocos defeituosos?"
-#: install_steps_interactive.pm:383
+#: install_steps_interactive.pm:384
#, c-format
msgid ""
"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
@@ -7272,39 +7288,39 @@ msgstr ""
"Ocorreu uma falha ao verificar o sistema de arquivos %s. Você quer reparar "
"os erros? (cuidado, você pode perder dados)"
-#: install_steps_interactive.pm:386
+#: install_steps_interactive.pm:387
#, c-format
msgid "Not enough swap space to fulfill installation, please add some"
msgstr ""
"Sem swap suficiente para completar a instalação, por favor, adicione mais"
-#: install_steps_interactive.pm:393
+#: install_steps_interactive.pm:394
#, c-format
msgid "Looking for available packages and rebuilding rpm database..."
msgstr ""
"Procurando por pacotes disponíveis e reconstruindo a base de dados RPM..."
-#: install_steps_interactive.pm:394 install_steps_interactive.pm:452
+#: install_steps_interactive.pm:395 install_steps_interactive.pm:453
#, c-format
msgid "Looking for available packages..."
msgstr "Procurando por pacotes disponíveis..."
-#: install_steps_interactive.pm:397
+#: install_steps_interactive.pm:398
#, c-format
msgid "Looking at packages already installed..."
msgstr "Procurando por pacotes já instalados..."
-#: install_steps_interactive.pm:401
+#: install_steps_interactive.pm:402
#, c-format
msgid "Finding packages to upgrade..."
msgstr "Procurando pacotes para atualizar..."
-#: install_steps_interactive.pm:421 install_steps_interactive.pm:830
+#: install_steps_interactive.pm:422 install_steps_interactive.pm:831
#, c-format
msgid "Choose a mirror from which to get the packages"
msgstr "Escolha um servidor espelho (mirror) de onde pegar os pacotes"
-#: install_steps_interactive.pm:461
+#: install_steps_interactive.pm:462
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -7313,7 +7329,7 @@ msgstr ""
"Seu sistema não tem espaço suficiente para instalação ou atualização (%d > %"
"d)"
-#: install_steps_interactive.pm:495
+#: install_steps_interactive.pm:496
#, c-format
msgid ""
"Please choose load or save package selection.\n"
@@ -7322,33 +7338,33 @@ msgstr ""
"Por favor, escolha entre carregar ou salvar a seleção de pacotes. \n"
"O formato é o mesmo que os arquivos gerados pelo auto_install."
-#: install_steps_interactive.pm:497
+#: install_steps_interactive.pm:498
#, c-format
msgid "Load"
msgstr "Carregar"
-#: install_steps_interactive.pm:497 standalone/drakbackup:3918
-#: standalone/drakbackup:3991 standalone/drakroam:210 standalone/logdrake:172
+#: install_steps_interactive.pm:498 standalone/drakbackup:3932
+#: standalone/drakbackup:4005 standalone/drakroam:210 standalone/logdrake:172
#, c-format
msgid "Save"
msgstr "Salvar"
-#: install_steps_interactive.pm:505
+#: install_steps_interactive.pm:506
#, c-format
msgid "Bad file"
msgstr "Arquivo corrompido"
-#: install_steps_interactive.pm:581
+#: install_steps_interactive.pm:582
#, c-format
msgid "Selected size is larger than available space"
msgstr "O tamanho escolhido é maior que o espaço disponível"
-#: install_steps_interactive.pm:596
+#: install_steps_interactive.pm:597
#, c-format
msgid "Type of install"
msgstr "Tipo de instalação"
-#: install_steps_interactive.pm:597
+#: install_steps_interactive.pm:598
#, c-format
msgid ""
"You have not selected any group of packages.\n"
@@ -7357,22 +7373,22 @@ msgstr ""
"Você não selecionou nenhum grupo de pacotes.\n"
"Por favor, escolha a instalação mínima que deseja:"
-#: install_steps_interactive.pm:601
+#: install_steps_interactive.pm:602
#, c-format
msgid "With basic documentation (recommended!)"
msgstr "Com documentação básica (recomendado!)"
-#: install_steps_interactive.pm:602
+#: install_steps_interactive.pm:603
#, c-format
msgid "Truly minimal install (especially no urpmi)"
msgstr "Instalação realmente mínima (especialmente sem o uprmi)"
-#: install_steps_interactive.pm:641 standalone/drakxtv:52
+#: install_steps_interactive.pm:642 standalone/drakxtv:52
#, c-format
msgid "All"
msgstr "Tudo"
-#: install_steps_interactive.pm:680
+#: install_steps_interactive.pm:681
#, c-format
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
@@ -7383,17 +7399,17 @@ msgstr ""
"Se você não tiver nenhum desses CDs, clique em Cancelar.\n"
"Se apenas alguns CDs estiverem faltando, desmarque-os, e então clique em Ok."
-#: install_steps_interactive.pm:685
+#: install_steps_interactive.pm:686
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CD-ROM chamado \"%s\""
-#: install_steps_interactive.pm:710
+#: install_steps_interactive.pm:711
#, c-format
msgid "Preparing installation"
msgstr "Preparando a instalação"
-#: install_steps_interactive.pm:719
+#: install_steps_interactive.pm:720
#, c-format
msgid ""
"Installing package %s\n"
@@ -7402,18 +7418,18 @@ msgstr ""
"Instalando pacote %s\n"
"%d%%"
-#: install_steps_interactive.pm:768
+#: install_steps_interactive.pm:769
#, c-format
msgid "Post-install configuration"
msgstr "Configuração pós-instalação"
-#: install_steps_interactive.pm:775
+#: install_steps_interactive.pm:776
#, c-format
msgid "Please ensure the Update Modules media is in drive %s"
msgstr ""
"Por favor, certifique-se de que a mídia Atualizar Módulos está no drive %s"
-#: install_steps_interactive.pm:804
+#: install_steps_interactive.pm:805
#, c-format
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
@@ -7435,7 +7451,7 @@ msgstr ""
"\n"
"Você deseja instalar estas atualizações?"
-#: install_steps_interactive.pm:825
+#: install_steps_interactive.pm:826
#, c-format
msgid ""
"Contacting Mandriva Linux web site to get the list of available mirrors..."
@@ -7443,74 +7459,74 @@ msgstr ""
"Contatando o site da Mandriva Linux para pegar a lista de mirrors (espelhos) "
"disponíveis..."
-#: install_steps_interactive.pm:844
+#: install_steps_interactive.pm:845
#, c-format
msgid "Contacting the mirror to get the list of available packages..."
msgstr ""
"Contatando o servidor espelho (mirror) para obter a lista de pacotes "
"disponíveis..."
-#: install_steps_interactive.pm:848
+#: install_steps_interactive.pm:849
#, c-format
msgid "Unable to contact mirror %s"
msgstr "Não foi possível conectar-se ao servidor %s"
-#: install_steps_interactive.pm:848
+#: install_steps_interactive.pm:849
#, c-format
msgid "Would you like to try again?"
msgstr "Você gostaria de tentar outra vez?"
-#: install_steps_interactive.pm:875 standalone/drakclock:45
+#: install_steps_interactive.pm:876 standalone/drakclock:45
#, c-format
msgid "Which is your timezone?"
msgstr "Qual é o seu fuso horário?"
-#: install_steps_interactive.pm:880
+#: install_steps_interactive.pm:881
#, c-format
msgid "Automatic time synchronization (using NTP)"
msgstr "Sincronização automática da hora (usando NTP)"
-#: install_steps_interactive.pm:888
+#: install_steps_interactive.pm:889
#, c-format
msgid "NTP Server"
msgstr "Servidor NTP"
-#: install_steps_interactive.pm:930 steps.pm:30
+#: install_steps_interactive.pm:931 steps.pm:30
#, c-format
msgid "Summary"
msgstr "Sumário"
-#: install_steps_interactive.pm:943 install_steps_interactive.pm:951
-#: install_steps_interactive.pm:969 install_steps_interactive.pm:976
-#: install_steps_interactive.pm:1127 services.pm:133
-#: standalone/drakbackup:1573
+#: install_steps_interactive.pm:944 install_steps_interactive.pm:952
+#: install_steps_interactive.pm:970 install_steps_interactive.pm:977
+#: install_steps_interactive.pm:1128 services.pm:133
+#: standalone/drakbackup:1576
#, c-format
msgid "System"
msgstr "Sistema"
-#: install_steps_interactive.pm:983 install_steps_interactive.pm:1010
-#: install_steps_interactive.pm:1027 install_steps_interactive.pm:1043
-#: install_steps_interactive.pm:1054
+#: install_steps_interactive.pm:984 install_steps_interactive.pm:1011
+#: install_steps_interactive.pm:1028 install_steps_interactive.pm:1044
+#: install_steps_interactive.pm:1055
#, c-format
msgid "Hardware"
msgstr "Hardware"
-#: install_steps_interactive.pm:989 install_steps_interactive.pm:998
+#: install_steps_interactive.pm:990 install_steps_interactive.pm:999
#, c-format
msgid "Remote CUPS server"
msgstr "Servidor CUPS remoto"
-#: install_steps_interactive.pm:989
+#: install_steps_interactive.pm:990
#, c-format
msgid "No printer"
msgstr "Nenhuma impressora"
-#: install_steps_interactive.pm:1031
+#: install_steps_interactive.pm:1032
#, c-format
msgid "Do you have an ISA sound card?"
msgstr "Você tem alguma placa de som ISA?"
-#: install_steps_interactive.pm:1033
+#: install_steps_interactive.pm:1034
#, c-format
msgid ""
"Run \"alsaconf\" or \"sndconfig\" after installation to configure your sound "
@@ -7519,70 +7535,70 @@ msgstr ""
"Execute \"alsaconf\"ou \"sndconfig\" após a instalação para configurar sua "
"placa de som"
-#: install_steps_interactive.pm:1035
+#: install_steps_interactive.pm:1036
#, c-format
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
"Nenhuma placa de som detectada. Tente o \"harddrake\" após a instalação"
-#: install_steps_interactive.pm:1055
+#: install_steps_interactive.pm:1056
#, c-format
msgid "Graphical interface"
msgstr "Interface gráfica"
-#: install_steps_interactive.pm:1061 install_steps_interactive.pm:1073
+#: install_steps_interactive.pm:1062 install_steps_interactive.pm:1074
#, c-format
msgid "Network & Internet"
msgstr "Rede & Internet"
-#: install_steps_interactive.pm:1075
+#: install_steps_interactive.pm:1076
#, c-format
msgid "configured"
msgstr "configurado"
-#: install_steps_interactive.pm:1084 install_steps_interactive.pm:1098
+#: install_steps_interactive.pm:1085 install_steps_interactive.pm:1099
#: steps.pm:20
#, c-format
msgid "Security"
msgstr "Segurança"
-#: install_steps_interactive.pm:1103
+#: install_steps_interactive.pm:1104
#, c-format
msgid "activated"
msgstr "ativado"
-#: install_steps_interactive.pm:1103
+#: install_steps_interactive.pm:1104
#, c-format
msgid "disabled"
msgstr "desativado"
-#: install_steps_interactive.pm:1114
+#: install_steps_interactive.pm:1115
#, c-format
msgid "Boot"
msgstr "Boot"
#. -PO: example: lilo-graphic on /dev/hda1
-#: install_steps_interactive.pm:1118
+#: install_steps_interactive.pm:1119 printer/printerdrake.pm:974
#, c-format
msgid "%s on %s"
msgstr "%s em %s"
-#: install_steps_interactive.pm:1132 services.pm:175
+#: install_steps_interactive.pm:1133 services.pm:175
#, c-format
msgid "Services: %d activated for %d registered"
msgstr "Serviços : %d ativados dos %d registrados"
-#: install_steps_interactive.pm:1142
+#: install_steps_interactive.pm:1143
#, c-format
msgid "You have not configured X. Are you sure you really want this?"
msgstr "Você não configurou o sistema X. Você quer realmente deixar assim?"
-#: install_steps_interactive.pm:1223
+#: install_steps_interactive.pm:1224
#, c-format
msgid "Preparing bootloader..."
msgstr "Preparando gerenciador de inicialização..."
-#: install_steps_interactive.pm:1233
+#: install_steps_interactive.pm:1234
#, c-format
msgid ""
"You appear to have an OldWorld or Unknown machine, the yaboot bootloader "
@@ -7595,12 +7611,12 @@ msgstr ""
"você precisará usar o BootX ou outros meios para inicializar sua máquina. O "
"argumento do kernel para o sistema de arquivos raiz é: root=%s"
-#: install_steps_interactive.pm:1239
+#: install_steps_interactive.pm:1240
#, c-format
msgid "Do you want to use aboot?"
msgstr "Você quer usar o aboot?"
-#: install_steps_interactive.pm:1242
+#: install_steps_interactive.pm:1243
#, c-format
msgid ""
"Error installing aboot, \n"
@@ -7609,7 +7625,7 @@ msgstr ""
"Erro ao instalar o aboot; \n"
"tentar forçar a instalação, mesmo que isso destrua a primeira partição?"
-#: install_steps_interactive.pm:1259
+#: install_steps_interactive.pm:1260
#, c-format
msgid ""
"In this security level, access to the files in the Windows partition is "
@@ -7618,22 +7634,22 @@ msgstr ""
"Neste nível de segurança, o acesso aos arquivos em partições Windows é "
"restrita apenas para o administrador."
-#: install_steps_interactive.pm:1288 standalone/drakautoinst:76
+#: install_steps_interactive.pm:1289 standalone/drakautoinst:76
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Insira um disquete vazio no drive %s"
-#: install_steps_interactive.pm:1293
+#: install_steps_interactive.pm:1294
#, c-format
msgid "Please insert another floppy for drivers disk"
msgstr "Por favor, insira outro disquete para o disco de drivers"
-#: install_steps_interactive.pm:1295
+#: install_steps_interactive.pm:1296
#, c-format
msgid "Creating auto install floppy..."
msgstr "Criando disquete de instalação automática..."
-#: install_steps_interactive.pm:1307
+#: install_steps_interactive.pm:1308
#, c-format
msgid ""
"Some steps are not completed.\n"
@@ -7644,12 +7660,12 @@ msgstr ""
"\n"
"Você realmente quer sair agora?"
-#: install_steps_interactive.pm:1323
+#: install_steps_interactive.pm:1324
#, c-format
msgid "Generate auto install floppy"
msgstr "Criar disquete de instalação automática"
-#: install_steps_interactive.pm:1325
+#: install_steps_interactive.pm:1326
#, c-format
msgid ""
"The auto install can be fully automated if wanted,\n"
@@ -7683,24 +7699,25 @@ msgstr ""
msgid "Choose a file"
msgstr "Escolher o arquivo"
-#: interactive.pm:317 interactive/gtk.pm:505 standalone/drakbackup:1514
-#: standalone/drakfont:656 standalone/drakhosts:242 standalone/draknfs:593
-#: standalone/drakroam:218 standalone/drakups:301 standalone/drakups:361
-#: standalone/drakups:381 standalone/drakvpn:319 standalone/drakvpn:680
+#: interactive.pm:317 interactive/gtk.pm:507 standalone/drakbackup:1517
+#: standalone/drakfont:654 standalone/drakhosts:244 standalone/draknfs:594
+#: standalone/drakroam:218 standalone/draksambashare:595
+#: standalone/drakups:301 standalone/drakups:361 standalone/drakups:381
+#: standalone/drakvpn:319 standalone/drakvpn:680
#, c-format
msgid "Add"
msgstr "Adicionar"
-#: interactive.pm:317 interactive/gtk.pm:505 standalone/drakhosts:249
-#: standalone/draknfs:600
+#: interactive.pm:317 interactive/gtk.pm:507 standalone/drakhosts:251
+#: standalone/draknfs:601 standalone/draksambashare:605
#, c-format
msgid "Modify"
msgstr "Modificar"
-#: interactive.pm:317 interactive/gtk.pm:505 standalone/drakhosts:256
-#: standalone/draknfs:607 standalone/drakroam:202 standalone/drakups:303
-#: standalone/drakups:363 standalone/drakups:383 standalone/drakvpn:319
-#: standalone/drakvpn:680
+#: interactive.pm:317 interactive/gtk.pm:507 standalone/drakhosts:258
+#: standalone/draknfs:608 standalone/drakroam:202
+#: standalone/draksambashare:612 standalone/drakups:303 standalone/drakups:363
+#: standalone/drakups:383 standalone/drakvpn:319 standalone/drakvpn:680
#, c-format
msgid "Remove"
msgstr "Remover"
@@ -9964,18 +9981,7 @@ msgstr "Zâmbia"
msgid "Zimbabwe"
msgstr "Zimbabwe"
-#: lang.pm:1079
-#, c-format
-msgid "You should install the following packages: %s"
-msgstr "Você deveria instalar os seguintes pacotes: %s"
-
-#. -PO: the following is used to combine packages names. eg: "initscripts, harddrake, yudit"
-#: lang.pm:1082 standalone/scannerdrake:135
-#, c-format
-msgid ", "
-msgstr ", "
-
-#: lang.pm:1135
+#: lang.pm:1122
#, c-format
msgid "Welcome to %s"
msgstr "Bem-vindo a %s"
@@ -10002,7 +10008,7 @@ msgstr ""
"O gerenciador de inicialização não funciona com /boot em múltiplos volumes "
"físicos "
-#: modules/interactive.pm:21 standalone/drakconnect:1028
+#: modules/interactive.pm:21 standalone/drakconnect:1027
#, c-format
msgid "Parameters"
msgstr "Parâmetros"
@@ -10192,10 +10198,10 @@ msgid "GlidePoint"
msgstr "GlidePoint"
#: mouse.pm:36 network/modem.pm:47 network/modem.pm:48 network/modem.pm:49
-#: network/modem.pm:73 network/modem.pm:87 network/modem.pm:92
-#: network/modem.pm:125 network/netconnect.pm:585 network/netconnect.pm:590
-#: network/netconnect.pm:602 network/netconnect.pm:607
-#: network/netconnect.pm:623 network/netconnect.pm:625
+#: network/modem.pm:68 network/modem.pm:82 network/modem.pm:87
+#: network/modem.pm:120 network/netconnect.pm:583 network/netconnect.pm:588
+#: network/netconnect.pm:600 network/netconnect.pm:605
+#: network/netconnect.pm:621 network/netconnect.pm:623
#, c-format
msgid "Automatic"
msgstr "Automático"
@@ -10499,36 +10505,76 @@ msgstr "Todos (sem firewall)"
msgid "Other ports"
msgstr "Outras portas"
-#: network/isdn.pm:117 network/netconnect.pm:459 network/netconnect.pm:546
-#: network/netconnect.pm:549 network/netconnect.pm:692
-#: network/netconnect.pm:696
+#: network/ifw.pm:136
+#, c-format
+msgid "Port scanning"
+msgstr "Busca de Portas"
+
+#: network/ifw.pm:137
+#, c-format
+msgid "Service attack"
+msgstr "Serviço atacado"
+
+#: network/ifw.pm:138
+#, c-format
+msgid "Password cracking"
+msgstr "Quebra de senha"
+
+#: network/ifw.pm:139
+#, c-format
+msgid "\"%s\" attack"
+msgstr ""
+
+#: network/ifw.pm:141
+#, c-format
+msgid "A port scanning attack has been attempted by %s."
+msgstr "Um ataque em uma porta de pesquisa foi identificada por %s."
+
+#: network/ifw.pm:142
+#, c-format
+msgid "The %s service has been attacked by %s."
+msgstr "O serviço %s foi atacado por %s."
+
+#: network/ifw.pm:143
+#, c-format
+msgid "A password cracking attack has been attempted by %s."
+msgstr "Um ataque visando a quebra da senha foi identificado por %s."
+
+#: network/ifw.pm:144
+#, fuzzy, c-format
+msgid "A \"%s\" attack has been attempted by %s"
+msgstr "Um ataque em uma porta de pesquisa foi identificada por %s."
+
+#: network/isdn.pm:117 network/netconnect.pm:455 network/netconnect.pm:544
+#: network/netconnect.pm:547 network/netconnect.pm:690
+#: network/netconnect.pm:694
#, c-format
msgid "Unlisted - edit manually"
msgstr "Não listada - editar manualmente"
-#: network/isdn.pm:160 network/netconnect.pm:391
+#: network/isdn.pm:160 network/netconnect.pm:387
#, c-format
msgid "ISA / PCMCIA"
msgstr "ISA / PCMCIA"
-#: network/isdn.pm:160 network/netconnect.pm:391
+#: network/isdn.pm:160 network/netconnect.pm:387
#, c-format
msgid "I do not know"
msgstr "Eu não sei"
-#: network/isdn.pm:161 network/netconnect.pm:391
+#: network/isdn.pm:161 network/netconnect.pm:387
#, c-format
msgid "PCI"
msgstr "PCI"
-#: network/isdn.pm:162 network/netconnect.pm:391
+#: network/isdn.pm:162 network/netconnect.pm:387
#, c-format
msgid "USB"
msgstr "USB"
#: network/modem.pm:47 network/modem.pm:48 network/modem.pm:49
-#: network/netconnect.pm:590 network/netconnect.pm:607
-#: network/netconnect.pm:623
+#: network/netconnect.pm:588 network/netconnect.pm:605
+#: network/netconnect.pm:621
#, c-format
msgid "Manual"
msgstr "Manual"
@@ -10567,8 +10613,8 @@ msgstr ""
msgid "Unable to find the ndiswrapper interface!"
msgstr "Não foi possível encontrar a interface ndiswrapper!"
-#: network/netconnect.pm:69 network/netconnect.pm:489
-#: network/netconnect.pm:496
+#: network/netconnect.pm:69 network/netconnect.pm:485
+#: network/netconnect.pm:492
#, c-format
msgid "Manual choice"
msgstr "Escolha manual"
@@ -10578,7 +10624,7 @@ msgstr "Escolha manual"
msgid "Internal ISDN card"
msgstr "Placa ISDN interna"
-#: network/netconnect.pm:80 printer/printerdrake.pm:1418 standalone/drakups:75
+#: network/netconnect.pm:80 printer/printerdrake.pm:1641 standalone/drakups:75
#, c-format
msgid "Manual configuration"
msgstr "Configuração manual"
@@ -10612,305 +10658,305 @@ msgstr ""
"Protocolo para o resto do mundo\n"
"Sem Canal-D (linhas arrendadas)"
-#: network/netconnect.pm:121 network/thirdparty.pm:184
+#: network/netconnect.pm:120 network/thirdparty.pm:184
#, c-format
msgid "Alcatel speedtouch USB modem"
msgstr "Modem USB Alcatel speedtouch"
-#: network/netconnect.pm:122
+#: network/netconnect.pm:121
#, c-format
msgid "Sagem USB modem"
msgstr "Modem USB Sagem"
-#: network/netconnect.pm:123
+#: network/netconnect.pm:122
#, c-format
msgid "Bewan modem"
msgstr "Modem Bewan PCI"
-#: network/netconnect.pm:124
+#: network/netconnect.pm:123
#, c-format
msgid "ECI Hi-Focus modem"
msgstr "Modem ECI Hi-Focus"
-#: network/netconnect.pm:128
+#: network/netconnect.pm:127
#, c-format
msgid "Dynamic Host Configuration Protocol (DHCP)"
msgstr "Protocolo de Configuração Dinâmica de Máquina (DHCP)"
-#: network/netconnect.pm:129
+#: network/netconnect.pm:128
#, c-format
msgid "Manual TCP/IP configuration"
msgstr "Configuração TCP/IP manual"
-#: network/netconnect.pm:130
+#: network/netconnect.pm:129
#, c-format
msgid "Point to Point Tunneling Protocol (PPTP)"
msgstr "Protocolo de Tunelamento Ponto-a-Ponto (PPTP)"
-#: network/netconnect.pm:131
+#: network/netconnect.pm:130
#, c-format
msgid "PPP over Ethernet (PPPoE)"
msgstr "PPP sobre Ethernet (PPPoE)"
-#: network/netconnect.pm:132
+#: network/netconnect.pm:131
#, c-format
msgid "PPP over ATM (PPPoA)"
msgstr "PPP sobre ATM (PPPoA)"
-#: network/netconnect.pm:133
+#: network/netconnect.pm:132
#, c-format
msgid "DSL over CAPI"
msgstr "DSL sobre CAPI"
-#: network/netconnect.pm:137
+#: network/netconnect.pm:136
#, c-format
msgid "Bridged Ethernet LLC"
msgstr "Ponte Ethernet LLC"
-#: network/netconnect.pm:138
+#: network/netconnect.pm:137
#, c-format
msgid "Bridged Ethernet VC"
msgstr "Ponte Ethernet VC"
-#: network/netconnect.pm:139
+#: network/netconnect.pm:138
#, c-format
msgid "Routed IP LLC"
msgstr "Routed IP LLC"
-#: network/netconnect.pm:140
+#: network/netconnect.pm:139
#, c-format
msgid "Routed IP VC"
msgstr "Routed IP VC"
-#: network/netconnect.pm:141
+#: network/netconnect.pm:140
#, c-format
msgid "PPPoA LLC"
msgstr "PPPoA LLC"
-#: network/netconnect.pm:142
+#: network/netconnect.pm:141
#, c-format
msgid "PPPoA VC"
msgstr "PPPoA VC"
-#: network/netconnect.pm:146 standalone/drakconnect:498
+#: network/netconnect.pm:145 standalone/drakconnect:498
#, c-format
msgid "Script-based"
msgstr "Baseado em script"
-#: network/netconnect.pm:147 standalone/drakconnect:498
+#: network/netconnect.pm:146 standalone/drakconnect:498
#, c-format
msgid "PAP"
msgstr "PAP"
-#: network/netconnect.pm:148 standalone/drakconnect:498
+#: network/netconnect.pm:147 standalone/drakconnect:498
#, c-format
msgid "Terminal-based"
msgstr "Baseado em terminal"
-#: network/netconnect.pm:149 standalone/drakconnect:498
+#: network/netconnect.pm:148 standalone/drakconnect:498
#, c-format
msgid "CHAP"
msgstr "CHAP"
-#: network/netconnect.pm:150 standalone/drakconnect:498
+#: network/netconnect.pm:149 standalone/drakconnect:498
#, c-format
msgid "PAP/CHAP"
msgstr "PAP/CHAP"
-#: network/netconnect.pm:155
+#: network/netconnect.pm:154
#, c-format
msgid "Open WEP"
msgstr "WEP aberto"
-#: network/netconnect.pm:156
+#: network/netconnect.pm:155
#, c-format
msgid "Restricted WEP"
msgstr "WEP Restrito"
-#: network/netconnect.pm:157
+#: network/netconnect.pm:156
#, c-format
msgid "WPA Pre-Shared Key"
msgstr "Chave WPA pré-compartilhada"
-#: network/netconnect.pm:247 standalone/drakconnect:56
+#: network/netconnect.pm:242 standalone/drakconnect:56
#, c-format
msgid "Network & Internet Configuration"
msgstr "Configuração da Rede & Internet"
-#: network/netconnect.pm:253
+#: network/netconnect.pm:248
#, c-format
msgid "LAN connection"
msgstr "Conexão LAN"
-#: network/netconnect.pm:254 network/netconnect.pm:273
+#: network/netconnect.pm:249 network/netconnect.pm:268
#, c-format
msgid "Wireless connection"
msgstr "Conexão Wireless"
-#: network/netconnect.pm:255
+#: network/netconnect.pm:250
#, c-format
msgid "ADSL connection"
msgstr "Conexão ADSL"
-#: network/netconnect.pm:256
+#: network/netconnect.pm:251
#, c-format
msgid "Cable connection"
msgstr "Conexão via cabo"
-#: network/netconnect.pm:257
+#: network/netconnect.pm:252
#, c-format
msgid "ISDN connection"
msgstr "Conexão ISDN"
-#: network/netconnect.pm:258
+#: network/netconnect.pm:253
#, c-format
msgid "Modem connection"
msgstr "Conexão via Modem"
-#: network/netconnect.pm:259
+#: network/netconnect.pm:254
#, c-format
msgid "DVB connection"
msgstr "Conexão DVB"
-#: network/netconnect.pm:269
+#: network/netconnect.pm:264
#, c-format
msgid "Choose the connection you want to configure"
msgstr "Escolha a conexão que deseja configurar"
-#: network/netconnect.pm:284 network/netconnect.pm:771
+#: network/netconnect.pm:279 network/netconnect.pm:769
#, c-format
msgid "Connection Configuration"
msgstr "Configuração da Conexão"
-#: network/netconnect.pm:284 network/netconnect.pm:772
+#: network/netconnect.pm:279 network/netconnect.pm:770
#, c-format
msgid "Please fill or check the field below"
msgstr "Por favor, preencha ou marque o campo abaixo"
-#: network/netconnect.pm:287
+#: network/netconnect.pm:282
#, c-format
msgid "Your personal phone number"
msgstr "O número do seu telefone"
-#: network/netconnect.pm:288 network/netconnect.pm:775
+#: network/netconnect.pm:283 network/netconnect.pm:773
#, c-format
msgid "Provider name (ex provider.net)"
msgstr "Nome do provedor (ex: provedor.net)"
-#: network/netconnect.pm:289 standalone/drakconnect:493
+#: network/netconnect.pm:284 standalone/drakconnect:493
#, c-format
msgid "Provider phone number"
msgstr "Número do telefone do provedor"
-#: network/netconnect.pm:290
+#: network/netconnect.pm:285
#, c-format
msgid "Provider DNS 1 (optional)"
msgstr "DNS 1 do provedor (opcional)"
-#: network/netconnect.pm:291
+#: network/netconnect.pm:286
#, c-format
msgid "Provider DNS 2 (optional)"
msgstr "DNS 2 do provedor (opcional)"
-#: network/netconnect.pm:292 standalone/drakconnect:444
+#: network/netconnect.pm:287 standalone/drakconnect:444
#, c-format
msgid "Dialing mode"
msgstr "Modo de discagem"
-#: network/netconnect.pm:293 standalone/drakconnect:449
+#: network/netconnect.pm:288 standalone/drakconnect:449
#: standalone/drakconnect:517
#, c-format
msgid "Connection speed"
msgstr "Velocidade da conexão"
-#: network/netconnect.pm:294 standalone/drakconnect:454
+#: network/netconnect.pm:289 standalone/drakconnect:454
#, c-format
msgid "Connection timeout (in sec)"
msgstr "Tempo limite da conexão (em segundos)"
-#: network/netconnect.pm:295 network/netconnect.pm:320
-#: network/netconnect.pm:778 standalone/drakconnect:491
+#: network/netconnect.pm:290 network/netconnect.pm:315
+#: network/netconnect.pm:776 standalone/drakconnect:491
#, c-format
msgid "Account Login (user name)"
msgstr "Nome da conta (nome do usuário)"
-#: network/netconnect.pm:296 network/netconnect.pm:321
-#: network/netconnect.pm:779 standalone/drakconnect:492
+#: network/netconnect.pm:291 network/netconnect.pm:316
+#: network/netconnect.pm:777 standalone/drakconnect:492
#, c-format
msgid "Account Password"
msgstr "Senha da conta"
-#: network/netconnect.pm:297 standalone/drakconnect:554
+#: network/netconnect.pm:292 standalone/drakconnect:554
#, c-format
msgid "Card IRQ"
msgstr "IRQ da Placa"
-#: network/netconnect.pm:298 standalone/drakconnect:555
+#: network/netconnect.pm:293 standalone/drakconnect:555
#, c-format
msgid "Card mem (DMA)"
msgstr "Memória da Placa (DMA)"
-#: network/netconnect.pm:299 standalone/drakconnect:556
+#: network/netconnect.pm:294 standalone/drakconnect:556
#, c-format
msgid "Card IO"
msgstr "ES da Placa"
-#: network/netconnect.pm:300 standalone/drakconnect:557
+#: network/netconnect.pm:295 standalone/drakconnect:557
#, c-format
msgid "Card IO_0"
msgstr "ES_0 da Placa"
-#: network/netconnect.pm:301
+#: network/netconnect.pm:296
#, c-format
msgid "Card IO_1"
msgstr "ES_1 da Placa"
-#: network/netconnect.pm:316
+#: network/netconnect.pm:311
#, c-format
msgid "Cable: account options"
msgstr "Cabo: opções de conta"
-#: network/netconnect.pm:319
+#: network/netconnect.pm:314
#, c-format
msgid "Use BPALogin (needed for Telstra)"
msgstr "Usar BPALogin (necessário para Telstra)"
-#: network/netconnect.pm:344 network/netconnect.pm:659
-#: network/netconnect.pm:810 network/netconnect.pm:1110
+#: network/netconnect.pm:340 network/netconnect.pm:657
+#: network/netconnect.pm:808 network/netconnect.pm:1120
#, c-format
msgid "Select the network interface to configure:"
msgstr "Escolha a interface de rede para configurar"
-#: network/netconnect.pm:346 network/netconnect.pm:381
-#: network/netconnect.pm:660 network/netconnect.pm:812 network/shorewall.pm:69
-#: standalone/drakconnect:709
+#: network/netconnect.pm:342 network/netconnect.pm:377
+#: network/netconnect.pm:658 network/netconnect.pm:810 network/shorewall.pm:69
+#: standalone/drakconnect:713
#, c-format
msgid "Net Device"
msgstr "Dispositivo de Rede"
-#: network/netconnect.pm:347 network/netconnect.pm:352
+#: network/netconnect.pm:343 network/netconnect.pm:348
#, c-format
msgid "External ISDN modem"
msgstr "Modem ISDN externo"
-#: network/netconnect.pm:380 standalone/harddrake2:216
+#: network/netconnect.pm:376 standalone/harddrake2:216
#, c-format
msgid "Select a device!"
msgstr "Selecione um dispositivo!"
-#: network/netconnect.pm:389 network/netconnect.pm:399
-#: network/netconnect.pm:409 network/netconnect.pm:442
-#: network/netconnect.pm:456
+#: network/netconnect.pm:385 network/netconnect.pm:395
+#: network/netconnect.pm:405 network/netconnect.pm:438
+#: network/netconnect.pm:452
#, c-format
msgid "ISDN Configuration"
msgstr "Configuração ISDN"
-#: network/netconnect.pm:390
+#: network/netconnect.pm:386
#, c-format
msgid "What kind of card do you have?"
msgstr "Qual tipo de placa você tem?"
-#: network/netconnect.pm:400
+#: network/netconnect.pm:396
#, c-format
msgid ""
"\n"
@@ -10925,22 +10971,22 @@ msgstr ""
"Se você tiver uma placa PCMCIA, você precisará saber o \"irq\" e \"io\" de "
"sua placa.\n"
-#: network/netconnect.pm:404
+#: network/netconnect.pm:400
#, c-format
msgid "Continue"
msgstr "Continuar"
-#: network/netconnect.pm:404
+#: network/netconnect.pm:400
#, c-format
msgid "Abort"
msgstr "Interromper"
-#: network/netconnect.pm:410
+#: network/netconnect.pm:406
#, c-format
msgid "Which of the following is your ISDN card?"
msgstr "Qual das seguintes é a sua placa ISDN?"
-#: network/netconnect.pm:428
+#: network/netconnect.pm:424
#, c-format
msgid ""
"A CAPI driver is available for this modem. This CAPI driver can offer more "
@@ -10951,25 +10997,25 @@ msgstr ""
"oferecer mais capacidades do que o driver livre (como enviar faxes). Qual "
"driver você deseja usar?"
-#: network/netconnect.pm:430 standalone/drakconnect:109 standalone/drakups:251
+#: network/netconnect.pm:426 standalone/drakconnect:109 standalone/drakups:251
#: standalone/harddrake2:133
#, c-format
msgid "Driver"
msgstr "Driver"
-#: network/netconnect.pm:442
+#: network/netconnect.pm:438
#, c-format
msgid "Which protocol do you want to use?"
msgstr "Qual protocolo você quer usar?"
-#: network/netconnect.pm:444 standalone/drakconnect:109
-#: standalone/drakconnect:300 standalone/drakconnect:562 standalone/drakids:25
-#: standalone/drakvpn:1128
+#: network/netconnect.pm:440 standalone/drakconnect:109
+#: standalone/drakconnect:300 standalone/drakconnect:562
+#: standalone/drakids:196 standalone/drakvpn:1128
#, c-format
msgid "Protocol"
msgstr "Protocolo"
-#: network/netconnect.pm:456
+#: network/netconnect.pm:452
#, c-format
msgid ""
"Select your provider.\n"
@@ -10978,13 +11024,13 @@ msgstr ""
"Selecione o seu provedor.\n"
"Se não estiver na lista, escolha 'Não Listado'"
-#: network/netconnect.pm:458 network/netconnect.pm:545
-#: network/netconnect.pm:691
+#: network/netconnect.pm:454 network/netconnect.pm:543
+#: network/netconnect.pm:689
#, c-format
msgid "Provider:"
msgstr "Provedor: "
-#: network/netconnect.pm:467
+#: network/netconnect.pm:463
#, c-format
msgid ""
"Your modem is not supported by the system.\n"
@@ -10993,123 +11039,123 @@ msgstr ""
"Seu modem não é suportado pelo sistema.\n"
"Dê uma olhada em http://www.linmodems.org"
-#: network/netconnect.pm:486
+#: network/netconnect.pm:482
#, c-format
msgid "Select the modem to configure:"
msgstr "Selecione o modem para configurar:"
-#: network/netconnect.pm:514
+#: network/netconnect.pm:512
#, c-format
msgid "Please choose which serial port your modem is connected to."
msgstr "Por favor, escolha em qual porta serial seu modem está conectado."
-#: network/netconnect.pm:543
+#: network/netconnect.pm:541
#, c-format
msgid "Select your provider:"
msgstr "Selecione o seu provedor:"
-#: network/netconnect.pm:567
+#: network/netconnect.pm:565
#, c-format
msgid "Dialup: account options"
msgstr "Discagem (dialup): opções de conta"
-#: network/netconnect.pm:570
+#: network/netconnect.pm:568
#, c-format
msgid "Connection name"
msgstr "Nome da conexão"
-#: network/netconnect.pm:571
+#: network/netconnect.pm:569
#, c-format
msgid "Phone number"
msgstr "Número do telefone"
-#: network/netconnect.pm:572
+#: network/netconnect.pm:570
#, c-format
msgid "Login ID"
msgstr "ID de Login"
-#: network/netconnect.pm:587 network/netconnect.pm:620
+#: network/netconnect.pm:585 network/netconnect.pm:618
#, c-format
msgid "Dialup: IP parameters"
msgstr "Discagem (dialup): parâmetros de IP"
-#: network/netconnect.pm:590
+#: network/netconnect.pm:588
#, c-format
msgid "IP parameters"
msgstr "Parâmetros de IP"
-#: network/netconnect.pm:591 network/netconnect.pm:899
+#: network/netconnect.pm:589 network/netconnect.pm:894
#: printer/printerdrake.pm:460 standalone/drakconnect:109
-#: standalone/drakconnect:316 standalone/drakconnect:878
-#: standalone/drakhosts:194 standalone/drakups:286
+#: standalone/drakconnect:316 standalone/drakconnect:882
+#: standalone/drakhosts:198 standalone/drakups:286
#, c-format
msgid "IP address"
msgstr "Endereço IP"
-#: network/netconnect.pm:592
+#: network/netconnect.pm:590
#, c-format
msgid "Subnet mask"
msgstr "Máscara de sub-rede"
-#: network/netconnect.pm:604
+#: network/netconnect.pm:602
#, c-format
msgid "Dialup: DNS parameters"
msgstr "Discagem (dialup): parâmetros de DNS"
-#: network/netconnect.pm:607
+#: network/netconnect.pm:605
#, c-format
msgid "DNS"
msgstr "DNS"
-#: network/netconnect.pm:608
+#: network/netconnect.pm:606
#, c-format
msgid "Domain name"
msgstr "Nome do domínio"
-#: network/netconnect.pm:609 network/netconnect.pm:776
-#: standalone/drakconnect:993
+#: network/netconnect.pm:607 network/netconnect.pm:774
+#: standalone/drakconnect:992
#, c-format
msgid "First DNS Server (optional)"
msgstr "Primeiro servidor DNS (opcional)"
-#: network/netconnect.pm:610 network/netconnect.pm:777
-#: standalone/drakconnect:994
+#: network/netconnect.pm:608 network/netconnect.pm:775
+#: standalone/drakconnect:993
#, c-format
msgid "Second DNS Server (optional)"
msgstr "Segundo servidor DNS (opcional)"
-#: network/netconnect.pm:611
+#: network/netconnect.pm:609
#, c-format
msgid "Set hostname from IP"
msgstr "Configurar nome da máquina a partir do IP"
-#: network/netconnect.pm:623 standalone/drakconnect:327
+#: network/netconnect.pm:621 standalone/drakconnect:327
#, c-format
msgid "Gateway"
msgstr "Gateway"
-#: network/netconnect.pm:624
+#: network/netconnect.pm:622
#, c-format
msgid "Gateway IP address"
msgstr "Endereço IP do gateway"
# c-format
-#: network/netconnect.pm:659
+#: network/netconnect.pm:657
#, c-format
msgid "ADSL configuration"
msgstr "Configuração ADSL"
-#: network/netconnect.pm:689
+#: network/netconnect.pm:687
#, c-format
msgid "Please choose your ADSL provider"
msgstr "Por favor, escolha seu provedor ADSL."
-#: network/netconnect.pm:719
+#: network/netconnect.pm:717
#, c-format
msgid "Connect to the Internet"
msgstr "Conectar-se na Internet"
-#: network/netconnect.pm:720
+#: network/netconnect.pm:718
#, c-format
msgid ""
"The most common way to connect with adsl is pppoe.\n"
@@ -11120,55 +11166,47 @@ msgstr ""
"Algumas conexões usam PPTP, umas poucas usam DHCP.\n"
"Se você não sabe, escolha 'usar PPPoE'"
-#: network/netconnect.pm:724
+#: network/netconnect.pm:722
#, c-format
msgid "ADSL connection type:"
msgstr "Tipo de conexão ADSL:"
-#: network/netconnect.pm:781
+#: network/netconnect.pm:779
#, c-format
msgid "Virtual Path ID (VPI):"
msgstr "ID do Caminho Virtual (VPI):"
-#: network/netconnect.pm:782
+#: network/netconnect.pm:780
#, c-format
msgid "Virtual Circuit ID (VCI):"
msgstr "ID do Circuito Virtual (VCI):"
-#: network/netconnect.pm:785
+#: network/netconnect.pm:783
#, c-format
msgid "Encapsulation:"
msgstr "Encapsulamento:"
-#: network/netconnect.pm:812
+#: network/netconnect.pm:810
#, c-format
msgid "Manually load a driver"
msgstr "Carregar um driver manualmente"
-#: network/netconnect.pm:812
+#: network/netconnect.pm:810
#, c-format
msgid "Use a Windows driver (with ndiswrapper)"
msgstr "Utilizar um driver do Windows (com ndiswrapper)"
-#: network/netconnect.pm:819 network/netconnect.pm:1074
-#: network/netconnect.pm:1078 printer/printerdrake.pm:3741
-#: standalone/drakgw:217 standalone/drakgw:258 standalone/drakgw:292
-#: standalone/drakgw:394
-#, c-format
-msgid "Could not install the %s package!"
-msgstr "Não foi possível instalar o pacote %s!"
-
-#: network/netconnect.pm:855
+#: network/netconnect.pm:850
#, c-format
msgid "Zeroconf hostname resolution"
msgstr "Resolvendo o nome da máquina Zeroconf"
-#: network/netconnect.pm:856 network/netconnect.pm:886
+#: network/netconnect.pm:851 network/netconnect.pm:881
#, c-format
msgid "Configuring network device %s (driver %s)"
msgstr "Configurando dispositivo de rede %s (driver %s)"
-#: network/netconnect.pm:857
+#: network/netconnect.pm:852
#, c-format
msgid ""
"The following protocols can be used to configure a LAN connection. Please "
@@ -11177,7 +11215,7 @@ msgstr ""
"Os seguintes protocolos pode ser usados para configura uma conexão com a "
"rede. Por favor, escolhe um deles para o uso"
-#: network/netconnect.pm:887
+#: network/netconnect.pm:882
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
@@ -11188,186 +11226,196 @@ msgstr ""
"Cada endereço deve ser colocado como um endereço decimal,\n"
" separado por pontos (por exemplo, 1.2.3.4)."
-#: network/netconnect.pm:894 standalone/drakconnect:373
+#: network/netconnect.pm:889 standalone/drakconnect:373
#, c-format
msgid "Assign host name from DHCP address"
msgstr "Obter o nome da máquina a partir do endereço DHCP"
-#: network/netconnect.pm:895 standalone/drakconnect:375
+#: network/netconnect.pm:890 standalone/drakconnect:375
#, c-format
msgid "DHCP host name"
msgstr "Nome da máquina DHCP"
-#: network/netconnect.pm:900 standalone/drakconnect:321
-#: standalone/drakconnect:879 standalone/drakgw:181
+#: network/netconnect.pm:895 standalone/drakconnect:321
+#: standalone/drakconnect:883 standalone/drakgw:181
#, c-format
msgid "Netmask"
msgstr "Máscara de rede"
-#: network/netconnect.pm:902 standalone/drakconnect:437
+#: network/netconnect.pm:897 standalone/drakconnect:437
#, c-format
msgid "Track network card id (useful for laptops)"
msgstr "Rastrear ID da placa de rede (útil para laptops)"
-#: network/netconnect.pm:904 standalone/drakconnect:438
+#: network/netconnect.pm:898 standalone/drakconnect:438
#, c-format
msgid "Network Hotplugging"
msgstr "Hotplugging de Rede"
-#: network/netconnect.pm:906 standalone/drakconnect:432
+#: network/netconnect.pm:900 standalone/drakconnect:432
#, c-format
msgid "Start at boot"
msgstr "Acionar durante a inicialização da máquina"
-#: network/netconnect.pm:908 standalone/drakconnect:460
+#: network/netconnect.pm:902 standalone/drakconnect:460
#, c-format
msgid "Metric"
msgstr "Métrica"
-#: network/netconnect.pm:910 standalone/drakconnect:369
-#: standalone/drakconnect:882
+#: network/netconnect.pm:903
+#, c-format
+msgid "Enable IPv6 to IPv4 tunnel"
+msgstr ""
+
+#: network/netconnect.pm:905 standalone/drakconnect:369
+#: standalone/drakconnect:886
#, c-format
msgid "DHCP client"
msgstr "Cliente DHCP"
-#: network/netconnect.pm:912 standalone/drakconnect:379
+#: network/netconnect.pm:907 standalone/drakconnect:379
#, c-format
msgid "DHCP timeout (in seconds)"
msgstr "Tempo limite do DHCP (em segundos)"
-#: network/netconnect.pm:913 standalone/drakconnect:382
+#: network/netconnect.pm:908 standalone/drakconnect:382
#, c-format
msgid "Get DNS servers from DHCP"
msgstr "Obter servidores DNS do DHCP"
-#: network/netconnect.pm:914 standalone/drakconnect:383
+#: network/netconnect.pm:909 standalone/drakconnect:383
#, c-format
msgid "Get YP servers from DHCP"
msgstr "Obter servidores YP do DHCP"
-#: network/netconnect.pm:915 standalone/drakconnect:384
+#: network/netconnect.pm:910 standalone/drakconnect:384
#, c-format
msgid "Get NTPD servers from DHCP"
msgstr "Obter servidores NTPD do DHCP"
-#: network/netconnect.pm:923 printer/printerdrake.pm:1672
-#: standalone/drakconnect:672
+#: network/netconnect.pm:918 printer/printerdrake.pm:1895
+#: standalone/drakconnect:676
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr "O endereço IP deve estar no formato 1.2.3.4"
-#: network/netconnect.pm:927 standalone/drakconnect:676
+#: network/netconnect.pm:922 standalone/drakconnect:680
#, c-format
msgid "Netmask should be in format 255.255.224.0"
msgstr "A máscara de rede deve estar no formato 255.255.224.0"
-#: network/netconnect.pm:931
+#: network/netconnect.pm:926
#, c-format
msgid "Warning: IP address %s is usually reserved!"
msgstr "Aviso: O endereço IP %s geralmente é reservado!"
-#: network/netconnect.pm:936 standalone/drakTermServ:1816
-#: standalone/drakTermServ:1817 standalone/drakTermServ:1818
+#: network/netconnect.pm:931 standalone/drakTermServ:1852
+#: standalone/drakTermServ:1853 standalone/drakTermServ:1854
#, c-format
msgid "%s already in use\n"
msgstr "%s já está em uso\n"
-#: network/netconnect.pm:969
+#: network/netconnect.pm:971
#, c-format
msgid "Choose an ndiswrapper driver"
msgstr "Escolha um driver ndiswrapper"
-#: network/netconnect.pm:971
+#: network/netconnect.pm:973
#, c-format
msgid "Use the ndiswrapper driver %s"
msgstr "Usar o driver ndiswrapper %s"
-#: network/netconnect.pm:971
+#: network/netconnect.pm:973
#, c-format
msgid "Install a new driver"
msgstr "Instalar um novo driver"
-#: network/netconnect.pm:983
+#: network/netconnect.pm:985
#, c-format
msgid "Select a device:"
msgstr "Selecione um dispositivo:"
-#: network/netconnect.pm:1008
+#: network/netconnect.pm:1014
#, c-format
msgid "Please enter the wireless parameters for this card:"
msgstr "Por favor, digite os parâmetros para esta placa wireless:"
-#: network/netconnect.pm:1011 standalone/drakconnect:404
+#: network/netconnect.pm:1017 standalone/drakconnect:404
#, c-format
msgid "Operating Mode"
msgstr "Modo de operação"
-#: network/netconnect.pm:1012
+#: network/netconnect.pm:1018
#, c-format
msgid "Ad-hoc"
msgstr "Ad-hoc"
-#: network/netconnect.pm:1012
+#: network/netconnect.pm:1018
#, c-format
msgid "Managed"
msgstr "Gerenciado"
-#: network/netconnect.pm:1012
+#: network/netconnect.pm:1018
#, c-format
msgid "Master"
msgstr "Mestre"
-#: network/netconnect.pm:1012
+#: network/netconnect.pm:1018
#, c-format
msgid "Repeater"
msgstr "Repetidor"
-#: network/netconnect.pm:1012
+#: network/netconnect.pm:1018
#, c-format
msgid "Secondary"
msgstr "Secundário"
-#: network/netconnect.pm:1012
+#: network/netconnect.pm:1018
#, c-format
msgid "Auto"
msgstr "Automático"
-#: network/netconnect.pm:1014 standalone/drakconnect:405
+#: network/netconnect.pm:1021 standalone/drakconnect:405
#, c-format
msgid "Network name (ESSID)"
msgstr "Nome da Rede (ESSID)"
-#: network/netconnect.pm:1015 standalone/drakconnect:406
+#: network/netconnect.pm:1022
+#, c-format
+msgid "Encryption mode"
+msgstr "Modo de criptografia"
+
+#: network/netconnect.pm:1026
+#, c-format
+msgid "Allow access point roaming"
+msgstr ""
+
+#: network/netconnect.pm:1027 standalone/drakconnect:406
#, c-format
msgid "Network ID"
msgstr "ID da Rede"
-#: network/netconnect.pm:1016 standalone/drakconnect:407
+#: network/netconnect.pm:1028 standalone/drakconnect:407
#, c-format
msgid "Operating frequency"
msgstr "Freqüência de operação"
-#: network/netconnect.pm:1017 standalone/drakconnect:408
+#: network/netconnect.pm:1029 standalone/drakconnect:408
#, c-format
msgid "Sensitivity threshold"
msgstr "Limite de sensibilidade"
-#: network/netconnect.pm:1018 standalone/drakconnect:409
+#: network/netconnect.pm:1030 standalone/drakconnect:409
#, c-format
msgid "Bitrate (in b/s)"
msgstr "Taxa de Bits (em b/s)"
-#: network/netconnect.pm:1019
-#, c-format
-msgid "Encryption mode"
-msgstr "Modo de criptografia"
-
-#: network/netconnect.pm:1023 standalone/drakconnect:420
+#: network/netconnect.pm:1031 standalone/drakconnect:420
#, c-format
msgid "RTS/CTS"
msgstr "RTS/CTS"
-#: network/netconnect.pm:1024
+#: network/netconnect.pm:1032
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
@@ -11390,17 +11438,17 @@ msgstr ""
" máximo do pacote desabilita o esquema. Você pode também ajustar este\n"
"parâmetro para automático, fixo ou desligado."
-#: network/netconnect.pm:1031 standalone/drakconnect:421
+#: network/netconnect.pm:1039 standalone/drakconnect:421
#, c-format
msgid "Fragmentation"
msgstr "Fragmentação"
-#: network/netconnect.pm:1032 standalone/drakconnect:422
+#: network/netconnect.pm:1040 standalone/drakconnect:422
#, c-format
msgid "Iwconfig command extra arguments"
msgstr "Argumentos extras do comando Iwconfig"
-#: network/netconnect.pm:1033
+#: network/netconnect.pm:1041
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
@@ -11416,12 +11464,12 @@ msgstr ""
"Veja a página de manual do iwconfig(8) para informações adicionais."
#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
-#: network/netconnect.pm:1040 standalone/drakconnect:423
+#: network/netconnect.pm:1048 standalone/drakconnect:423
#, c-format
msgid "Iwspy command extra arguments"
msgstr "Argumento extras do comando iwspy"
-#: network/netconnect.pm:1041
+#: network/netconnect.pm:1049
#, c-format
msgid ""
"Iwspy is used to set a list of addresses in a wireless network\n"
@@ -11440,12 +11488,12 @@ msgstr ""
"\n"
"Veja a página de manual do iwpspy(8) para informações adicionais."
-#: network/netconnect.pm:1050 standalone/drakconnect:424
+#: network/netconnect.pm:1058 standalone/drakconnect:424
#, c-format
msgid "Iwpriv command extra arguments"
msgstr "Argumentos extras do comando iwpriv"
-#: network/netconnect.pm:1051
+#: network/netconnect.pm:1059
#, c-format
msgid ""
"Iwpriv enable to set up optionals (private) parameters of a wireless "
@@ -11476,7 +11524,7 @@ msgstr ""
"\n"
"Veja a página de manual do iwpriv(8) para informações adicionais."
-#: network/netconnect.pm:1066
+#: network/netconnect.pm:1074
#, c-format
msgid ""
"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
@@ -11485,7 +11533,7 @@ msgstr ""
"Freq deve ter o sufixo k, M ou G (por exemplo, \"2.46G\" para a freqüência "
"2.46GHz), ou deve adicionar '0' (zeros) suficientes."
-#: network/netconnect.pm:1070
+#: network/netconnect.pm:1078
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
@@ -11494,37 +11542,37 @@ msgstr ""
"Taxa deve ter o sufixo k, M ou G (por exemplo, \"11M\" para 11M), ou deve "
"adicionar '0' (zeros) suficientes."
-#: network/netconnect.pm:1110
+#: network/netconnect.pm:1120
#, c-format
msgid "DVB configuration"
msgstr "Configuração do DVB"
-#: network/netconnect.pm:1111
+#: network/netconnect.pm:1121
#, c-format
msgid "DVB Adapter"
msgstr "Adaptador DVB"
-#: network/netconnect.pm:1128
+#: network/netconnect.pm:1138
#, c-format
msgid "DVB adapter settings"
msgstr "Configurações do Adaptador DVB"
-#: network/netconnect.pm:1131
+#: network/netconnect.pm:1141
#, c-format
msgid "Adapter card"
msgstr "Placa do adaptador"
-#: network/netconnect.pm:1132
+#: network/netconnect.pm:1142
#, c-format
msgid "Net demux"
msgstr "Demux de rede"
-#: network/netconnect.pm:1133
+#: network/netconnect.pm:1143
#, c-format
msgid "PID"
msgstr "PID"
-#: network/netconnect.pm:1161
+#: network/netconnect.pm:1171
#, c-format
msgid ""
"Please enter your host name.\n"
@@ -11537,69 +11585,69 @@ msgstr ""
"como por exemplo 'minhamaquina.minhaempresa.com.br' .\n"
"Você também pode digitar o endereço IP de um gateway, se você tiver um."
-#: network/netconnect.pm:1166
+#: network/netconnect.pm:1176
#, c-format
msgid "Last but not least you can also type in your DNS server IP addresses."
msgstr "Você pode também digitar os endereços IP do servidor DNS."
-#: network/netconnect.pm:1168 standalone/drakconnect:992
+#: network/netconnect.pm:1178 standalone/drakconnect:991
#, c-format
msgid "Host name (optional)"
msgstr "Nome da máquina (opcional)"
-#: network/netconnect.pm:1168 standalone/drakhosts:194
+#: network/netconnect.pm:1178 standalone/drakhosts:198
#, c-format
msgid "Host name"
msgstr "Nome da máquina"
-#: network/netconnect.pm:1170
+#: network/netconnect.pm:1180
#, c-format
msgid "DNS server 1"
msgstr "Servidor DNS 1"
-#: network/netconnect.pm:1171
+#: network/netconnect.pm:1181
#, c-format
msgid "DNS server 2"
msgstr "Servidor DNS 2"
-#: network/netconnect.pm:1172
+#: network/netconnect.pm:1182
#, c-format
msgid "DNS server 3"
msgstr "Servidor DNS 3"
-#: network/netconnect.pm:1173
+#: network/netconnect.pm:1183
#, c-format
msgid "Search domain"
msgstr "Pesquisar domínio"
-#: network/netconnect.pm:1174
+#: network/netconnect.pm:1184
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr ""
"Por padrão, o nome de domínio deve ser configurado como um nome totalmente "
"qualificado"
-#: network/netconnect.pm:1175
+#: network/netconnect.pm:1185
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Gateway (ex. %s)"
-#: network/netconnect.pm:1177
+#: network/netconnect.pm:1187
#, c-format
msgid "Gateway device"
msgstr "Dispositivo de gateway"
-#: network/netconnect.pm:1186
+#: network/netconnect.pm:1196
#, c-format
msgid "DNS server address should be in format 1.2.3.4"
msgstr "O endereço DNS deve ser no formato 1.2.3.4"
-#: network/netconnect.pm:1191 standalone/drakconnect:681
+#: network/netconnect.pm:1201 standalone/drakconnect:685
#, c-format
msgid "Gateway address should be in format 1.2.3.4"
msgstr "O endereço do gateway deve estar no formato 1.2.3.4"
-#: network/netconnect.pm:1204
+#: network/netconnect.pm:1214
#, c-format
msgid ""
"If desired, enter a Zeroconf hostname.\n"
@@ -11612,68 +11660,68 @@ msgstr ""
"sobre qualquer recurso compartilhado que não é gerenciado\n"
"pela rede. Isto não é necessário para a maioria das redes."
-#: network/netconnect.pm:1208
+#: network/netconnect.pm:1218
#, c-format
msgid "Zeroconf Host name"
msgstr "Nome de máquina do Zeroconf"
-#: network/netconnect.pm:1211
+#: network/netconnect.pm:1221
#, c-format
msgid "Zeroconf host name must not contain a ."
msgstr "O nome de máquina do Zeroconf não pode conter um."
-#: network/netconnect.pm:1221
+#: network/netconnect.pm:1231
#, c-format
msgid "Do you want to allow users to start the connection?"
msgstr "Você deseja permitir que usuários possam iniciar uma conexão?"
-#: network/netconnect.pm:1234
+#: network/netconnect.pm:1244
#, c-format
msgid "Do you want to start the connection at boot?"
msgstr "Você quer iniciar sua conexão ao iniciar o sistema?"
-#: network/netconnect.pm:1249
+#: network/netconnect.pm:1259
#, c-format
msgid "Automatically at boot"
msgstr "Automaticamente na inicialização da máquina"
-#: network/netconnect.pm:1251
+#: network/netconnect.pm:1261
#, c-format
msgid "By using Net Applet in the system tray"
msgstr "Usando o mini-aplicativo de rede no painel do sistema"
-#: network/netconnect.pm:1253
+#: network/netconnect.pm:1263
#, c-format
msgid "Manually (the interface would still be activated at boot)"
msgstr ""
"Manualmente (a interface ainda seria ativada quando a máquina fosse iniciada)"
-#: network/netconnect.pm:1262
+#: network/netconnect.pm:1272
#, c-format
msgid "How do you want to dial this connection?"
msgstr "Como você quer discar esta conexão?"
-#: network/netconnect.pm:1275
+#: network/netconnect.pm:1285
#, c-format
msgid "Do you want to try to connect to the Internet now?"
msgstr "Você quer tentar se conectar à Internet agora?"
-#: network/netconnect.pm:1283 standalone/drakconnect:1024
+#: network/netconnect.pm:1293 standalone/drakconnect:1023
#, c-format
msgid "Testing your connection..."
msgstr "Testando sua conexão..."
-#: network/netconnect.pm:1303
+#: network/netconnect.pm:1313
#, c-format
msgid "The system is now connected to the Internet."
msgstr "O sistema agora está conectado à Internet."
-#: network/netconnect.pm:1304
+#: network/netconnect.pm:1314
#, c-format
msgid "For security reasons, it will be disconnected now."
msgstr "Por razões de segurança, será desconectado agora."
-#: network/netconnect.pm:1305
+#: network/netconnect.pm:1315
#, c-format
msgid ""
"The system does not seem to be connected to the Internet.\n"
@@ -11682,7 +11730,7 @@ msgstr ""
"O sistema não aparenta estar conectado à internet.\n"
"Tente reconfigurar sua conexão."
-#: network/netconnect.pm:1320
+#: network/netconnect.pm:1330
#, c-format
msgid ""
"Congratulations, the network and Internet configuration is finished.\n"
@@ -11691,7 +11739,7 @@ msgstr ""
"Parabéns, as configurações da rede e Internet estão concluídas.\n"
"\n"
-#: network/netconnect.pm:1323
+#: network/netconnect.pm:1333
#, c-format
msgid ""
"After this is done, we recommend that you restart your X environment to "
@@ -11700,7 +11748,7 @@ msgstr ""
"Quando isso terminar, nós recomendados que você reinicie o seu ambiente X "
"para evitar o problema da mudança do nome da máquina.."
-#: network/netconnect.pm:1324
+#: network/netconnect.pm:1334
#, c-format
msgid ""
"Problems occurred during configuration.\n"
@@ -11711,28 +11759,28 @@ msgstr ""
"Teste sua conexão com o net_monitor ou mcc. Se sua conexão não estiver "
"correta, você precisará refazer sua configuração."
-#: network/netconnect.pm:1335
+#: network/netconnect.pm:1345
#, c-format
msgid "(detected on port %s)"
msgstr "(detectado na porta %s)"
#. -PO: here, "(detected)" string will be appended to eg "ADSL connection"
-#: network/netconnect.pm:1337
+#: network/netconnect.pm:1347
#, c-format
msgid "(detected %s)"
msgstr "(detectado %s)"
-#: network/netconnect.pm:1337
+#: network/netconnect.pm:1347
#, c-format
msgid "(detected)"
msgstr "(detectado)"
-#: network/netconnect.pm:1338
+#: network/netconnect.pm:1348
#, c-format
msgid "Network Configuration"
msgstr "Configuração da Rede"
-#: network/netconnect.pm:1339
+#: network/netconnect.pm:1349
#, c-format
msgid ""
"Because you are doing a network installation, your network is already "
@@ -11745,12 +11793,12 @@ msgstr ""
"Clique em Ok para manter sua configuração, ou cancelar para reconfigurar sua "
"conexão de Internet & Rede.\n"
-#: network/netconnect.pm:1342
+#: network/netconnect.pm:1352
#, c-format
msgid "The network needs to be restarted. Do you want to restart it?"
msgstr "A rede precisa ser reiniciada. Você deseja reiniciá-la agora?"
-#: network/netconnect.pm:1343
+#: network/netconnect.pm:1353
#, c-format
msgid ""
"A problem occurred while restarting the network: \n"
@@ -11761,7 +11809,7 @@ msgstr ""
"\n"
"%s"
-#: network/netconnect.pm:1344
+#: network/netconnect.pm:1354
#, c-format
msgid ""
"We are now going to configure the %s connection.\n"
@@ -11774,13 +11822,13 @@ msgstr ""
"\n"
"Pressione \"%s\" para continuar."
-#: network/netconnect.pm:1345
+#: network/netconnect.pm:1355
#, c-format
msgid "Configuration is complete, do you want to apply settings?"
msgstr ""
"A configuração está completa, você gostaria de aplicar as modificações?"
-#: network/netconnect.pm:1346
+#: network/netconnect.pm:1356
#, c-format
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
@@ -11791,12 +11839,12 @@ msgstr ""
"Escolha uma que deseja usar.\n"
"\n"
-#: network/netconnect.pm:1347
+#: network/netconnect.pm:1357
#, c-format
msgid "Internet connection"
msgstr "Conexão à Internet"
-#: network/netconnect.pm:1364
+#: network/netconnect.pm:1374
#, c-format
msgid ""
"An unexpected error has happened:\n"
@@ -11805,27 +11853,27 @@ msgstr ""
"Um erro inesperado ocorreu:\n"
"%s"
-#: network/network.pm:390
+#: network/network.pm:397
#, c-format
msgid "Proxies configuration"
msgstr "Configuração de proxies"
-#: network/network.pm:391
+#: network/network.pm:398
#, c-format
msgid "HTTP proxy"
msgstr "Proxy HTTP"
-#: network/network.pm:392
+#: network/network.pm:399
#, c-format
msgid "FTP proxy"
msgstr "Proxy FTP"
-#: network/network.pm:395
+#: network/network.pm:402
#, c-format
msgid "Proxy should be http://..."
msgstr "O proxy deve ser http://..."
-#: network/network.pm:396
+#: network/network.pm:403
#, c-format
msgid "URL should begin with 'ftp:' or 'http:'"
msgstr "A URL deve começar com 'http:' ou 'ftp:'"
@@ -12006,7 +12054,7 @@ msgstr "Arquivo de backup defeituoso"
msgid "Error writing to file %s"
msgstr "Erro ao gravar o arquivo %s"
-#: partition_table/raw.pm:252
+#: partition_table/raw.pm:253
#, c-format
msgid ""
"Something bad is happening on your drive. \n"
@@ -12044,7 +12092,7 @@ msgstr "bom"
msgid "maybe"
msgstr "talvez"
-#: pkgs.pm:458
+#: pkgs.pm:460
#, c-format
msgid "Downloading file %s..."
msgstr "Baixando arquivo %s..."
@@ -12059,7 +12107,7 @@ msgstr "(em %s)"
msgid "(on this machine)"
msgstr "(nesta máquina)"
-#: printer/cups.pm:115 standalone/printerdrake:188
+#: printer/cups.pm:115 standalone/printerdrake:198
#, c-format
msgid "Configured on other machines"
msgstr "Configurado em outras máquinas"
@@ -12069,44 +12117,44 @@ msgstr "Configurado em outras máquinas"
msgid "On CUPS server \"%s\""
msgstr "No servidor CUPS \"%s\""
-#: printer/cups.pm:117 printer/printerdrake.pm:4761
-#: printer/printerdrake.pm:4771 printer/printerdrake.pm:4916
-#: printer/printerdrake.pm:4927 printer/printerdrake.pm:5137
+#: printer/cups.pm:117 printer/printerdrake.pm:5048
+#: printer/printerdrake.pm:5058 printer/printerdrake.pm:5203
+#: printer/printerdrake.pm:5214 printer/printerdrake.pm:5427
#, c-format
msgid " (Default)"
msgstr " (Padrão)"
-#: printer/data.pm:60
+#: printer/data.pm:59
#, c-format
msgid "PDQ - Print, Do not Queue"
msgstr "PDQ - Imprime, Não Coloca Na Fila"
-#: printer/data.pm:61
+#: printer/data.pm:60
#, c-format
msgid "PDQ"
msgstr "PDQ"
-#: printer/data.pm:73
+#: printer/data.pm:72
#, c-format
msgid "LPD - Line Printer Daemon"
msgstr "LPD - Serviço de Impressão em Fila"
-#: printer/data.pm:74
+#: printer/data.pm:73
#, c-format
msgid "LPD"
msgstr "LDP"
-#: printer/data.pm:95
+#: printer/data.pm:94
#, c-format
msgid "LPRng - LPR New Generation"
msgstr "LPRng - Nova Geração do LPR"
-#: printer/data.pm:96
+#: printer/data.pm:95
#, c-format
msgid "LPRng"
msgstr "LPRng"
-#: printer/data.pm:121
+#: printer/data.pm:120
#, c-format
msgid "CUPS - Common Unix Printing System"
msgstr "CUPS - Sistema UNIX de Impressão Comum"
@@ -12142,8 +12190,8 @@ msgstr "Impressora remota"
msgid "Printer on remote CUPS server"
msgstr "Impressora em um servidor CUPS remoto"
-#: printer/main.pm:30 printer/printerdrake.pm:1150
-#: printer/printerdrake.pm:1695
+#: printer/main.pm:30 printer/printerdrake.pm:1373
+#: printer/printerdrake.pm:1918
#, c-format
msgid "Printer on remote lpd server"
msgstr "Impressora em um servidor lpd remoto"
@@ -12154,8 +12202,8 @@ msgid "Network printer (TCP/Socket)"
msgstr "Impressora da rede (TCP/Socket)"
#: printer/main.pm:32
-#, c-format
-msgid "Printer on SMB/Windows 95/98/NT server"
+#, fuzzy, c-format
+msgid "Printer on SMB/Windows server"
msgstr "Impressora em um Servidor SMB/Windows 95/98/NT"
#: printer/main.pm:33
@@ -12163,7 +12211,7 @@ msgstr "Impressora em um Servidor SMB/Windows 95/98/NT"
msgid "Printer on NetWare server"
msgstr "Impressora em um servidor NetWare"
-#: printer/main.pm:34 printer/printerdrake.pm:1699
+#: printer/main.pm:34 printer/printerdrake.pm:1922
#, c-format
msgid "Enter a printer device URI"
msgstr "Digite a URL do dispositivo de impressão"
@@ -12173,237 +12221,238 @@ msgstr "Digite a URL do dispositivo de impressão"
msgid "Pipe job into a command"
msgstr "Envia o trabalho para um comando"
-#: printer/main.pm:45
+#: printer/main.pm:46
#, c-format
msgid "recommended"
msgstr "recomendado"
-#: printer/main.pm:329 printer/main.pm:634 printer/main.pm:1671
-#: printer/main.pm:2706 printer/main.pm:2715 printer/printerdrake.pm:910
-#: printer/printerdrake.pm:2182 printer/printerdrake.pm:5174
+#: printer/main.pm:330 printer/main.pm:686 printer/main.pm:1776
+#: printer/main.pm:2917 printer/main.pm:2926 printer/printerdrake.pm:973
+#: printer/printerdrake.pm:1133 printer/printerdrake.pm:2410
+#: printer/printerdrake.pm:5464
#, c-format
msgid "Unknown model"
msgstr "Modelo desconhecido"
-#: printer/main.pm:354 standalone/printerdrake:187
+#: printer/main.pm:355 standalone/printerdrake:197
#, c-format
msgid "Configured on this machine"
msgstr "Configurado nesta máquina"
-#: printer/main.pm:360 printer/printerdrake.pm:1239
+#: printer/main.pm:361 printer/printerdrake.pm:1462
#, c-format
msgid " on parallel port #%s"
msgstr " na porta paralela #%s"
-#: printer/main.pm:363 printer/printerdrake.pm:1242
+#: printer/main.pm:364 printer/printerdrake.pm:1465
#, c-format
msgid ", USB printer #%s"
msgstr ", impressora USB #%s"
-#: printer/main.pm:365
+#: printer/main.pm:366
#, c-format
msgid ", USB printer"
msgstr ", impressora USB"
-#: printer/main.pm:369
+#: printer/main.pm:370
#, c-format
msgid ", HP printer on a parallel port"
msgstr ", Impressora HP na porta paralela "
-#: printer/main.pm:371
+#: printer/main.pm:372
#, c-format
msgid ", HP printer on USB"
msgstr ", impressora HP em USB"
-#: printer/main.pm:373
+#: printer/main.pm:374
#, c-format
msgid ", HP printer on HP JetDirect"
msgstr ", impressora HP na HP JetDirect"
-#: printer/main.pm:375
+#: printer/main.pm:376
#, c-format
msgid ", HP printer"
msgstr ", impressora HP"
-#: printer/main.pm:381
+#: printer/main.pm:382
#, c-format
msgid ", multi-function device on parallel port #%s"
msgstr ", dispositivo multi-funcional na porta paralela #%s"
-#: printer/main.pm:384
+#: printer/main.pm:385
#, c-format
msgid ", multi-function device on a parallel port"
msgstr ", dispositivo multi-funcional na porta paralela"
-#: printer/main.pm:386
+#: printer/main.pm:387
#, c-format
msgid ", multi-function device on USB"
msgstr ", dispositivo multi-funcional na USB"
-#: printer/main.pm:388
+#: printer/main.pm:389
#, c-format
msgid ", multi-function device on HP JetDirect"
msgstr ", dispositivo multi-funcional na HP JetDirect"
-#: printer/main.pm:390
+#: printer/main.pm:391
#, c-format
msgid ", multi-function device"
msgstr ", dispositivo multi-funcional"
-#: printer/main.pm:394
+#: printer/main.pm:395
#, c-format
msgid ", printing to %s"
msgstr ", imprimindo em %s"
-#: printer/main.pm:397
+#: printer/main.pm:398
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr " no servidor LPD \"%s\", impressora \"%s\""
-#: printer/main.pm:400
+#: printer/main.pm:401
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ", máquina TCP/IP \"%s\", porta %s"
-#: printer/main.pm:405
+#: printer/main.pm:406
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr " em um servidor SMB/Windows \"%s\", compartilhamento \"%s\""
-#: printer/main.pm:410
+#: printer/main.pm:411
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr " em um servidor Novell \"%s\", impressora \"%s\""
-#: printer/main.pm:413
+#: printer/main.pm:414
#, c-format
msgid ", using command %s"
msgstr "; usando o comando %s"
-#: printer/main.pm:428
+#: printer/main.pm:429
#, c-format
msgid "Parallel port #%s"
msgstr "Porta paralela #%s"
-#: printer/main.pm:431 printer/printerdrake.pm:1260
-#: printer/printerdrake.pm:1287 printer/printerdrake.pm:1305
+#: printer/main.pm:432 printer/printerdrake.pm:1483
+#: printer/printerdrake.pm:1510 printer/printerdrake.pm:1528
#, c-format
msgid "USB printer #%s"
msgstr "Impressora USB #%s"
-#: printer/main.pm:433
+#: printer/main.pm:434
#, c-format
msgid "USB printer"
msgstr "Impressora USB"
-#: printer/main.pm:437
+#: printer/main.pm:438
#, c-format
msgid "HP printer on a parallel port"
msgstr "Impressora HP na porta paralela"
-#: printer/main.pm:439
+#: printer/main.pm:440
#, c-format
msgid "HP printer on USB"
msgstr "impressora HP em USB"
-#: printer/main.pm:441
+#: printer/main.pm:442
#, c-format
msgid "HP printer on HP JetDirect"
msgstr "impressora HP em HP JetDirect"
-#: printer/main.pm:443
+#: printer/main.pm:444
#, c-format
msgid "HP printer"
msgstr "Impressora HP"
-#: printer/main.pm:449
+#: printer/main.pm:450
#, c-format
msgid "Multi-function device on parallel port #%s"
msgstr "Dispositivo multi-funcional na porta paralela #%s"
-#: printer/main.pm:452
+#: printer/main.pm:453
#, c-format
msgid "Multi-function device on a parallel port"
msgstr "Dispositivo multi-funcional na porta paralela"
-#: printer/main.pm:454
+#: printer/main.pm:455
#, c-format
msgid "Multi-function device on USB"
msgstr "Dispositivo multi-funcional na USB"
-#: printer/main.pm:456
+#: printer/main.pm:457
#, c-format
msgid "Multi-function device on HP JetDirect"
msgstr "Dispositivo multi-funcional na HP JetDirect"
-#: printer/main.pm:458
+#: printer/main.pm:459
#, c-format
msgid "Multi-function device"
msgstr "Dispositivo multi-funcional"
-#: printer/main.pm:462
+#: printer/main.pm:463
#, c-format
msgid "Prints into %s"
msgstr "Imprimindo em %s"
-#: printer/main.pm:465
+#: printer/main.pm:466
#, c-format
msgid "LPD server \"%s\", printer \"%s\""
msgstr "Servidor LPD \"%s\", impressora \"%s\""
-#: printer/main.pm:468
+#: printer/main.pm:469
#, c-format
msgid "TCP/IP host \"%s\", port %s"
msgstr "Máquina TCP/IP \"%s\", porta %s"
-#: printer/main.pm:473
+#: printer/main.pm:474
#, c-format
msgid "SMB/Windows server \"%s\", share \"%s\""
msgstr "Servidor SMB/Windows \"%s\", compartilhamento \"%s\""
-#: printer/main.pm:478
+#: printer/main.pm:479
#, c-format
msgid "Novell server \"%s\", printer \"%s\""
msgstr "Servidor Novell \"%s\", impressora \"%s\""
-#: printer/main.pm:481
+#: printer/main.pm:482
#, c-format
msgid "Uses command %s"
msgstr "Usa o comando %s"
-#: printer/main.pm:483
+#: printer/main.pm:484
#, c-format
msgid "URI: %s"
msgstr "URI: %s"
-#: printer/main.pm:631 printer/printerdrake.pm:856
-#: printer/printerdrake.pm:2953
+#: printer/main.pm:683 printer/printerdrake.pm:1060
+#: printer/printerdrake.pm:3220
#, c-format
msgid "Raw printer (No driver)"
msgstr "Impressora bruta (sem driver)"
-#: printer/main.pm:1181 printer/printerdrake.pm:211
+#: printer/main.pm:1274 printer/printerdrake.pm:211
#: printer/printerdrake.pm:223
#, c-format
msgid "Local network(s)"
msgstr "Rede(s) local(is)"
-#: printer/main.pm:1183 printer/printerdrake.pm:227
+#: printer/main.pm:1276 printer/printerdrake.pm:227
#, c-format
msgid "Interface \"%s\""
msgstr "Interface \"%s\""
-#: printer/main.pm:1185
+#: printer/main.pm:1278
#, c-format
msgid "Network %s"
msgstr "Rede %s"
-#: printer/main.pm:1187
+#: printer/main.pm:1280
#, c-format
msgid "Host %s"
msgstr "Máquina %s"
-#: printer/main.pm:1216
+#: printer/main.pm:1309
#, c-format
msgid "%s (Port %s)"
msgstr "%s (Porta %s)"
@@ -12561,7 +12610,7 @@ msgstr ""
"opção, porém, você terá que cuidar dos pontos acima citados."
#: printer/printerdrake.pm:138 printer/printerdrake.pm:506
-#: printer/printerdrake.pm:4397
+#: printer/printerdrake.pm:4681
#, c-format
msgid "Remote CUPS server and no local CUPS daemon"
msgstr "Servidor CUPS remoto e sem serviço CUPS local"
@@ -12709,7 +12758,7 @@ msgstr "Falta o endereço IP do servidor!"
msgid "The entered IP is not correct.\n"
msgstr "O IP digitado não é correto.\n"
-#: printer/printerdrake.pm:440 printer/printerdrake.pm:1924
+#: printer/printerdrake.pm:440 printer/printerdrake.pm:2152
#, c-format
msgid "The port number should be an integer!"
msgstr "O número da porta deve ser um numérico inteiro!"
@@ -12720,7 +12769,7 @@ msgid "This server is already in the list, it cannot be added again.\n"
msgstr ""
"Este servidor já existe na lista, e não pode ser adicionado novamente.\n"
-#: printer/printerdrake.pm:462 printer/printerdrake.pm:1951
+#: printer/printerdrake.pm:462 printer/printerdrake.pm:2179
#: standalone/drakups:251 standalone/harddrake2:52
#, c-format
msgid "Port"
@@ -12733,41 +12782,42 @@ msgstr "Porta"
msgid "On, Name or IP of remote server:"
msgstr "Ligado, Nome ou IP do servidor remoto:"
-#: printer/printerdrake.pm:514 printer/printerdrake.pm:4406
-#: printer/printerdrake.pm:4472
+#: printer/printerdrake.pm:514 printer/printerdrake.pm:4690
+#: printer/printerdrake.pm:4756
#, c-format
msgid "CUPS server name or IP address missing."
msgstr "O nome do servidor CUPS ou o seu endereço IP estão faltando."
#: printer/printerdrake.pm:566 printer/printerdrake.pm:586
-#: printer/printerdrake.pm:680 printer/printerdrake.pm:746
-#: printer/printerdrake.pm:773 printer/printerdrake.pm:832
-#: printer/printerdrake.pm:874 printer/printerdrake.pm:884
-#: printer/printerdrake.pm:2011 printer/printerdrake.pm:2225
-#: printer/printerdrake.pm:2257 printer/printerdrake.pm:2305
-#: printer/printerdrake.pm:2357 printer/printerdrake.pm:2374
-#: printer/printerdrake.pm:2418 printer/printerdrake.pm:2458
-#: printer/printerdrake.pm:2508 printer/printerdrake.pm:2542
-#: printer/printerdrake.pm:2552 printer/printerdrake.pm:2804
-#: printer/printerdrake.pm:2809 printer/printerdrake.pm:2948
-#: printer/printerdrake.pm:3059 printer/printerdrake.pm:3656
-#: printer/printerdrake.pm:3722 printer/printerdrake.pm:3771
-#: printer/printerdrake.pm:3774 printer/printerdrake.pm:3906
-#: printer/printerdrake.pm:4007 printer/printerdrake.pm:4079
-#: printer/printerdrake.pm:4100 printer/printerdrake.pm:4110
-#: printer/printerdrake.pm:4201 printer/printerdrake.pm:4296
-#: printer/printerdrake.pm:4302 printer/printerdrake.pm:4326
-#: printer/printerdrake.pm:4433 printer/printerdrake.pm:4542
-#: printer/printerdrake.pm:4562 printer/printerdrake.pm:4571
-#: printer/printerdrake.pm:4586 printer/printerdrake.pm:4784
-#: printer/printerdrake.pm:5236 printer/printerdrake.pm:5313
-#: standalone/printerdrake:67 standalone/printerdrake:555
+#: printer/printerdrake.pm:811 printer/printerdrake.pm:880
+#: printer/printerdrake.pm:901 printer/printerdrake.pm:927
+#: printer/printerdrake.pm:1036 printer/printerdrake.pm:1078
+#: printer/printerdrake.pm:1088 printer/printerdrake.pm:1123
+#: printer/printerdrake.pm:2239 printer/printerdrake.pm:2454
+#: printer/printerdrake.pm:2486 printer/printerdrake.pm:2547
+#: printer/printerdrake.pm:2599 printer/printerdrake.pm:2616
+#: printer/printerdrake.pm:2660 printer/printerdrake.pm:2700
+#: printer/printerdrake.pm:2750 printer/printerdrake.pm:2784
+#: printer/printerdrake.pm:2794 printer/printerdrake.pm:3062
+#: printer/printerdrake.pm:3067 printer/printerdrake.pm:3215
+#: printer/printerdrake.pm:3326 printer/printerdrake.pm:3939
+#: printer/printerdrake.pm:4006 printer/printerdrake.pm:4055
+#: printer/printerdrake.pm:4058 printer/printerdrake.pm:4190
+#: printer/printerdrake.pm:4291 printer/printerdrake.pm:4363
+#: printer/printerdrake.pm:4384 printer/printerdrake.pm:4394
+#: printer/printerdrake.pm:4485 printer/printerdrake.pm:4580
+#: printer/printerdrake.pm:4586 printer/printerdrake.pm:4610
+#: printer/printerdrake.pm:4717 printer/printerdrake.pm:4826
+#: printer/printerdrake.pm:4846 printer/printerdrake.pm:4855
+#: printer/printerdrake.pm:4870 printer/printerdrake.pm:5071
+#: printer/printerdrake.pm:5533 printer/printerdrake.pm:5616
+#: standalone/printerdrake:73 standalone/printerdrake:572
#, c-format
msgid "Printerdrake"
msgstr "Printerdrake"
-#: printer/printerdrake.pm:567 printer/printerdrake.pm:4008
-#: printer/printerdrake.pm:4543
+#: printer/printerdrake.pm:567 printer/printerdrake.pm:4292
+#: printer/printerdrake.pm:4827
#, c-format
msgid "Reading printer data..."
msgstr "Lendo os dados da impressora..."
@@ -12777,17 +12827,113 @@ msgstr "Lendo os dados da impressora..."
msgid "Restarting CUPS..."
msgstr "Reiniciando CUPS..."
-#: printer/printerdrake.pm:614 printer/printerdrake.pm:634
+#: printer/printerdrake.pm:614
+#, c-format
+msgid "Allow pop-up windows, canceling setup and package installation possible"
+msgstr ""
+
+#: printer/printerdrake.pm:616
+#, c-format
+msgid ""
+"No pop-up windows, canceling setup and package installation not possible"
+msgstr ""
+
+#: printer/printerdrake.pm:622
+#, fuzzy, c-format
+msgid "Printer auto administration"
+msgstr "Detecção automática de impressora"
+
+#: printer/printerdrake.pm:623
+#, c-format
+msgid ""
+"Here you can configure printer administration tasks which should be done "
+"automatically."
+msgstr ""
+
+#: printer/printerdrake.pm:626
+#, fuzzy, c-format
+msgid "Do automatic configuration of new printers"
+msgstr "Usar configuração automática (DHCP)"
+
+#: printer/printerdrake.pm:627 printer/printerdrake.pm:641
+#, fuzzy, c-format
+msgid "when a USB printer is connected and turned on"
+msgstr "(certifique-se de que todas impressoras estão conectadas e ligadas).\n"
+
+#: printer/printerdrake.pm:630
+#, fuzzy, c-format
+msgid "when Printerdrake is started"
+msgstr "Esta impressora está desativada"
+
+#: printer/printerdrake.pm:634
+#, c-format
+msgid "Mode for automatic printer setup:"
+msgstr ""
+
+#: printer/printerdrake.pm:640
+#, fuzzy, c-format
+msgid "Re-enable disabled printers"
+msgstr "Impressoras disponíveis"
+
+#: printer/printerdrake.pm:644
+#, fuzzy, c-format
+msgid "when the printing system is started"
+msgstr "Mudar o sistema de impressão"
+
+#: printer/printerdrake.pm:680
+#, fuzzy, c-format
+msgid "Communication error handling for the printer \"%s\""
+msgstr "Usando/Mantendo a impressora \"%s\""
+
+#: printer/printerdrake.pm:682
+#, c-format
+msgid ""
+"Here you can configure how errors during the communication between your "
+"computer and the printer \"%s\" should be handled (for example if the "
+"printer is not turned on)."
+msgstr ""
+
+#: printer/printerdrake.pm:686
+#, fuzzy, c-format
+msgid "The number of retries should be an integer number of at least 1!"
+msgstr "O número da porta deve ser um numérico inteiro!"
+
+#: printer/printerdrake.pm:690
+#, fuzzy, c-format
+msgid "The delay between retries should be a positive integer number!"
+msgstr "O tempo limite deve ser um número inteiro positivo!"
+
+#: printer/printerdrake.pm:701
+#, fuzzy, c-format
+msgid "Do not disable the printer"
+msgstr "Desativar Impressora"
+
+#: printer/printerdrake.pm:704
+#, c-format
+msgid "Retry infinitely often"
+msgstr ""
+
+#: printer/printerdrake.pm:707
+#, fuzzy, c-format
+msgid "Number of retries"
+msgstr "Número de botões"
+
+#: printer/printerdrake.pm:712
+#, c-format
+msgid "Delay between retries (in sec)"
+msgstr ""
+
+#: printer/printerdrake.pm:745 printer/printerdrake.pm:765
#, c-format
msgid "Select Printer Connection"
msgstr "Selecionar Conexão da Impressora"
-#: printer/printerdrake.pm:615
+#: printer/printerdrake.pm:746
#, c-format
msgid "How is the printer connected?"
msgstr "Como a impressora está conectada?"
-#: printer/printerdrake.pm:617
+#: printer/printerdrake.pm:748
#, c-format
msgid ""
"\n"
@@ -12798,7 +12944,7 @@ msgstr ""
"As impressoras em um servidor CUPS remoto não precisam ser configuradas "
"aqui; essas impressoras serão detectadas automaticamente."
-#: printer/printerdrake.pm:620 printer/printerdrake.pm:4786
+#: printer/printerdrake.pm:751 printer/printerdrake.pm:5073
#, c-format
msgid ""
"\n"
@@ -12809,7 +12955,7 @@ msgstr ""
"AVISO: Nenhuma configuração de rede está ativa, e as impressoras remotas não "
"poderão ser detectadas nem testadas!"
-#: printer/printerdrake.pm:627
+#: printer/printerdrake.pm:758
#, c-format
msgid ""
"Printer auto-detection (Local, TCP/Socket, SMB printers, and device URI)"
@@ -12817,20 +12963,20 @@ msgstr ""
"Detectar automaticamente a impressora (local, TCP/Socket, impressoras SMB e "
"dispositivos URI)"
-#: printer/printerdrake.pm:629
+#: printer/printerdrake.pm:760
#, c-format
msgid "Modify timeout for network printer auto-detection"
msgstr ""
"Modificar o tempo-limit para a detecção automática de impressoras de rede"
-#: printer/printerdrake.pm:635
+#: printer/printerdrake.pm:766
#, c-format
msgid "Enter the timeout for network printer auto-detection (in msec) here. "
msgstr ""
"Digite aqui o tempo limite para a detecção automática da impressora de rede "
"(em mseg)."
-#: printer/printerdrake.pm:637
+#: printer/printerdrake.pm:768
#, c-format
msgid ""
"The longer you choose the timeout, the more reliable the detections of "
@@ -12841,27 +12987,27 @@ msgstr ""
"impressoras na rede, porém esta pesquisa pode ser bem mais demorada, "
"especialmente se houverem muitas máquinas com firewalls locais na rede."
-#: printer/printerdrake.pm:641
+#: printer/printerdrake.pm:772
#, c-format
msgid "The timeout must be a positive integer number!"
msgstr "O tempo limite deve ser um número inteiro positivo!"
-#: printer/printerdrake.pm:680
+#: printer/printerdrake.pm:811
#, c-format
msgid "Checking your system..."
msgstr "Verificando seu sistema..."
-#: printer/printerdrake.pm:697
+#: printer/printerdrake.pm:829
#, c-format
msgid "and one unknown printer"
msgstr "e uma impressora desconhecida"
-#: printer/printerdrake.pm:699
+#: printer/printerdrake.pm:831
#, c-format
msgid "and %d unknown printers"
msgstr "e %d impressoras desconhecidas"
-#: printer/printerdrake.pm:703
+#: printer/printerdrake.pm:835
#, c-format
msgid ""
"The following printers\n"
@@ -12874,7 +13020,7 @@ msgstr ""
"%s%s\n"
"estão conectadas diretamente ao seu sistema"
-#: printer/printerdrake.pm:705
+#: printer/printerdrake.pm:837
#, c-format
msgid ""
"The following printer\n"
@@ -12887,7 +13033,7 @@ msgstr ""
"%s%s\n"
"estão conectadas diretamente ao seu sistema"
-#: printer/printerdrake.pm:706
+#: printer/printerdrake.pm:838
#, c-format
msgid ""
"The following printer\n"
@@ -12900,7 +13046,7 @@ msgstr ""
"%s%s\n"
"está conectada diretamente ao seu sistema"
-#: printer/printerdrake.pm:710
+#: printer/printerdrake.pm:842
#, c-format
msgid ""
"\n"
@@ -12909,7 +13055,7 @@ msgstr ""
"\n"
"Esta é uma impressora desconhecida conectada diretamente a seu sistema"
-#: printer/printerdrake.pm:711
+#: printer/printerdrake.pm:843
#, c-format
msgid ""
"\n"
@@ -12919,19 +13065,19 @@ msgstr ""
"Estas são as %d impressoras desconhecidas conectadas diretamente a seu "
"sistema"
-#: printer/printerdrake.pm:714
+#: printer/printerdrake.pm:846
#, c-format
msgid ""
"There are no printers found which are directly connected to your machine"
msgstr ""
"Não foi encontrada nenhuma impressora conectada diretamente a sua máquina"
-#: printer/printerdrake.pm:717
+#: printer/printerdrake.pm:849
#, c-format
msgid " (Make sure that all your printers are connected and turned on).\n"
msgstr "(certifique-se de que todas impressoras estão conectadas e ligadas).\n"
-#: printer/printerdrake.pm:730
+#: printer/printerdrake.pm:862
#, c-format
msgid ""
"Do you want to enable printing on the printers mentioned above or on "
@@ -12940,22 +13086,22 @@ msgstr ""
"Você quer permitir uso das impressoras mencionadas acima ou das impressoras "
"da rede local?\n"
-#: printer/printerdrake.pm:731
+#: printer/printerdrake.pm:863
#, c-format
msgid "Do you want to enable printing on printers in the local network?\n"
msgstr "Você quer permitir uso de impressoras da rede local? \n"
-#: printer/printerdrake.pm:733
+#: printer/printerdrake.pm:865
#, c-format
msgid "Do you want to enable printing on the printers mentioned above?\n"
msgstr "Você quer permitir uso de impressoras indicadas acima?\n"
-#: printer/printerdrake.pm:734
+#: printer/printerdrake.pm:866
#, c-format
msgid "Are you sure that you want to set up printing on this machine?\n"
msgstr "Tem certeza de que deseja configurar a impressão nesta máquina?\n"
-#: printer/printerdrake.pm:735
+#: printer/printerdrake.pm:867
#, c-format
msgid ""
"NOTE: Depending on the printer model and the printing system up to %d MB of "
@@ -12964,42 +13110,85 @@ msgstr ""
"NOTA: dependendo do modelo da impressora e do sistema de impressão, até %d "
"MB de software adicional serão instalados."
-#: printer/printerdrake.pm:774
+#: printer/printerdrake.pm:884
+#, c-format
+msgid "Do not do automatic printer setup and do not do it again"
+msgstr ""
+
+#: printer/printerdrake.pm:928
#, c-format
msgid "Searching for new printers..."
msgstr "Procurando por novas impressoras..."
-#: printer/printerdrake.pm:833
+#: printer/printerdrake.pm:989
+#, c-format
+msgid "Do not do automatic printer setup again"
+msgstr ""
+
+#: printer/printerdrake.pm:996
+#, fuzzy, c-format
+msgid "New printers found"
+msgstr "Nenhuma impressora encontrada!"
+
+#: printer/printerdrake.pm:997
+#, fuzzy, c-format
+msgid "New printer found"
+msgstr "Nenhuma impressora encontrada!"
+
+#: printer/printerdrake.pm:999
+#, c-format
+msgid ""
+"The following new printers were found and Printerdrake can automatically set "
+"them up for you. If you do not want to have all of them set up, unselect the "
+"ones which should be skipped, or click \"Cancel\" to set up none of them.\n"
+msgstr ""
+
+#: printer/printerdrake.pm:1000
#, c-format
-msgid "Found printer on %s..."
-msgstr "Encontrada impressora em %s..."
+msgid ""
+"The following new printer was found and printerdrake can automatically set "
+"it up for you. If you do not want to have it set up, unselect it, or click "
+"\"Cancel\".\n"
+msgstr ""
+
+#: printer/printerdrake.pm:1001
+#, c-format
+msgid ""
+"Note that for certain printer models additional packages need to be "
+"installed. So keep your installation media handy.\n"
+msgstr ""
-#: printer/printerdrake.pm:858
+#: printer/printerdrake.pm:1037 printer/printerdrake.pm:1079
+#, c-format
+msgid "Configuring printer on %s..."
+msgstr "Configurando impressora em %s..."
+
+#: printer/printerdrake.pm:1062
#, c-format
msgid "("
msgstr "("
-#: printer/printerdrake.pm:859
+#: printer/printerdrake.pm:1063
#, c-format
msgid " on "
msgstr " ligada "
-#: printer/printerdrake.pm:860 standalone/scannerdrake:137
+#: printer/printerdrake.pm:1064 standalone/scannerdrake:137
#, c-format
msgid ")"
msgstr ")"
-#: printer/printerdrake.pm:865 printer/printerdrake.pm:2960
+#: printer/printerdrake.pm:1069 printer/printerdrake.pm:3227
#, c-format
msgid "Printer model selection"
msgstr "Seleção do modelo da impressora"
-#: printer/printerdrake.pm:866 printer/printerdrake.pm:2961
+#: printer/printerdrake.pm:1070 printer/printerdrake.pm:3228
#, c-format
msgid "Which printer model do you have?"
msgstr "Qual modelo de impressora você possui?"
-#: printer/printerdrake.pm:867
+#: printer/printerdrake.pm:1071
#, c-format
msgid ""
"\n"
@@ -13012,7 +13201,7 @@ msgstr ""
"O Printerdrake não pôde determinar qual o modelo da sua impressora %s . Por "
"favor, escolha o modelo correto da lista."
-#: printer/printerdrake.pm:870 printer/printerdrake.pm:2966
+#: printer/printerdrake.pm:1074 printer/printerdrake.pm:3233
#, c-format
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
@@ -13021,25 +13210,47 @@ msgstr ""
"Se sua impressora não está na lista, escolha uma compatível (veja o manual "
"da impressora) ou uma similar."
-#: printer/printerdrake.pm:875
-#, c-format
-msgid "Configuring printer on %s..."
-msgstr "Configurando impressora em %s..."
-
-#: printer/printerdrake.pm:885 printer/printerdrake.pm:4563
+#: printer/printerdrake.pm:1089 printer/printerdrake.pm:4847
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Configurando impressora \"%s\"..."
-#: printer/printerdrake.pm:1051 printer/printerdrake.pm:1063
-#: printer/printerdrake.pm:1170 printer/printerdrake.pm:2191
-#: printer/printerdrake.pm:2206 printer/printerdrake.pm:2276
-#: printer/printerdrake.pm:4803 printer/printerdrake.pm:4973
+#: printer/printerdrake.pm:1124
+#, c-format
+msgid ""
+"Now you have turned off automatic printer setup.\n"
+"\n"
+msgstr ""
+
+#: printer/printerdrake.pm:1125
+#, c-format
+msgid ""
+"You can turn it back on again by choosing \"%s\" -> \"%s\" in Printerdrake's "
+"main menu. "
+msgstr ""
+
+#: printer/printerdrake.pm:1125
+#, fuzzy, c-format
+msgid "Configure Auto Administration"
+msgstr "Administração Remota"
+
+#: printer/printerdrake.pm:1126
+#, c-format
+msgid ""
+"There you can also choose in which situation automatic printer setup is done "
+"(On Printerdrake startup, on printing system startup, when connecting a new "
+"USB printer)."
+msgstr ""
+
+#: printer/printerdrake.pm:1274 printer/printerdrake.pm:1286
+#: printer/printerdrake.pm:1393 printer/printerdrake.pm:2420
+#: printer/printerdrake.pm:2435 printer/printerdrake.pm:2507
+#: printer/printerdrake.pm:5090 printer/printerdrake.pm:5263
#, c-format
msgid "Add a new printer"
msgstr "Adicionar nova impressora"
-#: printer/printerdrake.pm:1052
+#: printer/printerdrake.pm:1275
#, c-format
msgid ""
"\n"
@@ -13062,7 +13273,7 @@ msgstr ""
"impressora e lhe dará acesso a todos os drivers de impressão disponíveis, "
"opções do driver, e tipos de conexão da impressora."
-#: printer/printerdrake.pm:1065
+#: printer/printerdrake.pm:1288
#, c-format
msgid ""
"\n"
@@ -13102,7 +13313,7 @@ msgstr ""
"Clique em \"Próximo\" quando estiver pronto, e em \"Cancelar\" se você não "
"quiser configurar sua(s) impressora(s) agora."
-#: printer/printerdrake.pm:1074
+#: printer/printerdrake.pm:1297
#, c-format
msgid ""
"\n"
@@ -13129,7 +13340,7 @@ msgstr ""
"Clique em \"Próximo\" quando estiver pronto, e em \"Cancelar\" se você não "
"quiser configurar sua(s) impressora(s) agora."
-#: printer/printerdrake.pm:1082
+#: printer/printerdrake.pm:1305
#, c-format
msgid ""
"\n"
@@ -13166,7 +13377,7 @@ msgstr ""
"Clique em \"Próximo\" quando estiver pronto, e em \"Cancelar\" se você não "
"quiser configurar sua(s) impressora(s) agora."
-#: printer/printerdrake.pm:1091
+#: printer/printerdrake.pm:1314
#, c-format
msgid ""
"\n"
@@ -13193,29 +13404,29 @@ msgstr ""
"Clique em \"Próximo\" quando estiver pronto, e em \"Cancelar\" se você não "
"quiser configurar sua(s) impressora(s) agora."
-#: printer/printerdrake.pm:1142
+#: printer/printerdrake.pm:1365
#, c-format
msgid "Auto-detect printers connected to this machine"
msgstr "Detectar automaticamente as impressoras conectadas a esta máquina"
-#: printer/printerdrake.pm:1145
+#: printer/printerdrake.pm:1368
#, c-format
msgid "Auto-detect printers connected directly to the local network"
msgstr "Detectar automaticamente as impressoras conectadas na rede local"
-#: printer/printerdrake.pm:1148
+#: printer/printerdrake.pm:1371
#, c-format
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
"Detectar automaticamente as impressoras conectadas em máquinas rodando MS "
"Windows"
-#: printer/printerdrake.pm:1151
+#: printer/printerdrake.pm:1374
#, c-format
msgid "No auto-detection"
msgstr "Sem detecção automática"
-#: printer/printerdrake.pm:1171
+#: printer/printerdrake.pm:1394
#, c-format
msgid ""
"\n"
@@ -13239,71 +13450,71 @@ msgstr ""
"papel, qualidade da impressão, etc), selecione \"Impressora\" na seção de "
"\"Hardware\" do Centro de Controle %s."
-#: printer/printerdrake.pm:1207 printer/printerdrake.pm:1437
-#: printer/printerdrake.pm:1500 printer/printerdrake.pm:1592
-#: printer/printerdrake.pm:1730 printer/printerdrake.pm:1806
-#: printer/printerdrake.pm:1968 printer/printerdrake.pm:2061
-#: printer/printerdrake.pm:2070 printer/printerdrake.pm:2079
-#: printer/printerdrake.pm:2090 printer/printerdrake.pm:2231
-#: printer/printerdrake.pm:2317 printer/printerdrake.pm:2363
-#: printer/printerdrake.pm:2430 printer/printerdrake.pm:2465
+#: printer/printerdrake.pm:1430 printer/printerdrake.pm:1660
+#: printer/printerdrake.pm:1723 printer/printerdrake.pm:1815
+#: printer/printerdrake.pm:1953 printer/printerdrake.pm:2029
+#: printer/printerdrake.pm:2196 printer/printerdrake.pm:2289
+#: printer/printerdrake.pm:2298 printer/printerdrake.pm:2307
+#: printer/printerdrake.pm:2318 printer/printerdrake.pm:2460
+#: printer/printerdrake.pm:2559 printer/printerdrake.pm:2605
+#: printer/printerdrake.pm:2672 printer/printerdrake.pm:2707
#, c-format
msgid "Could not install the %s packages!"
msgstr "Não foi possível instalar %s pacotes!"
-#: printer/printerdrake.pm:1209
+#: printer/printerdrake.pm:1432
#, c-format
msgid "Skipping Windows/SMB server auto-detection"
msgstr "Pular detecção automática do servidor SMB/Windows"
-#: printer/printerdrake.pm:1215 printer/printerdrake.pm:1360
-#: printer/printerdrake.pm:1598 printer/printerdrake.pm:1855
+#: printer/printerdrake.pm:1438 printer/printerdrake.pm:1583
+#: printer/printerdrake.pm:1821 printer/printerdrake.pm:2083
#, c-format
msgid "Printer auto-detection"
msgstr "Detecção automática de impressora"
-#: printer/printerdrake.pm:1215
+#: printer/printerdrake.pm:1438
#, c-format
msgid "Detecting devices..."
msgstr "Detectando dispositivos..."
-#: printer/printerdrake.pm:1245
+#: printer/printerdrake.pm:1468
#, c-format
msgid ", network printer \"%s\", port %s"
msgstr ", impressora da rede \"%s\", porta %s"
-#: printer/printerdrake.pm:1248
+#: printer/printerdrake.pm:1471
#, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr ", impressora \"%s\" em um servidor SMB/Windows \"%s\""
-#: printer/printerdrake.pm:1252
+#: printer/printerdrake.pm:1475
#, c-format
msgid "Detected %s"
msgstr "%s detectado"
-#: printer/printerdrake.pm:1257 printer/printerdrake.pm:1284
-#: printer/printerdrake.pm:1302
+#: printer/printerdrake.pm:1480 printer/printerdrake.pm:1507
+#: printer/printerdrake.pm:1525
#, c-format
msgid "Printer on parallel port #%s"
msgstr "Impressora na porta paralela #%s"
-#: printer/printerdrake.pm:1263
+#: printer/printerdrake.pm:1486
#, c-format
msgid "Network printer \"%s\", port %s"
msgstr "Impressora de rede \"%s\", porta %s"
-#: printer/printerdrake.pm:1266
+#: printer/printerdrake.pm:1489
#, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "Impressora \"%s\" em um servidor SMB/Windows \"%s\""
-#: printer/printerdrake.pm:1347
+#: printer/printerdrake.pm:1570
#, c-format
msgid "Local Printer"
msgstr "Impressora local"
-#: printer/printerdrake.pm:1348
+#: printer/printerdrake.pm:1571
#, c-format
msgid ""
"No local printer found! To manually install a printer enter a device name/"
@@ -13316,32 +13527,32 @@ msgstr ""
"LPT1, LPT2,..., 1ª Impressora USB: /dev/usb/lp0, 2ª impressora USB /dev/usb/"
"lp1,...)"
-#: printer/printerdrake.pm:1352
+#: printer/printerdrake.pm:1575
#, c-format
msgid "You must enter a device or file name!"
msgstr "Você precisa digitar o dispositivo ou o nome do arquivo!"
-#: printer/printerdrake.pm:1361
+#: printer/printerdrake.pm:1584
#, c-format
msgid "No printer found!"
msgstr "Nenhuma impressora encontrada!"
-#: printer/printerdrake.pm:1369
+#: printer/printerdrake.pm:1592
#, c-format
msgid "Local Printers"
msgstr "Impressoras locais"
-#: printer/printerdrake.pm:1370
+#: printer/printerdrake.pm:1593
#, c-format
msgid "Available printers"
msgstr "Impressoras disponíveis"
-#: printer/printerdrake.pm:1374 printer/printerdrake.pm:1383
+#: printer/printerdrake.pm:1597 printer/printerdrake.pm:1606
#, c-format
msgid "The following printer was auto-detected. "
msgstr "As seguintes impressoras foram detectadas automaticamente"
-#: printer/printerdrake.pm:1376
+#: printer/printerdrake.pm:1599
#, c-format
msgid ""
"If it is not the one you want to configure, enter a device name/file name in "
@@ -13350,7 +13561,7 @@ msgstr ""
"Se esta não for uma que deseja configurar, digite o nome do dispositivo/"
"arquivo na linha de entrada"
-#: printer/printerdrake.pm:1377
+#: printer/printerdrake.pm:1600
#, c-format
msgid ""
"Alternatively, you can specify a device name/file name in the input line"
@@ -13358,12 +13569,12 @@ msgstr ""
"Alternativamente, você pode especificar um nome do dispositivo nome/arquivo "
"na linha de entrada"
-#: printer/printerdrake.pm:1378 printer/printerdrake.pm:1387
+#: printer/printerdrake.pm:1601 printer/printerdrake.pm:1610
#, c-format
msgid "Here is a list of all auto-detected printers. "
msgstr "Esta é a lista das impressoras detectadas automaticamente"
-#: printer/printerdrake.pm:1380
+#: printer/printerdrake.pm:1603
#, c-format
msgid ""
"Please choose the printer you want to set up or enter a device name/file "
@@ -13372,7 +13583,7 @@ msgstr ""
"Por favor, escolha a impressora que deseja configurar, ou digite o nome do "
"dispositivo/arquivo na linha de entrada"
-#: printer/printerdrake.pm:1381
+#: printer/printerdrake.pm:1604
#, c-format
msgid ""
"Please choose the printer to which the print jobs should go or enter a "
@@ -13381,7 +13592,7 @@ msgstr ""
"Por favor, escolha a impressora para onde os trabalhos devem ser impressos, "
"ou digite o nome do dispositivo/arquivo na linha de entrada"
-#: printer/printerdrake.pm:1385
+#: printer/printerdrake.pm:1608
#, c-format
msgid ""
"The configuration of the printer will work fully automatically. If your "
@@ -13392,12 +13603,12 @@ msgstr ""
"não foi detectada corretamente ou se você prefere uma configuração "
"personalizada da impressora, vá em \"Configuração Manual\"."
-#: printer/printerdrake.pm:1386
+#: printer/printerdrake.pm:1609
#, c-format
msgid "Currently, no alternative possibility is available"
msgstr "Atualmente, nenhuma possibilidade alternativa está disponível"
-#: printer/printerdrake.pm:1389
+#: printer/printerdrake.pm:1612
#, c-format
msgid ""
"Please choose the printer you want to set up. The configuration of the "
@@ -13410,14 +13621,14 @@ msgstr ""
"corretamente ou você preferir usar uma configuração personalizada, vá em "
"\"Configuração Manual\"."
-#: printer/printerdrake.pm:1390
+#: printer/printerdrake.pm:1613
#, c-format
msgid "Please choose the printer to which the print jobs should go."
msgstr ""
"Por favor, escolha a impressora para a qual os trabalhos de impressão "
"deveriam ser enviados."
-#: printer/printerdrake.pm:1392
+#: printer/printerdrake.pm:1615
#, c-format
msgid ""
"Please choose the port that your printer is connected to or enter a device "
@@ -13426,12 +13637,12 @@ msgstr ""
"Por favor, escolha a porta na qual sua impressora está conectada ou digite o "
"nome do dispositivo/arquivo na linha de entrada"
-#: printer/printerdrake.pm:1393
+#: printer/printerdrake.pm:1616
#, c-format
msgid "Please choose the port that your printer is connected to."
msgstr "Por favor, escolha a porta na qual sua impressora está conectada."
-#: printer/printerdrake.pm:1395
+#: printer/printerdrake.pm:1618
#, c-format
msgid ""
" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
@@ -13441,26 +13652,26 @@ msgstr ""
"LPT2:, ...,1a impressora USB: /dev/usb/lp0, 2a impressora USB: /dev/usb/"
"lp1, ...)."
-#: printer/printerdrake.pm:1399
+#: printer/printerdrake.pm:1622
#, c-format
msgid "You must choose/enter a printer/device!"
msgstr "Você precisa escolher/digitar uma impressora/dispositivo!"
-#: printer/printerdrake.pm:1439 printer/printerdrake.pm:1502
-#: printer/printerdrake.pm:1594 printer/printerdrake.pm:1732
-#: printer/printerdrake.pm:1808 printer/printerdrake.pm:1970
-#: printer/printerdrake.pm:2063 printer/printerdrake.pm:2072
-#: printer/printerdrake.pm:2081 printer/printerdrake.pm:2092
+#: printer/printerdrake.pm:1662 printer/printerdrake.pm:1725
+#: printer/printerdrake.pm:1817 printer/printerdrake.pm:1955
+#: printer/printerdrake.pm:2031 printer/printerdrake.pm:2198
+#: printer/printerdrake.pm:2291 printer/printerdrake.pm:2300
+#: printer/printerdrake.pm:2309 printer/printerdrake.pm:2320
#, c-format
msgid "Aborting"
msgstr "Interrompendo"
-#: printer/printerdrake.pm:1475
+#: printer/printerdrake.pm:1698
#, c-format
msgid "Remote lpd Printer Options"
msgstr "Opções da impressora lpd Remota"
-#: printer/printerdrake.pm:1476
+#: printer/printerdrake.pm:1699
#, c-format
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
@@ -13470,64 +13681,65 @@ msgstr ""
"máquina do servidor de impressão e o nome da impressora/fila daquele "
"servidor."
-#: printer/printerdrake.pm:1477
+#: printer/printerdrake.pm:1700
#, c-format
msgid "Remote host name"
msgstr "Nome da máquina remota"
-#: printer/printerdrake.pm:1478
+#: printer/printerdrake.pm:1701
#, c-format
msgid "Remote printer name"
msgstr "Nome da impressora remota"
-#: printer/printerdrake.pm:1481
+#: printer/printerdrake.pm:1704
#, c-format
msgid "Remote host name missing!"
msgstr "O nome da máquina remota está faltando!"
-#: printer/printerdrake.pm:1485
+#: printer/printerdrake.pm:1708
#, c-format
msgid "Remote printer name missing!"
msgstr "O nome da impressora remota está faltando!"
-#: printer/printerdrake.pm:1515 printer/printerdrake.pm:1986
-#: printer/printerdrake.pm:2111 standalone/drakTermServ:446
-#: standalone/drakTermServ:766 standalone/drakTermServ:782
-#: standalone/drakTermServ:1554 standalone/drakTermServ:1563
-#: standalone/drakTermServ:1575 standalone/drakbackup:499
+#: printer/printerdrake.pm:1738 printer/printerdrake.pm:2214
+#: printer/printerdrake.pm:2339 standalone/drakTermServ:447
+#: standalone/drakTermServ:769 standalone/drakTermServ:785
+#: standalone/drakTermServ:1590 standalone/drakTermServ:1599
+#: standalone/drakTermServ:1611 standalone/drakbackup:499
#: standalone/drakbackup:605 standalone/drakbackup:640
-#: standalone/drakbackup:741 standalone/drakroam:390 standalone/harddrake2:259
+#: standalone/drakbackup:741 standalone/drakroam:390
+#: standalone/draksambashare:424 standalone/harddrake2:259
#, c-format
msgid "Information"
msgstr "Informações"
-#: printer/printerdrake.pm:1515 printer/printerdrake.pm:1986
-#: printer/printerdrake.pm:2111
+#: printer/printerdrake.pm:1738 printer/printerdrake.pm:2214
+#: printer/printerdrake.pm:2339
#, c-format
msgid "Detected model: %s %s"
msgstr "Modelo detectado %s %s"
-#: printer/printerdrake.pm:1598 printer/printerdrake.pm:1855
+#: printer/printerdrake.pm:1821 printer/printerdrake.pm:2083
#, c-format
msgid "Scanning network..."
msgstr "Varrendo a rede..."
-#: printer/printerdrake.pm:1610 printer/printerdrake.pm:1631
+#: printer/printerdrake.pm:1833 printer/printerdrake.pm:1854
#, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr ", impressora \"%s\" no servidor \"%s\""
-#: printer/printerdrake.pm:1613 printer/printerdrake.pm:1634
+#: printer/printerdrake.pm:1836 printer/printerdrake.pm:1857
#, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "Impressora \"%s\" no servidor \"%s\""
-#: printer/printerdrake.pm:1655
+#: printer/printerdrake.pm:1878
#, c-format
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "Opções de Impressão SMB (Windows 9x/NT)"
-#: printer/printerdrake.pm:1656
+#: printer/printerdrake.pm:1879
#, c-format
msgid ""
"To print to a SMB printer, you need to provide the SMB host name (Note! It "
@@ -13541,7 +13753,7 @@ msgstr ""
"compartilhado para a impressora que você deseja acessar e qualquer "
"informação aplicável sobre nome de usuário, senha e grupo de trabalho."
-#: printer/printerdrake.pm:1657
+#: printer/printerdrake.pm:1880
#, c-format
msgid ""
" If the desired printer was auto-detected, simply choose it from the list "
@@ -13551,47 +13763,47 @@ msgstr ""
"la da lista, e então adicione nome de usuário, senha, e/ou grupo de "
"trabalho, se necessário."
-#: printer/printerdrake.pm:1659
+#: printer/printerdrake.pm:1882
#, c-format
msgid "SMB server host"
msgstr "Máquina do servidor SMB"
-#: printer/printerdrake.pm:1660
+#: printer/printerdrake.pm:1883
#, c-format
msgid "SMB server IP"
msgstr "IP do servidor SMB"
-#: printer/printerdrake.pm:1661
+#: printer/printerdrake.pm:1884 standalone/draksambashare:543
#, c-format
msgid "Share name"
msgstr "Nome do compartilhamento"
-#: printer/printerdrake.pm:1664
+#: printer/printerdrake.pm:1887
#, c-format
msgid "Workgroup"
msgstr "Grupo de trabalho"
-#: printer/printerdrake.pm:1666
+#: printer/printerdrake.pm:1889
#, c-format
msgid "Auto-detected"
msgstr "Detectado automaticamente"
-#: printer/printerdrake.pm:1676
+#: printer/printerdrake.pm:1899
#, c-format
msgid "Either the server name or the server's IP must be given!"
msgstr "O nome ou endereço IP do servidor é obrigatório!"
-#: printer/printerdrake.pm:1680
+#: printer/printerdrake.pm:1903
#, c-format
msgid "Samba share name missing!"
msgstr "Falta o nome do compartilhamento Samba!"
-#: printer/printerdrake.pm:1686
+#: printer/printerdrake.pm:1909
#, c-format
msgid "SECURITY WARNING!"
msgstr "ALERTA DE SEGURANÇA!"
-#: printer/printerdrake.pm:1687
+#: printer/printerdrake.pm:1910
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -13636,7 +13848,7 @@ msgstr ""
"máquina com o tipo de conexão \"%s\", utilizando o Printerdrake.\n"
"\n"
-#: printer/printerdrake.pm:1697
+#: printer/printerdrake.pm:1920
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -13649,7 +13861,7 @@ msgstr ""
"s\" no Printerdrake.\n"
"\n"
-#: printer/printerdrake.pm:1700
+#: printer/printerdrake.pm:1923
#, c-format
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
@@ -13662,12 +13874,12 @@ msgstr ""
"\n"
"Você realmente deseja continuar configurando sua impressora desta maneira?"
-#: printer/printerdrake.pm:1779
+#: printer/printerdrake.pm:2002
#, c-format
msgid "NetWare Printer Options"
msgstr "Opções de Impressão NetWare"
-#: printer/printerdrake.pm:1780
+#: printer/printerdrake.pm:2003
#, c-format
msgid ""
"To print on a NetWare printer, you need to provide the NetWare print server "
@@ -13680,42 +13892,42 @@ msgstr ""
"máquina TCP/IP!), como também o nome da fila de impressão para a impressora "
"que você deseja acessar, e um nome de usuário e senha aplicáveis ao usuário."
-#: printer/printerdrake.pm:1781
+#: printer/printerdrake.pm:2004
#, c-format
msgid "Printer Server"
msgstr "Servidor de Impressão"
-#: printer/printerdrake.pm:1782
+#: printer/printerdrake.pm:2005
#, c-format
msgid "Print Queue Name"
msgstr "Nome da Fila de Impressão"
-#: printer/printerdrake.pm:1787
+#: printer/printerdrake.pm:2010
#, c-format
msgid "NCP server name missing!"
msgstr "Está faltando o nome do servidor NCP!"
-#: printer/printerdrake.pm:1791
+#: printer/printerdrake.pm:2014
#, c-format
msgid "NCP queue name missing!"
msgstr "Está faltando o nome da fila NCP!"
-#: printer/printerdrake.pm:1867 printer/printerdrake.pm:1888
+#: printer/printerdrake.pm:2095 printer/printerdrake.pm:2116
#, c-format
msgid ", host \"%s\", port %s"
msgstr ", máquina \"%s\", porta %s"
-#: printer/printerdrake.pm:1870 printer/printerdrake.pm:1891
+#: printer/printerdrake.pm:2098 printer/printerdrake.pm:2119
#, c-format
msgid "Host \"%s\", port %s"
msgstr "Máquina \"%s\", porta %s"
-#: printer/printerdrake.pm:1913
+#: printer/printerdrake.pm:2141
#, c-format
msgid "TCP/Socket Printer Options"
msgstr "Opções da Impressora TCP/Socket"
-#: printer/printerdrake.pm:1915
+#: printer/printerdrake.pm:2143
#, c-format
msgid ""
"Choose one of the auto-detected printers from the list or enter the hostname "
@@ -13725,7 +13937,7 @@ msgstr ""
"nome da máquina ou IP, e, opcionalmente, o número da porta (o padrão é 9100) "
"nos campos."
-#: printer/printerdrake.pm:1916
+#: printer/printerdrake.pm:2144
#, c-format
msgid ""
"To print to a TCP or socket printer, you need to provide the host name or IP "
@@ -13738,27 +13950,27 @@ msgstr ""
"servidores HP JetDirect a porta é normalmente 9100, em outros servidores "
"pode ser diferente. Consulte o manual do seu equipamento."
-#: printer/printerdrake.pm:1920
+#: printer/printerdrake.pm:2148
#, c-format
msgid "Printer host name or IP missing!"
msgstr "Está faltando o nome da máquina ou endereço IP da impressora!"
-#: printer/printerdrake.pm:1949
+#: printer/printerdrake.pm:2177
#, c-format
msgid "Printer host name or IP"
msgstr "Nome da máquina ou IP da impressora"
-#: printer/printerdrake.pm:2012
+#: printer/printerdrake.pm:2240
#, c-format
msgid "Refreshing Device URI list..."
msgstr "Atualizando lista de dispositivos URI..."
-#: printer/printerdrake.pm:2015 printer/printerdrake.pm:2017
+#: printer/printerdrake.pm:2243 printer/printerdrake.pm:2245
#, c-format
msgid "Printer Device URI"
msgstr "Dispositivo de Impressão URI"
-#: printer/printerdrake.pm:2016
+#: printer/printerdrake.pm:2244
#, c-format
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
@@ -13769,17 +13981,17 @@ msgstr ""
"conforme às especificações CUPS ou Foomatic. Note que todos os tipos de URI "
"são suportados por todas as filas de impressão."
-#: printer/printerdrake.pm:2042
+#: printer/printerdrake.pm:2270
#, c-format
msgid "A valid URI must be entered!"
msgstr "Uma URI válida é necessária!"
-#: printer/printerdrake.pm:2147
+#: printer/printerdrake.pm:2375
#, c-format
msgid "Pipe into command"
msgstr "Direcionar para comando"
-#: printer/printerdrake.pm:2148
+#: printer/printerdrake.pm:2376
#, c-format
msgid ""
"Here you can specify any arbitrary command line into which the job should be "
@@ -13789,17 +14001,17 @@ msgstr ""
"impressão deve ser direcionado, ao invés de ser enviado diretamente para a "
"impressora."
-#: printer/printerdrake.pm:2149
+#: printer/printerdrake.pm:2377
#, c-format
msgid "Command line"
msgstr "Linha de comando"
-#: printer/printerdrake.pm:2153
+#: printer/printerdrake.pm:2381
#, c-format
msgid "A command line must be entered!"
msgstr "Uma linha de comando é necessária!"
-#: printer/printerdrake.pm:2192
+#: printer/printerdrake.pm:2421
#, c-format
msgid ""
"On many HP printers there are special functions available, maintenance (ink "
@@ -13813,7 +14025,7 @@ msgstr ""
"dispositivos multi-funcionais, e acesso a cartão de memória em impressoras "
"com leitores de cartão."
-#: printer/printerdrake.pm:2194
+#: printer/printerdrake.pm:2423
#, c-format
msgid ""
"To access these extra functions on your HP printer, it must be set up with "
@@ -13822,7 +14034,7 @@ msgstr ""
"Para acessar estas funções extras em sua impressora HP, é necessário "
"configurá-la com o software apropriado:"
-#: printer/printerdrake.pm:2195
+#: printer/printerdrake.pm:2424
#, c-format
msgid ""
"Either with the newer HPLIP which allows printer maintenance through the "
@@ -13833,7 +14045,7 @@ msgstr ""
"interface gráfica \"Toolbox\" e o sistema four-edge full bleed dos novos "
"modelos PhotoSmart"
-#: printer/printerdrake.pm:2196
+#: printer/printerdrake.pm:2425
#, c-format
msgid ""
"or with the older HPOJ which allows only scanner and memory card access, but "
@@ -13842,27 +14054,27 @@ msgstr ""
"ou o HPOJ mais antigo, que permite apenas acesso a scanners e cartões de "
"memória, mas pode ser útil em caso de falha do HPLIP."
-#: printer/printerdrake.pm:2198
+#: printer/printerdrake.pm:2427
#, c-format
msgid "What is your choice (choose \"None\" for non-HP printers)? "
msgstr ""
"Qual é a sua escolha (escolha \"Não\" para impressoras que não sejam HP)?"
-#: printer/printerdrake.pm:2199 printer/printerdrake.pm:2200
-#: printer/printerdrake.pm:2226 printer/printerdrake.pm:2232
-#: printer/printerdrake.pm:2258
+#: printer/printerdrake.pm:2428 printer/printerdrake.pm:2429
+#: printer/printerdrake.pm:2455 printer/printerdrake.pm:2461
+#: printer/printerdrake.pm:2487
#, c-format
msgid "HPLIP"
msgstr "HPLIP"
-#: printer/printerdrake.pm:2199 printer/printerdrake.pm:2202
-#: printer/printerdrake.pm:2358 printer/printerdrake.pm:2364
-#: printer/printerdrake.pm:2375
+#: printer/printerdrake.pm:2428 printer/printerdrake.pm:2431
+#: printer/printerdrake.pm:2600 printer/printerdrake.pm:2606
+#: printer/printerdrake.pm:2617
#, c-format
msgid "HPOJ"
msgstr "HPOJ"
-#: printer/printerdrake.pm:2207
+#: printer/printerdrake.pm:2436
#, c-format
msgid ""
"Is your printer a multi-function device from HP or Sony (OfficeJet, PSC, "
@@ -13873,100 +14085,100 @@ msgstr ""
"1100/1200/1220/3000/3200/3300/4345 com scanner, DeskJet 450, Sony IJP-V100), "
"uma HP PhotoSmart ou uma HP LaserJet 2200?"
-#: printer/printerdrake.pm:2226 printer/printerdrake.pm:2358
+#: printer/printerdrake.pm:2455 printer/printerdrake.pm:2600
#, c-format
msgid "Installing %s package..."
msgstr "Instalando pacotes %s..."
-#: printer/printerdrake.pm:2233 printer/printerdrake.pm:2365
+#: printer/printerdrake.pm:2462 printer/printerdrake.pm:2607
#, c-format
msgid "Only printing will be possible on the %s."
msgstr "Será possível apenas imprimir em %s."
-#: printer/printerdrake.pm:2248
+#: printer/printerdrake.pm:2477
#, c-format
msgid "Could not remove your old HPOJ configuration file %s for your %s! "
msgstr ""
"Não foi possível remover o antigo arquivo de configuração do HPOJ %s para "
"seu %s!"
-#: printer/printerdrake.pm:2250
+#: printer/printerdrake.pm:2479
#, c-format
msgid "Please remove the file manually and restart HPOJ."
msgstr "Por favor, remova o arquivo manualmente e reinicie o HPOJ."
-#: printer/printerdrake.pm:2258 printer/printerdrake.pm:2375
+#: printer/printerdrake.pm:2487 printer/printerdrake.pm:2617
#, c-format
msgid "Checking device and configuring %s..."
msgstr "Verificando dispositivo e configurando %s..."
-#: printer/printerdrake.pm:2277
+#: printer/printerdrake.pm:2508
#, c-format
msgid "Which printer do you want to set up with HPLIP?"
msgstr "Qual impressora você deseja configurar com HPLIP?"
-#: printer/printerdrake.pm:2306 printer/printerdrake.pm:2419
+#: printer/printerdrake.pm:2548 printer/printerdrake.pm:2661
#, c-format
msgid "Installing SANE packages..."
msgstr "Instalando pacotes do SANE..."
-#: printer/printerdrake.pm:2319 printer/printerdrake.pm:2432
+#: printer/printerdrake.pm:2561 printer/printerdrake.pm:2674
#, c-format
msgid "Scanning on the %s will not be possible."
msgstr "A digitalização em %s não será possível."
-#: printer/printerdrake.pm:2334
+#: printer/printerdrake.pm:2576
#, c-format
msgid "Using and Maintaining your %s"
msgstr "Usando e Mantendo seu %s"
-#: printer/printerdrake.pm:2459
+#: printer/printerdrake.pm:2701
#, c-format
msgid "Installing mtools packages..."
msgstr "Instalando os pacotes do mtools..."
-#: printer/printerdrake.pm:2467
+#: printer/printerdrake.pm:2709
#, c-format
msgid "Photo memory card access on the %s will not be possible."
msgstr "Não foi possível acessar o cartão de memória de foto em %s."
-#: printer/printerdrake.pm:2483
+#: printer/printerdrake.pm:2725
#, c-format
msgid "Scanning on your HP multi-function device"
msgstr "Digitalização de sua multi-funcional HP"
-#: printer/printerdrake.pm:2492
+#: printer/printerdrake.pm:2734
#, c-format
msgid "Photo memory card access on your HP multi-function device"
msgstr "Acesso ao cartão de memória de foto de sua multi-funcional HP"
-#: printer/printerdrake.pm:2509
+#: printer/printerdrake.pm:2751
#, c-format
msgid "Configuring device..."
msgstr "Configurando dispositivo..."
-#: printer/printerdrake.pm:2543
+#: printer/printerdrake.pm:2785
#, c-format
msgid "Making printer port available for CUPS..."
msgstr "Tornando a porta da impressora disponível para o CUPS..."
-#: printer/printerdrake.pm:2552 printer/printerdrake.pm:2805
-#: printer/printerdrake.pm:2949
+#: printer/printerdrake.pm:2794 printer/printerdrake.pm:3063
+#: printer/printerdrake.pm:3216
#, c-format
msgid "Reading printer database..."
msgstr "Lendo banco de dados de impressoras..."
-#: printer/printerdrake.pm:2763
+#: printer/printerdrake.pm:3021
#, c-format
msgid "Enter Printer Name and Comments"
msgstr "Digite o Nome da Impressora e Comentários"
-#: printer/printerdrake.pm:2767 printer/printerdrake.pm:4064
+#: printer/printerdrake.pm:3025 printer/printerdrake.pm:4348
#, c-format
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "O nome da impressora pode conter apenas letras, números e o símbolo _"
-#: printer/printerdrake.pm:2773 printer/printerdrake.pm:4069
+#: printer/printerdrake.pm:3031 printer/printerdrake.pm:4353
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -13975,7 +14187,7 @@ msgstr ""
"A impressora \"%s\" já existe,\n"
"você realmente deseja sobrescrever sua configuração?"
-#: printer/printerdrake.pm:2780
+#: printer/printerdrake.pm:3038
#, c-format
msgid ""
"The printer name \"%s\" has more than 12 characters which can make the "
@@ -13986,7 +14198,7 @@ msgstr ""
"a impressora inacessível a partir de clientes Windows. Você tem certeza de "
"que deseja utilizar este nome?"
-#: printer/printerdrake.pm:2789
+#: printer/printerdrake.pm:3047
#, c-format
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -13996,35 +14208,35 @@ msgstr ""
"Descrição e Localização não precisam ser preenchidos. Eles são comentários "
"para os usuários."
-#: printer/printerdrake.pm:2790
+#: printer/printerdrake.pm:3048
#, c-format
msgid "Name of printer"
msgstr "Nome da impressora"
-#: printer/printerdrake.pm:2791 standalone/drakconnect:592
-#: standalone/harddrake2:39 standalone/printerdrake:212
-#: standalone/printerdrake:219
+#: printer/printerdrake.pm:3049 standalone/drakconnect:592
+#: standalone/harddrake2:39 standalone/printerdrake:222
+#: standalone/printerdrake:229
#, c-format
msgid "Description"
msgstr "Descrição"
-#: printer/printerdrake.pm:2792 standalone/printerdrake:212
-#: standalone/printerdrake:219
+#: printer/printerdrake.pm:3050 standalone/printerdrake:222
+#: standalone/printerdrake:229
#, c-format
msgid "Location"
msgstr "Local"
-#: printer/printerdrake.pm:2810
+#: printer/printerdrake.pm:3068
#, c-format
msgid "Preparing printer database..."
msgstr "Preparando banco de dados das impressoras..."
-#: printer/printerdrake.pm:2927
+#: printer/printerdrake.pm:3194
#, c-format
msgid "Your printer model"
msgstr "Modelo de sua impressora"
-#: printer/printerdrake.pm:2928
+#: printer/printerdrake.pm:3195
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -14050,18 +14262,18 @@ msgstr ""
"\n"
"%s"
-#: printer/printerdrake.pm:2933 printer/printerdrake.pm:2936
+#: printer/printerdrake.pm:3200 printer/printerdrake.pm:3203
#, c-format
msgid "The model is correct"
msgstr "O modelo é correto"
-#: printer/printerdrake.pm:2934 printer/printerdrake.pm:2935
-#: printer/printerdrake.pm:2938
+#: printer/printerdrake.pm:3201 printer/printerdrake.pm:3202
+#: printer/printerdrake.pm:3205
#, c-format
msgid "Select model manually"
msgstr "Selecionar modelo manualmente"
-#: printer/printerdrake.pm:2962
+#: printer/printerdrake.pm:3229
#, c-format
msgid ""
"\n"
@@ -14076,12 +14288,12 @@ msgstr ""
"de sua impressora corretamente. Procure o modelo correto na lista, se um "
"modelo incorreto ou se \"Impressora bruta\" estiver selecionado."
-#: printer/printerdrake.pm:2981
+#: printer/printerdrake.pm:3248
#, c-format
msgid "Install a manufacturer-supplied PPD file"
msgstr "Instalar o arquivo PPD fornecido pelo fabricante"
-#: printer/printerdrake.pm:3013
+#: printer/printerdrake.pm:3280
#, c-format
msgid ""
"Every PostScript printer is delivered with a PPD file which describes the "
@@ -14090,7 +14302,7 @@ msgstr ""
"Toda impressora PostScript acompanha um arquivo PPD que descreve as opções e "
"recursos da impressora."
-#: printer/printerdrake.pm:3014
+#: printer/printerdrake.pm:3281
#, c-format
msgid ""
"This file is usually somewhere on the CD with the Windows and Mac drivers "
@@ -14099,12 +14311,12 @@ msgstr ""
"Este arquivo geralmente está no CD que contém os drivers para Windows e Mac "
"e que acompanha a impressora."
-#: printer/printerdrake.pm:3015
+#: printer/printerdrake.pm:3282
#, c-format
msgid "You can find the PPD files also on the manufacturer's web sites."
msgstr "Você também encontra os arquivos PPD nos sites dos fabricantes."
-#: printer/printerdrake.pm:3016
+#: printer/printerdrake.pm:3283
#, c-format
msgid ""
"If you have Windows installed on your machine, you can find the PPD file on "
@@ -14113,7 +14325,7 @@ msgstr ""
"Se você tem o Windows instalado em seu computador, pode encontrar o arquivo "
"PPD também na partição Windows."
-#: printer/printerdrake.pm:3017
+#: printer/printerdrake.pm:3284
#, c-format
msgid ""
"Installing the printer's PPD file and using it when setting up the printer "
@@ -14123,7 +14335,7 @@ msgstr ""
"Instalando o arquivo da impressora PPD, pode-se configurar a impressora com "
"todas as opções disponíveis pelo fabricante da impressora"
-#: printer/printerdrake.pm:3018
+#: printer/printerdrake.pm:3285
#, c-format
msgid ""
"Here you can choose the PPD file to be installed on your machine, it will "
@@ -14132,51 +14344,51 @@ msgstr ""
"Escolha aqui o arquivo PPD que será instalado em seu computador; ele será "
"utilizado para configurar sua impressora."
-#: printer/printerdrake.pm:3020
+#: printer/printerdrake.pm:3287
#, c-format
msgid "Install PPD file from"
msgstr "Instalar arquivo PPD de"
-#: printer/printerdrake.pm:3023 printer/printerdrake.pm:3031
+#: printer/printerdrake.pm:3290 printer/printerdrake.pm:3298
#: standalone/scannerdrake:183 standalone/scannerdrake:192
#: standalone/scannerdrake:242 standalone/scannerdrake:250
#, c-format
msgid "Floppy Disk"
msgstr "Disquete"
-#: printer/printerdrake.pm:3024 printer/printerdrake.pm:3033
+#: printer/printerdrake.pm:3291 printer/printerdrake.pm:3300
#: standalone/scannerdrake:184 standalone/scannerdrake:194